diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-07-21 19:38:38 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-07-21 19:38:38 +0000 |
commit | 55a0a61aaf58a02e2ac5d2c489f81b1be4730cd8 (patch) | |
tree | 54db07101b35ea40bf48de022f5244280a9efbe4 /template/default/picture.vtp | |
parent | a11cb36e34e08f2ed2c573c9fe1c6097cbd7be29 (diff) |
*** empty log message ***
git-svn-id: http://piwigo.org/svn/trunk@25 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default/picture.vtp')
-rw-r--r-- | template/default/picture.vtp | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/template/default/picture.vtp b/template/default/picture.vtp index 66fe213ac..b0bc2c959 100644 --- a/template/default/picture.vtp +++ b/template/default/picture.vtp @@ -1,5 +1,9 @@ <html> <head> + <!--VTP_refresh--> + <meta http-equiv="refresh" content="{#time};url={#url}"> + <!--/VTP_refresh--> + <meta http-equiv="Content-Type" content="text/html;charset={#charset}"> {#style} <!-- Specific style to picture.php--> <style type="text/css"> @@ -41,10 +45,27 @@ border-bottom:1px solid {#text_color}; } </style> - <title>{#page_title}</title> + <title>{#page_title}</title> </head> <body> {#header} + <!--VTP_information--> + <div class="information">{#content}</div> + <!--/VTP_information--> + <!--VTP_start_slideshow--> + <div style="text-align:center;margin-bottom:5px;"> + [ {#slideshow} : + <!--VTP_second--> + <a href="{#url}" class="back" style="font-weight:bold;">{#option}</a> + <!--/VTP_second--> + {#period_seconds} ] + </div> + <!--/VTP_start_slideshow--> + <!--VTP_stop_slideshow--> + <div style="text-align:center;margin-bottom:5px;"> + [ <a href="{#url}" class="back" style="font-weight:bold;">{#slideshow_stop}</a> ] + </div> + <!--/VTP_stop_slideshow--> <table style="width:100%;height:100%;"> <tr align="center" valign="middle"> <td> @@ -126,7 +147,7 @@ </td> <td align="right" class="cellInfo"> <div class="commentsInfos"> - {#date}<!--VTP_delete--><a href="{#link}" title="{#comments_del}"><img src="./theme/{#user_theme}/delete.gif" style="border:none;margin-left:5px;" alt="[{#delete}]"/></a><!--/VTP_delete--> + {#date}<!--VTP_delete--><a href="{#link}" title="{#comments_del}"><img src="./template/{#user_template}/theme/delete.gif" style="border:none;margin-left:5px;" alt="[{#delete}]"/></a><!--/VTP_delete--> </div> </td> </tr> |