__section__ default __description__ Lists polls * questions = arrayref of questions (qid = 0, question = 1, date = 2) * startat = where in list of polls to begin * admin = boolean for whether current user is admin * title = passed to titlebar * width = passed to titlebar __title__ __page__ pollBooth __lang__ en_US __name__ listpolls __template__ [% PROCESS titlebar %] [% FOREACH question = questions %] [% IF admin %] [% edit = " (Edit)" %] [% delete = " (Delete)" %] [% END %]
  • [% question.1 %] [% question.2 %][% edit %][% delete %]
  • [% END %]

    More Polls __seclev__ 10000