source: tags/release-1_6_0RC1/template/yoga/picture.tpl @ 2672

Last change on this file since 2672 was 1166, checked in by nikrou, 18 years ago

html bug fixed: the closed div for comments must be in the comments block
because of categories with comments not allowed

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 7.1 KB
Line 
1<!-- BEGIN information -->
2<div class="pleaseNote">{information.INFORMATION}</div>
3<!-- END information -->
4
5<div id="imageHeaderBar">
6  <div class="browsePath">
7    <a href="{U_HOME}" rel="home">{L_HOME}</a>
8    {LEVEL_SEPARATOR}{SECTION_TITLE}
9    {LEVEL_SEPARATOR}{PICTURE_TITLE}
10  </div>
11  <div class="imageNumber">{PHOTO}</div>
12  <!-- BEGIN title -->
13  <h2>{TITLE}</h2>
14  <!-- END title -->
15  <hr class="separation">
16</div>
17
18<div id="imageToolBar">
19
20<div class="randomButtons">
21  <a href="{U_SLIDESHOW}" title="{L_SLIDESHOW}" rel="nofollow"><img src="{pwg_root}{themeconf:icon_dir}/slideshow.png" class="button" alt="{L_SLIDESHOW}"></a>
22  <a href="{U_METADATA}" title="{L_PICTURE_METADATA}"><img src="{pwg_root}{themeconf:icon_dir}/metadata.png" class="button" alt="{L_PICTURE_METADATA}"></a>
23<!-- BEGIN representative -->
24  <a href="{representative.URL}" title="{lang:set as category representative}"><img src="{pwg_root}{themeconf:icon_dir}/representative.png" class="button" alt="{lang:representative}"/></a>
25<!-- END representative -->
26<!-- BEGIN favorite -->
27  <a href="{favorite.U_FAVORITE}" title="{favorite.FAVORITE_HINT}"><img src="{favorite.FAVORITE_IMG}" class="button" alt="{favorite.FAVORITE_ALT}"></a>
28<!-- END favorite -->
29<!-- BEGIN download -->
30  <a href="{download.U_DOWNLOAD}" title="{L_DOWNLOAD}"><img src="{pwg_root}{themeconf:icon_dir}/save.png" class="button" alt="{L_DOWNLOAD}"></a>
31<!-- END download -->
32<!-- BEGIN admin -->
33  <a href="{U_ADMIN}" title="{L_ADMIN}"><img src="{pwg_root}{themeconf:icon_dir}/preferences.png" class="button" alt="{L_ADMIN}"></a>
34<!-- END admin -->
35<!-- BEGIN caddie -->
36  <a href="{caddie.URL}" title="{lang:add to caddie}"><img src="{pwg_root}{themeconf:icon_dir}/caddie_add.png" class="button" alt="{lang:caddie}"/></a>
37<!-- END caddie -->
38</div>
39
40<div class="navButtons">
41<!-- BEGIN last -->
42  <a class="navButton prev" href="{last.U_IMG}" rel="last"><img src="{pwg_root}{themeconf:icon_dir}/last.png" class="button" alt="{lang:last_page}"></a>
43<!-- END last -->
44<!-- BEGIN next -->
45  <a class="navButton next" href="{next.U_IMG}" title="{L_NEXT_IMG}{next.TITLE_IMG}" rel="next"><img src="{pwg_root}{themeconf:icon_dir}/right.png" class="button" alt="next"></a>
46<!-- END next -->
47  <a class="navButton up" href="{U_UP}" title="{L_UP_HINT}" rel="up"><img src="{pwg_root}{themeconf:icon_dir}/up.png" class="button" alt="{L_UP_ALT}"></a>
48<!-- BEGIN previous -->
49  <a class="navButton prev" href="{previous.U_IMG}" title="{L_PREV_IMG}{previous.TITLE_IMG}" rel="prev"><img src="{pwg_root}{themeconf:icon_dir}/left.png" class="button" alt="previous"></a>
50<!-- END previous -->
51<!-- BEGIN first -->
52  <a class="navButton prev" href="{first.U_IMG}" rel="first"><img src="{pwg_root}{themeconf:icon_dir}/first.png" class="button" alt="{lang:first_page}"></a>
53<!-- END first -->
54</div>
55
56</div> <!-- imageToolBar -->
57
58<div id="theImage">
59<!-- BEGIN high -->
60<a href="javascript:phpWGOpenWindow('{high.U_HIGH}','{high.UUID}','scrollbars=yes,toolbar=no,status=no,resizable=yes')">
61<!-- END high -->
62  <img src="{SRC_IMG}" style="width:{WIDTH_IMG}px;height:{HEIGHT_IMG}px;" alt="{ALT_IMG}">
63<!-- BEGIN high -->
64</a>
65  <p>{L_PICTURE_HIGH}</p>
66<!-- END high -->
67<!-- BEGIN legend -->
68<p>{legend.COMMENT_IMG}</p>
69<!-- END legend -->
70<!-- BEGIN stop_slideshow -->
71<p>
72  [ <a href="{stop_slideshow.U_SLIDESHOW}">{L_STOP_SLIDESHOW}</a> ]
73</p>
74<!-- END stop_slideshow -->
75</div>
76
77<!-- BEGIN previous -->
78<a class="navThumb" id="thumbPrev" href="{previous.U_IMG}" title="{L_PREV_IMG}{previous.TITLE_IMG}" rel="prev">
79  <img src="{previous.IMG}" class="thumbLink" id="linkPrev" alt="{previous.TITLE_IMG}">
80</a>
81<!-- END previous -->
82<!-- BEGIN next -->
83<a class="navThumb" id="thumbNext" href="{next.U_IMG}" title="{L_NEXT_IMG}{next.TITLE_IMG}" rel="next">
84  <img src="{next.IMG}" class="thumbLink" id="linkNext" alt="{next.TITLE_IMG}">
85</a>
86<!-- END next -->
87
88<table class="infoTable" summary="Some info about this picture">
89  <tr>
90    <td class="label">{lang:Author}</td>
91    <td class="value">{INFO_AUTHOR}</td>
92  </tr>
93  <tr>
94    <td class="label">{lang:Created on}</td>
95    <td class="value">{INFO_CREATION_DATE}</td>
96  </tr>
97  <tr>
98    <td class="label">{lang:Posted on}</td>
99    <td class="value">{INFO_POSTED_DATE}</td>
100  </tr>
101  <tr>
102    <td class="label">{lang:Dimensions}</td>
103    <td class="value">{INFO_DIMENSIONS}</td>
104  </tr>
105  <tr>
106    <td class="label">{lang:File}</td>
107    <td class="value">{INFO_FILE}</td>
108  </tr>
109  <tr>
110    <td class="label">{lang:Filesize}</td>
111    <td class="value">{INFO_FILESIZE}</td>
112  </tr>
113  <tr>
114    <td class="label">{lang:Tags}</td>
115    <td class="value">{INFO_TAGS}</td>
116  </tr>
117  <tr>
118    <td class="label">{lang:Categories}</td>
119    <td class="value">
120      <ul>
121        <!-- BEGIN category -->
122        <li>{category.LINE}</li>
123        <!-- END category -->
124      </ul>
125    </td>
126  </tr>
127  <tr>
128    <td class="label">{lang:Visits}</td>
129    <td class="value">{INFO_VISITS}</td>
130  </tr>
131  <!-- BEGIN info_rate -->
132  <tr>
133    <td class="label">{lang:Average rate}</td>
134    <td class="value">{info_rate.CONTENT}</td>
135  </tr>
136  <!-- END info_rate -->
137</table>
138
139<!-- BEGIN metadata -->
140<table class="infoTable" summary="Some more (technical) info about this picture">
141  <!-- BEGIN headline -->
142  <tr>
143    <th colspan="2">{metadata.headline.TITLE}</th>
144  </tr>
145  <!-- END headline -->
146  <!-- BEGIN line -->
147  <tr>
148    <td class="label">{metadata.line.KEY}</td>
149    <td class="value">{metadata.line.VALUE}</td>
150  </tr>
151  <!-- END line -->
152</table>
153<!-- END metadata -->
154
155<!-- BEGIN rate -->
156<p>
157{rate.SENTENCE} :
158<!-- BEGIN rate_option -->
159{rate.rate_option.SEPARATOR} <a href="{rate.rate_option.URL}" rel="nofollow" {TAG_INPUT_ENABLED}>{rate.rate_option.OPTION}</a>
160<!-- END rate_option -->
161</p>
162<!-- END rate -->
163
164<hr class="separation">
165
166<!-- BEGIN comments -->
167<div id="comments">
168<h2>[{comments.NB_COMMENT}] {L_COMMENT_TITLE}</h2>
169
170<div class="navigationBar">{comments.NAV_BAR}</div>
171
172<!-- BEGIN comment -->
173<div class="comment">
174  <!-- BEGIN delete -->
175  <p class="userCommentDelete">
176  <a href="{comments.comment.delete.U_COMMENT_DELETE}" title="{L_DELETE_COMMENT}">
177    <img src="{pwg_root}{themeconf:icon_dir}/delete.png" class="button" style="border:none;vertical-align:middle; margin-left:5px;" alt="[{L_DELETE}]"/>
178  </a>
179  </p>
180  <!-- END delete -->
181  <p class="commentInfo"><span class="author">{comments.comment.COMMENT_AUTHOR}</span> - {comments.comment.COMMENT_DATE}</p>
182  <blockquote>{comments.comment.COMMENT}</blockquote>
183</div>
184<!-- END comment -->
185
186<!-- BEGIN add_comment -->
187<form  method="post" action="{U_ADD_COMMENT}" class="filter" id="addComment">
188  <fieldset>
189    <legend>{L_ADD_COMMENT}</legend>
190
191    <!-- BEGIN author_field -->
192    <label>{L_AUTHOR}<input type="text" name="author"></label>
193    <!-- END author_field -->
194
195    <!-- BEGIN author_known -->
196    <input type="hidden" name="author"  value="{comments.add_comment.author_known.KNOWN_AUTHOR}">
197    <!-- END author_known -->
198
199    <label>{L_COMMENT}<textarea name="content" rows="10" cols="80"></textarea></label>
200
201    <input type="submit" value="{L_SUBMIT}" {TAG_INPUT_ENABLED}>
202  </fieldset>
203</form>
204<!-- END add_comment -->
205</div>
206<!-- END comments -->
207
208
Note: See TracBrowser for help on using the repository browser.