diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-04-16 08:00:38 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-04-16 08:00:38 +0000 |
commit | 162773bd36b75c268c77dda094a71df09e4fe701 (patch) | |
tree | 854b132fd1a1c08136539662d86a0443898c059f /template/yoga/picture.tpl | |
parent | 06797589b73cb90e2ab21c5800a711f6f2985f10 (diff) |
-code sweeping : just fixed some code indenting
git-svn-id: http://piwigo.org/svn/trunk@1186 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/picture.tpl | 69 |
1 files changed, 33 insertions, 36 deletions
diff --git a/template/yoga/picture.tpl b/template/yoga/picture.tpl index 8382f61da..96a488414 100644 --- a/template/yoga/picture.tpl +++ b/template/yoga/picture.tpl @@ -165,43 +165,40 @@ <!-- BEGIN comments --> <div id="comments"> -<h2>[{comments.NB_COMMENT}] {L_COMMENT_TITLE}</h2> - -<div class="navigationBar">{comments.NAV_BAR}</div> - -<!-- BEGIN comment --> -<div class="comment"> - <!-- BEGIN delete --> - <p class="userCommentDelete"> - <a href="{comments.comment.delete.U_COMMENT_DELETE}" title="{L_DELETE_COMMENT}"> - <img src="{pwg_root}{themeconf:icon_dir}/delete.png" class="button" style="border:none;vertical-align:middle; margin-left:5px;" alt="[{L_DELETE}]"/> - </a> - </p> - <!-- END delete --> - <p class="commentInfo"><span class="author">{comments.comment.COMMENT_AUTHOR}</span> - {comments.comment.COMMENT_DATE}</p> - <blockquote>{comments.comment.COMMENT}</blockquote> -</div> -<!-- END comment --> - -<!-- BEGIN add_comment --> -<form method="post" action="{U_ADD_COMMENT}" class="filter" id="addComment"> - <fieldset> - <legend>{L_ADD_COMMENT}</legend> - - <!-- BEGIN author_field --> - <label>{L_AUTHOR}<input type="text" name="author"></label> - <!-- END author_field --> - - <!-- BEGIN author_known --> - <input type="hidden" name="author" value="{comments.add_comment.author_known.KNOWN_AUTHOR}"> - <!-- END author_known --> - - <label>{L_COMMENT}<textarea name="content" rows="10" cols="80"></textarea></label> + <h2>[{comments.NB_COMMENT}] {L_COMMENT_TITLE}</h2> + + <div class="navigationBar">{comments.NAV_BAR}</div> + + <!-- BEGIN comment --> + <div class="comment"> + <!-- BEGIN delete --> + <p class="userCommentDelete"> + <a href="{comments.comment.delete.U_COMMENT_DELETE}" title="{L_DELETE_COMMENT}"> + <img src="{pwg_root}{themeconf:icon_dir}/delete.png" class="button" style="border:none;vertical-align:middle; margin-left:5px;" alt="[{L_DELETE}]"/> + </a> + </p> + <!-- END delete --> + <p class="commentInfo"><span class="author">{comments.comment.COMMENT_AUTHOR}</span> - {comments.comment.COMMENT_DATE}</p> + <blockquote>{comments.comment.COMMENT}</blockquote> + </div> + <!-- END comment --> + + <!-- BEGIN add_comment --> + <form method="post" action="{U_ADD_COMMENT}" class="filter" id="addComment"> + <fieldset> + <legend>{L_ADD_COMMENT}</legend> + <!-- BEGIN author_field --> + <label>{L_AUTHOR}<input type="text" name="author"></label> + <!-- END author_field --> + <!-- BEGIN author_known --> + <input type="hidden" name="author" value="{comments.add_comment.author_known.KNOWN_AUTHOR}"> + <!-- END author_known --> + <label>{L_COMMENT}<textarea name="content" rows="10" cols="80"></textarea></label> + <input type="submit" value="{L_SUBMIT}" {TAG_INPUT_ENABLED}> + </fieldset> + </form> + <!-- END add_comment --> - <input type="submit" value="{L_SUBMIT}" {TAG_INPUT_ENABLED}> - </fieldset> -</form> -<!-- END add_comment --> </div> <!-- END comments --> |