国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

39 linhas
1.9KB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
  6. <title>找回密码第三步-<?php echo $cfg_webname;?></title>
  7. <link rel="stylesheet" href="/static/web/css/font-awesome.min.css">
  8. <link rel="stylesheet" href="/static/web/css/bootstrap.min.css">
  9. <link rel="stylesheet" href="/static/web/css/style.css">
  10. </head>
  11. <body>
  12. <?php obtaintheme('top.htm');?>
  13. <main class="container py-3">
  14. <h2>找回密码第三步</h2>
  15. <p><a href="index_do.php?fmdo=user&dopost=regnew">还没注册?</a></p>
  16. <form name="form1" method="POST" action="<?php echo $cfg_memberurl;?>/resetpassword.php">
  17. <input type="hidden" name="dopost" value="safequestion">
  18. <input type="hidden" name="id" value="<?php echo $member['mid'];?>">
  19. <input type="hidden" name="userid" value="<?php echo $userid;?>">
  20. <div class="form-group">
  21. <?php echo GetSafequestion(0,'safequestion');?>
  22. </div>
  23. <div class="form-group">
  24. <label for="iptSafeanswer">问题答案</label>
  25. <input type="text" name="safeanswer" id="iptSafeanswer" class="form-control" placeholder="请输入问题答案">
  26. </div>
  27. <div class="form-group">
  28. <label for="iptValidate">验证码</label>
  29. <div class="input-group">
  30. <input type="text" name="vdcode" id="iptValidate" class="form-control text-uppercase" placeholder="请输入验证码">
  31. <div class="input-group-append"><img src="<?php echo $cfg_phpurl;?>/vdimgck.php" id="validateimg" onclick="this.src='<?php echo $cfg_phpurl;?>/vdimgck.php?'+new Date().getTime()+Math.round(Math.random() * 10000)" title="验证码"></div>
  32. </div>
  33. </div>
  34. <div><button type="submit" class="btn btn-success btn-block">下一步</button></div>
  35. </form>
  36. </main>
  37. <?php obtaintheme('foot.htm');?>
  38. </body>
  39. </html>