Login   Register  
PHP Classes
elePHPant
Icontem

File: templates/wrapper_empty.tpl

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Thomas Graham  >  Counter-Strike Source Query  >  templates/wrapper_empty.tpl  >  Download  
File: templates/wrapper_empty.tpl
Role: Auxiliary data
Content type: text/plain
Description: Template
Class: Counter-Strike Source Query
Query a Counter-Strike source game server
Author: By
Last change:
Date: 2004-08-19 08:34
Size: 1,569 bytes
 

Contents

Class file image Download
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>CS:Source Server Query</title>
<style type="text/css">
<!--
BODY {
	margin: 10px;
	background: #52A5F2;
	color: #666666;
	font: normal 12px Arial, Helvetica, sans-serif;
}

.main {
	margin-bottom: 25px;
	background: #DDDDDD;
	border: 2px solid #FFFFFF;
}

.main TD.title {
	background: #2A6DAC;
	color: #DBF0FE;
	font: bold 13px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	text-transform: uppercase;
}

.main TD {
	background: #F7F7F7;
}

#wrapper {
	width: 500px;
	margin: auto;
}

.full {
	color: #A20000;
}

.notfull {
	color: #44C32B;
}

INPUT {
	font: normal 11px Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	border: 1px solid #AAAAAA;
}

INPUT.submit {
	background: #DDDDDD;
	border: 1px solid #AAAAAA;
}
-->
</style>
</head>

<body>
<div id="wrapper">
	<table class="main" width="100%" border="0" cellpadding="3" cellspacing="1">
		<tr>
			<td class="title">query a server</td>
	    </tr>
		<form action="index.php" method="GET">
		<tr>
			<td>
			IP: <input name="ip" type="text" size="25" /> : PORT: <input name="port" type="text" size="10" /> <input class="submit" type="submit" value="Query" />
			</td>
		</tr>
		</form>
	</table>
	<div style="text-align: center; color: #DBF0FE;">Query generated using noginn's CS:Source query class.</div>
</div>
</body>
</html>