aboutsummaryrefslogtreecommitdiffstats
path: root/template/default/picture.tpl
blob: e43fe7b14b0ea9d0482a4fce00154c5669f0e660 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<!-- BEGIN information -->
<div class="information">{information.INFORMATION}</div>
<!-- END information -->

<div class="titrePage">
  <div id="pictureTitle">
    <a href="{U_HOME}">{L_HOME}</a>{LEVEL_SEPARATOR}{CATEGORY}
    <!-- BEGIN title -->
    {LEVEL_SEPARATOR}{TITLE}
    <!-- END title -->
  </div>
  <div id="pictureNumber">{PHOTO}</div>
</div>

<div id="imgBarMenu">
<div class="imgMenu" id="left">
  <a href="{U_UP}" title="{L_UP_HINT}">
	<img src="template/default/theme/categories.gif" alt="{L_UP_ALT}" />
  </a>
</div>
<div class="imgMenu" id="left">
  <a href="{U_SLIDESHOW}" title="{L_SLIDESHOW}">
	<img src="template/default/theme/slideshow.gif" alt="{L_SLIDESHOW}" />
  </a>
</div>
<div class="imgMenu" id="left">
  <a href="{U_METADATA}" title="{L_PICTURE_METADATA}">
	<img src="template/default/theme/metadata.gif" alt="{L_PICTURE_METADATA}" />
  </a>
</div>

<!-- BEGIN representative -->
<div class="imgMenu" id="left">
  <a href="{representative.URL}" title="{lang:set as category representative}">
        <img src="template/default/theme/representative.png" alt="{lang:representative}" />
  </a>
</div>
<!-- END representative -->

<!-- BEGIN favorite -->
<div class="imgMenu" id="right">
  <a href="{favorite.U_FAVORITE}" title="{favorite.FAVORITE_HINT}">
	<img src="{favorite.FAVORITE_IMG}" alt="{favorite.FAVORITE_ALT}" />
  </a>
</div>
<!-- END favorite -->
<!-- BEGIN download -->
<div class="imgMenu" id="right">
  <a href="{download.U_DOWNLOAD}" title="{L_DOWNLOAD}">
	<img src="template/default/theme/download.gif" alt="{L_DOWNLOAD}" />
  </a>
</div>
<!-- END download -->
<!-- BEGIN admin -->
<div class="imgMenu" id="right">
  <a href="{U_ADMIN}" title="{L_ADMIN}">
	<img src="template/default/theme/properties.gif" alt="{L_ADMIN}" />
  </a>
</div>
<!-- END admin -->
</div>
<!-- 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 -->

<!-- BEGIN stop_slideshow -->
<div style="text-align:center;margin-bottom:5px;">
  [ <a href="{stop_slideshow.U_SLIDESHOW}" class="back" style="font-weight:bold;">{L_STOP_SLIDESHOW}</a> ]
</div>
<!-- END stop_slideshow -->
<div style="clear:both;"></div>
<div style="white-space:nowrap;">
<div id="gauche">
&nbsp;
  <!-- BEGIN previous -->
	<a class="none" href="{previous.U_IMG}" title="{L_PREV_IMG}{previous.TITLE_IMG}">
	<img style="border:none;" width="30" height="100" src="template/default/theme/left-arrow.gif" alt="" />
	  <img src="{previous.IMG}" class="thumbLink" style="margin-right:10px;margin-left:5px;" alt="{previous.TITLE_IMG}"/>
	  </a>
  <!-- END previous -->
</div>
<div id="centre">
  <table style="margin:auto;margin-top:5px;margin-bottom:5px;">
    <tr>
	 <td class="menu" style="font-weight:bold;">{L_AUTHOR} : </td>
	 <td class="menu" style="text-align:right;">{AUTHOR}</td>
    </tr>
    <tr>
	 <td class="menu" style="font-weight:bold;">{L_CREATION_DATE} : </td>
	 <td class="menu" style="text-align:right;">{CREATION_DATE}</td>
    </tr>
    <tr>
	 <td class="menu" style="font-weight:bold;">{L_AVAILABILITY_DATE} : </td>
	 <td class="menu" style="text-align:right;">{AVAILABILITY_DATE}</td>
    </tr>
    <tr>
	 <td class="menu" style="font-weight:bold;">{L_SIZE} : </td>
	 <td class="menu" style="text-align:right;">{SIZE}</td>
    </tr>
    <tr>
	 <td class="menu" style="font-weight:bold;">{L_FILE} : </td>
	 <td class="menu" style="text-align:right;">{ALT_IMG}</td>
    </tr>
    <tr>
	 <td class="menu" style="font-weight:bold;">{L_FILE_SIZE} : </td>
	 <td class="menu" style="text-align:right;">{FILE_SIZE} Ko</td>
    </tr>
    <!-- BEGIN keywords -->
    <tr>
	 <td class="menu" style="font-weight:bold;">{keywords.INFO} : </td>
	 <td class="menu" style="text-align:right;">{keywords.VALUE}</td>
    </tr>
    <!-- END keywords -->
    <!-- BEGIN associated -->
    <tr>
	 <td class="menu" style="font-weight:bold;">{associated.INFO} : </td>
	 <td class="menu" style="text-align:right;">{associated.VALUE}</td>
    </tr>
    <!-- END associated -->
    <!-- BEGIN rate -->
    <tr>
	 <td class="menu" style="font-weight:bold;">{rate.INFO} : </td>
	 <td class="menu" style="text-align:right;">{rate.VALUE}</td>
    </tr>
    <!-- END rate -->
  </table>
