11 lines
775 B
Text
11 lines
775 B
Text
<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>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td><div class="storytitle"><% poll.question %></div>
|
|
<div class="small"><b>code:</b> <% poll id="<% poll.id %>" %></div></td>
|
|
<td width="10" nowrap="nowrap"> </td>
|
|
<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>
|
|
</tr>
|
|
</table>
|