Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1251 → Rev 1252

/PhotoAlbum/trunk/webapp/page.jsp
24,7 → 24,7
<tr>
<td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
<td width="183" class="ImagePaneRow"><a
href="index.do?path=<bean:write name="index" property="path" />" class="ImagePaneRow"><img
href="index.do?branch=<bean:write name="pathForm" property="branch" />&amp;path=<bean:write name="index" property="path" />" class="ImagePaneRow"><img
src="res/FolderUp.gif" border="0" align="absmiddle"
style="margin-right: 5px;"/>Back to index page</a></td>
<td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
36,10 → 36,10
<td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
<td width="183" class="ImagePaneRow"><a
<logic:equal name="nextEntry" property="isDir" value="true">
href="index.do?path=<bean:write name="nextEntry" property="path" />"
href="index.do?branch=<bean:write name="pathForm" property="branch" />&amp;path=<bean:write name="nextEntry" property="path" />"
</logic:equal>
<logic:equal name="nextEntry" property="isDir" value="false">
href="page.do?path=<bean:write name="nextEntry" property="path" />"
href="page.do?branch=<bean:write name="pathForm" property="branch" />&amp;path=<bean:write name="nextEntry" property="path" />"
</logic:equal>
class="ImagePaneRow"><img
src="res/Forward.gif" border="0" align="absmiddle" style="margin-right: 5px;"/>Next image</a></td>
52,10 → 52,10
<td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td>
<td width="183" class="ImagePaneRow"><a
<logic:equal name="prevEntry" property="isDir" value="true">
href="index.do?path=<bean:write name="prevEntry" property="path" />"
href="index.do?branch=<bean:write name="pathForm" property="branch" />&amp;path=<bean:write name="prevEntry" property="path" />"
</logic:equal>
<logic:equal name="prevEntry" property="isDir" value="false">
href="page.do?path=<bean:write name="prevEntry" property="path" />"
href="page.do?branch=<bean:write name="pathForm" property="branch" />&amp;path=<bean:write name="prevEntry" property="path" />"
</logic:equal>
class="ImagePaneRow"><img
src="res/Back.gif" border="0" align="absmiddle" style="margin-right: 5px;"/>Previous image</a></td>
98,8 → 98,8
</logic:notEmpty>
</div>
<div id="divMain" align="center">
<a href="origin.do?path=<bean:write name="entry" property="path" />" target="_blank"><img
src="medium.do?path=<bean:write name="entry" property="path" />"
<a href="origin.do?branch=<bean:write name="pathForm" property="branch" />&amp;path=<bean:write name="entry" property="path" />" target="_blank"><img
src="medium.do?branch=<bean:write name="pathForm" property="branch" />&amp;path=<bean:write name="entry" property="path" />"
alt="<bean:write name="entry" property="title" />"
width="<bean:write name="entry" property="width" />"
height="<bean:write name="entry" property="height" />"