📄 losepwd.tpl.php
字号:
<? if (!defined('IN_www.wan-e.net')){exit('Access Denied');}?><table align="center" width="<?=TABLEWIDTH?>" border="0" cellpadding="<?=TABLESPACE?>" cellspacing="<?=TABLECELL?>" class="frontground">
<tr valign="top">
<td>
<script language="javascript">
function checkdata(theform)
{
if (theform.username.value == "")
{
alert("<?=$LANG_PWD[PWD_NOUSER]?>");
theform.username.focus();
return false;
}
if (theform.question.value == "" && theform.answer.value == "" && theform.email.value == "")
{
alert("<?=$LANG_PWD[PWD_NOINFO]?>");
theform.question.focus();
return false;
}
else
{
theform.Submit.disabled = true;
return true;
}
}
</script>
<table width="100%" border="0" cellpadding="<?=TABLESPACE?>" cellspacing="<?=TABLECELL?>" class="tableborder">
<tr class="categround">
<td colspan="2"><?=$LANG_PWD[PWD_TITLE]?></td>
</tr>
<form action="index.php?action=pwdsubmit" method="post" name="wane_post" onSubmit="return checkdata(this)">
<tr class="contentground">
<td width="25%"><?=$LANG_PWD[PWD_USER]?></td>
<td><input name="username" type="text" id="username" size="30"></td>
</tr>
<tr class="contentground">
<td colspan="2" valign="top" background="<?=$LANG_PWD[ERROR_LINK]?><?=$LANG_PWD[IMGDIR]?><?=$LANG_PWD[CATE_BACKGROUND]?>"><strong><font color="<?=$LANG_PWD[CATE_FONT]?>"><?=$LANG_PWD[PWD_WAY_QUESTION]?></font></strong></td>
</tr>
<tr class="contentground">
<td><?=$LANG_PWD[PWD_QUESTION]?></td>
<td><input name="question" type="text" id="question" size="55"></td>
</tr>
<tr class="contentground">
<td width="25%"><?=$LANG_PWD[PWD_ANSWER]?></td>
<td><input name="answer" type="text" id="answer" size="55"></td>
</tr>
<tr class="contentground">
<td colspan="2" valign="top" background="<?=$LANG_PWD[ERROR_LINK]?><?=$LANG_PWD[IMGDIR]?><?=$LANG_PWD[CATE_BACKGROUND]?>"><strong><font color="<?=$LANG_PWD[CATE_FONT]?>"><?=$LANG_PWD[PWD_WAY_EMAIL]?></font></strong></td>
</tr>
<tr class="contentground">
<td width="25%"><?=$LANG_PWD[PWD_EMAIL]?></td>
<td><input name="email" type="text" id="email" size="45"></td>
</tr>
<tr align="center" class="contentground">
<td colspan="2"><input type="submit" name="Submit" value="<?=$LANG_PWD[PWD_SUBMIT]?>"><input name="submit_pwd" type="hidden" id="submit_pwd" value="1"></td>
</tr>
</form>
</table>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -