regcomplete.php 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. <?php if(!defined( 'WY_ROOT'))exit; ?>
  2. <!doctype html>
  3. <html>
  4. <head>
  5. <meta http-equiv="content-type" content="text/html;charset=utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <meta name="viewport" content="width=device-width,initial-scale=1">
  8. <title>智通付 - 完善商户信息</title>
  9. <meta name="description" content="<?php echo $this->config['description']?>">
  10. <meta name="keywords" content="<?php echo $this->config['keyword']?>">
  11. <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
  12. <link href="/2018new/css/bootstrap.min.css" rel="stylesheet" />
  13. <link href="/2018new/css/index.min.css" rel="stylesheet" />
  14. <script src="/2018new/js/jquery.min.js" type="text/javascript"></script>
  15. <script src="/2018new/js/index.min.js" type="text/javascript"></script>
  16. <script src="/static/common/jquery-1.12.1.min.js" type="text/javascript"></script>
  17. <script src="/static/common/bootstrap.min.js" type="text/javascript"> </script>
  18. <script src="/static/default/app.js" type="text/javascript"></script>
  19. <style type="text/css">
  20. body{background:url(/images/sh_bg.jpg) repeat-y left top;}
  21. </style>
  22. <script language="javascript">
  23. function checkReg(form)
  24. {
  25. var p=/^[a-zA-Z0-9]+$/;
  26. //if(form.login_name.value=="" || form.login_name.value.length<6 || !p.test(form.login_name.value))
  27. if(form.agree.checked==false)
  28. {
  29. alert("你没有同意合作协议!");
  30. return false;
  31. }
  32. return true;
  33. }
  34. </script>
  35. </head>
  36. <body>
  37. <body>
  38. <div class="welcome"></div>
  39. <div class="quality1">
  40. <div class="box">
  41. <div class="items">
  42. <div class="in-login">
  43. <form class="form-ajax" action="/register/savetwo" method="post" autocomplete="off" onsubmit="return checkReg(this)">
  44. <input type="hidden" name="email" value="<?php echo $email?>">
  45. <input type="hidden" name="token" value="<?php echo $token?>">
  46. <input type="hidden" name="agentId" />
  47. <div class="in-login-con">
  48. <a href="/" title="首页"><img src="/images/login2_02.png" alt="智通付首页" /></a>
  49. <div class="zhdl"> <strong>智通付 - 完善商户信息</strong> <strong>
  50. <p id="corp_errtips" class="error"></p>
  51. </strong> </div>
  52. <div class="dlk-box"> <span class="input-icon1"></span>
  53. <input type="text" class="dlk2 input-bg1" value="<?php echo $email?>" disabled>
  54. </div>
  55. <br>
  56. <div class="dlk-box"> <span class="input-icon1"></span>
  57. <input name="username" type="text" id="txtloginName" class="dlk2 input-bg1" placeholder="请输入账户名" maxlength="20" required>
  58. </div>
  59. <br>
  60. <div class="dlk-box"> <span class="input-icon2"></span>
  61. <input name="userpass" type="password" id="txtpassWord" class="dlk2 input-bg2" placeholder="请输入登陆密码" maxlength="20" required>
  62. </div>
  63. <br>
  64. <div class="dlk-box"> <span class="input-icon2"></span>
  65. <input name="cirmpwd" type="password" class="dlk2 input-bg2" placeholder="确认密码" maxlength="20" required>
  66. </div>
  67. <br>
  68. <div class="dlk-box"> <span class="input-icon2"></span>
  69. <input name="phone" type="text" id="txtpassWord" class="dlk2 input-bg2" placeholder="手机号码" maxlength="11" required>
  70. </div>
  71. <br>
  72. <div class="dlk-box"> <span class="input-icon2"></span>
  73. <input name="qq" type="text" id="txtpassWord" class="dlk2 input-bg2" placeholder="QQ号码" maxlength="20" required>
  74. </div>
  75. <br>
  76. <div class="dlk-box"> <span class="input-icon2"></span>
  77. <input name="sitename" type="text" id="txtpassWord" class="dlk2 input-bg2" placeholder="接入网站名称" value="" maxlength="30" required>
  78. </div>
  79. <br>
  80. <div class="dlk-box"> <span class="input-icon2"></span>
  81. <input name="siteurl" type="text" id="txtpassWord" class="dlk2 input-bg2" placeholder="接入网站地址" value="" maxlength="30" required>
  82. </div>
  83. <br>
  84. <div class="dlk-box"> <span class="input-icon2"></span>
  85. <input type="text" name="chkcode" class="dlk3 input-bg2" placeholder="验证码"
  86. maxlength="5" required> <img src="/chkcode" onclick="javascript:this.src=this.src+'?t=new Date().getTime()'" class="imgcode" style="cursor:pointer; margin: 0px auto 0 0px;height:34px;" title="点击刷新验证码">
  87. <p></p>
  88. <div class="dlk-box"> <span class="input-icon5"></span>
  89. <td height="40" colspan="2" bgcolor="#FFFFFF" ><input name="agree" type="checkbox" class="textbox" id="agree" value="agree" />
  90. <font>
  91. <a style="cursor:pointer;" for="agree" href="/i/merchant_agreement.html" target="_blank"> 同意并认真阅读<font color="red">商户合作协议</font></a></font></td>
  92. </div>
  93. <div class="dlan">
  94. <button id="corp_loginbtn" class="dlan-input" name="Submit" type="submit">已完善信息,立即注册</button>
  95. </div>
  96. </div>
  97. </form>
  98. </div>
  99. </div>
  100. </div>
  101. </div>
  102. </body>
  103. </html>