25 lines
739 B
Text
25 lines
739 B
Text
<% #main %>
|
|
<h1>
|
|
<% response.title %>
|
|
<% polls.link create ' ' class='uk-icon-button uk-icon-plus uk-text-middle' %>
|
|
</h1>
|
|
<% polls.link . <% gettext All %> %>
|
|
<% polls.link user <% membership.name %> prefix=" | " %>
|
|
<% polls.link running <% gettext Running %> prefix=" | " %>
|
|
<% response.pager %>
|
|
<table class='uk-table uk-table-striped uk-table-hover uk-table-condensed'>
|
|
<thead>
|
|
<tr>
|
|
<th class='uk-text-right'><i class='uk-icon-bar-chart'></i></th>
|
|
<th><% gettext Question %></th>
|
|
<th><% gettext Account %></th>
|
|
<th><% gettext Modified %></th>
|
|
<th></th>
|
|
<th></th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<% response.list %>
|
|
</tbody>
|
|
</table>
|
|
<% response.pager %>
|