| | |
| | | </dd> |
| | | |
| | | <dd class="def_dd"> |
| | | <label><?php echo \Lang\gettext("指定数值"); ?>:</label> |
| | | <input class="long_input" type="number" name="setValue" id="setValue" value="" min="0" /> |
| | | <p class="clear"></p> |
| | | </dd> |
| | | |
| | | <dd class="def_dd"> |
| | | <label><?php echo \Lang\gettext("选择类型"); ?>:</label> |
| | | <input type="radio" name="faceType" value="face" checked /> |
| | | <span><?php echo \Lang\gettext("头像"); ?></span> |
| | |
| | | <span><?php echo \Lang\gettext("激活"); ?></span> |
| | | <input type="radio" name="opType" value="del" /> |
| | | <span><?php echo \Lang\gettext("删除"); ?></span> |
| | | <input type="radio" name="opType" value="starUp" /> |
| | | <span><?php echo \Lang\gettext("升星"); ?></span> |
| | | <input type="radio" name="opType" value="setStar" /> |
| | | <span><?php echo \Lang\gettext("指定星"); ?></span> |
| | | <input type="radio" name="opType" value="query" /> |
| | | <span><?php echo \Lang\gettext("在线查询"); ?></span> |
| | | <p class="clear"></p> |
| | | </dd> |
| | | |