Skip to content

Commit

Permalink
优化管理员登录后评论代码
Browse files Browse the repository at this point in the history
  • Loading branch information
Zisbusy committed Jul 3, 2020
1 parent ab35282 commit 3cbcbe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Akina/comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
<!-- 若当前用户未登录 -->
<?php else: ?>
<div class="author-updown">Welcome back ,&nbsp;<?php $this->remember('author'); ?>&nbsp;<a id="toggle-comment-info">[ 修改 ] ↓</a></div>
<?php endif; ?>
<div id="comment-author-info">
<input type="text" name="author" id="author" class="commenttext" placeholder="Name" value="<?php $this->remember('author'); ?>" size="22" tabindex="1" placeholder="Name" />
<label for="author"></label>
Expand All @@ -107,8 +106,9 @@

<input type="text" name="url" id="url" class="commenttext" value="<?php $this->remember('url'); ?>" size="22"placeholder="https://" tabindex="3" />
<label for="url"></label>
</div>
</div>
<div class="clear"></div>
<?php endif; ?>
<p><textarea name="text" id="comment" class="OwO-textarea" placeholder="come on baby !" tabindex="4" cols="50" rows="5"></textarea></p>
<div class="com-footer">
<input class="submit" name="submit" type="submit" id="submit" tabindex="5" value="发表评论" />
Expand Down

0 comments on commit 3cbcbe7

Please sign in to comment.