⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 memcp_register.tpl.php

📁 用PHP和MSSQL开发的sspace商城系统
💻 PHP
字号:
<? if (!defined('IN_www.wan-e.net')){exit('Access Denied');}?><td width="78%">
	
<script language="javascript">
function checkdata(theform)
{
	if (theform.oldpassword.value == "")
	{
		alert("<?=$LANG_REGISTER[REGED_NOOLDPASS]?>");
		theform.oldpassword.focus();
		return false; 
	}
	if (theform.password.value != theform.repassword.value) 
	{
		alert("<?=$LANG_REGISTER[REGED_NEWPASS_DENIED]?>");
		theform.password.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">
<tr class="categround">
<td colspan="2"><?=$LANG_REGISTER[REGISTER_TITLE]?>&nbsp;&nbsp;<?=$LANG_REGISTER[REGED_CHINFO]?></td>
</tr>
<form action="index.php?action=memcp&type=registersubmit" method="post" name="wane_post" onSubmit="return checkdata(this)">
<tr class="contentground">
<td width="25%"><?=$LANG_REGISTER[REGISTER_USER]?></td>
<td><?=$row[username]?></td>
</tr>
<tr class="contentground">
<td><?=$LANG_REGISTER[REGISTER_REGEDTIME]?></td>
<td><?=$function->showtime("Y-m-d H:i",$row[regtime])?></td>
</tr>
<tr class="contentground">
<td><?=$LANG_REGISTER[REGISTER_REGEDIP]?></td>
<td><?=$row[regip]?></td>
</tr>
<tr class="contentground">
<td><?=$LANG_REGISTER[REGISTER_REGEDLOGINS]?></td>
<td><?=$row[logins]?></td>
</tr>
<tr class="contentground">
<td><?=$LANG_REGISTER[REGISTER_REGEDPASS]?></td>
<td><input name="oldpassword" type="password" id="oldpassword" size="30">
&nbsp;<font color="#ff0000">(*)</font></td>
</tr>
<tr class="contentground">
<td width="25%"><?=$LANG_REGISTER[REGISTER_REGEDNEWPASS]?></td>
<td><input name="password" type="password" id="password" size="30">
&nbsp;<?=$LANG_REGISTER[REGISTER_PASS_INFO]?></td>
</tr>
<tr class="contentground">
<td><?=$LANG_REGISTER[REGISTER_REPASS]?></td>
<td><input name="repassword" type="password" id="repassword" size="30">
&nbsp;<?=$LANG_REGISTER[REGISTER_PASS_NOT_CH]?></td>
</tr>
<tr class="contentground">
<td><?=$LANG_REGISTER[REGISTER_EMAIL]?></td>
<td><input name="email" type="text" id="email" value="<?=$row[email]?>" size="30">
&nbsp;</td>
</tr>
<tr class="categround">
<td colspan="2"><strong><font color="#ff0000"><?=$LANG_REGISTER[REGISTER_OTHER_INFO]?></font></strong></td>
</tr>
<tr class="contentground">
<td><?=$LANG_REGISTER[REGISTER_QUESTION]?></td>
<td><input name="question" type="text" id="question" value="<?=$row[question]?>" size="45"></td>
</tr>
<tr class="contentground">
<td><?=$LANG_REGISTER[REGISTER_ANSWER]?></td>
<td><input name="answer" type="text" id="answer" size="45">
&nbsp;<?=$LANG_REGISTER[REGED_CHHIDDEN]?></td>
</tr>
<tr align="center" class="contentground">
<td height="20" colspan="2" valign="top" ><input type="submit" name="Submit" value="<?=$LANG_REGISTER[REGED_SUBMIT]?>">
<input name="registersubmit" type="hidden" id="registersubmit" value="1"></td>
</tr>
</form>
</table>

</td>

</tr>
</table>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -