15 lines
759 B
HTML
15 lines
759 B
HTML
<!-- #include file="header.inc" -->
|
|
<form method="post" action="<%PostAction%>">
|
|
<span class="ttitle">Welcome <b><%AdminName%></b>,</span><br>
|
|
<p><span class="intro">
|
|
<ul>
|
|
<li>To view the privileges associated with your account, click the "Your Account" link.</li>
|
|
<li>To manage groups & group privileges, click the "Browse Groups" link.</li>
|
|
<li>To manage individual users & their privileges, click the "Browse Users" link.<br><br></li>
|
|
<li>If this is your first time using the Admin & Group area of the UT2K3 webadmin, and you are the master admin of this server, be sure to
|
|
change your password by clicking the "Your Account" link.</li>
|
|
</ul>
|
|
</span></p>
|
|
</form>
|
|
<!-- #include file="footer.inc" -->
|