<!-- header.html -->
<html>
<head>
	<title>TeamSpeak Server-Administration </title>
<style type="text/css">
BODY {
	SCROLLBAR-BASE-COLOR: #A3A3CB;
	SCROLLBAR-ARROW-COLOR: #000000;
}
SELECT {
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	FONT-SIZE: 11px;
	COLOR: #000000;
	BACKGROUND-COLOR: #CFCFCF
}
TEXTAREA, .bginput {
	FONT-SIZE: 12px;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	COLOR: #000000;
	BACKGROUND-COLOR: #CFCFCF
}
A:link, A:visited, A:active {
	COLOR: #000020;
}
A:hover {
	COLOR: #FF4400;
}
td.adminstatusbar {
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	FONT-SIZE: 11px;
	COLOR: #E5E5E5;
}
</style>
</head>
<body bgcolor="#606096" text="#000000" id="all" leftmargin="10" topmargin="0" marginwidth="10" marginheight="10" 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"></img> </Center>

<center>

<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"><b>OR</b></font>
	<input type="checkbox" value="1" name="superadmin">
	<font color="#E7E7F1"><b>SuperAdmin</b></font>
  </td>
 </tr>

</table>

<p>

<table border="0" width="0%"cellpadding="0" cellspacing="0">
 <tr>
  <td>
	<input type="submit" value="Login">
  </td>
 </tr>
</table>


</form>
</center>
