From 7bb94d9df4aea4c575d43ceed506ae28d2d80003 Mon Sep 17 00:00:00 2001 From: txz Date: Thu, 26 May 2016 13:47:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2=E5=B0=86?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E5=92=8C=E6=A1=86=E6=9E=B6=E5=90=8C=E6=97=B6?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/assets/wechat/blog_detail.html | 74 +++++++-------- public/assets/wechat/course_discussion.html | 89 ++++++++++--------- public/assets/wechat/course_notice.html | 2 + public/assets/wechat/homework_detail.html | 4 +- public/assets/wechat/issue_detail.html | 2 + public/assets/wechat/jour_message_detail.html | 70 ++++++++------- public/assets/wechat/project_discussion.html | 8 +- 7 files changed, 132 insertions(+), 117 deletions(-) diff --git a/public/assets/wechat/blog_detail.html b/public/assets/wechat/blog_detail.html index ce7945872..fa3a9f341 100644 --- a/public/assets/wechat/blog_detail.html +++ b/public/assets/wechat/blog_detail.html @@ -1,46 +1,48 @@ -
-
-
-
{{blog.title}}      
-
{{blog.user.realname}}发表博客
-
-
-
+
+
+
+
+
{{blog.title}}
+
{{blog.user.realname}}发表博客
+
+
+
+
+
+ {{blog.created_at}} +
-
- {{blog.created_at}} -
-
-
-
回复 ({{blog.comment_count}})
-
已赞 ({{blog.praise_count}})
-
赞 ({{blog.praise_count}})
-
-
-
-
-
-
- -

-                        
{{journal.lasted_comment}}
-
回复
+
+
回复 ({{blog.comment_count}})
+
已赞 ({{blog.praise_count}})
+
赞 ({{blog.praise_count}})
+
+
+
+
+
+
+ +

+                            
{{journal.lasted_comment}}
+
回复
+
+
-
-
-
-
- -
- - +
+
+ +
+ + +
+ +
- -
diff --git a/public/assets/wechat/course_discussion.html b/public/assets/wechat/course_discussion.html index f464369ae..d1b65e629 100644 --- a/public/assets/wechat/course_discussion.html +++ b/public/assets/wechat/course_discussion.html @@ -1,52 +1,55 @@ -
-
-
-
{{discussion.subject}}      
- - - - - - - -
发布者:{{discussion.user.realname}}
来   源:{{discussion.course_project_name}}  |  课程问答区
-
-
-
-
- {{discussion.created_on}} -
-
-
-
回复 ({{discussion.replies_count}})
-
已赞 ({{discussion.praise_count}})
-
赞 ({{discussion.praise_count}})
-
-
-
-
-
-
- -

-                        
{{journal.lasted_comment}}
-
回复
+
+
+
+
+
+
{{discussion.subject}}
+ + + + + + + +
发布者:{{discussion.user.realname}}
来   源:{{discussion.course_project_name}}  |  课程问答区
+
+
+ {{discussion.created_on}} +
-
-
-
-
- -
- - +
+
回复 ({{discussion.replies_count}})
+
已赞 ({{discussion.praise_count}})
+
赞 ({{discussion.praise_count}})
+
+
+
+
+
+
+ +

+                            
{{journal.lasted_comment}}
+
回复
+
+
+
+
+
+
+
+ +
+ + +
+ +
- -
diff --git a/public/assets/wechat/course_notice.html b/public/assets/wechat/course_notice.html index ac1f7dcea..c10763bf8 100644 --- a/public/assets/wechat/course_notice.html +++ b/public/assets/wechat/course_notice.html @@ -1,5 +1,6 @@ +
@@ -51,3 +52,4 @@
+
\ No newline at end of file diff --git a/public/assets/wechat/homework_detail.html b/public/assets/wechat/homework_detail.html index 41ff56f57..2783bd317 100644 --- a/public/assets/wechat/homework_detail.html +++ b/public/assets/wechat/homework_detail.html @@ -1,5 +1,6 @@ +
@@ -56,4 +57,5 @@
-
\ No newline at end of file +
+
\ No newline at end of file diff --git a/public/assets/wechat/issue_detail.html b/public/assets/wechat/issue_detail.html index 08eb9a39d..035a7c98d 100644 --- a/public/assets/wechat/issue_detail.html +++ b/public/assets/wechat/issue_detail.html @@ -1,5 +1,6 @@ +
@@ -55,3 +56,4 @@
+
\ No newline at end of file diff --git a/public/assets/wechat/jour_message_detail.html b/public/assets/wechat/jour_message_detail.html index f813d19c1..5ccbf6248 100644 --- a/public/assets/wechat/jour_message_detail.html +++ b/public/assets/wechat/jour_message_detail.html @@ -1,44 +1,46 @@ -
-
-
-
{{message.user.realname}}给您留言了
-
{{message.created_on}}
-
-
-
+
+
+
+
+
{{message.user.realname}}给您留言了
+
{{message.created_on}}
+
+
+
+
+
-
-
-
-
回复 ({{message.reply_count}})
-
已赞 ({{message.praise_count}})
-
赞 ({{message.praise_count}})
-
-
+
+
回复 ({{message.reply_count}})
+
已赞 ({{message.praise_count}})
+
赞 ({{message.praise_count}})
+
+
-
-
-
-
- -

-                        
{{journal.lasted_comment}}
-
回复
+
+
+
+
+ +

+                            
{{journal.lasted_comment}}
+
回复
+
+
-
-
-
-
- -
- - +
+
+ +
+ + +
+ +
- -
diff --git a/public/assets/wechat/project_discussion.html b/public/assets/wechat/project_discussion.html index 31aa0b16a..be639c1a0 100644 --- a/public/assets/wechat/project_discussion.html +++ b/public/assets/wechat/project_discussion.html @@ -1,9 +1,10 @@ +
-
{{discussion.subject}}      
+
{{discussion.subject}}
@@ -38,7 +39,7 @@ -
+
@@ -50,4 +51,5 @@
-
\ No newline at end of file + + \ No newline at end of file
发布者: {{discussion.user.realname}}