Rev 1246 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1246 | Rev 1252 | ||
---|---|---|---|
Line 42... | Line 42... | ||
42 | <td valign=top> |
42 | <td valign=top> |
43 | <logic:present name="entry"> |
43 | <logic:present name="entry"> |
44 | <logic:equal name="entry" property="isDir" value="true"> |
44 | <logic:equal name="entry" property="isDir" value="true"> |
45 | 45 | ||
46 | <div class="Photo" align="center"> |
46 | <div class="Photo" align="center"> |
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" />" |
47 | <div class="dirImgBorder" align="center"><a href="index.do?branch=<bean:write name="indexForm" property="branch" />&path=<bean:write name="entry" property="path" />"><img src="dir.do?branch=<bean:write name="indexForm" property="branch" />&path=<bean:write name="entry" property="path" />" |
48 | alt="<bean:write name="entry" property="title" />" |
48 | alt="<bean:write name="entry" property="title" />" |
49 | width="<bean:write name="entry" property="width" />" |
49 | width="<bean:write name="entry" property="width" />" |
50 | height="<bean:write name="entry" property="height" />" |
50 | height="<bean:write name="entry" property="height" />" |
51 | border="0"/></a></div><a href="index.do?path=<bean:write name="entry" property="path" />" |
51 | border="0"/></a></div><a href="index.do?branch=<bean:write name="indexForm" property="branch" />&path=<bean:write name="entry" property="path" />" |
52 | class="Photo"> |
52 | class="Photo"> |
53 | <bean:write name="entry" property="title" /> |
53 | <bean:write name="entry" property="title" /> |
54 | <logic:notEmpty name="entry" property="subtitle"> |
54 | <logic:notEmpty name="entry" property="subtitle"> |
55 | <br><bean:write name="entry" property="subtitle" filter="false" /> |
55 | <br><bean:write name="entry" property="subtitle" filter="false" /> |
56 | </logic:notEmpty> |
56 | </logic:notEmpty> |
Line 59... | Line 59... | ||
59 | 59 | ||
60 | </logic:equal> |
60 | </logic:equal> |
61 | <logic:equal name="entry" property="isDir" value="false"> |
61 | <logic:equal name="entry" property="isDir" value="false"> |
62 | 62 | ||
63 | <div class="Photo" align="center"> |
63 | <div class="Photo" align="center"> |
64 | <div class="imgBorder" align="center"><a href="page.do?path=<bean:write name="entry" property="path" />"><img src="small.do?path=<bean:write name="entry" property="path" />" |
64 | <div class="imgBorder" align="center"><a href="page.do?branch=<bean:write name="indexForm" property="branch" />&path=<bean:write name="entry" property="path" />"><img src="small.do?branch=<bean:write name="indexForm" property="branch" />&path=<bean:write name="entry" property="path" />" |
65 | alt="<bean:write name="entry" property="title" />" |
65 | alt="<bean:write name="entry" property="title" />" |
66 | width="<bean:write name="entry" property="width" />" |
66 | width="<bean:write name="entry" property="width" />" |
67 | height="<bean:write name="entry" property="height" />" |
67 | height="<bean:write name="entry" property="height" />" |
68 | border="0"/></a></div><a href="page.do?path=<bean:write name="entry" property="path" />" |
68 | border="0"/></a></div><a href="page.do?branch=<bean:write name="indexForm" property="branch" />&path=<bean:write name="entry" property="path" />" |
69 | class="Photo"> |
69 | class="Photo"> |
70 | <bean:write name="entry" property="title" /> |
70 | <bean:write name="entry" property="title" /> |
71 | <logic:notEmpty name="entry" property="subtitle"> |
71 | <logic:notEmpty name="entry" property="subtitle"> |
72 | <br><bean:write name="entry" property="subtitle" filter="false" /> |
72 | <br><bean:write name="entry" property="subtitle" filter="false" /> |
73 | </logic:notEmpty> |
73 | </logic:notEmpty> |
Line 93... | Line 93... | ||
93 | 93 | ||
94 | <logic:notPresent name="prevPage"> |
94 | <logic:notPresent name="prevPage"> |
95 | <td align=left class="IndexPage" style="width:150px"> </td> |
95 | <td align=left class="IndexPage" style="width:150px"> </td> |
96 | </logic:notPresent> |
96 | </logic:notPresent> |
97 | <logic:present name="prevPage"> |
97 | <logic:present name="prevPage"> |
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 |
98 | <td align=left class="IndexPage" style="width:150px"><a href="index.do?branch=<bean:write name="indexForm" property="branch" />&path=<bean:write name="indexForm" property="path" />&page=<bean:write name="prevPage" property="number" />" class="ImagePaneRow"><img |
99 | 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> |
100 | </logic:present> |
100 | </logic:present> |
101 | 101 | ||
102 | <td align=center class="IndexPage"> |
102 | <td align=center class="IndexPage"> |
103 | • |
103 | • |
104 | <logic:iterate name="pages" id="p"> |
104 | <logic:iterate name="pages" id="p"> |
105 | <logic:equal name="p" property="isCurrent" value="true"> |
105 | <logic:equal name="p" property="isCurrent" value="true"> |
106 | <span style="color:black">[ <bean:write name="p" property="displayNumber" /> ]</span> |
106 | <span style="color:black">[ <bean:write name="p" property="displayNumber" /> ]</span> |
107 | </logic:equal> |
107 | </logic:equal> |
108 | <logic:equal name="p" property="isCurrent" value="false"> |
108 | <logic:equal name="p" property="isCurrent" value="false"> |
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> |
109 | <a href="index.do?branch=<bean:write name="indexForm" property="branch" />&path=<bean:write name="indexForm" property="path" />&page=<bean:write name="p" property="number" />" class="ImagePaneRow"><bean:write name="p" property="displayNumber" /></a> |
110 | </logic:equal> |
110 | </logic:equal> |
111 | • |
111 | • |
112 | </logic:iterate> |
112 | </logic:iterate> |
113 | </td> |
113 | </td> |
114 | 114 | ||
115 | <logic:notPresent name="nextPage"> |
115 | <logic:notPresent name="nextPage"> |
116 | <td align=right class="IndexPage" style="width:150px"> </td> |
116 | <td align=right class="IndexPage" style="width:150px"> </td> |
117 | </logic:notPresent> |
117 | </logic:notPresent> |
118 | <logic:present name="nextPage"> |
118 | <logic:present name="nextPage"> |
119 | <td align=right class="IndexPage" style="width:150px"><a href="index.do?path=<bean:write name="indexForm" property="path" />&page=<bean:write name="nextPage" property="number" />" class="ImagePaneRow"><img |
119 | <td align=right class="IndexPage" style="width:150px"><a href="index.do?branch=<bean:write name="indexForm" property="branch" />&path=<bean:write name="indexForm" property="path" />&page=<bean:write name="nextPage" property="number" />" class="ImagePaneRow"><img |
120 | src="res/Forward.gif" border="0" align="absmiddle" style="margin-right: 5px;"/>Next page</a></td> |
120 | src="res/Forward.gif" border="0" align="absmiddle" style="margin-right: 5px;"/>Next page</a></td> |
121 | </logic:present> |
121 | </logic:present> |
122 | 122 | ||
123 | </tr> |
123 | </tr> |
124 | </table> |
124 | </table> |
Line 134... | Line 134... | ||
134 | </tr> |
134 | </tr> |
135 | 135 | ||
136 | <logic:present name="top" property="path"> |
136 | <logic:present name="top" property="path"> |
137 | <tr> |
137 | <tr> |
138 | <td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td> |
138 | <td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td> |
139 | <td width="183" class="ImagePaneRow"><a href="index.do?path=<bean:write name="top" property="path" />" |
139 | <td width="183" class="ImagePaneRow"><a href="index.do?branch=<bean:write name="indexForm" property="branch" />&path=<bean:write name="top" property="path" />" |
140 | class="ImagePaneRow"><img |
140 | class="ImagePaneRow"><img |
141 | src="res/FolderUp.gif" border="0" align="absmiddle" style="margin-right: 5px;"/>Up one level</a></td> |
141 | src="res/FolderUp.gif" border="0" align="absmiddle" style="margin-right: 5px;"/>Up one level</a></td> |
142 | <td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td> |
142 | <td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td> |
143 | </tr> |
143 | </tr> |
144 | </logic:present> |
144 | </logic:present> |
145 | 145 | ||
146 | <logic:present name="nextPage"> |
146 | <logic:present name="nextPage"> |
147 | <tr> |
147 | <tr> |
148 | <td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td> |
148 | <td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td> |
149 | <td width="183" class="ImagePaneRow"><a href="index.do?path=<bean:write name="indexForm" property="path" />&page=<bean:write name="nextPage" property="number" />" class="ImagePaneRow"><img |
149 | <td width="183" class="ImagePaneRow"><a href="index.do?branch=<bean:write name="indexForm" property="branch" />&path=<bean:write name="indexForm" property="path" />&page=<bean:write name="nextPage" property="number" />" class="ImagePaneRow"><img |
150 | src="res/Forward.gif" border="0" align="absmiddle" style="margin-right: 5px;"/>Next page</a></td> |
150 | src="res/Forward.gif" border="0" align="absmiddle" style="margin-right: 5px;"/>Next page</a></td> |
151 | <td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td> |
151 | <td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td> |
152 | </tr> |
152 | </tr> |
153 | </logic:present> |
153 | </logic:present> |
154 | 154 | ||
155 | <logic:present name="prevPage"> |
155 | <logic:present name="prevPage"> |
156 | <tr> |
156 | <tr> |
157 | <td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td> |
157 | <td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td> |
158 | <td width="183" class="ImagePaneRow"><a href="index.do?path=<bean:write name="indexForm" property="path" />&page=<bean:write name="prevPage" property="number" />" class="ImagePaneRow"><img |
158 | <td width="183" class="ImagePaneRow"><a href="index.do?branch=<bean:write name="indexForm" property="branch" />&path=<bean:write name="indexForm" property="path" />&page=<bean:write name="prevPage" property="number" />" class="ImagePaneRow"><img |
159 | src="res/Back.gif" border="0" align="absmiddle" style="margin-right: 5px;"/>Previous page</a></td> |
159 | src="res/Back.gif" border="0" align="absmiddle" style="margin-right: 5px;"/>Previous page</a></td> |
160 | <td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td> |
160 | <td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td> |
161 | </tr> |
161 | </tr> |
162 | </logic:present> |
162 | </logic:present> |
163 | 163 |