[adminpanel]
<html >
<head>
{.if|{.%user%=admin.}|
<title>Admin Panel</title>
</head>

<body bgcolor="#000000">
<p align="center"><font size="7" color="#FFFFFF">
  Administration Panel
</font></p>
<p align="center"><font color="#FFFFFF">
  Just click on the descriptions to perform that action.
</font></p>
<p align="center">&nbsp;</p>
<p align="center"><font size="5" color="#FFFFFF">
  <a href="/~newuser" style="text-decoration: none">
    <font color="#FFFFFF">Create a new user</font>
  </a>
</font></p>
<p align="center">&nbsp;</p>
<p align="center"><font size="5" color="#FFFFFF">
  <a href="/~passchanger" style="text-decoration: none">
  <font color="#FFFFFF">Change a users' password</font>
  </a>
</font></p>
<p align="center">&nbsp;</p>
<p align="center"><a href="/~statuschanger" style="text-decoration: none">
  <font size="5" color="#FFFFFF">Enable/Disable an account</font></a>
</p>
<p align="center">&nbsp;</p>
<p align="center">
  <a style="text-decoration: none" href="/~limitschanger">
  <font size="5" color="#FFFFFF">Allow a user to bypass limits set by you</font></a>
</p>
<p align="center">&nbsp;</p>
<p align="center"><font size="5" color="#FFFFFF">
  <a href="/~chooseallow" style="text-decoration: none">
  <font color="#FFFFFF">Change access to a folder</font>
  </a>
</font></p>
<p align="center">&nbsp;</p>
<p align="center"><font size="5" color="#FFFFFF">
  <a href="/" style="text-decoration: none">
  <font color="#FFFFFF">Click HERE to return Home</font>
  </a>
</font></p>
</body>
</html>
|{.section|error.}.}

[newuser]
<html>
<head>
{.if|{.%user%=admin.}|
<title>New User</title>
</head>
<body>
Welcome %user% ! </b>
<br>
<form method=post action="/~newusermake">
  To use this function simply type in the Username of the account you want to change.
  <p>Then type the  password for that user, click on Change</a>.
  <p>
  <b><font size="4">Username:</font></b>{.repeat|2|&nbsp;.}<input name=name style="font-size:10pt; font-weight:bold; color:7F7F7F; background-color:FFFFFF; border:1px solid #000000;" size="20">
  <br><br>
  <b>&nbsp;<font size="4">Password:</font></b>{.repeat|2|&nbsp;.}<span style="background-color: #000000"><input name=text style="font-size:10pt; font-weight:bold; border:1px solid #000000" size="20" ></span>
  <br>
  {.repeat|9|&nbsp;.}<input type=submit value="Change">
</form>
</body>
</html>
|{.section|error.}.}
[newusermake]
<html>
<head>
{.if|{.%user%=admin.}|
<title>New User</title>
</head>
<body>
{.new account|{.postvar|name.}|password={.postvar|text.}.}
{.set account|{.postvar|name.}|enabled=true.}
<p><font size="4">User Created!</font></p>
<p>Click <a href="/~adminpanel">here</a> to return.</p>
</body>
</html>
|{.section|error.}.}
[statuschanger]
<html>
<head>
{.if|{.%user%=admin.}|
<title>Account Enabler/Disabler</title>
</head>
<body>
Welcome %user% ! </b>
<br>
<form method=post action="/~statuschange">
  To use this function simply type in the Username of the account you want to change.
  <p>Then type "true" (without quotes, to enable) or "false" (with quotes, to disable), click on Change.
  <p>
  <b>Username:</b>{.repeat|2|&nbsp;.}<input name=name style="font-size:10pt; font-weight:bold; color:7F7F7F; background-color:FFFFFF; border:1px solid #88f;" size="20">
  <br><br>
  <b>&nbsp;Status:</b>{.repeat|2|&nbsp;.}<input name=text style="font-size:10pt; font-weight:bold; color:7F7F7F; background-color:FFFFFF; border:1px solid #88f;" size="20" >
  <br>
  {.repeat|9|&nbsp;.}<input type=submit value="Change">
</form>
</body>
</html>
|{.section|error.}.}
[statuschange]
<html>
<head>
{.if|{.%user%=admin.}|
<title>Status Changer</title>
</head>
<body>
{.set account|{.postvar|name.}|enabled={.postvar|text.}.}
<p>Status changed!</p>
<p>Click <a href="/~adminpanel">here</a> to return.</p>
</body>
</html>
|{.section|error.}.}
[passchanger]
<html>
<head>
{.if|{.%user%=admin.}|
<title>Pass Changer</title>
</head>
<body>
Welcome %user% ! </b>
<br>
<form method=post action="/~passchange">
  To use this function simply type in the Username of the account you want to change.
  <p>Then type the new password for that user, click on Change.
  <p>
  <b><font size="4">Username:</font></b>{.repeat|2|&nbsp;.}<input name=name style="font-size:10pt; font-weight:bold; color:7F7F7F; background-color:FFFFFF; border:1px solid #000000;" size="20">
  <br><br>
  <b>&nbsp;<font size="4">New Password:</font></b>{.repeat|2|&nbsp;.}<span style="background-color: #000000"><input name=text style="font-size:10pt; font-weight:bold; border:1px solid #000000" size="20" ></span>
  <br>
  {.repeat|9|&nbsp;.}<input type=submit value="Change">
</form>
</body>
</html>
|{.section|error.}.}
[passchange]
<html>
<head>
{.if|{.%user%=admin.}|
<title>Pass Changer</title>
</head>
<body>
{.set account|{.postvar|name.}|password={.postvar|text.}.}
<p><font size="4">Password changed!</font></p>
<p>Click <a href="/~adminpanel">here</a> to return.</p>
</body>
</html>
|{.section|error.}.}

