| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292 |
- <!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">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta equiv="X-UA-Compatible" content="IE=EmulateIE7" />
- <title>Sign up for free</title>
- <meta name="robots" content="index,follow" />
- <!-- <script src="style/passport.js" type="text/javascript" charset="utf-8"></script> -->
- <script src="style/jquery.js" type="text/javascript" charset="utf-8"></script>
- <script type="text/javascript" src="ext/ext-all.js"></script>
- <script type="text/javascript" src="ext/ext-lang-zh_CN.js"></script>
- <script src="check.js" type="text/javascript" charset="utf-8"></script>
- <script language="javascript" type="text/javascript">
- function refreshImg(){
- var randnum = Math.random();
- document.getElementById('em_valcode').src = "b2b/system/code/vcode.jsp?" + randnum;
- }
-
- </script>
- <link href="style/reg.css" rel="stylesheet" type="text/css" />
- <style>
- .fonts {
- font: bold 32px/60px arial, sans-serif;
- }
- </style>
- </head>
- <body class="regBg">
- <div id="wrapper" class="area">
- <div id="head">
- <table>
- <tr>
- <td><span class="fonts">Register My UU</span></td>
- <td><span ckass="fibts"></span>
-
-
-
-
- </span></td>
- <td><div>
- <table>
- <tr>
- <td>
- <a href=""
- onClick="window.open('guideEn.html','newwindow','')"
- style="color: red">Register Help</a>
- </td>
- </tr>
- <tr style="color: red">
- <td>
- <form>
- 请选择语言:<a href="perRegisterCh.html"
- data-log-click="register_direct">中文简体</a> <a
- href="perRegisterChFan.html"
- data-log-click="register_direct">中文繁體</a> <a
- href="perRegisterEn.html" data-log-click="register_direct">ENGLISH</a>
- </form>
- </td>
- </tr>
- </table></td>
- </tr>
- </table>
- </div>
- <div id="content1" class="content">
- <div class="left">
- <div class="setps clear">
- <div class="first at">
- <span>1</span> personal information
- </div>
- <div class="icon"></div>
- <div class="second">
- <span>2</span> Successful registration
- </div>
- </div>
- <div id=div class="regAreaWar">
- <div id="usedEmailTip" class="topT">
- <span> </span>You already have usoft account?You can <a
- href="http://www.usoftchina.com" data-log-click="register_direct">Login</a>,No
- registration
- </div>
- <form id="regform" name="regform" method="post"
- action="employeesAction_addEmployee" autocomplete="off"
- disableautocomplete>
- <ul class="reg clear" id="reg">
- <li>
- <div class="inputArea">
- <label for="user">username:</label><input type="text"
- class="usoftField" id="em_user" name="em_user" tabindex="1"
- onblur="checkName()"> <span
- style="color: red; font-size: 13px;" id="c_name">*Please
- enter your user name</span> <img id='name_ok' style="display: none;"
- src="photo/label3.gif"></img> <span
- style="color: red; font-size: 13px; display: none"
- id="err_name">*You must enter a user name to register!</span>
- </div>
- </li>
- <li>
- <div class="inputArea">
- <label for="passwd">password:</label><input type="password"
- class="usoftField" id="em_passwd" name="em_passwd"
- tabindex="1" onblur="checkpasswd()"> <span
- style="color: red; font-size: 13px;" id="c_passwd">*Please
- enter a password</span> <img id='passwd_ok' style="display: none;"
- src="photo/label3.gif"></img> <span
- style="color: red; font-size: 13px; display: none"
- id="err_passwd">*Passwords can not be empty</span>
- </div>
- </li>
- <li>
- <div class="inputArea">
- <label for="passwdAgain">Confirm Pwd :</label><input
- type="password" class="usoftField" id="em_passwdAgain"
- name="em_passwdAgain" tabindex="1" onblur="checkpasswdAgain()">
- <span style="color: red; font-size: 13px;" id="c_passwdAgain">*Please
- enter the password again</span> <img id='passwdAgain_ok'
- style="display: none;" src="photo/label3.gif"></img> <span
- style="color: red; font-size: 13px; display: none"
- id="err_passwdAgain">*You two entered passwords do not
- match</span>
- </div>
- </li>
- <li>
- <div class="inputArea">
- <label for="card">ID card NO:</label><input type="text"
- class="usoftField" id="em_card" name="em_card" tabindex="2"
- onblur="checkCard()"> <span
- style="color: red; font-size: 13px;" id="c_card">*Please
- enter the ID number</span> <img id='card_ok' style="display: none;"
- src="photo/label3.gif"></img> <span
- style="color: red; font-size: 13px; display: none"
- id="err_card">*You must enter the identity card number
- to sign up!</span> <span
- style="color: red; font-size: 13px; display: none"
- id="err_card1">*Identity card number digit wrong!</span> <span
- style="color: red; font-size: 13px; display: none"
- id="err_card2">*The date of birth of the identity card
- number is out of range!</span> <span
- style="color: red; font-size: 13px; display: none"
- id="err_card3">*Identity card number validation error!</span>
- <span style="color: red; font-size: 13px; display: none"
- id="err_card4">*Illegal ID card region!</span>
- </div>
- </li>
- <li>
- <div class="inputArea">
- <label for="email">Mailbox:</label><input type="text"
- class="usoftField" id="em_email" name="em_email" tabindex="3"
- onblur="checkEmail()"> <span
- style="color: red; font-size: 13px;" id="c_email">*Please
- enter your e-mail address!</span> <img id='email_ok'
- style="display: none;" src="photo/label3.gif"></img> <span
- style="color: red; font-size: 13px; display: none"
- id="err_email">*You must enter the mailbox to register!</span>
- <span style="color: red; font-size: 13px; display: none"
- id="err_email2">*E-mail format is wrong!</span>
- </div>
- </li>
- <li>
- <div class="inputArea">
- <label for="nickname">SEX:</label> <select class="sexField"
- id="em_sex" name="em_sex">
- <option value="男" selected="selected">Man</option>
- <option value="女">Woman</option>
- </select>
- </div>
- </li>
- <li>
- <div class="inputArea">
- <label for="confirenadminpass">captcha:</label> <input
- type="text" size="6" id="valid" onkeydown="keyDown(event);" />
- <img id="em_valcode" size="6" src="b2b/system/code/vcode.jsp"
- onclick="javascript:refreshImg()"></img>
- </div>
- </li>
- <li>
- <div class="checkAreaWar">
- <label for="agree"> <input type="checkbox" id="agree"
- checked>I agree <a href="agree.html" target="_blank">usoftchina
- registration agreement</a></label> <span
- style="color: red; font-size: 13px; display: none"
- id="err_agree">*You must agree to the excellent soft
- user agreement to Register!</span>
- </div>
- <div id="agreeTip" class="tip error">
- <span class="icon"></span>Need to agree to the usoft network
- services use agreement "in order to continue to be registered!
- </div>
- </li>
- <li><label for=""></label> <input id="" type="button"
- onclick="confirmBox1();" class="regBtn" value="Submit"
- tabindex="6"></li>
- </ul>
- </form>
- </div>
- </div>
- <div class="right">
- <div class="title" align="center">UAS B2B business management
- platform</div>
- <p> Excellent soft business management
- platform for third party to operate the B2B platform, the platform
- to help enterprises purchase and sale both for enterprise
- information management, and for enterprises to provide a good
- platform for the exchange of information. At present, the platform
- of information management mainly covers the basic information,
- sales system, purchasing system, quality system, financial system,
- enterprise system of spatial information and feedback 7 plates. The
- platform for multiple plate integration makes enterprise publishing
- and access to relevant information is more comprehensive, timely
- and convenient, for the enterprises to gain customers and seek to
- maximize their interests to provide broad channels. The platform,
- enterprises can break geographical restrictions, to get to know
- many like-minded network operators, to jointly develop the door to
- wealth.</p>
- <div class="more">更多精彩应用不断添加中...</div>
- </div>
- <div class="area clear"></div>
- </div>
- <div id="content2" class="content" style="display: none;">
- <div class="left">
- <div class="setps">
- <div class="first ok">
- <span>1</span> personal information
- </div>
- <div class="icon i3"></div>
- <div class="second at">
- <span>2</span> Successful registration
- </div>
- </div>
- <div id="div" class="regAreaWar clear">
- <div id="" class="topT">
- <div class="actTip">
- <div class="emt">
- <span></span>Congratulations on your successful registration!
- </div>
- You can <a href="http://www.usoftchina.com">Login now</a>
- </div>
- </div>
- </div>
- </div>
- <div class="right">
- <div class="title" align="center">UAS B2B business management
- platform</div>
- <p> Excellent soft business management
- platform for third party to operate the B2B platform, the platform
- to help enterprises purchase and sale both for enterprise
- information management, and for enterprises to provide a good
- platform for the exchange of information. At present, the platform
- of information management mainly covers the basic information,
- sales system, purchasing system, quality system, financial system,
- enterprise system of spatial information and feedback 7 plates. The
- platform for multiple plate integration makes enterprise publishing
- and access to relevant information is more comprehensive, timely
- and convenient, for the enterprises to gain customers and seek to
- maximize their interests to provide broad channels.</p>
- <div class="more">更多精彩应用不断添加中...</div>
- </div>
- <div class="area clear"></div>
- </div>
- <div id="foot" class="Area">
- <br>Copyright:The Usoft Technology Company Limited of Shenzhen
- City Copyright ? 2012 All Rights Reserved</br>
- </div>
- </body>
- </html>
|