From 4128835db8d7b8e619951d4c31e23bd934758f09 Mon Sep 17 00:00:00 2001 From: gweltas Date: Sat, 20 Mar 2004 00:52:37 +0000 Subject: - Template migration - Admin Control Panel migration - Language migration git-svn-id: http://piwigo.org/svn/trunk@393 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/default/comments.tpl | 102 ++++++++++++++++++++---------------------- 1 file changed, 48 insertions(+), 54 deletions(-) (limited to 'template/default/comments.tpl') diff --git a/template/default/comments.tpl b/template/default/comments.tpl index e4a46e4b5..71f3a4c62 100644 --- a/template/default/comments.tpl +++ b/template/default/comments.tpl @@ -1,61 +1,55 @@ - - -
- {T_START}1px{T_BEGIN} -
{L_TITLE}
- {T_END} -
- {T_START}90%{T_BEGIN} - - - - -
+ +
{L_COMMENT_TITLE}
+ +
[ - {last_day_option.OPTION}{T_SEPARATION} + {last_day_option.OPTION}{T_SEPARATION} - {L_STATS} + {L_COMMENT_STATS} ] - [ {L_RETURN} ] -
+ + [ {L_COMMENT_RETURN} ] + + + +
+ + -
-
- - - - + + + + - {T_END} - - -
- - - {picture.THUMB_ALT_IMG} - - -
{picture.TITLE_IMG}
- - - - - - - - - -
-
{picture.comment.AUTHOR}
-
-
- {picture.comment.DATE} -
-
-
{picture.comment.CONTENT}
-
- -
+ +{picture.THUMB_ALT_IMG} + + +
{picture.TITLE_IMG}
+
{picture.NAV_BAR}
+ + + + + + + + + +
+ {picture.comment.COMMENT_AUTHOR} + + {picture.comment.COMMENT_DATE} + + + +
{picture.comment.COMMENT}
- +
\ No newline at end of file +
+ + + + + \ No newline at end of file -- cgit v1.2.3