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

📄 默认忘记密码页模板.html

📁 Enterprise Template for BizIdea 2.0, with full pictures and aspx files.
💻 HTML
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="UTF-8">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta content="{PE.Label id="取得META信息" siteConfig="true" metaType="keywords" /}" name="Keywords" />
<meta content="{PE.Label id="取得META信息" siteConfig="true" metaType="description" /}" name="Description"/>
<title>会员中心-{PE.SiteConfig.sitename /}</title>
<link href="{PE.SiteConfig.applicationpath/}Skin/mall/default.css" rel="stylesheet" type="text/css" />
<link href="{PE.SiteConfig.applicationpath/}Skin/mall/user.css" rel="stylesheet" type="text/css" />
<link href="{PE.SiteConfig.applicationpath/}Skin/mall/common.css" rel="stylesheet" type="text/css" />
<script language="javascript" type="text/javascript" src="{PE.SiteConfig.applicationpath/}js/common.js"></script>
<script language="javascript" type="text/javascript" src="{PE.SiteConfig.ApplicationPath/}Skin/mall/js/tab.js"></script>
<script type="text/javascript" src="{PE.SiteConfig.applicationpath/}JS/jquery.pack.js"></script>
<script language="javascript" type="text/javascript">
    function redirecturl(url, tarid)
    {
        location=url.replace(/{\$pageid\/}/g,tarid);
    }
    </script>
</head>
<body>
{PE.Label id="商城网站顶部(首页)" /}
<div id="center_all" class="main">
  <div id="main_bg">
    <!-- 网站位置导航信息开始 -->
    <div class="r_navigation">
      <div class="r_n_pic"></div>
      您现在的位置:<a href="{PE.SiteConfig.sitepath/}">{PE.SiteConfig.sitename /}</a> >> 忘记密码</div>
    <!-- 网站位置导航信息结束 -->
    <div class="u_management_Password"> {PE.Control.form1} 
      {PE.Control.PnlStep1}
	  <h1>请输入用户名</h1>
      <table>
        <tr>
          <td class="right"> 请输入你要取回密码的用户名: </td>
          <td class="left"> {PE.Control.TxtUserName/}{PE.Control.ValrTxtUserName/}</td>
        </tr>
        <tr>
          <td colspan="2"> {PE.Control.BtnStep1/}</td>
        </tr>
      </table>
      {/PE.Control.PnlStep1}
      {PE.Control.PnlSendToEmail}
          <h1><span class="showicon">请选择密码类型</span></h1>
          <table>
                <tr>
                    <td class="right"> 请选择你要取回密码的类型: </td>
                    <td class="left"> {PE.Control.RadPwdType/}</td>
                <tr>
                    <td colspan="2"> {PE.Control.btnSendEmail/}</td>
                </tr>
            </table>
      {/PE.Control.PnlSendToEmail}
      {PE.Control.PnlStep2}
	  <h1>请输入问题答案</h1>
      <table>
        <tr>
          <td class="right">问题: </td>
          <td colspan="2" class="left">{PE.Control.LitQuestion/}</td>
        </tr>
        <tr>
          <td class="right">请输入问题答案: </td>
          <td colspan="2" class="left">{PE.Control.TxtAnswer/} </td>
        </tr>
        <tr>
          <td class="right">请输入验证码: </td>
          <td class="left" style="width:130px;">{PE.Control.TxtValidateCode/} </td>
          <td class="left">{PE.Control.VcodeLogOn/}{PE.Control.ValrValidateCode/}</td>
        </tr>
        <tr>
                     <td class="right">请选择密码类型: </td>
                    <td class="left" colspan="2">{PE.Control.RadListPwdType/} </td>
                  </tr>
        <tr>
          <td colspan="3">{PE.Control.BtnStep2/}</td>
        </tr>
      </table>
      {/PE.Control.PnlStep2}
      {PE.Control.PnlStep3}
	  <h1>请修改登陆密码</h1>
      <table>
        <tr>
          <td class="right">密  码: </td>
          <td colspan="2" class="left">{PE.Control.TxtPassword/} {PE.Control.RegularExpressionValidatorPassword/}</td>
        </tr>
        <tr>
          <td class="right">确认密码: </td>
          <td colspan="2" class="left">{PE.Control.TxtConfirmPassword/} {PE.Control.CompareValTxtConfirmPassword/}</td>
        </tr>
        <tr>
          <td colspan="3">{PE.Control.BtnStep3/}</td>
        </tr>
      </table>
      {/PE.Control.PnlStep3}
      {PE.Control.PalChangePayPassword}
      <h1>请修改预付款支付密码</h1>
          <table>
        <tr>
          <td class="right">密  码: </td>
          <td colspan="2" class="left">{PE.Control.txtNewPayPassword/} {PE.Control.RegNewPayPassword/}</td>
        </tr>
        <tr>
          <td class="right">确认密码: </td>
          <td colspan="2" class="left">{PE.Control.txtConfirmNewPayPassword/} {PE.Control.CompNewPayPassword/}</td>
        </tr>
        <tr>
          <td colspan="3">{PE.Control.btnChangePayPassword/}</td>
        </tr>
      </table>
      {/PE.Control.PalChangePayPassword}
      {/PE.Control.form1} </div>
      <div class="clearbox">
            </div>
  </div>
</div>
{PE.Label id="商城网站底部" /}
</body>
</html>

⌨️ 快捷键说明

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