comparison templates.swigs/imagelist.html @ 0:a84c32f131df 1.1.29

Import vendor version
author Peter Gervai <grin@grin.hu>
date Wed, 15 Oct 2008 23:28:56 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:a84c32f131df
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
2 "http://www.w3.org/TR/REC-html40/loose.dtd">
3 <html>
4 <head>
5 <meta http-equiv="content-type"
6 content="text/html;charset=<TMPL_VAR NAME=ENCODING>">
7 <meta name="GENERATOR"
8 content="BINS <TMPL_VAR NAME=BINS_VERSION> (http://bins.sautret.org/)">
9 <title><!-- TMPL_VAR NAME=ALBUM_TITLE --></title>
10 </head>
11
12 <!--$Id: imagelist.html,v 1.17 2002/07/17 23:47:03 jerome Exp $-->
13 <!-- TMPL_VAR NAME=BINS_ID -->
14
15 <body bgcolor="<!-- TMPL_VAR NAME=PAGE_BACKCOLOR -->"
16 vlink="#000000" link="#002085" alink="0000FF">
17 <table border="0" cellpadding="0" cellspacing="0" align="center"
18 width="600">
19 <tr>
20 <td>
21 <table cellpadding="6" cellspacing="0" width="100%" border="0"
22 bgcolor="<!-- TMPL_VAR NAME=MAINBAR_BACKCOLOR -->" >
23 <tr>
24 <td>
25 <table cellpadding="0" cellspacing="0"
26 border="0" width="100%">
27 <tr>
28 <td valign="middle" align="left">
29 <font size="4"
30 color="<!-- TMPL_VAR NAME=MAINBAR_TITLECOLOR -->">
31 <!-- TMPL_VAR NAME=ALBUM_TITLE --></font>
32 </td>
33 <td align="right">
34 <font size="2"
35 color="<!-- TMPL_VAR NAME=MAINBAR_TITLECOLOR -->">
36 <!-- TMPL_VAR NAME=NUM_INFO --></font>
37 </td>
38 </tr>
39 <tr>
40 <td colspan="2">
41 <!-- TMPL_INCLUDE NAME="path.html" -->
42 </td>
43 </tr>
44 </table>
45 </td>
46 </tr>
47 </table>
48 </td>
49 </tr>
50 <tr>
51 <td>
52 <table border="0" cellpadding="4" cellspacing="0" align="left" >
53 <tr>
54 <td valign="top"
55 bgcolor="<!-- TMPL_VAR NAME=SUBBAR_BACKCOLOR -->">
56 <table cellpadding="1" cellspacing="0" border="0">
57 <tr>
58 <td colspan="2">
59 <!-- TMPL_VAR NAME=STRING_INTHISALBUM -->:
60 </td>
61 </tr>
62 <tr>
63 <td>&nbsp; &nbsp;</td>
64 <td>
65 <table cellpadding="1" cellspacing="0"
66 bgcolor="<TMPL_VAR NAME=SUBBAR_BACKCOLOR>"
67 border="0">
68 <!-- TMPL_INCLUDE NAME="navbar.html" -->
69 </table>
70 </td>
71 </tr>
72 </table>
73 </td><td>&nbsp; &nbsp;</td>
74 <td valign="top">
75 <font color="<TMPL_VAR NAME=PAGE_TITLECOLOR>">
76 <!-- TMPL_VAR NAME=ALBUM_DESC -->
77 </font>
78 </td>
79 </tr>
80 </table>
81 </td>
82 </tr>
83 <tr>
84 <td>&nbsp;</td>
85 </tr>
86 <tr>
87 <td bgcolor ="<!-- TMPL_VAR NAME=MAINBAR_BACKCOLOR -->">
88 <table>
89 <tr>
90 <td>
91 <font size="3"
92 color="<!-- TMPL_VAR NAME=MAINBAR_TITLECOLOR -->">
93 <b><!-- TMPL_VAR NAME=STRING_IMAGELIST --></b>
94 </font>
95 </td>
96 </tr>
97 </table>
98 </td>
99 </tr>
100 <tr>
101 <td>
102 <br>
103 <table width="100%" cellpadding="0" cellspacing="0" border="0">
104 <tr><td> &nbsp; &nbsp;</td>
105 <td>
106 <!-- Image List Page -->
107 <table border="0" cellpadding="2" cellspacing=0>
108 <!-- TMPL_LOOP NAME=IMAGE_LIST_TABLE -->
109 <tr>
110 <td colspan="2"
111 bgcolor="<TMPL_VAR NAME=SUBBAR_BACKCOLOR>">
112 <font color="<TMPL_VAR NAME=SUBBAR_TITLECOLOR>">
113 <!-- TMPL_VAR NAME=TITLE -->&nbsp;
114 </font>
115 </td>
116 <!-- Size Names -->
117 <td align="right"
118 bgcolor="<TMPL_VAR NAME=SUBBAR_BACKCOLOR>">
119 <!-- TMPL_LOOP NAME=SIZE_LINKS -->
120 <a href="<TMPL_VAR NAME=SIZE_LINK>"
121 title="<TMPL_VAR NAME=SIZE_TITLE>">
122 <font color="<TMPL_VAR
123 NAME=SUBBAR_LINKCOLOR>">
124 <!-- TMPL_VAR NAME=SIZE_NAME --></font></a><!-- TMPL_UNLESS NAME="__LAST__" -->&nbsp;&nbsp;&nbsp;<!-- /TMPL_UNLESS -->
125 <!-- /TMPL_LOOP -->
126 &nbsp;
127 </td>
128 <!-- End of Size Names -->
129 </tr>
130
131 <!-- TMPL_IF NAME=THUMB_LINK -->
132 <tr valign="top">
133 <td>
134 <table border="0" cellpadding="2" cellspacing="0">
135 <!-- /TMPL_IF -->
136 <!-- TMPL_LOOP NAME=DESC_TABLE -->
137 <tr>
138 <td valign="top">
139 <font color="<TMPL_VAR NAME=PAGE_TITLECOLOR>">
140 <b>
141 <!-- TMPL_VAR NAME=DESC_FIELD_NAME -->&nbsp;:
142 </b>
143 </font>
144 </td>
145 <td>
146 <font color="<TMPL_VAR NAME=PAGE_TITLECOLOR>">
147 <!-- TMPL_VAR NAME=DESC_FIELD_VALUE -->
148 </font>
149 </td>
150 </tr>
151 <!-- /TMPL_LOOP -->
152 <!-- TMPL_UNLESS NAME=DESC_TABLE -->
153 <!-- to prevent the table to be empty
154 (not accepted by HTML 4) -->
155 <tr><td>&nbsp;</td></tr>
156 <!-- /TMPL_UNLESS -->
157 <!-- TMPL_IF NAME=THUMB_LINK -->
158 </table>
159 </td>
160 <td></td>
161 <td align="right">
162 <!-- TMPL_IF NAME=THUMB_DEFAULT_SIZE -->
163 <a href="<TMPL_VAR NAME=THUMB_DEFAULT_SIZE>">
164 <!-- /TMPL_IF -->
165 <img src="<TMPL_VAR NAME=THUMB_LINK>"
166 width="<TMPL_VAR NAME=THUMB_WIDTH>"
167 height="<TMPL_VAR NAME=THUMB_HEIGHT>"
168 border="0"
169 alt="<TMPL_VAR NAME=THUMB_ALT>"
170 title="<TMPL_VAR NAME=THUMB_LINK_TITLE>"><!-- TMPL_IF NAME=THUMB_DEFAULT_SIZE --></a><!-- /TMPL_IF --></td>
171 </tr>
172 <!-- /TMPL_IF -->
173 <tr><td> &nbsp;</td></tr>
174 <!-- /TMPL_LOOP -->
175 </table>
176 <!-- End of Image List Page -->
177 </td>
178 </tr>
179 </table>
180 <br>
181 </td>
182 </tr>
183 <tr>
184 <td bgcolor ="<!-- TMPL_VAR NAME=MAINBAR_BACKCOLOR -->">
185 <table cellpadding="0"><tr><td>
186 <font size="4">&nbsp;</font>
187 </td></tr>
188 </table>
189 </td>
190 </tr>
191 </table>
192 <!-- TMPL_INCLUDE NAME="footer.html" -->
193 </body>
194 </html>