From f4a514d5ac952110da846636ecbb9de951eaf3d2 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 04 六月 2025 14:57:57 +0800
Subject: [PATCH] 16 卡牌服务端(GMT命令个人邮件、全服邮件相关;)

---
 SuperGMToolClient/AddEntireCompensation.php |   37 +++++++++++--------------------------
 1 files changed, 11 insertions(+), 26 deletions(-)

diff --git a/SuperGMToolClient/AddEntireCompensation.php b/SuperGMToolClient/AddEntireCompensation.php
index 7e83fd6..e8e409f 100644
--- a/SuperGMToolClient/AddEntireCompensation.php
+++ b/SuperGMToolClient/AddEntireCompensation.php
@@ -25,9 +25,8 @@
     $selectTempIndex = intval($_GET["tempIndex"]);
 }
 
-$moneyNameInfo = CommFunc\getCfgKeyNameContent("money", true);
 $itemIDNameInfo = CommFunc\getCfgKeyNameContent("item", false);
-$mailtypes = CommFunc\GetMailTypes();
+// $mailtypes = CommFunc\GetMailTypes();
 
 ?>
 
@@ -88,14 +87,16 @@
                 <td><input type="text" name="Sender" value="" size="20" /></td>
             </tr>
             <tr>
-                <td><?php echo \Lang\gettext("缁撴潫鏃堕棿"); ?>: </td>
+                <td><?php echo \Lang\gettext("鏈夋晥澶╂暟"); ?>:</td>
+                <td><input type="number" name="LimitDays" id="LimitDays" value="7" min="1" /></td>
+                <!-- <td><?php echo \Lang\gettext("缁撴潫鏃堕棿"); ?>: </td>
                 <td>
                     <?php
                     include_once "/Common/EndTimeSelect.php";
                     ?>
-                </td>
+                </td> -->
             </tr>
-            <tr>
+            <!-- <tr>
                 <td><?php echo \Lang\gettext("鑱屼笟澶氶��"); ?>: </td>
                 <td>
                     <input type="checkbox" name="Job1" id="Job1" onclick="UpdatePlayerJob(3)" checked /><?php echo \Lang\gettext("鏋豹"); ?>
@@ -104,7 +105,7 @@
                     <input type="hidden" name="PlayerJob" id="PlayerJob" value="15" />
                     <input type="checkbox" name="JobAll" checked onclick="SelectAllJob(this.checked, 3)" /><?php echo \Lang\gettext("鍏ㄩ��/鍏ㄤ笉閫�"); ?><br />
                 </td>
-            </tr>
+            </tr> -->
             <tr>
                 <td><?php echo \Lang\gettext("鏈�浣庣瓑绾�"); ?>: </td>
                 <td><input type="number" name="PlayerLV" id="PlayerLV" value="30" min="1" />(<?php echo \Lang\gettext("棰嗗彇閭欢鎵�闇�鏈�浣庣瓑绾�"); ?>)</td>
@@ -127,7 +128,7 @@
                     </select>
                 </td>
             </tr>
-            <tr>
+            <!-- <tr>
                 <td><?php echo \Lang\gettext("閭欢绫诲瀷"); ?>: </td>
                 <td>
                     <select name="MailType" id="MailType">
@@ -138,7 +139,7 @@
                         ?>
                     </select>
                 </td>
-            </tr>
+            </tr> -->
             <tr>
                 <td><?php echo \Lang\gettext("閭欢鏍囬"); ?>: </td>
                 <td><input type="text" name="Title" id="Title" size="68" /></td>
@@ -147,25 +148,9 @@
                 <td><?php echo \Lang\gettext("閭欢鍐呭"); ?>: </td>
                 <td>
                     <textarea name="Text" id="Text" cols="70" rows="7"></textarea><br />
-                    <input type="button" value="<?php echo \Lang\gettext("鎻掑叆瓒呴摼鎺�"); ?>" onclick="inserthyperlink('Text');" />
-                    <input type="button" value="<?php echo \Lang\gettext("鎻掑叆鐣岄潰"); ?>" onclick="insertgameform('Text');" /><br />
+                    <!-- <input type="button" value="<?php echo \Lang\gettext("鎻掑叆瓒呴摼鎺�"); ?>" onclick="inserthyperlink('Text');" />
+                    <input type="button" value="<?php echo \Lang\gettext("鎻掑叆鐣岄潰"); ?>" onclick="insertgameform('Text');" /><br /> -->
                 </td>
-            </tr>
-            <tr>
-                <td><?php echo \Lang\gettext("娴佸悜璁板綍"); ?>: </td>
-                <td><input type="text" name="Detail" id="Detail" size="68" />锛�<?php echo \Lang\gettext("浣跨敤鑻辨枃"); ?>锛�</td>
-            </tr>
-            <tr>
-                <td style="text-align: right;"><?php echo $moneyNameInfo["1"]; ?>: </td>
-                <td><input type="number" id="Gold" name="Gold" value="" min="0" max="2000000000" /></td>
-            </tr>
-            <tr>
-                <td style="text-align: right;"><?php echo $moneyNameInfo["2"]; ?>: </td>
-                <td><input type="number" id="GoldPaper" name="GoldPaper" value="" min="0" max="2000000000" /></td>
-            </tr>
-            <tr>
-                <td style="text-align: right;"><?php echo $moneyNameInfo["3"]; ?>: </td>
-                <td><input type="number" id="Silver" name="Silver" value="" min="0" max="2000000000" /></td>
             </tr>
             <tr>
                 <td><?php echo \Lang\gettext("閭欢鐗╁搧"); ?>:</td>

--
Gitblit v1.8.0