From 42c7dbbe05bc6b8f4949bce909d38ae4a296b478 Mon Sep 17 00:00:00 2001 From: Patrick95 Date: Fri, 28 Jul 2017 09:52:42 +0800 Subject: [PATCH] v0.9.2 --- comments.php | 24 +++++++++++++----------- footer.php | 2 +- functions.php | 28 ++++++++++++++++++++++++++++ header.php | 10 +++++----- js/main.js | 16 ++++++++++++++++ page-archives.php | 39 +++++++++++++++++++++++++++++++++++++++ page.php | 1 - post.php | 1 + style.css | 12 ++++++++---- 9 files changed, 111 insertions(+), 22 deletions(-) create mode 100644 js/main.js create mode 100644 page-archives.php diff --git a/comments.php b/comments.php index 459dcd0..32dbc1e 100644 --- a/comments.php +++ b/comments.php @@ -1,3 +1,4 @@ +allow('comment')): ?> options->CDNURL; function threadedComments($comments, $options) { @@ -44,7 +45,7 @@ function threadedComments($comments, $options) {
- reply(); ?> + reply('Reply'); ?>
@@ -62,7 +63,7 @@ function threadedComments($comments, $options) {
comments()->to($comments); ?> have()): ?> - commentsNum(_t('暂无评论'), _t('已有 1 条评论'), _t('已有 %d 条评论')); ?> + commentsNum(_t('No comments'), _t('1 comment'), _t('%d comments')); ?> listComments(); ?> @@ -72,36 +73,36 @@ function threadedComments($comments, $options) { allow('comment')): ?>
-
cancelReply(); ?>
+
cancelReply('Cancel reply'); ?>
user->hasLogin()): ?> -

user->screenName(); ?>. »

+

user->screenName(); ?>. »

remember('author',true) != "" && $this->remember('mail',true) != "") : ?>

- remember('author'); ?> - cancelReply(); ?> + remember('author'); ?> + cancelReply('Cancel reply'); ?>

-

此处评论已关闭

+

Comment closed

+ \ No newline at end of file diff --git a/footer.php b/footer.php index 82e550b..d26c145 100644 --- a/footer.php +++ b/footer.php @@ -10,13 +10,13 @@
footer(); ?> +