login.thtml.svn-base

来自「j2me is based on j2mepolish, client & se」· SVN-BASE 代码 · 共 43 行

SVN-BASE
43
字号
<div id="joey-login-frame"><div id="joey-login-content"><?php if (isset($error_mesg)) : ?>    <div class="error_message"><?=$error_mesg?></div><?php endif; ?><h2>Login</h2><form action="" method="post" class="joey-form" />    <div>        <label class="joey-label-large" for="UserUsername">User Name:</label>        <?=$html->input('User/username')?>    </div>    <div>        <label class="joey-label-large" for="UserPassword">Password:</label>        <?=$html->password('User/password')?>    </div>    <div class="button-box">        <?=$html->submit('Login', array('class' => 'joey-submit')); ?>    </div></form><?php     if (isset($secure_page))      echo "<div><b><a href=\"" . $secure_page . "\">Use Secure Login.</a></b></div>";?><div><?=$html->link('Register', 'register')?></div><div><?=$html->link('Forgot Password?', 'resetpasswordemail')?></div></div></div>

⌨️ 快捷键说明

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