📄 info_email.tpl.php
字号:
<table width="100%" border="0" align="center" cellpadding="<?=TABLESPACE?>" cellspacing="<?=TABLECELL?>" class="tableborder">
<form action="info.php?action=emailsend" method="post" name="wane_post" onsubmit="return checkformdata()">
<tr align="center" class="categround">
<td height="30" colspan="2"><?=$LANG_EMAIL[TITLE]?></td>
</tr>
<tr align="center" class="contentground">
<td height="30" align="left"> <?=$LANG_EMAIL[RECER]?>
(<?=$LANG_EMAIL[SELECTALL]?><input type="checkbox" name="select" value="checkbox" onClick="selectall(this.form)">)</td><td height="30" align="left">
<?
$query = $db->query("select * from {$tablepre}usergroup where kind!='-2'");
while ($row=$db->row($query))
{
echo "<input type=\"checkbox\" name=\"selects[]\" value=\"".$row[kind]."\">(".$row[title].") ";
}
?></td>
</tr>
<tr align="center" class="contentground">
<td height="30" align="left"> <?=$LANG_EMAIL[RECERS]?></td>
<td height="30" align="left"> <input name="recer_start" type="text" id="recer_start" value="0" size="6"> - <input name="recer_end" type="text" id="recer_end" value="100" size="6" maxlength="6"></td>
</tr>
<tr align="center" class="contentground">
<td height="30" align="left"> <?=$LANG_EMAIL[NAME]?></td>
<td height="30" align="left"> <input name="title" type="text" id="title" size="50"></td>
</tr>
<tr align="center" class="contentground">
<td width="20%" align="left"> <?=$LANG_EMAIL[CONTENT]?></td>
<td width="80%" height="300" align="left"> <textarea name="context" cols="80" rows="18" wrap="VIRTUAL" id="context"></textarea></td>
</tr>
<tr class="contentground">
<td height="30" colspan="2" align="center"><input type="submit" name="Submit" value="<?=$LANG_EMAIL[SUBMIT]?>"><input name="emailsubmit" type="hidden" id="emailsubmit" value="1"></td>
</tr>
</form>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -