hxp
2025-06-04 f4a514d5ac952110da846636ecbb9de951eaf3d2
SuperGMToolClient/AddPersonalCompensation.php
@@ -20,10 +20,8 @@
if (array_key_exists('tempIndex', $_GET)) {
    $selectTempIndex = intval($_GET["tempIndex"]);
}
$moneyNameInfo = CommFunc\getCfgKeyNameContent("money", true);
$itemIDNameInfo = CommFunc\getCfgKeyNameContent("item", false);
$mailtypes = CommFunc\GetMailTypes();
// $mailtypes = CommFunc\GetMailTypes();
$accID = $_GET["accID"];
$mailTitle = $_GET["mailTitle"];
@@ -111,14 +109,16 @@
                </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>
                    <select name="MailType" id="MailType">
@@ -129,7 +129,7 @@
                        ?>
                    </select>
                </td>
            </tr>
            </tr> -->
            <tr>
                <td><?php echo \Lang\gettext("邮件标题"); ?>:</td>
                <td><input type="text" name="Title" id="Title" size="68" /></td>
@@ -138,27 +138,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');" />
                    <!-- <input type="button" value="<?php echo \Lang\gettext("插入超链接"); ?>" onclick="inserthyperlink('Text');" />
                    <input type="button" value="<?php echo \Lang\gettext("插入界面"); ?>" onclick="insertgameform('Text');" /> -->
                </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>