From: Wilfried Goesgens Date: Fri, 15 Jul 2011 12:12:44 +0000 (+0000) Subject: move blog templates into their own directory X-Git-Tag: v8.11~578 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=34c1407e7777daa7cf3f7bfbf11c91ccbe9b1fc6 move blog templates into their own directory --- diff --git a/webcit/blogview_renderer.c b/webcit/blogview_renderer.c index f22c61dce..2254b9c05 100644 --- a/webcit/blogview_renderer.c +++ b/webcit/blogview_renderer.c @@ -69,7 +69,7 @@ void blogpost_render(struct blogpost *bp, int with_comments) for (i=1; inum_msgs; ++i) { read_message(WC->WBuf, HKEY("view_blog_comment"), bp->msgs[i], NULL, &Mime); } - do_template("blog_comment_box"); + do_template("view_blog_comment_box"); } else { diff --git a/webcit/static/t/blog_comment_box.html b/webcit/static/t/blog_comment_box.html deleted file mode 100644 index b5fd223fe..000000000 --- a/webcit/static/t/blog_comment_box.html +++ /dev/null @@ -1,27 +0,0 @@ - -
- -
- - -"> -
- - - disabled="disabled" - -/> -
-
diff --git a/webcit/static/t/view_blog/comment.html b/webcit/static/t/view_blog/comment.html new file mode 100644 index 000000000..8a24ee42e --- /dev/null +++ b/webcit/static/t/view_blog/comment.html @@ -0,0 +1,21 @@ +
+
+ + + ">"" <> + "> + @ + + + +
+
+ + + + + + + +
+
diff --git a/webcit/static/t/view_blog/comment_box.html b/webcit/static/t/view_blog/comment_box.html new file mode 100644 index 000000000..b5fd223fe --- /dev/null +++ b/webcit/static/t/view_blog/comment_box.html @@ -0,0 +1,27 @@ + +
+ +
+ + +"> +
+ + + disabled="disabled" + +/> +
+
diff --git a/webcit/static/t/view_blog/post.html b/webcit/static/t/view_blog/post.html new file mode 100644 index 000000000..ffffa58eb --- /dev/null +++ b/webcit/static/t/view_blog/post.html @@ -0,0 +1,25 @@ +
+
+ +
+
+ + + ">"" <> + "> + @ + + + +
+
+ + + + + + + +
+
+ diff --git a/webcit/static/t/view_blog_comment.html b/webcit/static/t/view_blog_comment.html deleted file mode 100644 index 8a24ee42e..000000000 --- a/webcit/static/t/view_blog_comment.html +++ /dev/null @@ -1,21 +0,0 @@ -
-
- - - ">"" <> - "> - @ - - - -
-
- - - - - - - -
-
diff --git a/webcit/static/t/view_blog_post.html b/webcit/static/t/view_blog_post.html deleted file mode 100644 index ffffa58eb..000000000 --- a/webcit/static/t/view_blog_post.html +++ /dev/null @@ -1,25 +0,0 @@ -
-
- -
-
- - - ">"" <> - "> - @ - - - -
-
- - - - - - - -
-
-