📄 comments-template.php
字号:
<?php /* Don't remove this line */ if (!defined('XOOPS_ROOT_PATH')) { exit; }?><?php //This is Comment listing and form Template ?><h2 id="comments"><?php echo _LANG_WPCM_COM_TITLE; ?></h2><p><?php comments_rss_link('该文章的<abbr title="Really Simple Syndication">RSS</abbr> feed.'); ?></p><?php if ('open' == $post->ping_status) { ?><p><?php echo _LANG_WPCM_COM_TRACK; ?><em><?php trackback_url() ?></em></p><?php } ?><?php if ($comments) { ?><ol id="commentlist"><?php foreach ($comments as $comment) { ?> <li id="comment-<?php comment_ID() ?>"> <?php comment_text() ?> <p><cite><?php comment_type(_LANG_WPCM_COMMENT); ?>: <?php comment_author_link() ?> — <?php comment_date() ?> @ <a href="#comment-<?php comment_ID() ?>"><?php comment_time() ?></a></cite> <?php edit_comment_link(_LANG_WPCM_EDIT_THIS, ' |'); ?></p> </li><?php } // end for each comment ?></ol><?php } else { // this is displayed if there are no comments so far ?> <p><?php echo _LANG_WPCM_COM_YET; ?></p><?php } ?><br /><h2><?php echo _LANG_WPCM_COM_LEAVE; ?></h2><?php if ('open' == $post->comment_status) { ?><p><?php echo _LANG_WPCM_HTML_ALLOWED; ?><code><?php echo allowed_tags(); ?></code></p><form action="<?php echo $siteurl; ?>/wp-comments-post.php" method="post" id="commentform"> <p> <input type="text" name="author" id="author" class="textarea" value="<?php echo $comment_author; ?>" size="28" tabindex="1" /> <label for="author"><?php echo _LANG_WPCM_COM_NAME; ?></label> <input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" /> <input type="hidden" name="redirect_to" value="<?php echo htmlspecialchars($_SERVER["REQUEST_URI"]); ?>" /> </p> <p> <input type="text" name="email" id="email" value="<?php echo $comment_author_email; ?>" size="28" tabindex="2" /> <label for="email"><?php echo _LANG_WUS_AU_MAIL; ?></label> </p> <p> <input type="text" name="url" id="url" value="<?php echo $comment_author_url; ?>" size="28" tabindex="3" /> <label for="url"><acronym title="Uniform Resource Identifier"><?php echo _LANG_WUS_AU_URI; ?></acronym></label> </p> <p> <label for="comment"><?php echo _LANG_WPCM_COM_YOUR; ?></label> <br /> <textarea name="comment" id="comment" cols="50" rows="4" tabindex="4"></textarea> </p><?php if ('none' != get_settings("comment_moderation")) { ?> <p> <?php echo _LANG_WPCM_PLEASE_NOTE; ?> </p><?php } // comment_moderation != 'none' ?> <p> <input name="submit" type="submit" tabindex="5" value="<?php echo _LANG_WPCM_COM_SAYIT; ?>" /> </p></form><?php } else { // comments are closed ?><p><?php echo _LANG_WPCM_THIS_TIME; ?></p><?php } ?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -