Rev 1244 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1244 | Rev 1252 | ||
---|---|---|---|
Line 22... | Line 22... | ||
22 | 22 | ||
23 | <logic:present name="index" property="path"> |
23 | <logic:present name="index" property="path"> |
24 | <tr> |
24 | <tr> |
25 | <td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td> |
25 | <td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td> |
26 | <td width="183" class="ImagePaneRow"><a |
26 | <td width="183" class="ImagePaneRow"><a |
27 | href="index.do?path=<bean:write name="index" property="path" />" class="ImagePaneRow"><img |
27 | href="index.do?branch=<bean:write name="pathForm" property="branch" />&path=<bean:write name="index" property="path" />" class="ImagePaneRow"><img |
28 | src="res/FolderUp.gif" border="0" align="absmiddle" |
28 | src="res/FolderUp.gif" border="0" align="absmiddle" |
29 | style="margin-right: 5px;"/>Back to index page</a></td> |
29 | style="margin-right: 5px;"/>Back to index page</a></td> |
30 | <td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td> |
30 | <td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td> |
31 | </tr> |
31 | </tr> |
32 | </logic:present> |
32 | </logic:present> |
Line 34... | Line 34... | ||
34 | <logic:notEmpty name="nextEntry" property="path"> |
34 | <logic:notEmpty name="nextEntry" property="path"> |
35 | <tr> |
35 | <tr> |
36 | <td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td> |
36 | <td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td> |
37 | <td width="183" class="ImagePaneRow"><a |
37 | <td width="183" class="ImagePaneRow"><a |
38 | <logic:equal name="nextEntry" property="isDir" value="true"> |
38 | <logic:equal name="nextEntry" property="isDir" value="true"> |
39 | href="index.do?path=<bean:write name="nextEntry" property="path" />" |
39 | href="index.do?branch=<bean:write name="pathForm" property="branch" />&path=<bean:write name="nextEntry" property="path" />" |
40 | </logic:equal> |
40 | </logic:equal> |
41 | <logic:equal name="nextEntry" property="isDir" value="false"> |
41 | <logic:equal name="nextEntry" property="isDir" value="false"> |
42 | href="page.do?path=<bean:write name="nextEntry" property="path" />" |
42 | href="page.do?branch=<bean:write name="pathForm" property="branch" />&path=<bean:write name="nextEntry" property="path" />" |
43 | </logic:equal> |
43 | </logic:equal> |
44 | class="ImagePaneRow"><img |
44 | class="ImagePaneRow"><img |
45 | src="res/Forward.gif" border="0" align="absmiddle" style="margin-right: 5px;"/>Next image</a></td> |
45 | src="res/Forward.gif" border="0" align="absmiddle" style="margin-right: 5px;"/>Next image</a></td> |
46 | <td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td> |
46 | <td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td> |
47 | </tr> |
47 | </tr> |
Line 50... | Line 50... | ||
50 | <logic:notEmpty name="prevEntry" property="path"> |
50 | <logic:notEmpty name="prevEntry" property="path"> |
51 | <tr> |
51 | <tr> |
52 | <td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td> |
52 | <td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td> |
53 | <td width="183" class="ImagePaneRow"><a |
53 | <td width="183" class="ImagePaneRow"><a |
54 | <logic:equal name="prevEntry" property="isDir" value="true"> |
54 | <logic:equal name="prevEntry" property="isDir" value="true"> |
55 | href="index.do?path=<bean:write name="prevEntry" property="path" />" |
55 | href="index.do?branch=<bean:write name="pathForm" property="branch" />&path=<bean:write name="prevEntry" property="path" />" |
56 | </logic:equal> |
56 | </logic:equal> |
57 | <logic:equal name="prevEntry" property="isDir" value="false"> |
57 | <logic:equal name="prevEntry" property="isDir" value="false"> |
58 | href="page.do?path=<bean:write name="prevEntry" property="path" />" |
58 | href="page.do?branch=<bean:write name="pathForm" property="branch" />&path=<bean:write name="prevEntry" property="path" />" |
59 | </logic:equal> |
59 | </logic:equal> |
60 | class="ImagePaneRow"><img |
60 | class="ImagePaneRow"><img |
61 | src="res/Back.gif" border="0" align="absmiddle" style="margin-right: 5px;"/>Previous image</a></td> |
61 | src="res/Back.gif" border="0" align="absmiddle" style="margin-right: 5px;"/>Previous image</a></td> |
62 | <td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td> |
62 | <td width="1" class="ImagePaneFrame"><img src="res/1x1.gif" width="1" height="1"/></td> |
63 | </tr> |
63 | </tr> |
Line 96... | Line 96... | ||
96 | <logic:notEmpty name="entry" property="subtitle"> |
96 | <logic:notEmpty name="entry" property="subtitle"> |
97 | <div id="divMainSlideSubtitle"><bean:write name="entry" property="subtitle" /></div> |
97 | <div id="divMainSlideSubtitle"><bean:write name="entry" property="subtitle" /></div> |
98 | </logic:notEmpty> |
98 | </logic:notEmpty> |
99 | </div> |
99 | </div> |
100 | <div id="divMain" align="center"> |
100 | <div id="divMain" align="center"> |
101 | <a href="origin.do?path=<bean:write name="entry" property="path" />" target="_blank"><img |
101 | <a href="origin.do?branch=<bean:write name="pathForm" property="branch" />&path=<bean:write name="entry" property="path" />" target="_blank"><img |
102 | src="medium.do?path=<bean:write name="entry" property="path" />" |
102 | src="medium.do?branch=<bean:write name="pathForm" property="branch" />&path=<bean:write name="entry" property="path" />" |
103 | alt="<bean:write name="entry" property="title" />" |
103 | alt="<bean:write name="entry" property="title" />" |
104 | width="<bean:write name="entry" property="width" />" |
104 | width="<bean:write name="entry" property="width" />" |
105 | height="<bean:write name="entry" property="height" />" |
105 | height="<bean:write name="entry" property="height" />" |
106 | border=0></a></p> |
106 | border=0></a></p> |
107 | <br> |
107 | <br> |