antville/code/Poll/listitem.skin

12 lines
775 B
Text
Raw Normal View History

2002-01-25 17:57:44 +00:00
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td colspan="3" class="small"><% poll.creator as="link" %>, <% poll.createtime format="short" %> (<% poll.total no="votes" one="vote" more="votes" %>)</td>
2002-01-25 17:57:44 +00:00
</tr>
<tr valign="top">
<td><div class="storytitle"><% poll.question %></div>
<div class="small"><b>code:</b> &lt;% poll id="<% poll.id %>" %&gt;</div></td>
2002-06-03 16:49:20 +00:00
<td width="10" nowrap="nowrap">&nbsp;</td>
2002-12-01 19:26:40 +00:00
<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>
2002-01-25 17:57:44 +00:00
</tr>
2002-12-01 19:26:40 +00:00
</table>