Rev 1244 | Rev 1252 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1244 | Rev 1246 | ||
---|---|---|---|
Line 16... | Line 16... | ||
16 | </logic:notEmpty> |
16 | </logic:notEmpty> |
17 | </head> |
17 | </head> |
18 | 18 | ||
19 | <body bgcolor="white" id="index"> |
19 | <body bgcolor="white" id="index"> |
20 | 20 | ||
21 | <script language="javascript"> |
- | |
22 | if (navigator.userAgent.indexOf('Gecko')!=-1) |
- | |
23 | document.write('<style>\ndiv.Photo {\n display: table-cell;\n}\n</style>'); |
- | |
24 | </script> |
- | |
25 | - | ||
26 | <div id="divMainHeader"> |
21 | <div id="divMainHeader"> |
27 | <logic:empty name="current" property="title">Index</logic:empty> |
22 | <logic:empty name="current" property="title">Index</logic:empty> |
28 | <logic:notEmpty name="current" property="title"><bean:write name="current" property="title" /></logic:notEmpty> |
23 | <logic:notEmpty name="current" property="title"><bean:write name="current" property="title" /></logic:notEmpty> |
29 | <logic:notEmpty name="current" property="subtitle"> |
24 | <logic:notEmpty name="current" property="subtitle"> |
30 | <div id="divMainSubtitle"><bean:write name="current" property="subtitle" filter="false" /></div> |
25 | <div id="divMainSubtitle"><bean:write name="current" property="subtitle" filter="false" /></div> |
31 | </logic:notEmpty> |
26 | </logic:notEmpty> |
32 | </div> |
27 | </div> |
33 | 28 | ||
34 | <div id="divMain"> |
29 | <div id="divMain"> |
35 | 30 | ||
- | 31 | <script language="javascript"> |
|
- | 32 | if (navigator.userAgent.indexOf('Gecko')!=-1) |
|
- | 33 | document.write('<style>\ndiv.Photo {\n display: table-cell;\n}\n</style>'); |
|
- | 34 | </script> |
|
- | 35 | ||
- | 36 | <table cellpadding=0 cellspacing=0> |
|
36 | <logic:iterate name="index" id="row"> |
37 | <logic:iterate name="index" id="row"> |
- | 38 | ||
- | 39 | <tr> |
|
37 | <logic:iterate name="row" id="entry"> |
40 | <logic:iterate name="row" id="entry"> |
- | 41 | ||
- | 42 | <td valign=top> |
|
38 | <logic:present name="entry"> |
43 | <logic:present name="entry"> |
39 | <logic:equal name="entry" property="isDir" value="true"> |
44 | <logic:equal name="entry" property="isDir" value="true"> |
40 | 45 | ||
41 | <div class="Photo" align="center"> |
46 | <div class="Photo" align="center"> |
42 | <div class="imgBorder" align="center"><a href="index.do?path=<bean:write name="entry" property="path" />"><img src="dir.do?path=<bean:write name="entry" property="path" />" |
47 | <div class="dirImgBorder" align="center"><a href="index.do?path=<bean:write name="entry" property="path" />"><img src="dir.do?path=<bean:write name="entry" property="path" />" |
43 | alt="<bean:write name="entry" property="title" />" |
48 | alt="<bean:write name="entry" property="title" />" |
44 | width="<bean:write name="entry" property="width" />" |
49 | width="<bean:write name="entry" property="width" />" |
45 | height="<bean:write name="entry" property="height" />" |
50 | height="<bean:write name="entry" property="height" />" |
46 | border="0"/></a></div><a href="index.do?path=<bean:write name="entry" property="path" />" |
51 | border="0"/></a></div><a href="index.do?path=<bean:write name="entry" property="path" />" |
47 | class="Photo"> |
52 | class="Photo"> |
Line 69... | Line 74... | ||
69 | </a> |
74 | </a> |
70 | </div> |
75 | </div> |
71 | 76 | ||
72 | </logic:equal> |
77 | </logic:equal> |
73 | </logic:present> |
78 | </logic:present> |
- | 79 | <logic:notPresent name="entry"> |
|
- | 80 | |
|
- | 81 | </logic:notPresent> |
|
- | 82 | </td> |
|
- | 83 | ||
74 | </logic:iterate> |
84 | </logic:iterate> |
- | 85 | </tr> |
|
75 | 86 | ||
76 | <script language="JavaScript"> |
- | |
77 | if (navigator.userAgent.indexOf('Gecko')!=-1) |
- | |
78 | document.writeln('<br/>'); |
- | |
79 | </script> |
- | |
80 | - | ||
81 | </logic:iterate> |
87 | </logic:iterate> |
- | 88 | </table> |
|
82 | 89 | ||
83 | <logic:equal name="severalPages" value="true"> |
90 | <logic:equal name="severalPages" value="true"> |
84 | <table style="width:610px" border=0> |
91 | <table style="width:610px" border=0> |
85 | <tr> |
92 | <tr> |
86 | 93 | ||
Line 91... | Line 98... | ||
91 | <td align=left class="IndexPage" style="width:150px"><a href="index.do?path=<bean:write name="indexForm" property="path" />&page=<bean:write name="prevPage" property="number" />" class="ImagePaneRow"><img |
98 | <td align=left class="IndexPage" style="width:150px"><a href="index.do?path=<bean:write name="indexForm" property="path" />&page=<bean:write name="prevPage" property="number" />" class="ImagePaneRow"><img |
92 | src="res/Back.gif" border="0" align="absmiddle" style="margin-right: 5px;"/>Previous page</a></td> |
99 | src="res/Back.gif" border="0" align="absmiddle" style="margin-right: 5px;"/>Previous page</a></td> |
93 | </logic:present> |
100 | </logic:present> |
94 | 101 | ||
95 | <td align=center class="IndexPage"> |
102 | <td align=center class="IndexPage"> |
96 | ⋅ |
103 | • |
97 | <logic:iterate name="pages" id="p"> |
104 | <logic:iterate name="pages" id="p"> |
98 | <logic:equal name="p" property="isCurrent" value="true"> |
105 | <logic:equal name="p" property="isCurrent" value="true"> |
99 | <span style="color:black"><bean:write name="p" property="displayNumber" /></span> |
106 | <span style="color:black">[ <bean:write name="p" property="displayNumber" /> ]</span> |
100 | </logic:equal> |
107 | </logic:equal> |
101 | <logic:equal name="p" property="isCurrent" value="false"> |
108 | <logic:equal name="p" property="isCurrent" value="false"> |
102 | <a href="index.do?path=<bean:write name="indexForm" property="path" />&page=<bean:write name="p" property="number" />" class="ImagePaneRow"><bean:write name="p" property="displayNumber" /></a> |
109 | <a href="index.do?path=<bean:write name="indexForm" property="path" />&page=<bean:write name="p" property="number" />" class="ImagePaneRow"><bean:write name="p" property="displayNumber" /></a> |
103 | </logic:equal> |
110 | </logic:equal> |
104 | ⋅ |
111 | • |
105 | </logic:iterate> |
112 | </logic:iterate> |
106 | </td> |
113 | </td> |
107 | 114 | ||
108 | <logic:notPresent name="nextPage"> |
115 | <logic:notPresent name="nextPage"> |
109 | <td align=right class="IndexPage" style="width:150px"> </td> |
116 | <td align=right class="IndexPage" style="width:150px"> </td> |
Line 167... | Line 174... | ||
167 | </tr> |
174 | </tr> |
168 | <tr> |
175 | <tr> |
169 | <td width="1" class="InfoPaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td> |
176 | <td width="1" class="InfoPaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td> |
170 | <td width="183" class="InfoPaneRow"> |
177 | <td width="183" class="InfoPaneRow"> |
171 | <logic:notEmpty name="current" property="comment"> |
178 | <logic:notEmpty name="current" property="comment"> |
172 | <p><bean:write name="current" property="comment" filter="false" /></p> |
179 | <bean:write name="current" property="comment" filter="false" /> |
173 | </logic:notEmpty> |
180 | </logic:notEmpty> |
174 | <br> |
- | |
175 | </td> |
181 | </td> |
176 | <td width="1" class="InfoPaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td> |
182 | <td width="1" class="InfoPaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td> |
177 | </tr> |
183 | </tr> |
178 | <tr> |
184 | <tr> |
179 | <td width="185" colspan="3" class="InfoPaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td> |
185 | <td width="185" colspan="3" class="InfoPaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td> |