antville/code/User/sysmgr_listitem.skin

15 lines
615 B
Text
Raw Normal View History

2003-12-08 22:43:33 +00:00
<table class="sysmgrListitem" cellspacing="0" cellpadding="0" width="100%">
2002-03-27 11:21:20 +00:00
<tr>
2003-12-08 22:43:33 +00:00
<td colspan="2"><% user.sysmgr_statusflags %></td>
2002-03-27 11:21:20 +00:00
</tr>
<tr>
2003-12-08 22:43:33 +00:00
<td valign="top" nowrap="nowrap">
<div><strong><% user.name %></strong></div>
<div><% user.email suffix="<br />" %>
<a href="<% user.url %>"><% user.url %></a></div>
<div class="small">registered:&nbsp;<% user.sysmgr_registered format="dd.MM.yyyy HH:mm" %><br />
last visit:&nbsp;<% user.sysmgr_lastvisit format="dd.MM.yyyy HH:mm" %></div></td>
<td class="small" valign="top" align="right" nowrap="nowrap"><% user.sysmgr_editlink prefix="...&nbsp;" %></td>
2002-03-27 11:21:20 +00:00
</tr>
2004-01-13 12:25:53 +00:00
</table>