antville/code/Membership/mgrlistitem.skin

15 lines
771 B
Text

<div class="listSeparator">&nbsp;</div>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td colspan="3" class="small"><div class="ample"><strong>Status:</strong> <% membership.level %></div></td>
</tr>
<tr valign="top">
<td><div class="storytitle"><% membership.username %></div>
<div class="ample"><small><% membership.createtime format="short" prefix="created on " %></small></div>
<div><% membership.url as="link" %></div></td>
<td width="10" nowrap="nowrap">&nbsp;</td>
<td align="right" class="small" nowrap="nowrap"><% membership.editlink text="edit" prefix="...&nbsp;" suffix="<br />" %>
<% membership.link to="mailto" text="contact" prefix="...&nbsp;" %>
<% membership.deletelink text="remove" prefix="<br />...&nbsp;" %></td>
</tr>
</table>