aboutsummaryrefslogtreecommitdiffstats
path: root/template/default/picture.tpl
diff options
context:
space:
mode:
authorgweltas <gweltas@piwigo.org>2004-10-01 22:50:50 +0000
committergweltas <gweltas@piwigo.org>2004-10-01 22:50:50 +0000
commit28dcfea993edd4e4ff9eb06e49ec6b2ef326396d (patch)
tree220cef989b059166d1d89faf93b904978d3e0458 /template/default/picture.tpl
parente7b24ebdd081c86555b0c07ca18cbf205ab0bacd (diff)
- Change of the picture page behavior to be able to open the full size image in a new window
- Minor modification for template migration - Rename of script.js in scripts.js git-svn-id: http://piwigo.org/svn/trunk@539 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default/picture.tpl')
-rw-r--r--template/default/picture.tpl21
1 files changed, 8 insertions, 13 deletions
diff --git a/template/default/picture.tpl b/template/default/picture.tpl
index 2dc9c9e00..636963898 100644
--- a/template/default/picture.tpl
+++ b/template/default/picture.tpl
@@ -2,7 +2,7 @@
<div class="information">{information.INFORMATION}</div>
<!-- END information -->
<div class="titrePage">
- <div id="gauche">{CATEGORY}</div>
+ <div id="gauche"><a href="{U_HOME}">{L_HOME}</a> > {CATEGORY}</div>
<div id="centre" class="nameImage">{TITLE}</div>
<div id="droite">{PHOTO}</div>
</div>
@@ -23,13 +23,6 @@
<img src="template/default/theme/metadata.gif" alt="{L_PICTURE_METADATA}" />
</a>
</div>
-<!-- BEGIN high -->
-<div class="imgMenu" id="left">
- <a href="{high.U_HIGH}" title="{L_PICTURE_HIGH}">
- <img src="template/default/theme/high.gif" alt="{L_PICTURE_HIGH_ALT}" />
- </a>
-</div>
-<!-- END high -->
<!-- BEGIN favorite -->
<div class="imgMenu" id="right">
<a href="{favorite.U_FAVORITE}" title="{favorite.FAVORITE_HINT}">
@@ -59,10 +52,14 @@
</div>
<!-- END admin -->
</div>
-
-<a href="{U_HOME}">
+<!-- BEGIN high -->
+<a href="javascript:phpWGOpenWindow('{high.U_HIGH}','{high.UUID}','scrollbars=yes,toolbar=yes,status=yes,resizable=yes,width={high.WIDTH_IMG},height={high.HEIGHT_IMG}')">
+<!-- END high -->
<img class="image" src="{SRC_IMG}" style="width:{WIDTH_IMG}px;height:{HEIGHT_IMG}px;" alt="{ALT_IMG}"/>
+<!-- BEGIN high -->
</a>
+<div style="text-align:center;font-weight:bold;">{L_PICTURE_HIGH}</div>
+<!-- END high -->
<!-- BEGIN legend -->
<div class="commentImage">{legend.COMMENT_IMG}</div>
<!-- END legend -->
@@ -126,9 +123,7 @@
<!-- END rate_option -->
</div>
<!-- END rate -->
-
-
- <div style="text-align:center;">{L_BACK}</div>
+
<table class="tablecompact">
<!-- BEGIN comments -->
<tr align="center" valign="middle">