Sourcecode in PollMgr/main.skin:
1: <p>To insert a poll in a story or comment just copy and paste its code.</p>
2:
3: <div class="ample"><% pollmgr.link to="create" text="add a poll" prefix="... " checkdeny="true" %></div>
4: ... show <% 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" %>
5:
6: <% response.pagenavigation %>
7: <% response.pollList %>
8: <% response.pagenavigation %>
9:
|