📄 memcp_reciver.tpl.php
字号:
<? if (!defined('IN_www.wan-e.net')){exit('Access Denied');}?><td width="78%">
<script language="javascript">
function checkdata(theform)
{
if (theform.truename.value == "")
{
alert("<?=$LANG_REGISTER[REGISTER_TRUENAME]?>");
theform.truename.focus();
return false;
}
if (theform.phone.value == "")
{
alert("<?=$LANG_REGISTER[REGISTER_PHONE]?>");
theform.phone.focus();
return false;
}
if (theform.address.value == "")
{
alert("<?=$LANG_REGISTER[REGISTER_ADDRESS]?>");
theform.address.focus();
return false;
}
if (theform.zipcode.value.length != "6" || isNaN(theform.zipcode.value))
{
alert("<?=$LANG_REGISTER[REGISTER_ZIPCODE]?>");
theform.zipcode.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_REGISTER[REGISTER_RECIVER]?></td>
</tr>
<form action="index.php?action=memcp&type=reciver&submit=1" method="post" name="wane_post" onSubmit="return checkdata(this)">
<tr class="contentground">
<td width="25%"><?=$LANG_REGISTER[REGISTER_TRUENAME]?></td>
<td><input name="truename" type="text" id="truename" value="<?=$row[truename]?>" size="20"> <font color="#FF0000">(*)</font></td>
</tr>
<tr class="contentground">
<td><?=$LANG_REGISTER[REGISTER_PHONE]?></td>
<td><input name="phone" type="text" id="phone" value="<?=$row[phone]?>" size="30"> <font color="#FF0000">(*)</font></td>
</tr>
<tr class="contentground">
<td><?=$LANG_REGISTER[REGISTER_ADDRESS]?></td>
<td><input name="address" type="text" id="address" value="<?=$row[address]?>" size="55"> <font color="#FF0000">(*)</font></td>
</tr>
<tr class="contentground">
<td><?=$LANG_REGISTER[REGISTER_ZIPCODE]?></td>
<td><input name="zipcode" type="text" id="zipcode" value="<?=$row[zipcode]?>" size="6" maxlength="6"> <font color="#FF0000">(*)</font></td>
</tr>
<tr class="contentground">
<td><?=$LANG_REGISTER[REGISTER_QQ]?></td>
<td><input name="qq" type="text" id="qq" value="<?=$row[qq]?>" size="14"></td>
</tr>
<tr class="contentground">
<td><?=$LANG_REGISTER[REGISTER_ICQ]?></td>
<td><input name="icq" type="text" id="icq" value="<?=$row[icq]?>" size="14"></td>
</tr>
<tr class="contentground">
<td><?=$LANG_REGISTER[REGISTER_MSN]?></td>
<td><input name="msn" type="text" id="msn" value="<?=$row[msn]?>" size="35"></td>
</tr>
<tr class="contentground">
<td><?=$LANG_REGISTER[REGISTER_YAHOO]?></td>
<td><input name="yahoo" type="text" id="yahoo" value="<?=$row[yahoo]?>" size="35"></td>
</tr>
<tr align="center" class="contentground">
<td height="20" colspan="2" valign="top" bgcolor="#FFFFFF"><input type="submit" name="Submit" value="<?=$LANG_REGISTER[REGED_SUBMIT]?>">
<input name="reciversubmit" type="hidden" id="submit_register" value="1"></td>
</tr>
</form>
</table>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -