- 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:
parent
dadc7cb64b
commit
1a6ef430fa
1 changed files with 12 additions and 3 deletions
|
@ -1,6 +1,15 @@
|
||||||
<p>... <% 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>
|
<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="... " %></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td rowspan="2" valign="top" nowrap="nowrap">... show </td>
|
||||||
|
<td nowrap="nowrap"><% imagemgr.link to="main" text="all images" %> | <% imagemgr.link to="myimages" text="my images" %></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<% response.pagenavigation %>
|
||||||
<% imagemgr.images %>
|
<% imagemgr.images %>
|
||||||
<% response.nextpage %>
|
<% response.pagenavigation %>
|
||||||
|
|
Loading…
Add table
Reference in a new issue