activate.thtml.svn-base

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

SVN-BASE
18
字号
<?php if (isset($error_mesg)) : ?>    <div class="error_message"><?=$error_mesg?></div><?php endif; ?><h2>Activate Your Account</h2><form action="" method="post" class="joey-form" />    <div>        <label class="joey-label-large" for="ConfirmationCode">Confirmation Code:</label>        <?=$html->input('User/Confirmationcode'); ?>    </div>    <div class="button-box">        <?=$html->submit('Activate', array('class' => 'joey-submit')); ?>    </div></form>

⌨️ 快捷键说明

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