15 lines
771 B
Text
15 lines
771 B
Text
<div class="listSeparator"> </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"> </td>
|
|
<td align="right" class="small" nowrap="nowrap"><% membership.editlink text="edit" prefix="... " suffix="<br />" %>
|
|
<% membership.link to="mailto" text="contact" prefix="... " %>
|
|
<% membership.deletelink text="remove" prefix="<br />... " %></td>
|
|
</tr>
|
|
</table>
|