serv_rssclient.c: style update
[citadel.git] / webcit / static / t / view_blog / comment.html
diff --git a/webcit/static/t/view_blog/comment.html b/webcit/static/t/view_blog/comment.html
deleted file mode 100644 (file)
index 387ed69..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<div class='<?%("COND:MAIL:SUMM:UNREAD", 1, 0, 0, "blog_comment", "blog_comment")>' id="blog_comment_<?MAIL:SUMM:N>">
-       <div class="blog_comment_header">
-               <span class="blog_commenter_name">
-               <??("COND:MAIL:ANON",1)>
-                       <?!("COND:MAIL:LOCAL", 2)><a href="do_template?template=user_show?who=<?MAIL:SUMM:FROM("Q")>"><?MAIL:SUMM:FROM("X")></a><?!("X", 2)>
-                       <??("COND:MAIL:LOCAL", 2)><?MAIL:SUMM:FROM("X")> &lt;<?MAIL:SUMM:RFCA>&gt;</a><?!("X", 2)>
-               <??("X", 1)>
-               &nbsp;says:&nbsp;</span>
-               <span class="blog_comment_date"><?MAIL:SUMM:DATEFULL></span>
-               <?!("COND:ROOM:EDITACCESS", 16)>
-                       <a href="#" onclick="if (confirm('<?_("Delete this message?")>')) { DeleteBlogComment(<?MAIL:SUMM:N>); }"><span>[</span><?_("Delete")><span>]</span> </a> 
-               <??("X", 16)>
-       </div>
-       <div class="blog_comment_content">
-               <?MAIL:BODY>
-               <?!("COND:MAIL:MIME:ATTACH:SUBMESSAGES", 10)>
-                       <?ITERATE("MAIL:MIME:ATTACH:SUBMESSAGES", ="view_message_inline_attach")>
-               <?!("X", 10)>
-               <?!("COND:MAIL:MIME:ATTACH:LINKS", 11)>
-                       <?ITERATE("MAIL:MIME:ATTACH:LINKS", ="view_message_list_attach")>
-               <?!("X", 11)>
-       </div>
-</div>