From 0a4b49abd8b0faf9ccc5fe8328adfaa42bcf8f4c Mon Sep 17 00:00:00 2001 From: plegall Date: Sun, 21 Aug 2005 11:32:12 +0000 Subject: - new way to display picture informations (template variables instead of template generic blocks) - new color for A:hover and its solid border-bottom, dotted border-bottom for A (same color as link color) - background color and border color for form input fields (input, select, textarea) to accentuate contrast with page background. - clear:both on #imageHeaderBar H1 let it be center on page - in infoTable keys are right aligned and values are left aligned (more beautiful, isn't it?) - add "set as representative" button to cclear template in picture.tpl. representative.png picture taken from Gorilla theme. - invisible horizontal rule on picture.tpl to separate user comments from the beginning of the page git-svn-id: http://piwigo.org/svn/trunk@847 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/cclear/picture.tpl | 89 ++++++++++++++++++++++++++++++--------------- 1 file changed, 60 insertions(+), 29 deletions(-) (limited to 'template/cclear/picture.tpl') diff --git a/template/cclear/picture.tpl b/template/cclear/picture.tpl index 2011a2c0a..3f2793fbe 100644 --- a/template/cclear/picture.tpl +++ b/template/cclear/picture.tpl @@ -10,44 +10,31 @@
- - {L_SLIDESHOW} - - - {L_PICTURE_METADATA} - + {L_SLIDESHOW} + {L_PICTURE_METADATA} + + {lang:representative} + - - {favorite.FAVORITE_ALT} - + {favorite.FAVORITE_ALT} - - {L_DOWNLOAD} - + {L_DOWNLOAD} - - {L_ADMIN} - + {L_ADMIN}
-
+
@@ -80,12 +67,54 @@ - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + +
{info_line.INFO} :{info_line.VALUE}{lang:Author}{INFO_AUTHOR}
{lang:Created on}{INFO_CREATION_DATE}
{lang:Registered on}{INFO_AVAILABILITY_DATE}
{lang:Dimensions}{INFO_DIMENSIONS}
{lang:File}{INFO_FILE}
{lang:Filesize}{INFO_FILESIZE}
{lang:Keywords}{INFO_KEYWORDS}
{lang:Categories} +
    + +
  • {category.LINE}
  • + +
+
{lang:Visits}{INFO_VISITS}
{lang:Average rate}{info_rate.CONTENT}
@@ -113,6 +142,8 @@

+
+

[{comments.NB_COMMENT}] {L_COMMENT_TITLE}

-- cgit v1.2.3