- embedded page navigation

- urls of filter options now point to actions in imagemgr instead of main action using GET parameters
This commit is contained in:
Robert Gaggl 2003-10-15 20:04:15 +00:00
parent dadc7cb64b
commit 1a6ef430fa

View file

@ -1,6 +1,15 @@
<p>...&nbsp;<% imagemgr.link to="create" text="add an image" %></p>
<p>To insert an image in a story or comment just copy and paste its code.</p>
<% response.prevpage %>
<table border="0" cellspacing="0" cellpadding="2">
<tr>
<td colspan="2" nowrap="nowrap"><% imagemgr.link to="create" text="add an image" prefix="...&nbsp;" %></td>
</tr>
<tr>
<td rowspan="2" valign="top" nowrap="nowrap">...&nbsp;show&nbsp;</td>
<td nowrap="nowrap"><% imagemgr.link to="main" text="all images" %>&nbsp;|&nbsp;<% imagemgr.link to="myimages" text="my images" %></td>
</tr>
</table>
<% response.pagenavigation %>
<% imagemgr.images %>
<% response.nextpage %>
<% response.pagenavigation %>