Poll/mgrlistitem.skin
Sourcecode in Poll/mgrlistitem.skin:
1:   <div class="listSeparator">&nbsp;</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>&nbsp;&lt;% poll id="<% poll.id %>" %&gt;
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">&nbsp;</td>
12:  <td align="right" class="small" nowrap="nowrap"><% poll.viewlink prefix="...&nbsp;" suffix="<br />" %><% poll.link to="results" text="results" prefix="...&nbsp;" suffix="<br />" %><% poll.editlink prefix="...&nbsp;" suffix="<br />" %><% poll.closelink prefix="...&nbsp;" suffix="<br />" %><% poll.deletelink prefix="...&nbsp;" %></td>
13:  </tr>
14:  </table>
15: