- embedded page navigation

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

View file

@ -1,13 +1,15 @@
<p>To insert a poll in a story or comment just copy and paste its code.</p>
<table border="0" cellspacing="0" cellpadding="2">
<tr>
<td colspan="2" nowrap="nowrap"><% pollmgr.link to="create" text="add a poll" prefix="...&nbsp;" checkdeny="true" %></td>
</tr>
<tr>
<td rowspan="2" valign="top" nowrap="nowrap">...&nbsp;show&nbsp;</td>
<td nowrap="nowrap"><% pollmgr.link to="main" text="all polls" %><% pollmgr.link to="main" text="open polls" urlparam="show=open" prefix="&nbsp;|&nbsp;" %><% pollmgr.link to="main" urlparam="show=mypolls" text="my polls" prefix="&nbsp;|&nbsp;" checkdeny="true" %></td>
<td nowrap="nowrap"><% pollmgr.link to="main" text="all polls" %><% pollmgr.link to="open" text="open polls" prefix="&nbsp;|&nbsp;" %><% pollmgr.link to="mypolls" text="my polls" prefix="&nbsp;|&nbsp;" checkdeny="true" %></td>
</tr>
</table>
<% response.prevpage %>
<% response.pagenavigation %>
<% pollmgr.pollList %>
<% response.nextpage %>
<% response.pagenavigation %>