<!-- header.html -->
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>TeamSpeak Server-Administration </title>
<meta name="MSSmartTagsPreventParsing" content="TRUE">
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
BODY {
background: #606096;
color: #000000;
font-family: Arial,Verdana,Helvetica,sans-serif;
FONT-SIZE: 12px;
margin-top: 0px;
SCROLLBAR-BASE-COLOR: #A3A3CB;
SCROLLBAR-ARROW-COLOR: #000000;
}
table {
color: #000000;
font-family: Arial,Verdana,Helvetica,sans-serif;
FONT-SIZE: 12px;
}
A:link {
color: #000020;
font: 12px Arial,Verdana,Helvetica,sans-serif;
text-decoration: underline;
}
A:active {
color: #000020;
font: 12px Arial,Verdana,Helvetica,sans-serif;
text-decoration: underline;
}
A:visited {
color: #000020;
font: 12px Arial,Verdana,Helvetica,sans-serif;
text-decoration: underline;
}
A:hover {
color: #FF4400;
font: 12px Arial,Verdana,Helvetica,sans-serif;
text-decoration: underline;
}
INPUT {
/*background : #FFFFFF;*/
color: #000000;
/*border: solid 1px #000000;*/
font-size: 12px;
}
INPUT.readonly {
background : #CCCCCC;
color: #000000;
border: solid 1px #000000;
font-size: 12px;
}
td.adminstatusbar {
FONT-FAMILY: Arial,Verdana,Helvetica,sans-serif;
FONT-SIZE: 12px;
COLOR: #E5E5E5;
}
-->
</style>
</head>
<body bgcolor="#606096" text="#000000" id="all" link="#000020" vlink="#000020" alink="#000020">


<br>

<table border="0" width="1%"cellpadding="0" cellspacing="0">
 <tr>
  <td height="150"> </td>
 </tr>
</table>

<center> <img src="gfx/serveradminlogin.gif" alt="Server Administration Login"> </Center>

<center>
<br>
<b><font color="#E7E7F1">Admin/Client login</font></b>
<form action="login.tscmd" method="post">

<table border="0" width="0%"cellpadding="0" cellspacing="0">
<tr>
 <td>
        <font color="#E7E7F1"><b>username</b></font>
 </td>
  <td width="5"></td>
  <td>
        <INPUT name="username" maxLength=40 size=40>
  </td>
 </tr>

 <tr>
  <td>
        <font color="#E7E7F1"><b>password</b></font>
 </td>
  <td width="5"></td>
  <td>
        <input type="password" name="password">
  </td>
 </tr>

 <tr>
  <td>
        <font color="#E7E7F1"><b>serverport</b></font>
 </td>
  <td width="5"></td>
  <td>
        <input type="text" name="serverport" value="8767">
        <font color="#E7E7F1"></font>
  </td>
 </tr>

</table>

<p>

<table border="0" width="0%"cellpadding="0" cellspacing="0">
 <tr>
  <td>
        <input type="submit" value="Login">
  </td>
 </tr>
</table>

<br><br>
<table border="0" width="0%"cellpadding="0" cellspacing="0">
 <tr>
  <td>
        <a href="slogin.html">SuperAdmin Login</a>
  </td>
 </tr>
</table>

</form>
</center>
</body>
</html>
