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

📄 register.thtml.svn-base

📁 j2me is based on j2mepolish, client & server for mobile application. server part
💻 SVN-BASE
字号:
<div id="joey-general-frame"><h2>Register</h2><p>All fields are required.</p><form action="" method="post" class="joey-form" /><div>    <label class="joey-label-large" for="UserUsername">User Name:</label>    <?=$html->input('User/username')?>    <?=$html->tagErrorMsg('User/username', isset($error_username) ? $error_username : 'A username is required.')?></div><div>    <label class="joey-label-large" for="UserEmail">Email Address:</label>    <?=$html->input('User/email')?>    <?=$html->tagErrorMsg('User/email', isset($error_email) ?  $error_email : 'An email address is required.')?></div><div>    <label class="joey-label-large" for="UserPassword">Password:</label>    <?=$html->password('User/password')?>    <?=$html->tagErrorMsg('User/password', 'A password is required.')?></div><div>    <label class="joey-label-large" for="UserPassword">Confirm Password:</label>    <?=$html->password('User/confirmpassword')?>    <?=$html->tagErrorMsg('User/confirmpassword', 'Your passwords don\'t match.')?></div><div>    <label class="joey-label-large" for="UserPhonenumber">Phone number:</label>    <?=$html->input('User/phonenumber')?>    <?=$html->tagErrorMsg('User/phonenumber', 'A phone number is required.')?></div><div>    <label class="joey-label-large" for="PhoneName">What type of phone do you have?</label>    <?=$html->selectTag('Phone/name', $phones)?>    <?=$html->tagErrorMsg('Phone/name', 'A phone name is required.')?></div><div>    <label class="joey-label-large" for="OperatorProvider">Who is your provider?</label>    <?=$html->selectTag('Operator/provider', $operators)?>    <?=$html->tagErrorMsg('Operator/provider', 'A provider is required.')?></div><div><i> Don't see your phone or cell operator? </i> <br>Please tell us!  Join the conversation on the <a href="https://labs.mozilla.com/forum/index.php?board=3.0">Joey Forum</a>.</div><div>        <label class="joey-label-large" for="LegalStuff">Important Legal Stuff.</label><br><br>    <?php echo $html->link('Terms of Use',               FULL_BASE_URL . '/terms/termsofservice') ?> <br>    <?php echo $html->link('End User License Agreement', FULL_BASE_URL . '/terms/EULA') ?> <br>    <?php echo $html->link('Privacy Policy',             FULL_BASE_URL . '/terms/privacypolicy') ?> </div><div>By clicking to accept this Agreement or by downloading the associated software, you acknowledge and agree that use of a Beta Release may exhibit sporadic disruptions that have the potential to disrupt your use of the Software and potential to affect the handset operations in general. You also acknowledge and agree that a Beta Release may not protect you in blocking unacceptable digital content, meaning digital content showing profanity in word or symbol format.  You further acknowledge and agree that the Beta Release will send information to your telecommunications device and that Mozilla is unable to guarantee that information you send to your telecommunications device will be secure or private.  Mozilla specifically disclaims all damages resulting from your use of the Beta Release.</div><div class="button-box">    <?=$html->submit('Accept and Register',array('class' => 'joey-submit')); ?></div></form></div>

⌨️ 快捷键说明

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