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

📄 getpassone.html

📁 网人分类信息5.0商业版。非常优秀的分类信息系统。比较少见。
💻 HTML
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta http-equiv="Content-Language" content="gb2312">
<meta name=keywords content="{$Meta_Keywords}">
<meta name="description" content="{$Meta_Description}">
<link rel="SHORTCUT ICON" href="{$InstallDir}images/favicon.ico">
<link rel="Bookmark" href="{$InstallDir}images/favicon.ico">
<link type="text/css" rel="stylesheet" href="{$InstallDir}Skins/{$SkinDir}/Style.css">
<Script language="JavaScript" Src="{$InstallDir}Inc/Site.Js"></Script>
<Script language="JavaScript" Src="{$InstallDir}Inc/Menu.Js"></Script>
<title>找回密码 - {$SiteTitle}</title>
<script>
function get_Code(){
document.getElementById("imgurl").src='{$InstallDir}inc/{$CodePlan}.asp?'+Math.random()
}
</script>
</head>
<body>
{$My_Hand_个人中心}
<div class=div>
  <div class=SitePath>{$SitePath}</div>
</div>
<table width="780px" border="0" cellspacing="0" cellpadding="0" align="center" class=Table>
  <tr>
    <td height="300px">
      <table width="40%" border=0 cellspacing=5 cellpadding=0 align=center class=RegTD>  
      <form name="addform" method="post" action=""><input name="Action" type="hidden" value="PassTwo">  
      <tr><td align=right width="35%">用 户 名:</td><td width="65%" class=Remark><input name="UserName" type="text" size=23 maxlength={$UserMost}></td></tr>  
      <tr><td align=right>用户邮箱:</td><td class=Remark><input name="Email" type="text" size=23 maxlength=50></td></tr>  
      <tr {$IDCode}><td align=right>验 证 码:</td><td><input type="text" name=Code maxlength=6 style="width:80px" onfocus="get_Code()"> <img src={$InstallDir}Skins/{$SkinDir}/code.gif id=imgurl align=absmiddle style='cursor:pointer' alt='验证码看不清楚?请点击刷新验证码' onclick="this.src='inc/{$CodePlan}.asp?'+Math.random()"></td></tr>  
      <tr><td></td><td><input type="submit" name="Submit" value=" 下一步 "></td></tr>  
      </form>  
      </table>
	</td>
  </tr>
</table>

{$My_Bottom}
</body> 
</html> 

⌨️ 快捷键说明

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