Skip to content
Snippets Groups Projects
Commit 3ffa0685 authored by deuce's avatar deuce
Browse files

Add userlist.

parent 8528f030
No related branches found
No related tags found
No related merge requests found
......@@ -3,5 +3,5 @@
<HEAD>
<TITLE>%%title%%</TITLE>
</HEAD>
<BODY>
<body bgcolor=teal text=white link=yellow vlink=lime alink=white>
<P align="center"><H3>%%JS:system.name%%</H3></P>
<CENTER>
<TABLE>
<TR bgcolor=white><TH><font color=black>Alias</font></TH><TH><font color=black>Location</font></TH><TH><font color=black>Connection</font></TH><TH><font color=black>Last On</font></TH></TR>
<<REPEAT users>>
<TR>
<TD>
@@users:alias@@
</TD>
<TD>
@@users:location@@
</TD>
<TD>
@@users:connection@@
</TD>
<TD>
@@users:logon@@
</TD>
</TR>
<<END REPEAT users>>
</TABLE>
</CENTER>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment