From c73923204927f406d492491398980d3aa429c4eb Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 28 Feb 2008 02:41:48 +0000 Subject: - migrate many templates to smarty git-svn-id: http://piwigo.org/svn/trunk@2223 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/comments.tpl | 86 +++++++++++++++++++++------------------------- 1 file changed, 40 insertions(+), 46 deletions(-) (limited to 'template/yoga/comments.tpl') diff --git a/template/yoga/comments.tpl b/template/yoga/comments.tpl index 94f4f82f4..e2f8777c2 100644 --- a/template/yoga/comments.tpl +++ b/template/yoga/comments.tpl @@ -1,38 +1,34 @@ - - +{* $Id$ *}
    -
  • {lang:home}
  • +
  • {'home'|@translate}
-

{lang:User comments}

+

{'User comments'|@translate}

-
+
- {lang:Filter} + {'Filter'|@translate} - + - + @@ -40,66 +36,64 @@
- {lang:Display} + {'Display'|@translate}
-

+

- + +{if isset($comments)}
- + {foreach from=$comments item=comment}
- {comment.ALT} -

{comment.AUTHOR} - {comment.DATE} - - - [{lang:delete}] + {$comment.ALT} +

{$comment.AUTHOR} - {$comment.DATE} + + {if isset($comment.U_DELETE)} + + [{'delete'|@translate}] - - - - [validate] + {/if} + + {if isset($comment.U_VALIDATE)} + + [validate] - + {/if} +

-
{comment.CONTENT}
+
{$comment.CONTENT}

- - - + + {/foreach}
+{/if}
-- cgit v1.2.3