Sourcecode in Poll/mgrlistitem.skin:
1: <div class="listSeparator"> </div>
2: <table border="0" cellspacing="0" cellpadding="0" width="100%">
3: <tr>
4: <% poll.switch name="closed" on='<td rowspan="2" width="10" align="center" valign="top" nowrap="nowrap" class="listFlag">c<br />l<br />d</td><td rowspan="2" width="5" nowrap="nowrap"></td>' off="" %>
5: <td colspan="3" class="small"><strong>Macro:</strong> <% poll id="<% poll.id %>" %>
6: <div class="ample"><strong>Status:</strong> <% poll.total no="votes" one="vote" more="votes" %></td>
7: </tr>
8: <tr valign="top">
9: <td><div class="storytitle"><% poll.question %></div>
10: <div class="storyDate"><% poll.creator as="link" %>, <% poll.createtime format="short" %></div></td>
11: <td width="10" nowrap="nowrap"> </td>
12: <td align="right" class="small" nowrap="nowrap"><% poll.viewlink prefix="... " suffix="<br />" %><% poll.link to="results" text="results" prefix="... " suffix="<br />" %><% poll.editlink prefix="... " suffix="<br />" %><% poll.closelink prefix="... " suffix="<br />" %><% poll.deletelink prefix="... " %></td>
13: </tr>
14: </table>
15:
|