aboutsummaryrefslogtreecommitdiffstats
path: root/template/cclear/comments.tpl
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2005-08-18 07:04:05 +0000
committerchrisaga <chrisaga@piwigo.org>2005-08-18 07:04:05 +0000
commit2bbc7ba8bea747db08a8adac9e80e8a2aa7cbf2d (patch)
tree825df1cd8fc4c9cbf5eeb01c36e6434cbcdc9c4f /template/cclear/comments.tpl
parentaf3802982b31b13e6f94015bba484233c3b1a9e1 (diff)
Let's begin the new customizable clear template :-)
git-svn-id: http://piwigo.org/svn/trunk@820 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--template/cclear/comments.tpl47
1 files changed, 47 insertions, 0 deletions
diff --git a/template/cclear/comments.tpl b/template/cclear/comments.tpl
new file mode 100644
index 000000000..085c0860a
--- /dev/null
+++ b/template/cclear/comments.tpl
@@ -0,0 +1,47 @@
+<!-- BEGIN title -->
+<h2>{L_COMMENT_TITLE}</h2>
+<!-- END title -->
+<!-- TODO -->
+<div class="admin">
+ [
+ <!-- BEGIN last_day_option -->
+ <a class="admin" href="{last_day_option.U_OPTION}" style="{last_day_option.T_STYLE}">{last_day_option.OPTION}</a>{T_SEPARATION}
+ <!-- END last_day_option -->
+ {L_COMMENT_STATS}
+ ]
+ <!-- BEGIN title -->
+ [ <a class="admin" href="{U_HOME}" title="{L_COMMENT_RETURN_HINT}">{L_COMMENT_RETURN}</a> ]
+ <!-- END title -->
+</div>
+<!-- BEGIN validation -->
+<form action="{F_ACTION}" method="post">
+<!-- END validation -->
+
+<!-- BEGIN picture -->
+<div class="commentTitle">{picture.TITLE_IMG}</div>
+
+<div style="margin-left:auto;margin-right:auto;text-align:center;">
+ <a href="{picture.U_THUMB}" title="{picture.TITLE_IMG}"><img src="{picture.I_THUMB}" class="thumbLink" alt="{picture.THUMB_ALT_IMG}"/></a>
+</div>
+
+<!-- BEGIN comment -->
+<div class="userCommentHeader">
+ <!-- BEGIN validation -->
+ <p class="userCommentDelete">
+ <input type="checkbox" name="comment_id[]" value="{picture.comment.validation.ID}" {picture.comment.validation.CHECKED} />
+ </p>
+ <!-- END validation -->
+ <strong>{picture.comment.COMMENT_AUTHOR}</strong> - {picture.comment.COMMENT_DATE}
+</div>
+
+<blockquote>{picture.comment.COMMENT}</blockquote>
+<!-- END comment -->
+<!-- END picture -->
+
+<!-- BEGIN validation -->
+<div align="center">
+<input type="submit" name="validate" class="bouton" value="{L_VALIDATE}" />
+<input type="submit" name="delete" class="bouton" value="{L_DELETE}" />
+</div>
+</form>
+<!-- END validation -->