- 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:
parent
1a6ef430fa
commit
3a9b530528
1 changed files with 5 additions and 3 deletions
|
@ -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="... " checkdeny="true" %></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td rowspan="2" valign="top" nowrap="nowrap">... show </td>
|
||||
<td nowrap="nowrap"><% pollmgr.link to="main" text="all polls" %><% pollmgr.link to="main" text="open polls" urlparam="show=open" prefix=" | " %><% pollmgr.link to="main" urlparam="show=mypolls" text="my polls" prefix=" | " checkdeny="true" %></td>
|
||||
<td nowrap="nowrap"><% pollmgr.link to="main" text="all polls" %><% pollmgr.link to="open" text="open polls" prefix=" | " %><% pollmgr.link to="mypolls" text="my polls" prefix=" | " checkdeny="true" %></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<% response.prevpage %>
|
||||
<% response.pagenavigation %>
|
||||
<% pollmgr.pollList %>
|
||||
<% response.nextpage %>
|
||||
<% response.pagenavigation %>
|
Loading…
Add table
Reference in a new issue