</div>
<div id="droite">
  <!-- BEGIN next -->
  <a  class="none" href="{next.U_IMG}" title="{L_NEXT_IMG}{next.TITLE_IMG}">
	  <img class="thumbLink" src="{next.IMG}" style="margin-right:10px;margin-left:5px;" alt="{next.TITLE_IMG}"/>
	  <img style="border:none;" class="thumbLink" width="30" height="100" src="template/default/theme/right-arrow.gif" alt="" />
	  </a>
  <!-- END next -->
  &nbsp;
</div>
</div>
<div style="clear:both;"></div>
<!-- BEGIN metadata -->
 <table class="tablecompact">
  <!-- BEGIN headline -->
  <tr>
    <th colspan="2">{metadata.headline.TITLE}</th>
  </tr>
  <!-- END headline -->
  <!-- BEGIN line -->
  <tr>
    <td>{metadata.line.KEY}</td>
    <td>{metadata.line.VALUE}</td>
  </tr>
  <!-- END line -->
  </table>
<!-- END metadata -->

<!-- BEGIN rate -->
<div>{rate.SENTENCE} :
  <!-- BEGIN rate_option -->
  {rate.rate_option.SEPARATOR} <a href="{rate.rate_option.URL}">{rate.rate_option.OPTION}</a>
  <!-- END rate_option -->
</div>
<!-- END rate -->
         
<table class="tablecompact">
  <!-- BEGIN comments -->
  <tr align="center" valign="middle">
    <td colspan="3" class="table2">
    <div class="commentTitle">
                    [{comments.NB_COMMENT}] {L_COMMENT_TITLE}
                  </div>
                  <div class="commentsNavigationBar">{comments.NAV_BAR}</div>
				  <table class="tablecompact">
                  <!-- BEGIN comment -->
				    <tr class="throw">
					  <td class="throw">
					  {comments.comment.COMMENT_AUTHOR}
					  </td>
					  <td colspan="2" class="commentDate">
					  {comments.comment.COMMENT_DATE}
					<!-- BEGIN delete -->
					  <a href="{comments.comment.delete.U_COMMENT_DELETE}" title="{L_DELETE_COMMENT}"><img src="template/default/theme/delete.gif" style="border:none;vertical-align:middle; margin-left:5px;" alt="[{L_DELETE}]"/></a>
					<!-- END delete -->
					  </td>
					</tr>
					<tr class="row1">
					  <td class="comment" colspan="3">{comments.comment.COMMENT}</td>
					</tr>
                  <!-- END comment -->
            <!-- BEGIN add_comment -->
			<tr class="throw">
			  <td colspan="3">{L_ADD_COMMENT}</td>
			</tr>
			<form  method="post" action="{U_ADD_COMMENT}">
  		    <tr class="row1">
			  <td class="comment" >
                    <!-- BEGIN author_field -->
                    {L_AUTHOR}</td><td colspan="2"><input type="text" name="author" />
					</td></tr>
					<tr class="row1">
					<td class="comment" >
                    <!-- END author_field -->
                    <!-- BEGIN author_known -->
                    <input type="hidden" name="author"  value="{comments.add_comment.author_known.KNOWN_AUTHOR}" />
                    <!-- END author_known -->
                    {L_COMMENT}</td>
					<td style="width:100%;">
					<textarea name="content" rows="2" style="width:100%;"></textarea>
					</td><td>
					<input type="submit" value="{L_SUBMIT}" class="bouton" />
			  </td>
			 </tr>
			 </form>
           	</table>
            <!-- END add_comment -->
        </td>
      </tr>
      <!-- END comments -->
    </table>