1 | <!-- BEGIN information --> |
---|
2 | <div class="information">{information.INFORMATION}</div> |
---|
3 | <!-- END information --> |
---|
4 | <div class="titrePage"> |
---|
5 | <div id="gauche"><a href="{U_HOME}">{L_HOME}</a>{LEVEL_SEPARATOR}{CATEGORY}</div> |
---|
6 | <div id="centre" class="nameImage">{TITLE}</div> |
---|
7 | <div id="droite">{PHOTO}</div> |
---|
8 | </div> |
---|
9 | |
---|
10 | <div id="imgBarMenu"> |
---|
11 | <div class="imgMenu" id="left"> |
---|
12 | <a href="{U_UP}" title="{L_UP_HINT}"> |
---|
13 | <img src="template/default/theme/categories.gif" alt="{L_UP_ALT}" /> |
---|
14 | </a> |
---|
15 | </div> |
---|
16 | <div class="imgMenu" id="left"> |
---|
17 | <a href="{U_SLIDESHOW}" title="{L_SLIDESHOW}"> |
---|
18 | <img src="template/default/theme/slideshow.gif" alt="{L_SLIDESHOW}" /> |
---|
19 | </a> |
---|
20 | </div> |
---|
21 | <div class="imgMenu" id="left"> |
---|
22 | <a href="{U_METADATA}" title="{L_PICTURE_METADATA}"> |
---|
23 | <img src="template/default/theme/metadata.gif" alt="{L_PICTURE_METADATA}" /> |
---|
24 | </a> |
---|
25 | </div> |
---|
26 | <!-- BEGIN favorite --> |
---|
27 | <div class="imgMenu" id="right"> |
---|
28 | <a href="{favorite.U_FAVORITE}" title="{favorite.FAVORITE_HINT}"> |
---|
29 | <img src="{favorite.FAVORITE_IMG}" alt="{favorite.FAVORITE_ALT}" /> |
---|
30 | </a> |
---|
31 | </div> |
---|
32 | <!-- END favorite --> |
---|
33 | <!-- BEGIN download --> |
---|
34 | <div class="imgMenu" id="right"> |
---|
35 | <a href="{download.U_DOWNLOAD}" title="{L_DOWNLOAD}"> |
---|
36 | <img src="template/default/theme/download.gif" alt="{L_DOWNLOAD}" /> |
---|
37 | </a> |
---|
38 | </div> |
---|
39 | <!-- END download --> |
---|
40 | <!-- BEGIN admin --> |
---|
41 | <div class="imgMenu" id="right"> |
---|
42 | <a href="{U_ADMIN}" title="{L_ADMIN}"> |
---|
43 | <img src="template/default/theme/properties.gif" alt="{L_ADMIN}" /> |
---|
44 | </a> |
---|
45 | </div> |
---|
46 | <!-- END admin --> |
---|
47 | </div> |
---|
48 | <!-- BEGIN high --> |
---|
49 | <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}')"> |
---|
50 | <!-- END high --> |
---|
51 | <img class="image" src="{SRC_IMG}" style="width:{WIDTH_IMG}px;height:{HEIGHT_IMG}px;" alt="{ALT_IMG}"/> |
---|
52 | <!-- BEGIN high --> |
---|
53 | </a> |
---|
54 | <div style="text-align:center;font-weight:bold;">{L_PICTURE_HIGH}</div> |
---|
55 | <!-- END high --> |
---|
56 | <!-- BEGIN legend --> |
---|
57 | <div class="commentImage">{legend.COMMENT_IMG}</div> |
---|
58 | <!-- END legend --> |
---|
59 | |
---|
60 | <!-- BEGIN stop_slideshow --> |
---|
61 | <div style="text-align:center;margin-bottom:5px;"> |
---|
62 | [ <a href="{stop_slideshow.U_SLIDESHOW}" class="back" style="font-weight:bold;">{L_STOP_SLIDESHOW}</a> ] |
---|
63 | </div> |
---|
64 | <!-- END stop_slideshow --> |
---|
65 | <div style="clear:both;"></div> |
---|
66 | <div style="white-space:nowrap;"> |
---|
67 | <div id="gauche"> |
---|
68 | |
---|
69 | <!-- BEGIN previous --> |
---|
70 | <a class="none" href="{previous.U_IMG}" title="{L_PREV_IMG}{previous.TITLE_IMG}"> |
---|
71 | <img style="border:none;" width="30" height="100" src="template/default/theme/left-arrow.gif" alt="" /> |
---|
72 | <img src="{previous.IMG}" class="thumbLink" style="margin-right:10px;margin-left:5px;" alt="{previous.TITLE_IMG}"/> |
---|
73 | </a> |
---|
74 | <!-- END previous --> |
---|
75 | </div> |
---|
76 | <div id="centre"> |
---|
77 | <table style="margin:auto;margin-top:5px;margin-bottom:5px;"> |
---|
78 | <!-- BEGIN info_line --> |
---|
79 | <tr> |
---|
80 | <td class="menu" style="font-weight:bold;">{info_line.INFO} : </td> |
---|
81 | <td class="menu" style="text-align:right;">{info_line.VALUE}</td> |
---|
82 | </tr> |
---|
83 | <!-- END info_line --> |
---|
84 | </table> |
---|
85 | </div> |
---|
86 | <div id="droite"> |
---|
87 | <!-- BEGIN next --> |
---|
88 | <a class="none" href="{next.U_IMG}" title="{L_NEXT_IMG}{next.TITLE_IMG}"> |
---|
89 | <img class="thumbLink" src="{next.IMG}" style="margin-right:10px;margin-left:5px;" alt="{next.TITLE_IMG}"/> |
---|
90 | <img style="border:none;" class="thumbLink" width="30" height="100" src="template/default/theme/right-arrow.gif" alt="" /> |
---|
91 | </a> |
---|
92 | <!-- END next --> |
---|
93 | |
---|
94 | </div> |
---|
95 | </div> |
---|
96 | <div style="clear:both;"></div> |
---|
97 | <!-- BEGIN metadata --> |
---|
98 | <table class="tablecompact"> |
---|
99 | <!-- BEGIN headline --> |
---|
100 | <tr> |
---|
101 | <th colspan="2">{metadata.headline.TITLE}</th> |
---|
102 | </tr> |
---|
103 | <!-- END headline --> |
---|
104 | <!-- BEGIN line --> |
---|
105 | <tr> |
---|
106 | <td>{metadata.line.KEY}</td> |
---|
107 | <td>{metadata.line.VALUE}</td> |
---|
108 | </tr> |
---|
109 | <!-- END line --> |
---|
110 | </table> |
---|
111 | <!-- END metadata --> |
---|
112 | |
---|
113 | <!-- BEGIN rate --> |
---|
114 | <div> |
---|
115 | {rate.SENTENCE} : |
---|
116 | <!-- BEGIN rate_option --> |
---|
117 | {rate.rate_option.SEPARATOR} <a href="{rate.rate_option.URL}">{rate.rate_option.OPTION}</a> |
---|
118 | <!-- END rate_option --> |
---|
119 | </div> |
---|
120 | <!-- END rate --> |
---|
121 | |
---|
122 | <table class="tablecompact"> |
---|
123 | <!-- BEGIN comments --> |
---|
124 | <tr align="center" valign="middle"> |
---|
125 | <td colspan="3" class="table2"> |
---|
126 | <div class="commentTitle"> |
---|
127 | [{comments.NB_COMMENT}] {L_COMMENT_TITLE} |
---|
128 | </div> |
---|
129 | <div class="commentsNavigationBar">{comments.NAV_BAR}</div> |
---|
130 | <table class="tablecompact"> |
---|
131 | <!-- BEGIN comment --> |
---|
132 | <tr class="throw"> |
---|
133 | <td class="throw"> |
---|
134 | {comments.comment.COMMENT_AUTHOR} |
---|
135 | </td> |
---|
136 | <td colspan="2" class="commentDate"> |
---|
137 | {comments.comment.COMMENT_DATE} |
---|
138 | <!-- BEGIN delete --> |
---|
139 | <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> |
---|
140 | <!-- END delete --> |
---|
141 | </td> |
---|
142 | </tr> |
---|
143 | <tr class="row1"> |
---|
144 | <td class="comment" colspan="3">{comments.comment.COMMENT}</td> |
---|
145 | </tr> |
---|
146 | <!-- END comment --> |
---|
147 | <!-- BEGIN add_comment --> |
---|
148 | <tr class="throw"> |
---|
149 | <td colspan="3">{L_ADD_COMMENT}</td> |
---|
150 | </tr> |
---|
151 | <form method="post" action="{U_ADD_COMMENT}"> |
---|
152 | <tr class="row1"> |
---|
153 | <td class="comment" > |
---|
154 | <!-- BEGIN author_field --> |
---|
155 | {L_AUTHOR}</td><td colspan="2"><input type="text" name="author" /> |
---|
156 | </td></tr> |
---|
157 | <tr class="row1"> |
---|
158 | <td class="comment" > |
---|
159 | <!-- END author_field --> |
---|
160 | <!-- BEGIN author_known --> |
---|
161 | <input type="hidden" name="author" value="{comments.add_comment.author_known.KNOWN_AUTHOR}" /> |
---|
162 | <!-- END author_known --> |
---|
163 | {L_COMMENT}</td> |
---|
164 | <td style="width:100%;"> |
---|
165 | <textarea name="content" rows="2" style="width:100%;"></textarea> |
---|
166 | </td><td> |
---|
167 | <input type="submit" value="{L_SUBMIT}" class="bouton" /> |
---|
168 | </td> |
---|
169 | </tr> |
---|
170 | </form> |
---|
171 | </table> |
---|
172 | <!-- END add_comment --> |
---|
173 | </td> |
---|
174 | </tr> |
---|
175 | <!-- END comments --> |
---|
176 | </table> |
---|