[limitschanger]
<html>
<head>
{.if|{.%user%=admin.}|
<title>Limits Changer</title>
</head>
<body>
Welcome %user% ! </b>
<br>
<form method=post action="/~limitschange">
  To use this function simply type in the Username of the account you want to change.
  <p>Then type "true" (without quotes, to ignore limits) or leave blank (to stick to limits), and click on Change.
  <p>
  <b><font size="4">Username:</font></b>{.repeat|2|&nbsp;.}<input name=name style="font-size:10pt; font-weight:bold; color:7F7F7F; background-color:FFFFFF; border:1px solid #000000;" size="20">
  <br><br>
  <b>&nbsp;<font size="4">True or false:</font></b>{.repeat|2|&nbsp;.}<span style="background-color: #000000"><input name=text style="font-size:10pt; font-weight:bold; border:1px solid #000000" size="20" ></span>
  <br>
  {.repeat|9|&nbsp;.}<input type=submit value="Change">
</form>
</body>
</html>
|{.section|error.}.}
[limitschange]
<html>
<head>
{.if|{.%user%=admin.}|
<title>Limits Changer</title>
</head>
<body>
{.if|{.%user%=admin.}|
{.set account|{.postvar|name.}|no limits={.postvar|text.}.}
<p><font size="4">Limits changed!</font></p>
<p>Click <a href="/~adminpanel">here</a> to return.</p>
|{.section|error.}.}
</body>
</html>
|{.section|error.}.}
[accesschanger]
<html>
<head>
{.if|{.%user%=admin.}|
<title>Access Changer</title>
</head>
<body>
Welcome %user% ! </b>
<br>
<form name="frm" action="/~accesschange" method="post">
  To use this function simply type in the address of the folder you want to 
  change (eg template/images ).<p>Then add the Usernames (seperated by ; ) to the appropriate boxes, then click Change.</p>
  <p>
  <b>&nbsp;<font size="4">Folder:</font></b>{.repeat|2|&nbsp;.}<span style="background-color: #000000"><input id=texto name=folder style="font-size:10pt; font-weight:bold; border:1px solid #000000" onfocus="javascript:refresh='false';" size="20" ></span>
  <br>
  <b>&nbsp;<font size="4">Accounts Allowed to Access:</font></b>{.repeat|2|&nbsp;.}<span style="background-color: #000000"><input name=access style="font-size:10pt; font-weight:bold; border:1px solid #000000" onfocus="javascript:refresh='false';" size="20" ></span>
  <br>
  <b>&nbsp;<font size="4">Accounts Allowed to Upload:</font></b>{.repeat|2|&nbsp;.}<span style="background-color: #000000"><input name=upload style="font-size:10pt; font-weight:bold; border:1px solid #000000" onfocus="javascript:refresh='false';" size="20" ></span>
  <br>
  <b>&nbsp;<font size="4">Accounts Allowed to Delete:</font></b>{.repeat|2|&nbsp;.}<span style="background-color: #000000"><input name=delete style="font-size:10pt; font-weight:bold; border:1px solid #000000" onfocus="javascript:refresh='false';" size="20" ></span>
  <br>
  {.repeat|9|&nbsp;.}<input type=submit value="Change">
  <br><br>
  </p>
</form>
</body>
</html>
|{.section|error.}.}
[accesschange]
<html>
<head>
{.if|{.%user%=admin.}|
<title>Access Changer</title>
</head>
<body>
{.set item|{.postvar|folder.}|add access={.postvar|access.}.}
{.set item|{.postvar|folder.}|add upload={.postvar|upload.}.}
{.set item|{.postvar|folder.}|add delete={.postvar|delete.}.}
<p><font size="4">Access changed!</font></p>
<p>Click <a href="/~adminpanel">here</a> to return.</p>
</body>
</html>
|{.section|error.}.}
[disallowchanger]
<html>
<head>
{.if|{.%user%=admin.}|
<title>Disallow Changer</title>
</head>
<body>
Welcome %user%! </b>
<br>
<form name="frm" action="/~disallowchange" method="post">
  To use this function simply type in the address of the folder you want to 
  change (eg template/images ).<p>Then add the Usernames (seperated by ; ) to the appropriate boxes, then click Change.</p>
  <p>
  <b>&nbsp;<font size="4">Folder:</font></b>{.repeat|2|&nbsp;.}<span style="background-color: #000000"><input id=texto name=folder style="font-size:10pt; font-weight:bold; border:1px solid #000000" onfocus="javascript:refresh='false';" size="20" ></span>
  <br>
  <b>&nbsp;<font size="4">Accounts Not Allowed to Access:</font></b>{.repeat|2|&nbsp;.}<span style="background-color: #000000"><input name=access style="font-size:10pt; font-weight:bold; border:1px solid #000000" onfocus="javascript:refresh='false';" size="20" ></span>
  <br>
  <b>&nbsp;<font size="4">Accounts Not Allowed to Upload:</font></b>{.repeat|2|&nbsp;.}<span style="background-color: #000000"><input name=upload style="font-size:10pt; font-weight:bold; border:1px solid #000000" onfocus="javascript:refresh='false';" size="20" ></span>
  <br>
  <b>&nbsp;<font size="4">Accounts Not Allowed to Delete:</font></b>{.repeat|2|&nbsp;.}<span style="background-color: #000000"><input name=delete style="font-size:10pt; font-weight:bold; border:1px solid #000000" onfocus="javascript:refresh='false';" size="20" ></span>
  <br>
  {.repeat|9|&nbsp;.}<input type=submit value="Change">
  <br><br>
  </p>
</form>
</body>
</html>
|{.section|error.}.}
[disallowchange]
<html>
<head>
{.if|{.%user%=admin.}|
<title>Access Changer</title>
</head>
<body>
{.set item|{.postvar|folder.}|remove access={.postvar|access.}.}
{.set item|{.postvar|folder.}|remove upload={.postvar|upload.}.}
{.set item|{.postvar|folder.}|remove delete={.postvar|delete.}.}
<p><font size="4">Access changed!</font></p>
<p>Click <a href="/~adminpanel">here</a> to return.</p>
</body>
</html>
|{.section|error.}.}
[chooseallow]
<html >
<head>
{.if|{.%user%=admin.}|
<title>Allow or Disallow?</title>
</head>

<body bgcolor="#000000">
<p align="center"><font size="7" color="#FFFFFF">
  Allow or Disallow?
</font></p>
<p align="center"><font color="#FFFFFF">
  Just click on the descriptions to perform that action.
</font></p>
<p align="center">&nbsp;</p>
<p align="center"><font size="5" color="#FFFFFF">
  <a href="/~accesschanger" style="text-decoration: none">
    <font color="#FFFFFF">ALLOW users access</font>
  </a>
</font></p>
<p align="center">&nbsp;</p>
<p align="center"><font size="5" color="#FFFFFF">
  <a href="/~disallowchanger" style="text-decoration: none">
  <font color="#FFFFFF">DISALLOW users access</font>
  </a>
<p align="center">&nbsp;</p>
<p align="center"><font size="5" color="#FFFFFF">
  <a href="/~adminpanel" style="text-decoration: none">
  <font color="#FFFFFF">Click HERE to return to Admin Panel</font>
  </a>
</font></p>
</body>
</html>
|{.section|error.}.}
[error]
<title>Error</title>
</head>
<body bgcolor="#000000">
<p align="center">&nbsp;</p>
<p align="center">&nbsp;</p>
<p align="center"><font size="6" color="#FFFFFF"><b>You do not have sufficient privileges to access this feature.</b></font></p>
<p align="center">&nbsp;</p>
<p align="center">&nbsp;</p>
<p align="center"><font size="6" color="#FFFFFF"><b>You must be an administrator.</b></font></p>
</body>
</html>