[Comoblog-commit] comoblog/templates add_comment.tpl.htm, 1.4, 1.5 list_comments.tpl.htm, 1.2, 1.3
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2006-10-22 11:44:34
|
Update of /cvsroot/comoblog/comoblog/templates In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27709/templates Modified Files: add_comment.tpl.htm list_comments.tpl.htm Log Message: work in progress, ditching this server cos its borked ;( Index: list_comments.tpl.htm =================================================================== RCS file: /cvsroot/comoblog/comoblog/templates/list_comments.tpl.htm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- list_comments.tpl.htm 17 Feb 2006 15:16:37 -0000 1.2 +++ list_comments.tpl.htm 22 Oct 2006 11:44:00 -0000 1.3 @@ -1,30 +1,34 @@ -<!-- BEGIN: main -->{FILE "templates/header.tpl.htm"} -<div id="comments"> -<!-- BEGIN: nocomments --> -<div class="comment"> -<h1>{TXT.no_comments}</h1> -<p> </p> -</div> -<!-- END: nocomments --> -<!-- BEGIN: comments --> -<h1>{TXT.comments_for_post}:<br />{POST.post_mail_subject}</h1> -<!-- BEGIN: comment --> -<div class="comment"> -<p class="comment_header"> -<a href="{COMMENT.comment_author_url} rel="nofollow"">{COMMENT.comment_author}</a> -<!-- BEGIN: email --> - {COMMENT.comment_author_email} - <!-- END: email --><br /> - - {COMMENT.comment_date.year}/{COMMENT.comment_date.mon}/{COMMENT.comment_date.mday} {COMMENT.comment_date.hours}:{COMMENT.comment_date.minutes}</p> -<p>{COMMENT.comment_text}</p> -</div> -<!-- END: comment --> -<!-- END: comments --> - -<div class="comment"> -<p><a href="add_comment.php?i={POST.post_id}" class="post_footer">{TXT.add_comment}</a></p> -</div> -</div> -{FILE "templates/footer.tpl.htm"} -<!-- END: main --> +<!-- BEGIN: main -->{FILE "templates/header.tpl.htm"} +<div id="comments"> +<h1>{TXT.comments_for_post}: {POST.post_mail_subject}</h1> +Note, that some comments may be in the moderation queue, and so not yet visible. +<!-- BEGIN: nocomments --> +<div class="comment"> +<h1>{TXT.no_comments}</h1> +<p> </p> +</div> +<!-- END: nocomments --> +<!-- BEGIN: comments --> + +<!-- TODO: this should be moved to TXT.no_comments_reason --> +<!-- BEGIN: comment --> +<div class="comment"> +<p class="comment_header"> +<a href="{COMMENT.comment_author_url} rel="nofollow"">{COMMENT.comment_author}</a> +<!-- BEGIN: email --> + {COMMENT.comment_author_email} + <!-- END: email --><br /> + + {COMMENT.comment_date.year}/{COMMENT.comment_date.mon}/{COMMENT.comment_date.mday} {COMMENT.comment_date.hours}:{COMMENT.comment_date.minutes} + </p> +<p>{COMMENT.comment_text}</p> +</div> +<!-- END: comment --> +<!-- END: comments --> + +<div class="comment"> +<p><a href="add_comment.php?i={POST.post_id}" class="post_footer">{TXT.add_comment}</a></p> +</div> +</div> +{FILE "templates/footer.tpl.htm"} +<!-- END: main --> Index: add_comment.tpl.htm =================================================================== RCS file: /cvsroot/comoblog/comoblog/templates/add_comment.tpl.htm,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- add_comment.tpl.htm 24 Feb 2006 00:18:32 -0000 1.4 +++ add_comment.tpl.htm 22 Oct 2006 11:44:00 -0000 1.5 @@ -14,7 +14,7 @@ <p> {TXT.your_url} <br /> -<input type="text" name="comment_author_url" id="comment_author_url" value="{FORM.comment_author_url} class="comment_form" /> +<input type="text" name="comment_author_url" id="comment_author_url" value="{FORM.comment_author_url}" class="comment_form" /> </p> <p> {TXT.comment}<br /> |