perRegisterEn.html 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta equiv="X-UA-Compatible" content="IE=EmulateIE7" />
  6. <title>Sign up for free</title>
  7. <meta name="robots" content="index,follow" />
  8. <!-- <script src="style/passport.js" type="text/javascript" charset="utf-8"></script> -->
  9. <script src="style/jquery.js" type="text/javascript" charset="utf-8"></script>
  10. <script type="text/javascript" src="ext/ext-all.js"></script>
  11. <script type="text/javascript" src="ext/ext-lang-zh_CN.js"></script>
  12. <script src="check.js" type="text/javascript" charset="utf-8"></script>
  13. <script language="javascript" type="text/javascript">
  14. function refreshImg(){
  15. var randnum = Math.random();
  16. document.getElementById('em_valcode').src = "b2b/system/code/vcode.jsp?" + randnum;
  17. }
  18. </script>
  19. <link href="style/reg.css" rel="stylesheet" type="text/css" />
  20. <style>
  21. .fonts {
  22. font: bold 32px/60px arial, sans-serif;
  23. }
  24. </style>
  25. </head>
  26. <body class="regBg">
  27. <div id="wrapper" class="area">
  28. <div id="head">
  29. <table>
  30. <tr>
  31. <td><span class="fonts">Register My UU</span></td>
  32. <td><span ckass="fibts"></span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  33. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  34. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  35. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  36. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  37. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></td>
  38. <td><div>
  39. <table>
  40. <tr>
  41. <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  42. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href=""
  43. onClick="window.open('guideEn.html','newwindow','')"
  44. style="color: red">Register Help</a>
  45. </td>
  46. </tr>
  47. <tr style="color: red">
  48. <td>
  49. <form>
  50. 请选择语言:<a href="perRegisterCh.html"
  51. data-log-click="register_direct">中文简体</a> <a
  52. href="perRegisterChFan.html"
  53. data-log-click="register_direct">中文繁體</a> <a
  54. href="perRegisterEn.html" data-log-click="register_direct">ENGLISH</a>
  55. </form>
  56. </td>
  57. </tr>
  58. </table></td>
  59. </tr>
  60. </table>
  61. </div>
  62. <div id="content1" class="content">
  63. <div class="left">
  64. <div class="setps clear">
  65. <div class="first at">
  66. <span>1</span> personal information
  67. </div>
  68. <div class="icon"></div>
  69. <div class="second">
  70. <span>2</span> Successful registration
  71. </div>
  72. </div>
  73. <div id=div class="regAreaWar">
  74. <div id="usedEmailTip" class="topT">
  75. <span>&nbsp;</span>You already have usoft account?You can <a
  76. href="http://www.usoftchina.com" data-log-click="register_direct">Login</a>,No
  77. registration
  78. </div>
  79. <form id="regform" name="regform" method="post"
  80. action="employeesAction_addEmployee" autocomplete="off"
  81. disableautocomplete>
  82. <ul class="reg clear" id="reg">
  83. <li>
  84. <div class="inputArea">
  85. <label for="user">username:</label><input type="text"
  86. class="usoftField" id="em_user" name="em_user" tabindex="1"
  87. onblur="checkName()"> <span
  88. style="color: red; font-size: 13px;" id="c_name">*Please
  89. enter your user name</span> <img id='name_ok' style="display: none;"
  90. src="photo/label3.gif"></img> <span
  91. style="color: red; font-size: 13px; display: none"
  92. id="err_name">*You must enter a user name to register!</span>
  93. </div>
  94. </li>
  95. <li>
  96. <div class="inputArea">
  97. <label for="passwd">password:</label><input type="password"
  98. class="usoftField" id="em_passwd" name="em_passwd"
  99. tabindex="1" onblur="checkpasswd()"> <span
  100. style="color: red; font-size: 13px;" id="c_passwd">*Please
  101. enter a password</span> <img id='passwd_ok' style="display: none;"
  102. src="photo/label3.gif"></img> <span
  103. style="color: red; font-size: 13px; display: none"
  104. id="err_passwd">*Passwords can not be empty</span>
  105. </div>
  106. </li>
  107. <li>
  108. <div class="inputArea">
  109. <label for="passwdAgain">Confirm Pwd&nbsp;&nbsp;:</label><input
  110. type="password" class="usoftField" id="em_passwdAgain"
  111. name="em_passwdAgain" tabindex="1" onblur="checkpasswdAgain()">
  112. <span style="color: red; font-size: 13px;" id="c_passwdAgain">*Please
  113. enter the password again</span> <img id='passwdAgain_ok'
  114. style="display: none;" src="photo/label3.gif"></img> <span
  115. style="color: red; font-size: 13px; display: none"
  116. id="err_passwdAgain">*You two entered passwords do not
  117. match</span>
  118. </div>
  119. </li>
  120. <li>
  121. <div class="inputArea">
  122. <label for="card">ID card NO:</label><input type="text"
  123. class="usoftField" id="em_card" name="em_card" tabindex="2"
  124. onblur="checkCard()"> <span
  125. style="color: red; font-size: 13px;" id="c_card">*Please
  126. enter the ID number</span> <img id='card_ok' style="display: none;"
  127. src="photo/label3.gif"></img> <span
  128. style="color: red; font-size: 13px; display: none"
  129. id="err_card">*You must enter the identity card number
  130. to sign up!</span> <span
  131. style="color: red; font-size: 13px; display: none"
  132. id="err_card1">*Identity card number digit wrong!</span> <span
  133. style="color: red; font-size: 13px; display: none"
  134. id="err_card2">*The date of birth of the identity card
  135. number is out of range!</span> <span
  136. style="color: red; font-size: 13px; display: none"
  137. id="err_card3">*Identity card number validation error!</span>
  138. <span style="color: red; font-size: 13px; display: none"
  139. id="err_card4">*Illegal ID card region!</span>
  140. </div>
  141. </li>
  142. <li>
  143. <div class="inputArea">
  144. <label for="email">Mailbox:</label><input type="text"
  145. class="usoftField" id="em_email" name="em_email" tabindex="3"
  146. onblur="checkEmail()"> <span
  147. style="color: red; font-size: 13px;" id="c_email">*Please
  148. enter your e-mail address!</span> <img id='email_ok'
  149. style="display: none;" src="photo/label3.gif"></img> <span
  150. style="color: red; font-size: 13px; display: none"
  151. id="err_email">*You must enter the mailbox to register!</span>
  152. <span style="color: red; font-size: 13px; display: none"
  153. id="err_email2">*E-mail format is wrong!</span>
  154. </div>
  155. </li>
  156. <li>
  157. <div class="inputArea">
  158. <label for="nickname">SEX:</label> <select class="sexField"
  159. id="em_sex" name="em_sex">
  160. <option value="男" selected="selected">Man</option>
  161. <option value="女">Woman</option>
  162. </select>
  163. </div>
  164. </li>
  165. <li>
  166. <div class="inputArea">
  167. <label for="confirenadminpass">captcha:</label> <input
  168. type="text" size="6" id="valid" onkeydown="keyDown(event);" />
  169. <img id="em_valcode" size="6" src="b2b/system/code/vcode.jsp"
  170. onclick="javascript:refreshImg()"></img>
  171. </div>
  172. </li>
  173. <li>
  174. <div class="checkAreaWar">
  175. <label for="agree"> <input type="checkbox" id="agree"
  176. checked>I agree <a href="agree.html" target="_blank">usoftchina
  177. registration agreement</a></label> <span
  178. style="color: red; font-size: 13px; display: none"
  179. id="err_agree">*You must agree to the excellent soft
  180. user agreement to Register!</span>
  181. </div>
  182. <div id="agreeTip" class="tip error">
  183. <span class="icon"></span>Need to agree to the usoft network
  184. services use agreement "in order to continue to be registered!
  185. </div>
  186. </li>
  187. <li><label for=""></label> <input id="" type="button"
  188. onclick="confirmBox1();" class="regBtn" value="Submit"
  189. tabindex="6"></li>
  190. </ul>
  191. </form>
  192. </div>
  193. </div>
  194. <div class="right">
  195. <div class="title" align="center">UAS B2B business management
  196. platform</div>
  197. <p>&nbsp;&nbsp;&nbsp;&nbsp;Excellent soft business management
  198. platform for third party to operate the B2B platform, the platform
  199. to help enterprises purchase and sale both for enterprise
  200. information management, and for enterprises to provide a good
  201. platform for the exchange of information. At present, the platform
  202. of information management mainly covers the basic information,
  203. sales system, purchasing system, quality system, financial system,
  204. enterprise system of spatial information and feedback 7 plates. The
  205. platform for multiple plate integration makes enterprise publishing
  206. and access to relevant information is more comprehensive, timely
  207. and convenient, for the enterprises to gain customers and seek to
  208. maximize their interests to provide broad channels. The platform,
  209. enterprises can break geographical restrictions, to get to know
  210. many like-minded network operators, to jointly develop the door to
  211. wealth.</p>
  212. <div class="more">更多精彩应用不断添加中...</div>
  213. </div>
  214. <div class="area clear"></div>
  215. </div>
  216. <div id="content2" class="content" style="display: none;">
  217. <div class="left">
  218. <div class="setps">
  219. <div class="first ok">
  220. <span>1</span> personal information
  221. </div>
  222. <div class="icon i3"></div>
  223. <div class="second at">
  224. <span>2</span> Successful registration
  225. </div>
  226. </div>
  227. <div id="div" class="regAreaWar clear">
  228. <div id="" class="topT">
  229. <div class="actTip">
  230. <div class="emt">
  231. <span></span>Congratulations on your successful registration!
  232. </div>
  233. You can <a href="http://www.usoftchina.com">Login now</a>
  234. </div>
  235. </div>
  236. </div>
  237. </div>
  238. <div class="right">
  239. <div class="title" align="center">UAS B2B business management
  240. platform</div>
  241. <p>&nbsp;&nbsp;&nbsp;&nbsp;Excellent soft business management
  242. platform for third party to operate the B2B platform, the platform
  243. to help enterprises purchase and sale both for enterprise
  244. information management, and for enterprises to provide a good
  245. platform for the exchange of information. At present, the platform
  246. of information management mainly covers the basic information,
  247. sales system, purchasing system, quality system, financial system,
  248. enterprise system of spatial information and feedback 7 plates. The
  249. platform for multiple plate integration makes enterprise publishing
  250. and access to relevant information is more comprehensive, timely
  251. and convenient, for the enterprises to gain customers and seek to
  252. maximize their interests to provide broad channels.</p>
  253. <div class="more">更多精彩应用不断添加中...</div>
  254. </div>
  255. <div class="area clear"></div>
  256. </div>
  257. <div id="foot" class="Area">
  258. <br>Copyright:The Usoft Technology Company Limited of Shenzhen
  259. City Copyright ? 2012 All Rights Reserved</br>
  260. </div>
  261. </body>
  262. </html>