This repository has been archived on 2025-02-12. You can view files and clone it, but cannot push or open issues or pull requests.
NeoStats-yatzeeserv/html/ys.tpl
2005-10-17 15:01:51 +00:00

130 lines
4.3 KiB
Smarty

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<title>YahtzeeServ High Scores</title>
<style type="text/css">
<!--
BODY {background-color:#444444;color:#ECECEC}
P {font-family:Verdana, serif;font-size:10pt}
TH {background-color:#66555F;color:#ECECEC;font-family:Arial, Helvetica, sans-serif;font-size:8pt;font-weight:bold}
TH.secondary {background-color:#66555F;color:#ECECEC;font-family:Verdana, serif;font-size:10pt;font-weight:normal;text-align:left}
TD.tablebg {background-color:#000000}
TD.cat {background-color:#80707F;font-family:Verdana, serif;font-size:12pt}
TD.row1 {background-color:#60707D}
TD.row2 {background-color:#667A80}
SPAN.title {font-family:Arial, Helvetica, sans-serif;font-size:26pt}
SPAN.cattitle {font-family:Verdana, serif;font-size:12pt;font-weight:bold}
SPAN.gen {font-family:Verdana, serif;font-size:10pt}
SPAN.gensmall {font-family:Verdana, serif;font-size:8pt}
SPAN.courier {font-family:courier;font-size:10pt}
SELECT {font-family:Verdana;font-size:8pt}
INPUT {font-family:Verdana;font-size:8pt}
SELECT.small {font-family:"Courier New",courier;font-size:8pt;width:140px}
INPUT.text {font-family:"Courier New",courier;font-size:8pt;}
INPUT.outsidetable {background-color:#60707D}
INPUT.mainoptiontable {background-color:#60707D}
INPUT.liteoptiontable {background-color:#60707D}
A.forumlinks {font-weight:bold}
A {text-decoration:none}
A:hover {color:#EDF2F2;text-decoration:underline}
HR {height:2px}
//-->
</style>
</head>
<body bgcolor="#444444" text="#ECECEC" link="#EDF2F2" vlink="#DDEDED">
<a name="top"></a>
<table width="98%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td class="tablebg" width="100%"><table width="100%" cellspacing="1" cellpadding="4" border="0">
<tr>
<td class="row2"><table width="100%" cellspacing="0" border="0">
<tr>
<td><a href="http://www.neostats.net/" target=_NEW>
<img border="0" src="http://www.neostats.net/neostats.gif" alt="NeoStats"></a>
</td>
<td align="center" valign="top" bordercolorlight="#000000" bordercolor="#000000"><span class=title>!TITLE!</span></td>
</tr>
</table></td>
</tr>
<tr>
<td class="row1"><table width="100%" cellspacing="0" cellpadding="4" border="0">
<tr>
<td width="90%"><span class="gensmall"><center>
<a href="#high">Overall High Scores</a> <font color="#444444">|</font>
<a href="#daily">Todays High Scores</a> <font color="#444444">|</font>
<a href="#weekly">This Weeks High Scores</a> <font color="#444444">|</font>
<a href="#monthly">This Months High Scores</a> <font color="#444444">|</font>
</center></span></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
<table width="98%" cellspacing="0" cellpadding="4" border="0" align="center">
<tr>
<td align="left" valign="bottom">
<p align="right"><span class="gensmall">Version is: !VERSION!</span></p>
</td>
</tr>
</table>
<table width="98%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td class="tablebg"><table width="100%" cellpadding="0"
cellspacing="0" border="1">
<tr>
<td class="cat" height="30"><span class="cattitle">Overall High Scores</span></td>
</tr>
<tr>
<td class="row1" align="center">
<a name=netstats></a>!HIGHSCORES!
</td>
</tr>
<tr>
<td class="cat" height="30"><span class="cattitle">Todays High Scores</span></td>
</tr>
<tr>
<td class="row1" align="center">
<a name=daily></a>!DAILYSCORES!
</td>
</tr>
<tr>
<td class="cat" height="30"><span class="cattitle">This Weeks High Scores</span></td>
</tr>
<tr>
<td class="row1" align="center">
<a name=weekly></a>!WEEKLYSCORES!
</td>
</tr>
<tr>
<td class="cat" height="30"><span class="cattitle">This Months High Scores</span></td>
</tr>
<tr>
<td class="row1" align="center">
<a name=monthly></a>!MONTHLYSCORES!
</td>
</tr>
</table></td>
</tr>
</table>
<br clear="all" />
</body>
</html>