security->getIndex('/action/options-discussion'), Typecho_Widget_Helper_Form::POST_METHOD); /** 评论日期格式 */ $commentDateFormat = new Typecho_Widget_Helper_Form_Element_Text('commentDateFormat', NULL, $this->options->commentDateFormat, _t('评论日期格式'), _t('这是一个默认的格式,当你在模板中调用显示评论日期方法时, 如果没有指定日期格式, 将按照此格式输出.') . '
' . _t('具体写法请参考 PHP 日期格式写法.')); $commentDateFormat->input->setAttribute('class', 'w-40 mono'); $form->addInput($commentDateFormat); /** 评论列表数目 */ $commentsListSize = new Typecho_Widget_Helper_Form_Element_Text('commentsListSize', NULL, $this->options->commentsListSize, _t('评论列表数目'), _t('此数目用于指定显示在侧边栏中的评论列表数目.')); $commentsListSize->input->setAttribute('class', 'w-20'); $form->addInput($commentsListSize->addRule('isInteger', _t('请填入一个数字'))); $commentsShowOptions = array( 'commentsShowCommentOnly' => _t('仅显示评论, 不显示 Pingback 和 Trackback'), 'commentsMarkdown' => _t('在评论中使用 Markdown 语法'), 'commentsShowUrl' => _t('评论者名称显示时自动加上其个人主页链接'), 'commentsUrlNofollow' => _t('对评论者个人主页链接使用 nofollow 属性'), 'commentsAvatar' => _t('启用 Gravatar 头像服务, 最高显示评级为 %s 的头像', ' ' . ' ' . _t('将 %s 的评论显示在前面', '