Rev 1267 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1267 | Rev 1291 | ||
---|---|---|---|
Line 99... | Line 99... | ||
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></logic:equal |
107 | </logic:equal> |
- | |
108 | <logic:equal name="p" property="isCurrent" value="false"> |
107 | ><logic:equal name="p" property="isCurrent" value="false" |
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> |
108 | ><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></logic:equal> • |
110 | </logic:equal> |
- | |
111 | • |
- | |
112 | </logic:iterate> |
109 | </logic:iterate> |
113 | </td> |
110 | </td> |
114 | 111 | ||
115 | <logic:notPresent name="nextPage"> |
112 | <logic:notPresent name="nextPage"> |
116 | <td align=right class="IndexPage" style="width:150px"> </td> |
113 | <td align=right class="IndexPage" style="width:150px"> </td> |