添加模板评论样式

This commit is contained in:
fen
2013-10-22 21:13:58 +08:00
parent 1fe96bb708
commit af95cff4ba
10 changed files with 222 additions and 107 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ Typecho_Cookie::delete('__typecho_remember_mail');
<h1>Typecho</h2>
<form action="<?php $options->registerAction(); ?>" method="post" name="register">
<p><input type="text" id="name" name="name" placeholder="<?php _e('用户名'); ?>" value="<?php echo $rememberName; ?>" class="text-l w-100" /></p>
<p><input type="email" id="mail" name="mail" placeholder="<?php _e('电子邮件'); ?>" value="<?php echo $rememberMail; ?>" class="text-l w-100" /></p>
<p><input type="email" id="mail" name="mail" placeholder="<?php _e('Email'); ?>" value="<?php echo $rememberMail; ?>" class="text-l w-100" /></p>
<p class="submit">
<!-- <label for="remember"><input type="checkbox" name="remember" class="checkbox" value="1" id="remember" /> <?php _e('记住我'); ?></label> -->
<button type="submit" class="btn-l w-100 primary"><?php _e('注册'); ?></button>