Initial commit
171
lotgd-web/lotgd/templates/Aware.htm
Executable file
@ -0,0 +1,171 @@
|
||||
<!--!popuphead-->
|
||||
<html>
|
||||
<head>
|
||||
<title>{title} - LoGD</title>
|
||||
<link href="templates/aware2.css" rel="stylesheet" type="text/css">
|
||||
{headscript}{script}
|
||||
</head>
|
||||
<body bgcolor="#000000" text="#CCCCCC" link="#FF6600" vlink="#FF6600" alink="#CCCCCC">
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="4">
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<table width="100%" border="0" cellpadding="4" cellspacing="0">
|
||||
<tr>
|
||||
<td width="120" valign="top" nowrap>
|
||||
{title}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table width="100%" border="0" cellpadding="4" cellspacing="0">
|
||||
<tr>
|
||||
<td valign="top">
|
||||
|
||||
<!--!popupfoot-->
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td align="right" class="footer">
|
||||
{copyright}<a href="http://www.aware-entertainment.com" target="_blank">Layout by Duplex of Aware Entertainment, Inc.</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!--!header-->
|
||||
<html>
|
||||
<head>
|
||||
<title>{title} - LoGD</title>
|
||||
<link href="templates/aware2.css" rel="stylesheet" type="text/css">
|
||||
{headscript}{script}
|
||||
</head>
|
||||
<body bgcolor="#000000" text="#CCCCCC" link="#FF6600" vlink="#FF6600" alink="#CCCCCC">
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="4">
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<table width="100%" border="0" cellpadding="4" cellspacing="0">
|
||||
<tr>
|
||||
<td width="120" valign="top">
|
||||
{title}
|
||||
</td>
|
||||
<td valign="top"><font size="+4">Legend of the <font color="#009900">Green</font> Dragon</font><br>{headerad}</td>
|
||||
<td width="208" valign="top">
|
||||
<table width="100%" border="0" cellpadding="4" cellspacing="0" class="stats">
|
||||
<tr>
|
||||
|
||||
<td align="right" valign="top" class="sessioninfo">{motd}<br>{mail}<br>{petition}<br>{petitiondisplay}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table width="100%" border="0" cellpadding="4" cellspacing="0">
|
||||
<tr>
|
||||
<td width="150" valign="top">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="4">
|
||||
<tr>
|
||||
<td align="left" valign="top" class="stats">{navad}{nav}</td>
|
||||
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td valign="top"><div style="float: right">{verticalad}</div>{bodyad}
|
||||
<!--!footer-->
|
||||
</td>
|
||||
<td width="150" valign="top">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="4">
|
||||
<tr>
|
||||
<td align="right" valign="top" class="stats">{stats}<br>{paypal}<br>{source}</td>
|
||||
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td align="left" class="footer" valign="top">{version}<br/>{pagegen}</td>
|
||||
<td align="right" class="footer">
|
||||
{copyright}<a href="http://www.aware-entertainment.com" target="_blank">Layout by Duplex of Aware Entertainment, Inc.</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!--!statstart--><table cellpadding=2 cellspacing=0 class='charinfo' width='150'>
|
||||
<!--!stathead--><tr><td class='charhead' colspan='2'><b>{title}</b></td></tr>
|
||||
<!--!statrow--><tr><td class='charinfo'><b>{title}</b></td><td class='charinfo'>{value}</td></tr>
|
||||
<!--!statbuff--><tr><td class='charhead' colspan='2'><b>{title}</b></td></tr><tr><td class='charinfo' colspan='2'>{value}</td></tr>
|
||||
<!--!statend--></table>
|
||||
<!--!navhead--><span class="navhead">—{title}—<br></span>
|
||||
<!--!navhelp--><span class="navhelp">{text}<br></span>
|
||||
<!--!navitem--><a href="{link}"{accesskey}class='nav' {popup}>{text}<br></a>
|
||||
<!--!petitioncount--><table border='0' cellpadding='5' cellspacing='0' align='right'><tr><td>{petitioncount}</td></tr></table>
|
||||
<!--!adwrapper-->
|
||||
<table cellpadding=2 cellspacing=0 class='stats'>
|
||||
<tr><td>{content}</td></tr>
|
||||
</table>
|
||||
<!--!login-->
|
||||
<table border='0' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td><img src='images/logindragon.gif' class='noborder'></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign='center' align='center' class='noborder'>
|
||||
<table border='0'>
|
||||
<tr>
|
||||
<td align='center'>{username}:</td>
|
||||
<td align='center'>{password}:</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input name='name' id="name" accesskey='u' size='10'></td>
|
||||
<td><input name='password' id="password" accesskey='p' type='password' size='10'></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan='2' align='center'><input type='submit' value='{button}' class='button'><br></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!--!loginfull-->
|
||||
<table border='0' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td><img src='images/logindragon.gif' class='noborder'></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign='center' align='center' class='noborder'>
|
||||
<table border='0'>
|
||||
<tr>
|
||||
<td align='center'><font color='#ff0000'>Server Full!</font></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
229
lotgd-web/lotgd/templates/Classic.css
Executable file
@ -0,0 +1,229 @@
|
||||
/* CSS Document */
|
||||
caption {
|
||||
white-space: nowrap;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
td {
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
border-top: 1px none #666666;
|
||||
border-right: 1px solid #666666;
|
||||
border-bottom: 1px solid #666666;
|
||||
border-left: 1px none #666666;
|
||||
}
|
||||
a{
|
||||
color: #0099FF;
|
||||
text-decoration: none;
|
||||
}
|
||||
a.nav {
|
||||
text-decoration: none;
|
||||
width: 150px;
|
||||
height: auto;
|
||||
padding: 1px;
|
||||
float: left;
|
||||
clear: none;
|
||||
background-color: #000066;
|
||||
border-top: thin solid #000066;
|
||||
border-bottom: thin solid #000066;
|
||||
border-right: thin none #000066;
|
||||
border-left: thin none #000066;
|
||||
}
|
||||
a:hover.nav {
|
||||
background-color: #003366;
|
||||
border-top: thin outset #0000CC;
|
||||
border-right: thin none #0000CC;
|
||||
border-bottom: thin outset #0000CC;
|
||||
border-left: thin none #0000CC;
|
||||
}
|
||||
a.navhilite {
|
||||
text-decoration: none;
|
||||
width: 150px;
|
||||
height: auto;
|
||||
padding: 1px;
|
||||
float: right;
|
||||
clear: none;
|
||||
color:#FFFF00;
|
||||
background-color: #330000;
|
||||
border-top: thin solid #330000;
|
||||
border-bottom: thin solid #330000;
|
||||
border-right: thin none #330000;
|
||||
border-left: thin none #330000;
|
||||
}
|
||||
a:hover.navhilite {
|
||||
background-color: #990000;
|
||||
border-top: thin outset #CC0000;
|
||||
border-right: thin none #CC0000;
|
||||
border-bottom: thin outset #CC0000;
|
||||
border-left: thin none #CC0000;
|
||||
}
|
||||
a.motd {
|
||||
text-decoration: none;
|
||||
width: 150px;
|
||||
height: auto;
|
||||
padding: 1px;
|
||||
float: right;
|
||||
clear: none;
|
||||
color:#FFFF00;
|
||||
background-color: #330000;
|
||||
border-top: thin solid #330000;
|
||||
border-bottom: thin solid #330000;
|
||||
border-right: thin none #330000;
|
||||
border-left: thin none #330000;
|
||||
}
|
||||
a:hover.motd {
|
||||
background-color: #990000;
|
||||
border-top: thin outset #CC0000;
|
||||
border-right: thin none #CC0000;
|
||||
border-bottom: thin outset #CC0000;
|
||||
border-left: thin none #CC0000;
|
||||
}
|
||||
.navhead {
|
||||
text-decoration: none;
|
||||
width: 150px;
|
||||
border: thin #000033;
|
||||
height: auto;
|
||||
padding: 1px;
|
||||
line-height: 18px;
|
||||
float: left;
|
||||
clear: none;
|
||||
background-color: #003366;
|
||||
font-weight: bold;
|
||||
color: #00CCFF;
|
||||
cursor: default;
|
||||
}
|
||||
.navhelp {
|
||||
text-decoration: none;
|
||||
width: 150px;
|
||||
height: auto;
|
||||
padding: 1px;
|
||||
float: left;
|
||||
clear: none;
|
||||
background-color: #000066;
|
||||
border-top: thin solid #000066;
|
||||
border-bottom: thin solid #000066;
|
||||
border-right: thin none #000066;
|
||||
border-left: thin none #000066;
|
||||
}
|
||||
table {
|
||||
border-top: 1px solid #666666;
|
||||
border-right: 1px none #666666;
|
||||
border-bottom: 1px none #666666;
|
||||
border-left: 1px solid #666666;
|
||||
}
|
||||
td.charinfo {
|
||||
border-top-width: 1px;
|
||||
border-top-style: solid;
|
||||
border-top-color: #990000;
|
||||
border-right-style: none;
|
||||
border-bottom-style: none;
|
||||
border-left-style: none;
|
||||
cursor: default;
|
||||
}
|
||||
td.charhead {
|
||||
background-color: #990000;
|
||||
border: none;
|
||||
cursor: default;
|
||||
}
|
||||
table.charinfo { border: none; }
|
||||
td.pageheader { background-color: #000066; }
|
||||
td.noborder { border: none; }
|
||||
table.noborder { border: none; }
|
||||
input {
|
||||
background-color: #333333;
|
||||
border: 1px dotted #999999;
|
||||
color: #CCCCCC;
|
||||
}
|
||||
.input {
|
||||
background-color: #333333;
|
||||
border: 1px dotted #999999;
|
||||
color: #CCCCCC;
|
||||
}
|
||||
select {
|
||||
background-color: #333333;
|
||||
border: 1px dotted #999999;
|
||||
color: #CCCCCC;
|
||||
}
|
||||
|
||||
a.t {
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
border: 1px dotted #0000FF;
|
||||
background-color: #9999FF;
|
||||
color: #FFFFFF;
|
||||
font-size: 7px;
|
||||
text-decoration: none;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
a.thot {
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
border: 1px dotted #FF0000;
|
||||
background-color: #FF9999;
|
||||
color: #FFFFFF;
|
||||
font-size: 7px;
|
||||
text-decoration: none;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
div.debug {
|
||||
background-color: #FFFFFF;
|
||||
color: #000000;
|
||||
border: 1px dotted #000000;
|
||||
width: auto;
|
||||
height: auto;
|
||||
font-size: 10px;
|
||||
}
|
||||
.navhi { color: #00FF00; }
|
||||
.colDkBlue { color: #0000B0; }
|
||||
.colDkGreen { color: #00B000; }
|
||||
.colDkCyan { color: #00B0B0; }
|
||||
.colDkRed { color: #B00000; }
|
||||
.colDkMagenta { color: #B000CC; }
|
||||
.colDkYellow { color: #B0B000; }
|
||||
.colDkWhite { color: #B0B0B0; }
|
||||
.colLtBlue { color: #0000FF; }
|
||||
.colLtGreen { color: #00FF00; }
|
||||
.colLtCyan { color: #00FFFF; }
|
||||
.colLtRed { color: #FF0000; }
|
||||
.colLtMagenta { color: #FF00FF; }
|
||||
.colLtYellow { color: #FFFF00; }
|
||||
.colLtWhite { color: #FFFFFF; }
|
||||
.colLtBlack { color: #999999; }
|
||||
.colDkOrange { color: #994400; }
|
||||
.colLtOrange { color: #FF9900; }
|
||||
.colBlue { color: #0070FF; }
|
||||
.colLime { color: #DDFFBB; }
|
||||
.colBlack { color: #000000; }
|
||||
.colRose { color: #EEBBEE; }
|
||||
.colblueviolet { color: #9A5BEE; }
|
||||
.coliceviolet { color: #AABBEE; }
|
||||
.colLtBrown { color: #F8DB83; }
|
||||
.colDkBrown { color: #6b563f; }
|
||||
.colXLtGreen { color: #aaff99; }
|
||||
.colAttention { background-color: #00FF00; color: #FF0000; }
|
||||
.colWhiteBlack { background-color: #FFFFFF; color: #000000; }
|
||||
.colBack { background-color: #00FFFF; color: #000000; }
|
||||
.colbeige { color: #F5F5DC; }
|
||||
.colkhaki { color: #F0E68C; }
|
||||
.coldarkkhaki { color: #BDB76B; }
|
||||
.colaquamarine { color: #7FFFD4; }
|
||||
.coldarkseagreen { color: #8FBC8F; }
|
||||
.collightsalmon { color: #FFA07A; }
|
||||
.colsalmon { color: #FA8072; }
|
||||
.colwheat { color: #F5DEB3; }
|
||||
.coltan { color: #D2B48C; }.colLtLinkBlue { color: #0099FF; }
|
||||
.colDkLinkBlue { color: #006BB3; }
|
||||
.colDkRust { color: #8D6060; }
|
||||
.colLtRust { color: #B07878; }
|
||||
.colMdBlue { color: #0000F0; }
|
||||
.colMdGrey { color: #DDDDDD; }
|
||||
.colburlywood { color: #DEB887; }
|
||||
.trhead { background-color:#990000; color:#FFFFFF; }
|
||||
.trlight { background-color:#330000; }
|
||||
.trdark { background-color:#000000; }
|
||||
.trhilight { background-color: #550000; }
|
119
lotgd-web/lotgd/templates/Classic.htm
Executable file
@ -0,0 +1,119 @@
|
||||
<!--!popuphead-->
|
||||
<html>
|
||||
<head>
|
||||
<title>{title}</title>
|
||||
<link href="templates/Classic.css" rel="stylesheet" type="text/css">
|
||||
{headscript}{script}
|
||||
</head>
|
||||
<body bgcolor='#000000' text='#CCCCCC'>
|
||||
<table border='1' cellpadding=5 cellspacing=0 width='100%'>
|
||||
<tr>
|
||||
<td colspan=2 class='pageheader'>
|
||||
<table border=0 cellpadding=0 cellspacing=0 width='100%' class='noborder'>
|
||||
<tr>
|
||||
<td width='100%' class='noborder'><b>{title}</b></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td></tr>
|
||||
<tr>
|
||||
<td valign='top' width='100%'>
|
||||
<!--!popupfoot--> </td></tr><tr>
|
||||
<tr>
|
||||
<td bgcolor='#330000' align='left'>{copyright}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!--!header-->
|
||||
<html>
|
||||
<head>
|
||||
<title>{title}</title>
|
||||
<link href="templates/Classic.css" rel="stylesheet" type="text/css">
|
||||
{headscript}{script}
|
||||
</head>
|
||||
<body bgcolor='#000000' text='#CCCCCC'>
|
||||
<table border='1' cellpadding=5 cellspacing=0 width='100%'>
|
||||
<tr>
|
||||
<td colspan=2 class='pageheader'>
|
||||
<table border=0 cellpadding=0 cellspacing=0 width='100%' class='noborder'>
|
||||
<tr>
|
||||
<td class='noborder' nowrap="true"><b>{title}</b></td>
|
||||
<td width="100%" class='noborder' align='center'>{headerad}</td>
|
||||
<td align='right' class='noborder'>{motd}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width=150 bgcolor='#000066' valign='top' height='100%'>
|
||||
{navad}
|
||||
<table border='0' cellpadding='0' cellspacing='0'>{nav}</table><br>
|
||||
{mail}<br>
|
||||
{petition}
|
||||
</td>
|
||||
<td rowspan=2 valign='top' width='100%'>
|
||||
<div style="float: right">{verticalad}</div>{bodyad}
|
||||
<!--!footer-->
|
||||
{petitiondisplay}
|
||||
</td></tr><tr><td width=150 bgcolor='#330000' valign='top'>
|
||||
{stats}
|
||||
{paypal}
|
||||
{version}
|
||||
</td></tr><tr><td colspan=2 bgcolor='#330000' align='center'>
|
||||
|
||||
<table border='0' cellpadding='0' cellspacing='0' width='100%' class='noborder'><tr><td class='noborder'>{copyright}{pagegen}<br/>
|
||||
</td><td align='right' class='noborder'>{source}{petition}</td></tr></table>
|
||||
</td></tr></table></body></html>
|
||||
<!--!statstart--><table cellpadding=2 cellspacing=0 class='charinfo' width='150'>
|
||||
<!--!stathead--><tr><td class='charhead' colspan='2'><b>{title}</b></td></tr>
|
||||
<!--!statrow--><tr><td class='charinfo'><b>{title}</b></td><td class='charinfo'>{value}</td></tr>
|
||||
<!--!statbuff--><tr><td class='charhead' colspan='2'><b>{title}</b></td></tr><tr><td class='charinfo' colspan='2'>{value}</td></tr>
|
||||
<!--!statend--></table>
|
||||
<!--!navhead--><tr><td><span class="navhead">—{title}—</span></td></tr>
|
||||
<!--!navhelp--><tr><td><span class="navhelp">{text}<br></span></td></tr>
|
||||
<!--!navitem--><tr><td><a href="{link}"{accesskey}class='nav' {popup}>{text}</a></td></tr>
|
||||
<!--!petitioncount--><table border='0' cellpadding='5' cellspacing='0' align='right'><tr><td>{petitioncount}</td></tr></table>
|
||||
<!--!adwrapper-->
|
||||
<table cellpadding=2 cellspacing=0>
|
||||
<tr><td>{content}</td></tr>
|
||||
</table>
|
||||
<!--!login-->
|
||||
<table border='0' cellpadding='0' cellspacing='0' class='noborder'>
|
||||
<tr>
|
||||
<td class='noborder'><img src='images/logindragon.gif'></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign='center' align='center' class='noborder'>
|
||||
<table border='0'>
|
||||
<tr>
|
||||
<td align='center'>{username}:</td>
|
||||
<td align='center'>{password}:</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input name='name' id="name" accesskey='u' size='10'></td>
|
||||
<td><input name='password' id="password" accesskey='p' type='password' size='10'></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan='2' align='center'><input type='submit' value='{button}' class='button'><br></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!--!loginfull-->
|
||||
<table border='0' cellpadding='0' cellspacing='0' class='noborder'>
|
||||
<tr>
|
||||
<td class='noborder'><img src='images/logindragon.gif'></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign='center' align='center' class='noborder'>
|
||||
<table border='0'>
|
||||
<tr>
|
||||
<td align='center'><font color='#ff0000'>Server Full!</font></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!--!collapse-->
|
||||
style:classic
|
149
lotgd-web/lotgd/templates/Cupertino.htm
Executable file
@ -0,0 +1,149 @@
|
||||
<!--!popuphead-->
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>{title}</title>
|
||||
<link href="templates/cupertino.css" rel="stylesheet" type="text/css">
|
||||
{headscript} {script}
|
||||
</head>
|
||||
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr class="bartop">
|
||||
<td colspan='3' align="center">{title}</td>
|
||||
</tr>
|
||||
<tr class="barbottom">
|
||||
<td colspan='3'><img src="images/trans.gif" width="1" height="5"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width='30' bgcolor='#ECECEC'> </td>
|
||||
<td valign="top">
|
||||
<!--!popupfoot-->
|
||||
</td>
|
||||
<td width='30' bgcolor='#ECECEC'> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width='30' bgcolor='#ECECEC'> </td>
|
||||
<td valign="top" bgcolor="#ECECEC">{copyright}</td>
|
||||
<td width='30' bgcolor='#ECECEC'> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!--!header--><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>{title}</title>
|
||||
<link href="templates/cupertino.css" rel="stylesheet" type="text/css">
|
||||
{headscript} {script}
|
||||
</head>
|
||||
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr class="headrow">
|
||||
<td> </td>
|
||||
<td colspan="3">
|
||||
<div align="center">{headerad}</div>
|
||||
<table border="0" cellpadding="5" cellspacing="0" class="tab" height="32">
|
||||
<tr align="center">
|
||||
<td width="88" valign="bottom"><b>{motd}</b> </td>
|
||||
<td width="88" valign="bottom"><b>{mail}</b> </td>
|
||||
<td width="88" valign="bottom"><b>{petition}</b> </td>
|
||||
<td width="88" valign="bottom"><b> </b></td>
|
||||
<td width="88" valign="bottom"><b> </b></td>
|
||||
<td width="88" valign="bottom"><b> </b></td>
|
||||
<td width="88" valign="bottom"><b>{source}</b></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr class="bartop">
|
||||
<td> </td>
|
||||
<td colspan="3" align="center">{title}</td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr class="barbottom">
|
||||
<td colspan="5"><img src="images/trans.gif" width="1" height="5"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign='top' align='center'><div style="">{verticalad}</div> </td>
|
||||
<td width="135px" valign="top" bgcolor="#ECECEC"><img src='templates/cupertino/trans.gif' width='135px' height='1' alt='' align='left'><br><div align='center'>{navad}</div>{nav}</td>
|
||||
<td width="100%" valign="top"><table width="100%" border="0" cellpadding="7" cellspacing="0"><tr><td width="100%">{bodyad}<table align='right' border='0'></table>
|
||||
<!--!footer-->
|
||||
{petitiondisplay}
|
||||
</td></tr></table></td>
|
||||
<td width="135" valign="top" bgcolor="#ECECEC">{stats}<br>
|
||||
<span class="navhead">Other</span>
|
||||
<br>
|
||||
<table width="135" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td>{paypal}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td colspan="2" valign="top" bgcolor="#ECECEC">{copyright} {pagegen}</td>
|
||||
<td colspan="1" valign="top" bgcolor="#ECECEC">{version} </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!--!statstart-->
|
||||
<!--!stathead--><span class="navhead">{title}</span>
|
||||
<!--!statrow--><b>{title}</b>: {value}<br>
|
||||
<!--!statbuff--><span class="navhead">{title}</span> {value}
|
||||
<!--!statend-->
|
||||
<!--!navhead--><span class="navhead"><EFBFBD>{title}<7D><br></span>
|
||||
<!--!navhelp--><span class="navhelp">{text}<br></span>
|
||||
<!--!navitem--><a href="{link}" {accesskey} class='nav' {popup}>{text}<br></a>
|
||||
<!--!petitioncount--><table border='0' cellpadding='5' cellspacing='0' align='right'><tr><td>{petitioncount}</td></tr></table>
|
||||
<!--!adwrapper-->
|
||||
<table cellpadding=3 cellspacing=0>
|
||||
<tr><td>{content}</td></tr>
|
||||
</table>
|
||||
<!--!login-->
|
||||
<table border='0' cellpadding='0' cellspacing='0' background='templates/cupertino/steel.GIF'>
|
||||
<tr>
|
||||
<td><img src="templates/cupertino/boxul.gif" width="12" height="12" alt=""></td>
|
||||
<td class="boxtop"><img src="images/trans.gif" width="1" height="1" alt=""></td>
|
||||
<td><img src="templates/cupertino/boxur.gif" width="12" height="12" alt=""></td>
|
||||
</tr><tr>
|
||||
<td class="boxleft"><img src="images/trans.gif" width="1" height="1" alt=""></td>
|
||||
<td valign='bottom' align='center' class='noborder' width="100%">
|
||||
<img src='images/logindragon.gif' class='noborder'><br>
|
||||
{username}: <br><input name='name' id="name" accesskey='u' size='10'><br>
|
||||
{password}: <br><input name='password' id="password" accesskey='p' type='password' size='10'><br>
|
||||
<input type='submit' value='{button}' class='button'><br>
|
||||
<img src='images/trans.gif' width='1' height='37' align='absmiddle' alt=''>
|
||||
<img src='images/trans.gif' width='1' height='15'>
|
||||
</td>
|
||||
<td class="boxright"><img src="images/trans.gif" width="1" height="1" alt=""></td>
|
||||
</tr><tr>
|
||||
<tr>
|
||||
<td><img src="templates/cupertino/boxll.gif" width="12" height="12" alt=""></td>
|
||||
<td class="boxlower"><img src="images/trans.gif" width="1" height="1" alt=""></td>
|
||||
<td><img src="templates/cupertino/boxlr.gif" width="12" height="12" alt=""></td>
|
||||
</tr>
|
||||
</table>
|
||||
<!--!loginfull-->
|
||||
<table border='0' cellpadding='0' cellspacing='0' background='templates/cupertino/steel.GIF'>
|
||||
<tr>
|
||||
<td><img src="templates/cupertino/boxul.gif" width="12" height="12" alt=""></td>
|
||||
<td class="boxtop"><img src="images/trans.gif" width="1" height="1" alt=""></td>
|
||||
<td><img src="templates/cupertino/boxur.gif" width="12" height="12" alt=""></td>
|
||||
</tr><tr>
|
||||
<td class="boxleft"><img src="images/trans.gif" width="1" height="1" alt=""></td>
|
||||
<td valign='bottom' align='center' class='noborder' width="100%">
|
||||
<br><b><font color="#ff0000">Server<br><br>full!</font></b><br><br><br>
|
||||
<img src='images/trans.gif' width='1' height='37' align='absmiddle' alt=''>
|
||||
</td>
|
||||
<td class="boxright"><img src="images/trans.gif" width="1" height="1" alt=""></td>
|
||||
</tr><tr>
|
||||
<td><img src="templates/cupertino/boxll.gif" width="12" height="12" alt=""></td>
|
||||
<td class="boxlower"><img src="images/trans.gif" width="1" height="1" alt=""></td>
|
||||
<td><img src="templates/cupertino/boxlr.gif" width="12" height="12" alt=""></td>
|
||||
</tr>
|
||||
</table>
|
313
lotgd-web/lotgd/templates/Red.css
Executable file
@ -0,0 +1,313 @@
|
||||
/* CSS Document for the LoGD Red skin by Red Yates, based on amber skin by Ben Wong */
|
||||
|
||||
/* --------------------------------------------------------------------
|
||||
** General Tag Defaults
|
||||
*/
|
||||
|
||||
/** tables **/
|
||||
table {
|
||||
}
|
||||
td {
|
||||
font-family: "Lucida Console", "Terminal", monospace;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
/** links **/
|
||||
a {
|
||||
color: #ff0000;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
color: #ff0000;
|
||||
}
|
||||
|
||||
/** input fields (e.g. village chats) **/
|
||||
input {
|
||||
font-family: "Lucida Console", "Terminal", monospace;
|
||||
font-size: 11px;
|
||||
background-color: #000000;
|
||||
border: 1px solid #cc0000;
|
||||
color: #ff0000;
|
||||
}
|
||||
|
||||
/** select boxes (e.g. user preference drop-downs) **/
|
||||
select {
|
||||
background-color: #000000;
|
||||
border: 1px solid #cc0000;
|
||||
color: #ff0000;
|
||||
}
|
||||
|
||||
/* --------------------------------------------------------------------
|
||||
** Global Classes
|
||||
*/
|
||||
|
||||
/** the main page heading (e.g. "Degolburg, the Capital City", "LoGD News") **/
|
||||
.pagetitle {
|
||||
font-family: "Lucida Console", "Terminal", monospace;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
color: #ff0000;
|
||||
}
|
||||
|
||||
/** nav menu categories (e.g. City Gates, Store Street, Info) **/
|
||||
.navhead {
|
||||
text-decoration: underline;
|
||||
width: 175px;
|
||||
border: thin none #cc0000;
|
||||
height: auto;
|
||||
padding: 1px;
|
||||
line-height: 18px;
|
||||
float: left;
|
||||
clear: none;
|
||||
background-color: #190000;
|
||||
font-weight: bold;
|
||||
color: #ff0000;
|
||||
cursor: default;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
/** help for nav menu categories **/
|
||||
.navhelp {
|
||||
text-decoration: none;
|
||||
width: 175px;
|
||||
height: auto;
|
||||
padding: 1px;
|
||||
float: left;
|
||||
clear: none;
|
||||
border: thin none #cc0000;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/** nav hot keys (e.g. [F]orest, [T]ravel) **/
|
||||
.navhi {
|
||||
background-color: #ff0000;
|
||||
width: 10px;
|
||||
color: #000000;
|
||||
text-decoration: none;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
/** input fields (e.g. the textarea in YOMs) **/
|
||||
.input {
|
||||
background-color: #000000;
|
||||
border: 1px solid #cc0000;
|
||||
color: #ff0000;
|
||||
}
|
||||
|
||||
/** input buttons (e.g. Submit, Search, Add) **/
|
||||
.button {
|
||||
font-family: "Lucida Console", "Terminal", monospace;
|
||||
font-size: 11px;
|
||||
color: #ff0000;
|
||||
background-color: #330000;
|
||||
border-top: 1px solid #cc0000;
|
||||
border-left: 1px solid #cc0000;
|
||||
border-right: 1px solid #990000;
|
||||
border-bottom: 1px solid #990000;
|
||||
}
|
||||
|
||||
/** text colours **/
|
||||
.colDkBlue { color: #0000aa; }
|
||||
.colDkGreen { color: #00aa00; }
|
||||
.colDkCyan { color: #00aaaa; }
|
||||
.colDkRed { color: #aa0000; }
|
||||
.colDkMagenta { color: #aa00aa; }
|
||||
.colDkYellow { color: #aaaa00; }
|
||||
.colDkWhite { color: #cccccc; }
|
||||
.colLtBlue { color: #0000ff; }
|
||||
.colLtGreen { color: #00ff00; }
|
||||
.colLtCyan { color: #00ffff; }
|
||||
.colLtRed { color: #ff0000; }
|
||||
.colLtMagenta { color: #ff00ff; }
|
||||
.colLtYellow { color: #ffff00; }
|
||||
.colLtWhite { color: #ffffff; }
|
||||
.colLtBlack { color: #777777; }
|
||||
.colDkOrange { color: #aa4400; }
|
||||
.colLtOrange { color: #ffaa00; }
|
||||
.colBlue { color: #0070FF; }
|
||||
.colLime { color: #DDFFBB; }
|
||||
.colBlack { color: #000000; }
|
||||
.colRose { color: #EEBBEE; }
|
||||
.colblueviolet { color: #9A5BEE; }
|
||||
.coliceviolet { color: #AABBEE; }
|
||||
.colLtBrown { color: #F8DB83; }
|
||||
.colDkBrown { color: #6b563f; }
|
||||
.colXLtGreen { color: #aaff99; }
|
||||
.colAttention { background-color: #00FF00; color: #FF0000; }
|
||||
.colWhiteBlack { background-color: #FFFFFF; color: #000000; }
|
||||
.colBack { background-color: #00FFFF; color: #000000; }
|
||||
.colbeige { color: #F5F5DC; }
|
||||
.colkhaki { color: #F0E68C; }
|
||||
.coldarkkhaki { color: #BDB76B; }
|
||||
.colaquamarine { color: #7FFFD4; }
|
||||
.coldarkseagreen { color: #8FBC8F; }
|
||||
.collightsalmon { color: #FFA07A; }
|
||||
.colsalmon { color: #FA8072; }
|
||||
.colwheat { color: #F5DEB3; }
|
||||
.coltan { color: #D2B48C; }.colLtLinkBlue { color: #0099FF; }
|
||||
.colDkLinkBlue { color: #006BB3; }
|
||||
.colDkRust { color: #8D6060; }
|
||||
.colLtRust { color: #B07878; }
|
||||
.colMdBlue { color: #0000F0; }
|
||||
.colMdGrey { color: #DDDDDD; }
|
||||
.colburlywood { color: #DEB887; }
|
||||
|
||||
/** table rows (e.g. Game Setup Info, Hall o' Fame) **/
|
||||
.trhead { background-color:#660000; color:#ff0000; }
|
||||
.trlight { background-color:#330000; color:#ff0000; }
|
||||
.trdark { background-color:#000000; color:#ff0000; }
|
||||
.trhilight { background-color: #660000; color: #ff0000}
|
||||
|
||||
/* --------------------------------------------------------------------
|
||||
** Specific Tags and Classes
|
||||
*/
|
||||
|
||||
/** links - navigation **/
|
||||
a.nav { /* nav link (e.g. Forest, Quit, Travel) */
|
||||
text-decoration: none;
|
||||
width: auto;
|
||||
height: auto;
|
||||
padding: 1px 1px 1px 4px;
|
||||
float: left;
|
||||
clear: none;
|
||||
}
|
||||
a:hover.nav { /* nav link on mouseover */
|
||||
background-color: #660000;
|
||||
color: #ff0000;
|
||||
}
|
||||
|
||||
/** links - motd **/
|
||||
a.motd { /* for motd, yom, and petition */
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
color:#ff0000;
|
||||
width: auto;
|
||||
height: auto;
|
||||
clear: none;
|
||||
background-color: #190000;
|
||||
}
|
||||
a:hover.motd { /* mouseover for motd, yom, and petition */
|
||||
height: auto;
|
||||
width: auto;
|
||||
background-color: #660000;
|
||||
color: #ff0000;
|
||||
}
|
||||
a.hotmotd { /* when a new motd or yom is available */
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
color:#ffffff;
|
||||
width: auto;
|
||||
height: auto;
|
||||
clear: none;
|
||||
background-color: #190000;
|
||||
}
|
||||
|
||||
/** links - translator tool **/
|
||||
a.t {
|
||||
width: 8px;
|
||||
height: 10px;
|
||||
border: 1px dotted #0000ee;
|
||||
background-color: #000000;
|
||||
color: #ff0000;
|
||||
font-size: 11px;
|
||||
text-decoration: none;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
a.thot {
|
||||
width: 8px;
|
||||
height: 10px;
|
||||
border: 1px solid #00ee00;
|
||||
background-color: #000000;
|
||||
color: #ff0000;
|
||||
font-size: 11px;
|
||||
text-decoration: none;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
/** tables - navigation **/
|
||||
table.nav {
|
||||
background-color: #190000;
|
||||
border: none;
|
||||
border-right: thin solid #cc0000;
|
||||
width: 175px;
|
||||
}
|
||||
td.nav a.thot {
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
height: auto;
|
||||
}
|
||||
td.nav a.t {
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/** tables - character stats (i.e. "vital info") **/
|
||||
table.vitalinfo { /* the whole vital info 'wrapper' table */
|
||||
background-color: #190000;
|
||||
border: none;
|
||||
border-left: thin solid #cc0000;
|
||||
width: auto;
|
||||
}
|
||||
table.charinfo { /* the sub-table with the data */
|
||||
background-color: #190000;
|
||||
width: auto;
|
||||
}
|
||||
td.charhead { /* vital info category heading */
|
||||
padding-left: 2px;
|
||||
background-color: #190000;
|
||||
border-top: none;
|
||||
cursor: default;
|
||||
color: #ff0000;
|
||||
text-decoration: underline;
|
||||
}
|
||||
td.charinfo { /* vital info data */
|
||||
padding-left: 8px;
|
||||
border-top: none;
|
||||
border-bottom: none;
|
||||
cursor: default;
|
||||
color: #ff0000;
|
||||
}
|
||||
|
||||
/** tables - main page **/
|
||||
td.pageheader { /* heading for the main page */
|
||||
background-image: url(Red/redtitle.gif);
|
||||
background-position: bottom right;
|
||||
background-repeat: no-repeat;
|
||||
background-color: #190000;
|
||||
border-bottom: thin solid #cc0000;
|
||||
}
|
||||
|
||||
/** tables - popups **/
|
||||
td.popupheader { /* heading in a popup (e.g. motd, yom)*/
|
||||
background-color: #190000;
|
||||
border-bottom: thin solid #cc0000;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
/** tables - footers **/
|
||||
table.noborder { /* table in the footer */
|
||||
border: none;
|
||||
}
|
||||
td.footer { /* data for a footer */
|
||||
border-top: thin solid #cc0000;
|
||||
background-position: top;
|
||||
}
|
||||
td.noborder { /* borderless data in the footer */
|
||||
border: none;
|
||||
}
|
||||
|
||||
/** debugging **/
|
||||
div.debug {
|
||||
background-color: #330000;
|
||||
color: #ffffff;
|
||||
border: 1px dotted #cc0000;
|
||||
width: auto;
|
||||
height: auto;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
195
lotgd-web/lotgd/templates/Red.htm
Executable file
@ -0,0 +1,195 @@
|
||||
<!--!popuphead-->
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>{title}</title>
|
||||
<link href='templates/Red.css' rel='stylesheet' type='text/css'>
|
||||
{headscript}{script}
|
||||
</head>
|
||||
<body bgcolor='#190000' text='#ff0000'>
|
||||
<table border='0' cellpadding='4' cellspacing='0' width='100%'>
|
||||
<tr>
|
||||
<td class='popupheader' valign='top'>
|
||||
<img src='templates/Red/redtitle.gif' alt='LotGD' align='right'>
|
||||
<span class='pagetitle'><br>{title}</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width='100%' valign='top' bgcolor='#190000'>
|
||||
<!--!popupfoot-->
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='footer'>
|
||||
<table border='0' cellpadding='0' cellspacing='0' width='100%' class='noborder'>
|
||||
<tr valign='top'>
|
||||
<td class='noborder'>
|
||||
{copyright}Design: Red skin by Red Yates<br>
|
||||
Based on: amber skin by
|
||||
<a href="http://blargmedia.ca/" target="_blank">Ben Wong</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!--!header-->
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>{title}</title>
|
||||
<link href='templates/Red.css' rel='stylesheet' type='text/css'>
|
||||
{headscript}{script}
|
||||
</head>
|
||||
<body bgcolor='#190000' text='#ff0000'>
|
||||
<table border='0' cellpadding='4' cellspacing='0' width='100%'>
|
||||
<tr>
|
||||
<td colspan='2' class='pageheader' valign='top' align='left'>
|
||||
{petitiondisplay}
|
||||
<span class='pagetitle'>{title}</span><br><br>
|
||||
[ {motd} | {mail} | {petition} ]
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width='175' bgcolor='#190000' valign='top'>
|
||||
<div align='center'>{navad}</div>
|
||||
<table cellspacing='0' cellpadding='4' class='nav'>
|
||||
<tr>
|
||||
<td class='nav' width='175'>
|
||||
{nav}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
</td>
|
||||
<td width='100%' rowspan='1' valign='top' bgcolor='#190000'>
|
||||
<table>
|
||||
<tr>
|
||||
<td valign='top' width='100%'>
|
||||
{headerad}{bodyad}
|
||||
<!--!footer-->
|
||||
</td>
|
||||
<td valign='top' width='200'>
|
||||
<table width='200' align='right' cellpadding='4' cellspacing='0' class='vitalinfo'>
|
||||
<tr>
|
||||
<td>{stats}<br></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width='200' bgcolor='#190000' align='center' valign='top'>
|
||||
<br>
|
||||
{paypal}{verticalad}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<tr>
|
||||
<td colspan='2' class='footer'>
|
||||
<table border='0' cellpadding='0' cellspacing='0' width='100%' class='noborder'>
|
||||
<tr>
|
||||
<td class='noborder'>
|
||||
{copyright}Design: Red skin by Red Yates<br>
|
||||
Based on: amber skin by
|
||||
<a href="http://blargmedia.ca/" target="_blank">Ben Wong</a>
|
||||
</td>
|
||||
<td align='right' class='noborder' valign='top'>
|
||||
{source}<br>
|
||||
{version}<br>
|
||||
{pagegen}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!--!navhead-->
|
||||
<span class='navhead'>{title}</span><br clear='all'>
|
||||
<!--!navhelp-->
|
||||
<span class='navhelp'>{text}</span><br clear='all'>
|
||||
<!--!navitem-->
|
||||
<a href="{link}"{accesskey}class='nav' {popup}>{text}</a><br clear='all'>
|
||||
<!--!statstart-->
|
||||
<table cellpadding='1' cellspacing='0' class='charinfo'>
|
||||
<!--!stathead-->
|
||||
<tr>
|
||||
<td class='charhead' colspan='2'><b>{title}</b></td>
|
||||
</tr>
|
||||
<!--!statrow-->
|
||||
<tr>
|
||||
<td class='charinfo'>{title}</td>
|
||||
<td class='charinfo'>{value}</td>
|
||||
</tr>
|
||||
<!--!statbuff-->
|
||||
<tr>
|
||||
<td class='charhead' colspan='2'><b>{title}</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='charinfo' colspan='2'>{value}</td>
|
||||
</tr>
|
||||
<!--!statend-->
|
||||
</table>
|
||||
<!--!petitioncount-->
|
||||
<table border='0' cellpadding='5' cellspacing='0' align='right'>
|
||||
<tr>
|
||||
<td>{petitioncount}</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!--!adwrapper-->
|
||||
<table cellpadding='3' cellspacing='0'>
|
||||
<tr><td>{content}</td></tr>
|
||||
</table>
|
||||
<!--!login-->
|
||||
<br><br>
|
||||
<table border='0' cellpadding='3' cellspacing='0'>
|
||||
<tr>
|
||||
<td align='center'>
|
||||
<img src='templates/Red/reddragon.gif' class='noborder'>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign='center' align='center' class='noborder'>
|
||||
<table border='0'>
|
||||
<tr>
|
||||
<td align='center'>
|
||||
<font color='#ff0000'>{username}:</font>
|
||||
</td>
|
||||
<td align='center'>
|
||||
<font color='#ff0000'>{password}:</font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<input name='name' id="name" accesskey='u' size='10'>
|
||||
</td>
|
||||
<td>
|
||||
<input name='password' id="password" accesskey='p' type='password' size='10'>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan='2' align='center' valign='top'>
|
||||
<input type='submit' value='{button}' class='button'><br>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!--!loginfull-->
|
||||
<table border='0' cellpadding='3' cellspacing='0'>
|
||||
<tr>
|
||||
<td align='center'>
|
||||
<img src='templates/Red/reddragon.gif' class='noborder'>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign='center' align='center' class='noborder'>
|
||||
<font color='#ff0000'><b>Server Full!</b></font>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
BIN
lotgd-web/lotgd/templates/Red/reddragon.gif
Executable file
After Width: | Height: | Size: 17 KiB |
BIN
lotgd-web/lotgd/templates/Red/redtitle.gif
Executable file
After Width: | Height: | Size: 3.4 KiB |
357
lotgd-web/lotgd/templates/ailean.css
Executable file
@ -0,0 +1,357 @@
|
||||
/* CSS Document for the LoGD ailean skin by Ben Wong,
|
||||
based on a concept by Ailean */
|
||||
|
||||
/* --------------------------------------------------------------------
|
||||
** General Tag Defaults
|
||||
*/
|
||||
|
||||
/** tables **/
|
||||
table {
|
||||
}
|
||||
td {
|
||||
font-family: "Trebuchet MS", "Verdana", "Helvetica", "Arial", sans-serif;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
/** links **/
|
||||
a {
|
||||
color: #d0a700;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
color: #767676;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/** input fields (e.g. village chats) **/
|
||||
input {
|
||||
font-family: "Trebuchet MS", "Verdana", "Helvetica", "Arial", sans-serif;
|
||||
font-size: 12px;
|
||||
background-color: #303030;
|
||||
border: 1px solid;
|
||||
border-color: #000000 #707070 #707070 #000000;
|
||||
color: #e7e7e7;
|
||||
}
|
||||
|
||||
/** select boxes (e.g. user preference drop-downs) **/
|
||||
select {
|
||||
background-color: #303030;
|
||||
border: 1px solid #000000;
|
||||
color: #d0a700;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
border: 1px solid;
|
||||
border-color: #707070 #000000 #000000 #707070;
|
||||
}
|
||||
legend {
|
||||
padding: 3px;
|
||||
color: #639ace;
|
||||
font-weight: bold;
|
||||
margin-top: 0px;
|
||||
margin-right: 0px;
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
/* --------------------------------------------------------------------
|
||||
** Global Classes
|
||||
*/
|
||||
|
||||
/** the main page heading (e.g. "Degolburg, the Capital City", "LoGD News") **/
|
||||
.pagetitle {
|
||||
font-family: "Trebuchet MS", "Verdana", "Helvetica", "Arial", sans-serif;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
color: #e7e7e7
|
||||
}
|
||||
|
||||
/** nav menu categories (e.g. City Gates, Store Street, Info) **/
|
||||
.navhead {
|
||||
text-decoration: none;
|
||||
width: 175px;
|
||||
border: 1px solid;
|
||||
border-color: #707070 #000000 #000000 #707070;
|
||||
height: auto;
|
||||
padding-left: 2px;
|
||||
line-height: 20px;
|
||||
float: left;
|
||||
clear: none;
|
||||
background-color: #191919;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
background: url(ailean/navhdr.gif)
|
||||
}
|
||||
|
||||
/** help for nav menu categories **/
|
||||
.navhelp {
|
||||
text-decoration: none;
|
||||
width: 175px;
|
||||
height: auto;
|
||||
padding: 1px;
|
||||
float: left;
|
||||
clear: none;
|
||||
border: thin none;
|
||||
border-color: #707070 #000000 #000000 #707070;
|
||||
}
|
||||
|
||||
/** nav hot keys (e.g. [F]orest, [T]ravel) **/
|
||||
.navhi {
|
||||
color: #d0a700;
|
||||
text-decoration: underline;
|
||||
font-weight: bold;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
/** input fields (e.g. the textarea in YOMs) **/
|
||||
.input {
|
||||
background-color: #303030;
|
||||
border: 1px solid;
|
||||
border-color: #000000 #707070 #707070 #000000;
|
||||
color: #e7e7e7;
|
||||
}
|
||||
|
||||
/** input buttons (e.g. Submit, Search, Add) **/
|
||||
.button {
|
||||
font-family: "Trebuchet MS", "Verdana", "Helvetica", "Arial", sans-serif;
|
||||
font-size: 12px;
|
||||
color: #d0a700;
|
||||
background-color: #303030;
|
||||
border: 1px solid;
|
||||
border-color: #707070 #000000 #000000 #707070;
|
||||
}
|
||||
|
||||
.block {
|
||||
padding: 3px;
|
||||
margin-right: 0px;
|
||||
margin-left: 0px;
|
||||
margin-bottom: 2px;
|
||||
line-height: 120%;
|
||||
}
|
||||
|
||||
/** text colours **/
|
||||
.colDkBlue { color: #2080ff; }
|
||||
.colDkGreen { color: #009900; }
|
||||
.colDkCyan { color: #009999; }
|
||||
.colDkRed { color: #aa4444; }
|
||||
.colDkMagenta { color: #990099; }
|
||||
.colDkYellow { color: #999900; }
|
||||
.colDkWhite { color: #cccccc; }
|
||||
.colLtBlue { color: #74abdf; }
|
||||
.colLtGreen { color: #00ee00; }
|
||||
.colLtCyan { color: #00eeee; }
|
||||
.colLtRed { color: #ee0000; }
|
||||
.colLtMagenta { color: #ee00ee; }
|
||||
.colLtYellow { color: #eeee00; }
|
||||
.colLtWhite { color: #ffffff; }
|
||||
.colLtBlack { color: #777777; }
|
||||
.colDkOrange { color: #994400; }
|
||||
.colLtOrange { color: #ff9900; }
|
||||
.colBlue { color: #0070FF; }
|
||||
.colLime { color: #DDFFBB; }
|
||||
.colBlack { color: #000000; }
|
||||
.colRose { color: #EEBBEE; }
|
||||
.colblueviolet { color: #9A5BEE; }
|
||||
.coliceviolet { color: #AABBEE; }
|
||||
.colLtBrown { color: #F8DB83; }
|
||||
.colDkBrown { color: #6b563f; }
|
||||
.colXLtGreen { color: #aaff99; }
|
||||
.colAttention { background-color: #00FF00; color: #FF0000; }
|
||||
.colWhiteBlack { background-color: #FFFFFF; color: #000000; }
|
||||
.colbeige { color: #F5F5DC; }
|
||||
.colkhaki { color: #F0E68C; }
|
||||
.coldarkkhaki { color: #BDB76B; }
|
||||
.colaquamarine { color: #7FFFD4; }
|
||||
.coldarkseagreen { color: #8FBC8F; }
|
||||
.collightsalmon { color: #FFA07A; }
|
||||
.colsalmon { color: #FA8072; }
|
||||
.colwheat { color: #F5DEB3; }
|
||||
.coltan { color: #D2B48C; }.colBack { background-color: #00FFFF; color: #000000; }
|
||||
.colLtLinkBlue { color: #0099FF; }
|
||||
.colDkLinkBlue { color: #006BB3; }
|
||||
.colDkRust { color: #8D6060; }
|
||||
.colLtRust { color: #B07878; }
|
||||
.colMdBlue { color: #0000F0; }
|
||||
.colMdGrey { color: #DDDDDD; }
|
||||
.colburlywood { color: #DEB887; }
|
||||
/** table rows (e.g. Game Setup Info, Hall o' Fame) **/
|
||||
.trhead { background-color:#d6d6d6; color:#000000; }
|
||||
.trlight { background-color:#414141; color:#d0a700; }
|
||||
.trdark { background-color:#191919; color:#d0a700; }
|
||||
.trhilight { background-color: #303030; color: #d0a700}
|
||||
|
||||
|
||||
/* --------------------------------------------------------------------
|
||||
** Specific Tags and Classes
|
||||
*/
|
||||
|
||||
/** links - navigation **/
|
||||
a.nav { /* nav link (e.g. Forest, Quit, Travel) */
|
||||
text-decoration: none;
|
||||
width: 176px;
|
||||
height: auto;
|
||||
padding: 1px;
|
||||
float: left;
|
||||
clear: none;
|
||||
background-color: #272727;
|
||||
border-left: 0px solid #707070;
|
||||
}
|
||||
a:hover.nav { /* nav link on mouseover */
|
||||
background-color: #636363;
|
||||
color: #d0a700;
|
||||
}
|
||||
|
||||
/** for adding things to the bottom of the nav table */
|
||||
div.nav {
|
||||
text-decoration: none;
|
||||
width: 170px;
|
||||
height: auto;
|
||||
padding: 1px 1px 1px 4px;
|
||||
float: left;
|
||||
clear: none;
|
||||
background-color: #272727;
|
||||
border-left: 1px solid #707070;
|
||||
border-right: 1px solid #000000;
|
||||
border-bottom: 1px solid #000000;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
|
||||
/** links - motd **/
|
||||
a.motd { /* for motd, yom, and petition */
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
color:#d0a700;
|
||||
width: auto;
|
||||
height: auto;
|
||||
clear: none;
|
||||
background-color: #303030;
|
||||
}
|
||||
a:hover.motd { /* mouseover for motd, yom, and petition */
|
||||
height: auto;
|
||||
width: auto;
|
||||
background-color: #303030;
|
||||
color: #767676;
|
||||
}
|
||||
a.hotmotd { /* when a new motd or yom is available */
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
color:#d0a700;
|
||||
width: auto;
|
||||
height: auto;
|
||||
clear: none;
|
||||
background-color: #303030;
|
||||
}
|
||||
|
||||
/** links - translator tool **/
|
||||
a.t {
|
||||
width: 8px;
|
||||
height: 11px;
|
||||
border: 1px dotted #0000ee;
|
||||
background-color: #303030;
|
||||
color: #d0a700;
|
||||
font-size: 11px;
|
||||
text-decoration: none;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
a.thot {
|
||||
width: 8px;
|
||||
height: 11px;
|
||||
border: 1px solid #ee0000;
|
||||
background-color: #303030;
|
||||
color: #d0a700;
|
||||
font-size: 11px;
|
||||
text-decoration: none;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
/** tables - navigation **/
|
||||
table.nav {
|
||||
background-color: #272727;
|
||||
border-left: 1px solid #707070;
|
||||
border-right: 1px solid #000000;
|
||||
width: 175px;
|
||||
}
|
||||
td.nav a.thot {
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
height: auto;
|
||||
}
|
||||
td.nav a.t {
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/** tables - character stats (i.e. "vital info") **/
|
||||
table.vitalinfo { /* the whole vital info 'wrapper' table */
|
||||
background-color: #303030;
|
||||
border: none;
|
||||
width: auto;
|
||||
}
|
||||
table.charinfo { /* the sub-table with the data */
|
||||
background-color: #303030;
|
||||
width: auto;
|
||||
border-left: 1px solid #707070;
|
||||
border-right: 1px solid #000000;
|
||||
|
||||
}
|
||||
td.charhead { /* vital info category heading */
|
||||
padding-left: 2px;
|
||||
background-color: #191919;
|
||||
border-top: none;
|
||||
cursor: default;
|
||||
font-weight: bold;
|
||||
background: url(ailean/navhdr.gif);
|
||||
border: 1px solid;
|
||||
border-color: #707070 #000000 #000000 #707070;
|
||||
}
|
||||
td.charinfo { /* vital info data */
|
||||
padding-left: 8px;
|
||||
/*border-top: 1px solid #707070;*/
|
||||
border-bottom: 1px solid #000000;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/** tables - main page **/
|
||||
td.pageheader { /* heading for the main page */
|
||||
background-color: #303030;
|
||||
border-bottom: 2px solid #000000;
|
||||
}
|
||||
|
||||
/** tables - popups **/
|
||||
td.popupheader { /* heading in a popup (e.g. motd, yom)*/
|
||||
background-color: #303030;
|
||||
border-bottom: 2px solid #000000;
|
||||
height: 64px;
|
||||
}
|
||||
|
||||
/** tables - footers **/
|
||||
table.noborder { /* table in the footer */
|
||||
border: none;
|
||||
|
||||
}
|
||||
table.withborder { /* table in the footer */
|
||||
border-top: 2px solid #000000;
|
||||
}
|
||||
td.footer { /* data for a footer */
|
||||
/*border-top: thin solid #663300;*/
|
||||
background-position: top;
|
||||
}
|
||||
td.noborder { /* borderless data in the footer */
|
||||
border: none;
|
||||
}
|
||||
|
||||
/** debugging **/
|
||||
div.debug {
|
||||
background-color: #000000;
|
||||
color: #e7e7e7;
|
||||
border: 1px dotted #707070;
|
||||
width: auto;
|
||||
height: auto;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
220
lotgd-web/lotgd/templates/ailean.htm
Executable file
@ -0,0 +1,220 @@
|
||||
<!--!popuphead-->
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>{title}</title>
|
||||
<link href='templates/ailean.css' rel='stylesheet' type='text/css'>
|
||||
{headscript}{script}
|
||||
</head>
|
||||
<body bgcolor='#303030' text='#e7e7e7'>
|
||||
<table border='0' cellpadding='4' cellspacing='0' width='100%'>
|
||||
<tr>
|
||||
<td class='popupheader' valign='bottom' align='left' width='144'>
|
||||
<img src='templates/ailean/logo.jpg' width='192' height='64'>
|
||||
</td>
|
||||
<td class='popupheader' valign='bottom' align='right'>
|
||||
<span class='pagetitle'><br>{title}</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width='100%' valign='top' bgcolor='#303030' colspan='2'>
|
||||
<!--!popupfoot-->
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='footer' colspan='2'>
|
||||
<table border='0' cellpadding='0' cellspacing='0' width='100%' class='withborder'>
|
||||
<tr valign='top'>
|
||||
<td class='noborder'>
|
||||
{copyright}Design: ailean skin by
|
||||
<a href="http://blargmedia.ca/" target="_blank">Ben Wong</a>,
|
||||
based on a concept by
|
||||
<a href="http://ancientk.ath.cx/" target="_blank">Ailean</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!--!header-->
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>{title}</title>
|
||||
<link href='templates/ailean.css' rel='stylesheet' type='text/css'>
|
||||
{headscript}{script}
|
||||
</head>
|
||||
<body bgcolor='#303030' text='#e7e7e7'>
|
||||
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
|
||||
<tr>
|
||||
<td class='pageheader' valign='bottom' align='left' width='150'>
|
||||
<img src='templates/ailean/logo.jpg' width='192' height='64'>
|
||||
</td>
|
||||
<td class='pageheader' valign='bottom' style='padding-left: 2em'>
|
||||
{headerad}
|
||||
<br>
|
||||
{motd}
|
||||
<img src='templates/ailean/bullet.gif'>
|
||||
{mail}
|
||||
<img src='templates/ailean/bullet.gif'>
|
||||
{petition}
|
||||
{petitiondisplay}
|
||||
</td>
|
||||
<td class='pageheader' valign='bottom' align='right'>
|
||||
<span class='pagetitle'>{title}</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width='175' bgcolor='#303030' valign='top'>
|
||||
<div align='center'>{navad}<br></div>
|
||||
<table class='nav' cellspacing='0' cellpadding='0'>
|
||||
<tr>
|
||||
<td class='nav' width='175'>
|
||||
{nav}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
</td>
|
||||
<td width='100%' rowspan='1' colspan='2' valign='top' bgcolor='#303030'>
|
||||
<table>
|
||||
<tr>
|
||||
<td valign='top' width='80%' style='padding-left: 1em'>
|
||||
{bodyad}
|
||||
<fieldset>
|
||||
<legend>{title}</legend>
|
||||
<div class='block'>
|
||||
<!--!footer-->
|
||||
</div>
|
||||
</fieldset>
|
||||
</td>
|
||||
<td valign='top' width='200'>
|
||||
<table width='200' align='right' cellpadding='4' cellspacing='0' class='vitalinfo'>
|
||||
<tr>
|
||||
<td>{stats}<br></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width='200' bgcolor='#303030' align='center' valign='top'>
|
||||
<br>
|
||||
{paypal}{verticalad}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<tr>
|
||||
<td colspan='3' class='footer'>
|
||||
<table border='0' cellpadding='0' cellspacing='0' width='100%' class='withborder'>
|
||||
<tr>
|
||||
<td class='noborder'>
|
||||
{copyright}Design: ailean skin by
|
||||
<a href="http://blargmedia.ca/" target="_blank">Ben Wong</a>,
|
||||
based on a concept by
|
||||
<a href="http://ancientk.ath.cx/" target="_blank">Ailean</a>
|
||||
</td>
|
||||
<td align='right' class='noborder' valign='top'>
|
||||
{source}<br>
|
||||
{version}<br>
|
||||
{pagegen}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!--!navhead-->
|
||||
<span class='navhead'>
|
||||
<img src='templates/ailean/rarrow.gif' width='13' height='13' align='middle'>
|
||||
{title}</span><br clear='all'>
|
||||
<!--!navhelp-->
|
||||
<span class='navhelp'>{text}</span><br clear='all'>
|
||||
<!--!navitem-->
|
||||
<a href="{link}"{accesskey}class='nav' {popup}>{text}</a><br clear='all'>
|
||||
<!--!statstart-->
|
||||
<table cellpadding='1' cellspacing='0' class='charinfo'>
|
||||
<!--!stathead-->
|
||||
<tr>
|
||||
<td class='charhead' colspan='2'>
|
||||
<img src='templates/ailean/rarrow.gif' height='13' width='13' align='middle'>
|
||||
<b>{title}</b>
|
||||
</td>
|
||||
</tr>
|
||||
<!--!statrow-->
|
||||
<tr>
|
||||
<td class='charinfo'><b>{title}</b></td>
|
||||
<td class='charinfo'>{value}</td>
|
||||
</tr>
|
||||
<!--!statbuff-->
|
||||
<tr>
|
||||
<td class='charhead' colspan='2'><b>{title}</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='charinfo' colspan='2'>{value}</td>
|
||||
</tr>
|
||||
<!--!statend-->
|
||||
</table>
|
||||
<!--!petitioncount-->
|
||||
<img src='templates/ailean/bullet.gif'> {petitioncount}
|
||||
<!--!adwrapper-->
|
||||
<table cellpadding='3' cellspacing='0'>
|
||||
<tr><td>{content}</td></tr>
|
||||
</table>
|
||||
<!--!login-->
|
||||
<br><br>
|
||||
<table border='0' cellpadding='3' cellspacing='0'>
|
||||
<tr>
|
||||
<td align='center'>
|
||||
<img src='images/logindragon.gif' class='noborder'>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign='center' align='center' class='noborder'>
|
||||
<table border='0'>
|
||||
<tr>
|
||||
<td align='center'>
|
||||
<font color='#ffff00'>{username}:</font>
|
||||
</td>
|
||||
<td align='center'>
|
||||
<font color='#ffff00'>{password}:</font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<input name='name' id="name" accesskey='u' size='10'>
|
||||
</td>
|
||||
<td>
|
||||
<input name='password' id="password" accesskey='p' type='password' size='10'>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan='2' align='center' valign='top'>
|
||||
<input type='submit' value='{button}' class='button'><br>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!--!loginfull-->
|
||||
<table border='0' cellpadding='3' cellspacing='0'>
|
||||
<tr>
|
||||
<td align='center'>
|
||||
<img src='images/logindragon.gif' class='noborder'>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign='center' align='center' class='noborder'>
|
||||
<font color='#ff0000'><b>Server Full!</b></font>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
BIN
lotgd-web/lotgd/templates/ailean/bullet.gif
Executable file
After Width: | Height: | Size: 316 B |
BIN
lotgd-web/lotgd/templates/ailean/check.gif
Executable file
After Width: | Height: | Size: 327 B |
BIN
lotgd-web/lotgd/templates/ailean/larrow.gif
Executable file
After Width: | Height: | Size: 335 B |
BIN
lotgd-web/lotgd/templates/ailean/logo.jpg
Executable file
After Width: | Height: | Size: 5.5 KiB |
BIN
lotgd-web/lotgd/templates/ailean/navhdr.gif
Executable file
After Width: | Height: | Size: 133 B |
BIN
lotgd-web/lotgd/templates/ailean/rarrow.gif
Executable file
After Width: | Height: | Size: 338 B |
212
lotgd-web/lotgd/templates/aileans.htm
Executable file
@ -0,0 +1,212 @@
|
||||
<!--!popuphead-->
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>{title}</title>
|
||||
<link href='templates/ailean.css' rel='stylesheet' type='text/css'>
|
||||
{headscript}{script}
|
||||
</head>
|
||||
<body bgcolor='#303030' text='#e7e7e7'>
|
||||
<table border='0' cellpadding='4' cellspacing='0' width='100%'>
|
||||
<tr>
|
||||
<td class='popupheader' valign='bottom' align='left' width='144'>
|
||||
<img src='templates/ailean/logo.jpg' width='192' height='64'>
|
||||
</td>
|
||||
<td class='popupheader' valign='bottom' align='right'>
|
||||
<span class='pagetitle'><br>{title}</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width='100%' valign='top' bgcolor='#303030' colspan='2'>
|
||||
<!--!popupfoot-->
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='footer' colspan='2'>
|
||||
<table border='0' cellpadding='0' cellspacing='0' width='100%' class='withborder'>
|
||||
<tr valign='top'>
|
||||
<td class='noborder'>
|
||||
{copyright}Design: aileans skin by
|
||||
<a href="http://blargmedia.ca/" target="_blank">Ben Wong</a>,
|
||||
based on a concept by
|
||||
<a href="http://ancientk.ath.cx/" target="_blank">Ailean</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!--!header-->
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>{title}</title>
|
||||
<link href='templates/ailean.css' rel='stylesheet' type='text/css'>
|
||||
{headscript}{script}
|
||||
</head>
|
||||
<body bgcolor='#303030' text='#e7e7e7'>
|
||||
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
|
||||
<tr>
|
||||
<td class='pageheader' valign='bottom' align='left' width='150'>
|
||||
<img src='templates/ailean/logo.jpg' width='192' height='64'>
|
||||
</td>
|
||||
<td class='pageheader' valign='bottom' style='padding-left: 2em'>
|
||||
{headerad}
|
||||
<br>
|
||||
{motd}
|
||||
<img src='templates/ailean/bullet.gif'>
|
||||
{mail}
|
||||
<img src='templates/ailean/bullet.gif'>
|
||||
{petition}
|
||||
{petitiondisplay}
|
||||
</td>
|
||||
<td class='pageheader' valign='bottom' align='right'>
|
||||
<span class='pagetitle'>{title}</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width='175' bgcolor='#303030' valign='top'>
|
||||
<div align='center'>{navad}<br></div>
|
||||
<table class='nav' cellspacing='0' cellpadding='0'>
|
||||
<tr>
|
||||
<td class='nav' width='175'>
|
||||
{nav}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
<table width='200' valign='top' align='left' cellpadding='4' cellspacing='0' class='vitalinfo'>
|
||||
<tr>
|
||||
<td>{stats}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width='200' bgcolor='#303030' align='left' valign='top'>
|
||||
<br>{verticalad}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
</td>
|
||||
<td width='100%' rowspan='1' colspan='2' valign='top' bgcolor='#303030' style='padding-left: 1em'>
|
||||
{bodyad}
|
||||
<fieldset>
|
||||
<legend>{title}</legend>
|
||||
<table width='200' valign='top' align='right' cellpadding='4' cellspacing='0' class='vitalinfo'>
|
||||
<tr><td>{paypal}</td></tr>
|
||||
</table>
|
||||
<div class='block'>
|
||||
<!--!footer-->
|
||||
</div>
|
||||
</fieldset>
|
||||
<br>
|
||||
</td>
|
||||
<tr>
|
||||
<td colspan='3' class='footer'>
|
||||
<table border='0' cellpadding='0' cellspacing='0' width='100%' class='withborder'>
|
||||
<tr>
|
||||
<td class='noborder'>
|
||||
{copyright}Design: aileans skin by
|
||||
<a href="http://blargmedia.ca/" target="_blank">Ben Wong</a>,
|
||||
based on a concept by
|
||||
<a href="http://ancientk.ath.cx/" target="_blank">Ailean</a>
|
||||
</td>
|
||||
<td align='right' class='noborder' valign='top'>
|
||||
{source}<br>
|
||||
{version}<br>
|
||||
{pagegen}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!--!navhead-->
|
||||
<span class='navhead'>
|
||||
<img src='templates/ailean/rarrow.gif' width='13' height='13' align='middle'>
|
||||
{title}</span><br clear='all'>
|
||||
<!--!navhelp-->
|
||||
<span class='navhelp'>{text}</span><br clear='all'>
|
||||
<!--!navitem-->
|
||||
<a href="{link}"{accesskey}class='nav' {popup}>{text}</a><br clear='all'>
|
||||
<!--!statstart-->
|
||||
<table cellpadding='1' cellspacing='0' class='charinfo'>
|
||||
<!--!stathead-->
|
||||
<tr>
|
||||
<td class='charhead' colspan='2'>
|
||||
<img src='templates/ailean/rarrow.gif' height='13' width='13' align='middle'>
|
||||
<b>{title}</b>
|
||||
</td>
|
||||
</tr>
|
||||
<!--!statrow-->
|
||||
<tr>
|
||||
<td class='charinfo'><b>{title}</b></td>
|
||||
<td class='charinfo'>{value}</td>
|
||||
</tr>
|
||||
<!--!statbuff-->
|
||||
<tr>
|
||||
<td class='charhead' colspan='2'><b>{title}</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='charinfo' colspan='2'>{value}</td>
|
||||
</tr>
|
||||
<!--!statend-->
|
||||
</table>
|
||||
<!--!petitioncount-->
|
||||
<img src='templates/ailean/bullet.gif'> {petitioncount}
|
||||
<!--!adwrapper-->
|
||||
<table cellpadding='3' cellspacing='0'>
|
||||
<tr><td>{content}</td></tr>
|
||||
</table>
|
||||
<!--!login-->
|
||||
<br><br>
|
||||
<table border='0' cellpadding='3' cellspacing='0'>
|
||||
<tr>
|
||||
<td align='center'>
|
||||
<img src='images/logindragon.gif' class='noborder'>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign='center' align='center' class='noborder'>
|
||||
<table border='0'>
|
||||
<tr>
|
||||
<td align='center'>
|
||||
<font color='#ffff00'>{username}:</font>
|
||||
</td>
|
||||
<td align='center'>
|
||||
<font color='#ffff00'>{password}:</font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<input name='name' id="name" accesskey='u' size='10'>
|
||||
</td>
|
||||
<td>
|
||||
<input name='password' id="password" accesskey='p' type='password' size='10'>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan='2' align='center' valign='top'>
|
||||
<input type='submit' value='{button}' class='button'><br>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!--!loginfull-->
|
||||
<table border='0' cellpadding='3' cellspacing='0'>
|
||||
<tr>
|
||||
<td align='center'>
|
||||
<img src='images/logindragon.gif' class='noborder'>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign='center' align='center' class='noborder'>
|
||||
<font color='#ff0000'><b>Server Full!</b></font>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
313
lotgd-web/lotgd/templates/amber.css
Executable file
@ -0,0 +1,313 @@
|
||||
/* CSS Document for the LoGD amber skin, by Ben Wong */
|
||||
|
||||
/* --------------------------------------------------------------------
|
||||
** General Tag Defaults
|
||||
*/
|
||||
|
||||
/** tables **/
|
||||
table {
|
||||
}
|
||||
td {
|
||||
font-family: "Lucida Console", "Terminal", monospace;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
/** links **/
|
||||
a {
|
||||
color: #ff9900;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
color: #ff6600;
|
||||
}
|
||||
|
||||
/** input fields (e.g. village chats) **/
|
||||
input {
|
||||
font-family: "Lucida Console", "Terminal", monospace;
|
||||
font-size: 11px;
|
||||
background-color: #000000;
|
||||
border: 1px solid #cc6600;
|
||||
color: #ff9900;
|
||||
}
|
||||
|
||||
/** select boxes (e.g. user preference drop-downs) **/
|
||||
select {
|
||||
background-color: #000000;
|
||||
border: 1px solid #cc6600;
|
||||
color: #ff9900;
|
||||
}
|
||||
|
||||
/* --------------------------------------------------------------------
|
||||
** Global Classes
|
||||
*/
|
||||
|
||||
/** the main page heading (e.g. "Degolburg, the Capital City", "LoGD News") **/
|
||||
.pagetitle {
|
||||
font-family: "Lucida Console", "Terminal", monospace;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
color: #ff9933;
|
||||
}
|
||||
|
||||
/** nav menu categories (e.g. City Gates, Store Street, Info) **/
|
||||
.navhead {
|
||||
text-decoration: underline;
|
||||
width: 175px;
|
||||
border: thin none #cc6600;
|
||||
height: auto;
|
||||
padding: 1px;
|
||||
line-height: 18px;
|
||||
float: left;
|
||||
clear: none;
|
||||
background-color: #000000;
|
||||
font-weight: bold;
|
||||
color: #ff9933;
|
||||
cursor: default;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
/** help for nav menu categories **/
|
||||
.navhelp {
|
||||
text-decoration: none;
|
||||
width: 175px;
|
||||
height: auto;
|
||||
padding: 1px;
|
||||
float: left;
|
||||
clear: none;
|
||||
border: thin none #cc6600;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/** nav hot keys (e.g. [F]orest, [T]ravel) **/
|
||||
.navhi {
|
||||
background-color: #ff9900;
|
||||
width: 10px;
|
||||
color: #000000;
|
||||
text-decoration: none;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
/** input fields (e.g. the textarea in YOMs) **/
|
||||
.input {
|
||||
background-color: #000000;
|
||||
border: 1px solid #cc6600;
|
||||
color: #ff9900;
|
||||
}
|
||||
|
||||
/** input buttons (e.g. Submit, Search, Add) **/
|
||||
.button {
|
||||
font-family: "Lucida Console", "Terminal", monospace;
|
||||
font-size: 11px;
|
||||
color: #000000;
|
||||
background-color: #cc6600;
|
||||
border-top: 1px solid #ff9933;
|
||||
border-left: 1px solid #ff9933;
|
||||
border-right: 1px solid #663300;
|
||||
border-bottom: 1px solid #663300;
|
||||
}
|
||||
|
||||
/** text colours **/
|
||||
.colDkBlue { color: #000099; }
|
||||
.colDkGreen { color: #009900; }
|
||||
.colDkCyan { color: #009999; }
|
||||
.colDkRed { color: #990000; }
|
||||
.colDkMagenta { color: #990099; }
|
||||
.colDkYellow { color: #999900; }
|
||||
.colDkWhite { color: #cccccc; }
|
||||
.colLtBlue { color: #0000ee; }
|
||||
.colLtGreen { color: #00ee00; }
|
||||
.colLtCyan { color: #00eeee; }
|
||||
.colLtRed { color: #ee0000; }
|
||||
.colLtMagenta { color: #ee00ee; }
|
||||
.colLtYellow { color: #eeee00; }
|
||||
.colLtWhite { color: #ffffff; }
|
||||
.colLtBlack { color: #666666; }
|
||||
.colDkOrange { color: #994400; }
|
||||
.colLtOrange { color: #ff9900; }
|
||||
.colBlue { color: #0070FF; }
|
||||
.colLime { color: #DDFFBB; }
|
||||
.colBlack { color: #000000; }
|
||||
.colRose { color: #EEBBEE; }
|
||||
.colblueviolet { color: #9A5BEE; }
|
||||
.coliceviolet { color: #AABBEE; }
|
||||
.colLtBrown { color: #F8DB83; }
|
||||
.colDkBrown { color: #6b563f; }
|
||||
.colXLtGreen { color: #aaff99; }
|
||||
.colAttention { background-color: #00FF00; color: #FF0000; }
|
||||
.colWhiteBlack { background-color: #FFFFFF; color: #000000; }
|
||||
.colbeige { color: #F5F5DC; }
|
||||
.colkhaki { color: #F0E68C; }
|
||||
.coldarkkhaki { color: #BDB76B; }
|
||||
.colaquamarine { color: #7FFFD4; }
|
||||
.coldarkseagreen { color: #8FBC8F; }
|
||||
.collightsalmon { color: #FFA07A; }
|
||||
.colsalmon { color: #FA8072; }
|
||||
.colwheat { color: #F5DEB3; }
|
||||
.coltan { color: #D2B48C; }.colBack { background-color: #00FFFF; color: #000000; }
|
||||
.colLtLinkBlue { color: #0099FF; }
|
||||
.colDkLinkBlue { color: #006BB3; }
|
||||
.colDkRust { color: #8D6060; }
|
||||
.colLtRust { color: #B07878; }
|
||||
.colMdBlue { color: #0000F0; }
|
||||
.colMdGrey { color: #DDDDDD; }
|
||||
.colburlywood { color: #DEB887; }
|
||||
|
||||
/** table rows (e.g. Game Setup Info, Hall o' Fame) **/
|
||||
.trhead { background-color:#ff9900; color:#000000; }
|
||||
.trlight { background-color:#663300; color:#ff9933; }
|
||||
.trdark { background-color:#330000; color:#ff9933; }
|
||||
.trhilight { background-color: #ff9900; color: #000000}
|
||||
|
||||
/* --------------------------------------------------------------------
|
||||
** Specific Tags and Classes
|
||||
*/
|
||||
|
||||
/** links - navigation **/
|
||||
a.nav { /* nav link (e.g. Forest, Quit, Travel) */
|
||||
text-decoration: none;
|
||||
width: auto;
|
||||
height: auto;
|
||||
padding: 1px 1px 1px 4px;
|
||||
float: left;
|
||||
clear: none;
|
||||
}
|
||||
a:hover.nav { /* nav link on mouseover */
|
||||
background-color: #000000;
|
||||
color: #ff6600;
|
||||
}
|
||||
|
||||
/** links - motd **/
|
||||
a.motd { /* for motd, yom, and petition */
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
color:#ff9933;
|
||||
width: auto;
|
||||
height: auto;
|
||||
clear: none;
|
||||
background-color: #000000;
|
||||
}
|
||||
a:hover.motd { /* mouseover for motd, yom, and petition */
|
||||
height: auto;
|
||||
width: auto;
|
||||
background-color: #000000;
|
||||
color: #ff6633;
|
||||
}
|
||||
a.hotmotd { /* when a new motd or yom is available */
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
color:#ff6633;
|
||||
width: auto;
|
||||
height: auto;
|
||||
clear: none;
|
||||
background-color: #000000;
|
||||
}
|
||||
|
||||
/** links - translator tool **/
|
||||
a.t {
|
||||
width: 8px;
|
||||
height: 10px;
|
||||
border: 1px dotted #0000ee;
|
||||
background-color: #000000;
|
||||
color: #ff9933;
|
||||
font-size: 11px;
|
||||
text-decoration: none;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
a.thot {
|
||||
width: 8px;
|
||||
height: 10px;
|
||||
border: 1px solid #ee0000;
|
||||
background-color: #000000;
|
||||
color: #ff9933;
|
||||
font-size: 11px;
|
||||
text-decoration: none;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
/** tables - navigation **/
|
||||
table.nav {
|
||||
background-color: #000000;
|
||||
border: none;
|
||||
border-right: thin solid #663300;
|
||||
width: 175px;
|
||||
}
|
||||
td.nav a.thot {
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
height: auto;
|
||||
}
|
||||
td.nav a.t {
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/** tables - character stats (i.e. "vital info") **/
|
||||
table.vitalinfo { /* the whole vital info 'wrapper' table */
|
||||
background-color: #000000;
|
||||
border: none;
|
||||
border-left: thin solid #663300;
|
||||
width: auto;
|
||||
}
|
||||
table.charinfo { /* the sub-table with the data */
|
||||
background-color: #000000;
|
||||
width: auto;
|
||||
}
|
||||
td.charhead { /* vital info category heading */
|
||||
padding-left: 2px;
|
||||
background-color: #000000;
|
||||
border-top: none;
|
||||
cursor: default;
|
||||
color: #ff9933;
|
||||
text-decoration: underline;
|
||||
}
|
||||
td.charinfo { /* vital info data */
|
||||
padding-left: 8px;
|
||||
border-top: none;
|
||||
border-bottom: none;
|
||||
cursor: default;
|
||||
color: #cc9966;
|
||||
}
|
||||
|
||||
/** tables - main page **/
|
||||
td.pageheader { /* heading for the main page */
|
||||
background-image: url(amber/ambtitle.gif);
|
||||
background-position: bottom right;
|
||||
background-repeat: no-repeat;
|
||||
background-color: #000000;
|
||||
border-bottom: thin solid #663300;
|
||||
}
|
||||
|
||||
/** tables - popups **/
|
||||
td.popupheader { /* heading in a popup (e.g. motd, yom)*/
|
||||
background-color: #000000;
|
||||
border-bottom: thin solid #663300;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
/** tables - footers **/
|
||||
table.noborder { /* table in the footer */
|
||||
border: none;
|
||||
}
|
||||
td.footer { /* data for a footer */
|
||||
border-top: thin solid #663300;
|
||||
background-position: top;
|
||||
}
|
||||
td.noborder { /* borderless data in the footer */
|
||||
border: none;
|
||||
}
|
||||
|
||||
/** debugging **/
|
||||
div.debug {
|
||||
background-color: #333333;
|
||||
color: #ff9900;
|
||||
border: 1px dotted #cc6600;
|
||||
width: auto;
|
||||
height: auto;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
193
lotgd-web/lotgd/templates/amber.htm
Executable file
@ -0,0 +1,193 @@
|
||||
<!--!popuphead-->
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>{title}</title>
|
||||
<link href='templates/amber.css' rel='stylesheet' type='text/css'>
|
||||
{headscript}{script}
|
||||
</head>
|
||||
<body bgcolor='#000000' text='#cc9966'>
|
||||
<table border='0' cellpadding='4' cellspacing='0' width='100%'>
|
||||
<tr>
|
||||
<td class='popupheader' valign='top'>
|
||||
<img src='templates/amber/ambtitle.gif' alt='LotGD' align='right'>
|
||||
<span class='pagetitle'><br>{title}</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width='100%' valign='top' bgcolor='#000000'>
|
||||
<!--!popupfoot-->
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='footer'>
|
||||
<table border='0' cellpadding='0' cellspacing='0' width='100%' class='noborder'>
|
||||
<tr valign='top'>
|
||||
<td class='noborder'>
|
||||
{copyright}Design: amber skin by
|
||||
<a href="http://blargmedia.ca/" target="_blank">Ben Wong</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!--!header-->
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>{title}</title>
|
||||
<link href='templates/amber.css' rel='stylesheet' type='text/css'>
|
||||
{headscript}{script}
|
||||
</head>
|
||||
<body bgcolor='#000000' text='#cc9966'>
|
||||
<table border='0' cellpadding='4' cellspacing='0' width='100%'>
|
||||
<tr>
|
||||
<td colspan='2' class='pageheader' valign='top' align='left'>
|
||||
{petitiondisplay}
|
||||
<span class='pagetitle'>{title}</span><br><br>
|
||||
[ {motd} | {mail} | {petition} ]
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width='175' bgcolor='#000000' valign='top'>
|
||||
<div align='center'>{navad}</div>
|
||||
<table cellspacing='0' cellpadding='4' class='nav'>
|
||||
<tr>
|
||||
<td class='nav' width='175'>
|
||||
{nav}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
</td>
|
||||
<td width='100%' rowspan='1' valign='top' bgcolor='#000000'>
|
||||
<table>
|
||||
<tr>
|
||||
<td valign='top' width='100%'>
|
||||
{headerad}{bodyad}
|
||||
<!--!footer-->
|
||||
</td>
|
||||
<td valign='top' width='200'>
|
||||
<table width='200' align='right' cellpadding='4' cellspacing='0' class='vitalinfo'>
|
||||
<tr>
|
||||
<td>{stats}<br></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width='200' bgcolor='#000000' align='center' valign='top'>
|
||||
<br>
|
||||
{paypal}{verticalad}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<tr>
|
||||
<td colspan='2' class='footer'>
|
||||
<table border='0' cellpadding='0' cellspacing='0' width='100%' class='noborder'>
|
||||
<tr>
|
||||
<td class='noborder'>
|
||||
{copyright}Design: amber skin by
|
||||
<a href="http://blargmedia.ca/" target="_blank">Ben Wong</a>
|
||||
</td>
|
||||
<td align='right' class='noborder' valign='top'>
|
||||
{source}<br>
|
||||
{version}<br>
|
||||
{pagegen}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!--!navhead-->
|
||||
<span class='navhead'>{title}</span><br clear='all'>
|
||||
<!--!navhelp-->
|
||||
<span class='navhelp'>{text}</span><br clear='all'>
|
||||
<!--!navitem-->
|
||||
<a href="{link}"{accesskey}class='nav' {popup}>{text}</a><br clear='all'>
|
||||
<!--!statstart-->
|
||||
<table cellpadding='1' cellspacing='0' class='charinfo'>
|
||||
<!--!stathead-->
|
||||
<tr>
|
||||
<td class='charhead' colspan='2'><b>{title}</b></td>
|
||||
</tr>
|
||||
<!--!statrow-->
|
||||
<tr>
|
||||
<td class='charinfo'>{title}</td>
|
||||
<td class='charinfo'>{value}</td>
|
||||
</tr>
|
||||
<!--!statbuff-->
|
||||
<tr>
|
||||
<td class='charhead' colspan='2'><b>{title}</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='charinfo' colspan='2'>{value}</td>
|
||||
</tr>
|
||||
<!--!statend-->
|
||||
</table>
|
||||
<!--!petitioncount-->
|
||||
<table border='0' cellpadding='5' cellspacing='0' align='right'>
|
||||
<tr>
|
||||
<td>{petitioncount}</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!--!adwrapper-->
|
||||
<table cellpadding='3' cellspacing='0'>
|
||||
<tr><td>{content}</td></tr>
|
||||
</table>
|
||||
<!--!login-->
|
||||
<br><br>
|
||||
<table border='0' cellpadding='3' cellspacing='0'>
|
||||
<tr>
|
||||
<td align='center'>
|
||||
<img src='templates/amber/ambdragon.gif' class='noborder'>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign='center' align='center' class='noborder'>
|
||||
<table border='0'>
|
||||
<tr>
|
||||
<td align='center'>
|
||||
<font color='#ff9933'>{username}:</font>
|
||||
</td>
|
||||
<td align='center'>
|
||||
<font color='#ff9933'>{password}:</font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<input name='name' id="name" accesskey='u' size='10'>
|
||||
</td>
|
||||
<td>
|
||||
<input name='password' id="password" accesskey='p' type='password' size='10'>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan='2' align='center' valign='top'>
|
||||
<input type='submit' value='{button}' class='button'><br>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!--!loginfull-->
|
||||
<table border='0' cellpadding='3' cellspacing='0'>
|
||||
<tr>
|
||||
<td align='center'>
|
||||
<img src='templates/amber/ambdragon.gif' class='noborder'>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign='center' align='center' class='noborder'>
|
||||
<font color='#ff6600'><b>Server Full!</b></font>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
BIN
lotgd-web/lotgd/templates/amber/ambdragon.gif
Executable file
After Width: | Height: | Size: 17 KiB |
BIN
lotgd-web/lotgd/templates/amber/ambtitle.gif
Executable file
After Width: | Height: | Size: 3.4 KiB |
244
lotgd-web/lotgd/templates/aware2.css
Executable file
@ -0,0 +1,244 @@
|
||||
.sessioninfo {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
font-style: normal;
|
||||
line-height: normal;
|
||||
color: #CC4500;
|
||||
text-decoration: none;
|
||||
border: 1px none #993300;
|
||||
}
|
||||
.stats {
|
||||
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
font-style: normal;
|
||||
line-height: normal;
|
||||
color: #CC4500;
|
||||
text-decoration: none;
|
||||
border: 1px solid #993300;
|
||||
}
|
||||
.menu {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-style: normal;
|
||||
line-height: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
color: #CCCCCC;
|
||||
}
|
||||
.footer {
|
||||
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
font-style: normal;
|
||||
line-height: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
color: #CCCCCC;
|
||||
}
|
||||
.tableheader {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
color: #CC6600;
|
||||
background-color: #333333;
|
||||
}
|
||||
.table2 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 13px;
|
||||
font-style: normal;
|
||||
line-height: normal;
|
||||
font-weight: bold;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
color: #FFFFFF;
|
||||
background-color: #151515;
|
||||
}
|
||||
.table1 {
|
||||
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 14px;
|
||||
font-style: normal;
|
||||
line-height: normal;
|
||||
font-weight: bold;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
color: #CCCCCC;
|
||||
background-color: #151515;
|
||||
}
|
||||
.table3 {
|
||||
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 13px;
|
||||
font-style: normal;
|
||||
line-height: normal;
|
||||
font-weight: bold;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
color: #FF6600;
|
||||
background-color: #000000;
|
||||
}
|
||||
|
||||
caption {
|
||||
white-space: nowrap;
|
||||
font-family: Tahoma, Arial, Helvetica, sans-serif;
|
||||
font-size: 11px;
|
||||
}
|
||||
td {
|
||||
font-family: Tahoma, Arial, Helvetica, sans-serif;
|
||||
font-size: 11px;
|
||||
}
|
||||
a {
|
||||
color: #3366CC;
|
||||
}
|
||||
a:hover {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
a.nav {
|
||||
color: #999999;
|
||||
}
|
||||
a:hover.nav {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.navhead {
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
color: #CC0000;
|
||||
cursor: default;
|
||||
display: table;
|
||||
}
|
||||
.navhelp {
|
||||
text-decoration: none;
|
||||
color: #999999;
|
||||
cursor: default;
|
||||
display: table;
|
||||
}
|
||||
a.motd {
|
||||
text-decoration: none;
|
||||
color:#FFFFFF;
|
||||
}
|
||||
a:hover.motd {
|
||||
color: #FF0000;
|
||||
}
|
||||
a.hotmotd {
|
||||
text-decoration: none;
|
||||
color:#FF0000;
|
||||
}
|
||||
td.charinfo {
|
||||
border-top-width: 1px;
|
||||
border-top-style: solid;
|
||||
border-top-color: #999999;
|
||||
border-right-style: none;
|
||||
border-bottom-style: none;
|
||||
border-left-style: none;
|
||||
cursor: default;
|
||||
}
|
||||
td.charhead {
|
||||
background-color: #1478EB;
|
||||
color: #FFFFFF;
|
||||
font-weight: bold;
|
||||
cursor: default;
|
||||
}
|
||||
table.charinfo { border: none; }
|
||||
td.pageheader { background-color: #000066; }
|
||||
td.noborder { border: none; }
|
||||
table.noborder { border: none; }
|
||||
input {
|
||||
background-color: #000000;
|
||||
border: 1px solid #666666;
|
||||
color: #999999;
|
||||
}
|
||||
.input {
|
||||
background-color: #000000;
|
||||
border: 1px solid #666666;
|
||||
color: #999999;
|
||||
}
|
||||
select {
|
||||
background-color: #FFFFFF;
|
||||
border: 1px solid #999999;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
a.t {
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
border: 1px dotted #0000FF;
|
||||
background-color: #9999FF;
|
||||
color: #FFFFFF;
|
||||
font-size: 7px;
|
||||
text-decoration: none;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
a.thot {
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
border: 1px dotted #FF0000;
|
||||
background-color: #FF9999;
|
||||
color: #FFFFFF;
|
||||
font-size: 7px;
|
||||
text-decoration: none;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
div.debug {
|
||||
background-color: #FFFFFF;
|
||||
color: #000000;
|
||||
border: 1px dotted #000000;
|
||||
width: auto;
|
||||
height: auto;
|
||||
font-size: 10px;
|
||||
}
|
||||
.navhi { color: #FFFFFF; }
|
||||
.colDkBlue { color: #3333CC; }
|
||||
.colDkGreen { color: #33CC33; }
|
||||
.colDkCyan { color: #33CCCC; }
|
||||
.colDkRed { color: #CC3333; }
|
||||
.colDkMagenta { color: #CC33CC; }
|
||||
.colDkYellow { color: #CCCC33; }
|
||||
.colDkWhite { color: #FFFFFF; }
|
||||
.colLtBlue { color: #3333CC; }
|
||||
.colLtGreen { color: #33CC33; }
|
||||
.colLtCyan { color: #33CCCC; }
|
||||
.colLtRed { color: #CC3333; }
|
||||
.colLtMagenta { color: #CC33CC; }
|
||||
.colLtYellow { color: #CCCC33; }
|
||||
.colLtWhite { color: #CCCCCC; }
|
||||
.colLtBlack { color: #FFFFFF; }
|
||||
.colDkOrange { color: #994400; }
|
||||
.colLtOrange { color: #FF9900; }
|
||||
.colBlue { color: #0070FF; }
|
||||
.colLime { color: #DDFFBB; }
|
||||
.colBlack { color: #000000; }
|
||||
.colRose { color: #EEBBEE; }
|
||||
.colblueviolet { color: #9A5BEE; }
|
||||
.coliceviolet { color: #AABBEE; }
|
||||
.colLtBrown { color: #F8DB83; }
|
||||
.colDkBrown { color: #6b563f; }
|
||||
.colXLtGreen { color: #aaff99; }
|
||||
.colAttention { background-color: #00FF00; color: #FF0000; }
|
||||
.colWhiteBlack { background-color: #FFFFFF; color: #000000; }
|
||||
.colbeige { color: #F5F5DC; }
|
||||
.colkhaki { color: #F0E68C; }
|
||||
.coldarkkhaki { color: #BDB76B; }
|
||||
.colaquamarine { color: #7FFFD4; }
|
||||
.coldarkseagreen { color: #8FBC8F; }
|
||||
.collightsalmon { color: #FFA07A; }
|
||||
.colsalmon { color: #FA8072; }
|
||||
.colwheat { color: #F5DEB3; }
|
||||
.coltan { color: #D2B48C; }.colBack { background-color: #00FFFF; color: #000000; }
|
||||
.colLtLinkBlue { color: #0099FF; }
|
||||
.colDkLinkBlue { color: #006BB3; }
|
||||
.colDkRust { color: #8D6060; }
|
||||
.colLtRust { color: #B07878; }
|
||||
.colMdBlue { color: #0000F0; }
|
||||
.colMdGrey { color: #DDDDDD; }
|
||||
.colburlywood { color: #DEB887; }
|
||||
.trhead { background-color:#454545; color:#FFFFFF; }
|
||||
.trlight { background-color:#666666; }
|
||||
.trdark { background-color:#333333; }
|
||||
.trhilight { background-color:#888888; }
|
312
lotgd-web/lotgd/templates/blarg.css
Executable file
@ -0,0 +1,312 @@
|
||||
/* CSS Document for the LoGD blarg skin, by Ben Wong */
|
||||
|
||||
/* --------------------------------------------------------------------
|
||||
** General Tag Defaults
|
||||
*/
|
||||
|
||||
/** tables **/
|
||||
table {
|
||||
/*border: medium ridge #dddddd;*/
|
||||
}
|
||||
td {
|
||||
font-family: "Courier New", "Lucida Console", monospace;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
/** links **/
|
||||
a {
|
||||
color: #000066;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/** input fields (e.g. village chats) **/
|
||||
input {
|
||||
font-family: "Courier New", "Lucida Console", monospace;
|
||||
font-size: 10px;
|
||||
background-color: #dddddd;
|
||||
border: 1px solid #666666;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
/** select boxes (e.g. user preference drop-downs) **/
|
||||
select {
|
||||
background-color: #dddddd;
|
||||
border: 1px solid #666666;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
/* --------------------------------------------------------------------
|
||||
** Global Classes
|
||||
*/
|
||||
|
||||
/** the main page heading (e.g. "Degolburg, the Capital City", "LoGD News") **/
|
||||
.pagetitle {
|
||||
font-family: "Helvetica", "Arial", sans-serif;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
/** nav menu categories (e.g. City Gates, Store Street, Info) **/
|
||||
.navhead {
|
||||
text-decoration: none;
|
||||
width: 200px;
|
||||
border: thin #cccccc;
|
||||
height: auto;
|
||||
padding: 1px;
|
||||
line-height: 18px;
|
||||
float: left;
|
||||
clear: none;
|
||||
background-color: #f5f5f5;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
cursor: default;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
/** help for nav menu categories **/
|
||||
.navhelp {
|
||||
text-decoration: none;
|
||||
width: 200px;
|
||||
height: auto;
|
||||
padding: 1px;
|
||||
float: left;
|
||||
clear: none;
|
||||
border: thin none #003366;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/** nav hot keys (e.g. [F]orest, [T]ravel) **/
|
||||
.navhi {
|
||||
color: #0000cc;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/** input fields (e.g. the textarea in YOMs) **/
|
||||
.input {
|
||||
background-color: #eeeeee;
|
||||
border: 1px solid #666666;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
/** input buttons (e.g. Submit, Search, Add) **/
|
||||
.button {
|
||||
font-family: "Courier New", "Lucida Console", monospace;
|
||||
font-size: 11px;
|
||||
color: #f5f5f5;
|
||||
background-color: #999999;
|
||||
border-top: 1px solid #cccccc;
|
||||
border-left: 1px solid #cccccc;
|
||||
border-right: 1px solid #333333;
|
||||
border-bottom: 1px solid #333333;
|
||||
}
|
||||
|
||||
/** text colours **/
|
||||
.colDkBlue { color: #000066; }
|
||||
.colDkGreen { color: #006600; }
|
||||
.colDkCyan { color: #006666; }
|
||||
.colDkRed { color: #660000; }
|
||||
.colDkMagenta { color: #660066; }
|
||||
.colDkYellow { color: #666600; }
|
||||
.colDkWhite { color: #666666; }
|
||||
.colLtBlue { color: #0000aa; }
|
||||
.colLtGreen { color: #00aa00; }
|
||||
.colLtCyan { color: #00aaaa; }
|
||||
.colLtRed { color: #aa0000; }
|
||||
.colLtMagenta { color: #aa00aa; }
|
||||
.colLtYellow { color: #aaaa00; }
|
||||
.colLtWhite { color: #333333; }
|
||||
.colLtBlack { color: #999999; }
|
||||
.colDkOrange { color: #994400; }
|
||||
.colLtOrange { color: #ff9900; }
|
||||
.colBlue { color: #0070FF; }
|
||||
.colLime { color: #DDFFBB; }
|
||||
.colBlack { color: #000000; }
|
||||
.colRose { color: #EEBBEE; }
|
||||
.colblueviolet { color: #9A5BEE; }
|
||||
.coliceviolet { color: #AABBEE; }
|
||||
.colLtBrown { color: #F8DB83; }
|
||||
.colDkBrown { color: #6b563f; }
|
||||
.colXLtGreen { color: #aaff99; }
|
||||
.colAttention { background-color: #00FF00; color: #FF0000; }
|
||||
.colWhiteBlack { background-color: #FFFFFF; color: #000000; }
|
||||
.colBack { background-color: #00FFFF; color: #000000; }
|
||||
.colbeige { color: #F5F5DC; }
|
||||
.colkhaki { color: #F0E68C; }
|
||||
.coldarkkhaki { color: #BDB76B; }
|
||||
.colaquamarine { color: #7FFFD4; }
|
||||
.coldarkseagreen { color: #8FBC8F; }
|
||||
.collightsalmon { color: #FFA07A; }
|
||||
.colsalmon { color: #FA8072; }
|
||||
.colwheat { color: #F5DEB3; }
|
||||
.coltan { color: #D2B48C; }.colLtLinkBlue { color: #0099FF; }
|
||||
.colDkLinkBlue { color: #006BB3; }
|
||||
.colDkRust { color: #8D6060; }
|
||||
.colLtRust { color: #B07878; }
|
||||
.colMdBlue { color: #0000F0; }
|
||||
.colMdGrey { color: #DDDDDD; }
|
||||
.colburlywood { color: #DEB887; }
|
||||
|
||||
/** table rows (e.g. Game Setup Info, Hall o' Fame) **/
|
||||
.trhead { background-color:#666666; color:#f5f5f5; }
|
||||
.trlight { background-color:#f5f5f5; color:#333333; }
|
||||
.trdark { background-color:#dddddd; color:#333333; }
|
||||
.trhilight { background-color: #c8c8c8; color: #333333}
|
||||
|
||||
/* --------------------------------------------------------------------
|
||||
** Specific Tags and Classes
|
||||
*/
|
||||
|
||||
/** links - navigation **/
|
||||
a.nav { /* nav link (e.g. Forest, Quit, Travel) */
|
||||
text-decoration: none;
|
||||
width: 182px;
|
||||
height: auto;
|
||||
padding: 1px 1px 1px 20px;
|
||||
float: left;
|
||||
clear: none;
|
||||
}
|
||||
a:hover.nav { /* nav link on mouseover */
|
||||
background-color: #eeeeee;
|
||||
}
|
||||
|
||||
/** links - motd **/
|
||||
a.motd { /* for motd, yom, and petition */
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
color:#000000;
|
||||
width: 100px;
|
||||
height: 14px;
|
||||
clear: none;
|
||||
background-color: #c8c8c8;
|
||||
}
|
||||
a:hover.motd { /* mouseover for motd, yom, and petition */
|
||||
height: 14px;
|
||||
width: 100px;
|
||||
background-color: #c8c8c8;
|
||||
color: #aa0000;
|
||||
}
|
||||
a.hotmotd { /* when a new motd or yom is available */
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
color:#aa0000;
|
||||
width: 100px;
|
||||
height: auto;
|
||||
clear: none;
|
||||
background-color: #c8c8c8;
|
||||
}
|
||||
|
||||
/** links - translator tool **/
|
||||
a.t {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
border: 1px dotted #0000ff;
|
||||
background-color: #f5f5f5;
|
||||
color: #000000;
|
||||
font-size: 10px;
|
||||
text-decoration: none;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
a.thot {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
border: 1px solid #ff0000;
|
||||
background-color: #f5f5f5;
|
||||
color: #000000;
|
||||
font-size: 10px;
|
||||
text-decoration: none;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
/** tables - login **/
|
||||
table.login {
|
||||
height: 200px;
|
||||
width: 232px;
|
||||
background-image: url(blarg/login.gif);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
/** tables - navigation **/
|
||||
table.nav {
|
||||
background-color: #f5f5f5;
|
||||
border: medium ridge #eeeeee;
|
||||
width: 200px;
|
||||
}
|
||||
td.nav a.thot {
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
height: auto;
|
||||
}
|
||||
td.nav a.t {
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/** tables - character stats (i.e. "vital info") **/
|
||||
table.vitalinfo { /* the whole vital info 'wrapper' table */
|
||||
background-color: #f5f5f5;
|
||||
border: medium ridge #eeeeee;
|
||||
width: 200px;
|
||||
}
|
||||
table.charinfo { /* the sub-table with the data */
|
||||
background-color: #f5f5f5;
|
||||
width: 200px;
|
||||
}
|
||||
td.charhead { /* vital info category heading */
|
||||
background-color: #c8c8c8;
|
||||
border: none;
|
||||
cursor: default;
|
||||
color: #333333;
|
||||
}
|
||||
td.charinfo { /* vital info data */
|
||||
padding-left: 20px;
|
||||
border-top: thin solid #c8c8c8;
|
||||
border-right-style: none;
|
||||
border-bottom-style: none;
|
||||
border-left-style: none;
|
||||
cursor: default;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
/** tables - main page **/
|
||||
td.pageheader { /* heading for the main page */
|
||||
background-color: #c8c8c8;
|
||||
background-image: url(blarg/mainhdr.gif);
|
||||
background-repeat: no-repeat;
|
||||
height: 90px;
|
||||
}
|
||||
|
||||
/** tables - popups **/
|
||||
td.popupheader { /* heading in a popup (e.g. motd, yom)*/
|
||||
background-color: #c8c8c8;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
/** tables - footers **/
|
||||
table.noborder { /* table in the footer */
|
||||
border: none;
|
||||
}
|
||||
td.footer { /* data for a footer */
|
||||
background-image: url(../images/rule.gif);
|
||||
background-repeat: repeat-x;
|
||||
background-position: top;
|
||||
}
|
||||
td.noborder { /* borderless data in the footer */
|
||||
border: none;
|
||||
}
|
||||
|
||||
/** debugging **/
|
||||
div.debug {
|
||||
background-color: #333333;
|
||||
color: #f5f5f5;
|
||||
border: 1px dotted #f5f5f5;
|
||||
width: auto;
|
||||
height: auto;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
179
lotgd-web/lotgd/templates/blarg.htm
Executable file
@ -0,0 +1,179 @@
|
||||
<!--!popuphead-->
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>{title}</title>
|
||||
<link href='templates/blarg.css' rel='stylesheet' type='text/css'>
|
||||
{headscript}{script}
|
||||
</head>
|
||||
<body bgcolor='#f5f5f5' text='#000000'>
|
||||
<table border='0' cellpadding='4' cellspacing='0' width='100%'>
|
||||
<tr>
|
||||
<td class='popupheader' valign='top'>
|
||||
<span class='pagetitle'><br>{title}</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width='100%' valign='top' bgcolor='#f5f5f5'>
|
||||
<!--!popupfoot-->
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<hr>
|
||||
<table border='0' cellpadding='0' cellspacing='0' width='100%' class='noborder'>
|
||||
<tr valign='top'>
|
||||
<td class='noborder'>
|
||||
{copyright}Design: blarg skin by
|
||||
<a href="http://blargmedia.ca/" target="_blank">Ben Wong</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!--!header-->
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>{title}</title>
|
||||
<link href='templates/blarg.css' rel='stylesheet' type='text/css'>
|
||||
{headscript}{script}
|
||||
</head>
|
||||
<body bgcolor='#f5f5f5' text='#333333'>
|
||||
<table border='0' cellpadding='4' cellspacing='0' width='100%'>
|
||||
<tr>
|
||||
<td colspan=2 class='pageheader' valign='top' align='right'>
|
||||
<span class='pagetitle'>{title}</span><br><br>
|
||||
{motd}<br>{mail}<br>{petition}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width='200' bgcolor='#c8c8c8' valign='top'>
|
||||
<div align='center'>{navad}</div>
|
||||
<img src='templates/blarg/tblhdr.gif' width='200' height='15' alt='[header]'>
|
||||
<br>
|
||||
<table cellspacing='0' cellpadding='0' class='nav'>
|
||||
<tr>
|
||||
<td class='nav'>
|
||||
{nav}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
<img src='templates/blarg/tblhdr.gif' width='200' height='15' alt='[heading]'>
|
||||
<table border='0' cellpadding='0' cellspacing='0' class='vitalinfo'>
|
||||
<tr>
|
||||
<td>{stats}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td width='100%' rowspan='2' valign='top' bgcolor='#f5f5f5'>
|
||||
{headerad}{bodyad}
|
||||
<!--!footer-->
|
||||
{petitiondisplay}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width='200' bgcolor='#c8c8c8' align='center' valign='top'>
|
||||
{paypal}{verticalad}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan='2'>
|
||||
<hr>
|
||||
<table border='0' cellpadding='0' cellspacing='0' width='100%' class='noborder'>
|
||||
<tr>
|
||||
<td class='noborder'>
|
||||
{copyright}Design: blarg skin by
|
||||
<a href="http://blargmedia.ca/" target="_blank">Ben Wong</a>
|
||||
({pagegen})
|
||||
</td>
|
||||
<td align='right' class='noborder' valign='top'>
|
||||
{source}
|
||||
<br><br>
|
||||
{version}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!--!navhead-->
|
||||
<span class='navhead'>— {title} —</span><br clear='all'>
|
||||
<!--!navhelp-->
|
||||
<span class='navhelp'>{text}</span><br clear='all'>
|
||||
<!--!navitem-->
|
||||
<a href="{link}"{accesskey}class='nav' {popup}>{text}</a><br clear='all'>
|
||||
<!--!statstart-->
|
||||
<table cellpadding='1' cellspacing='0' class='charinfo'>
|
||||
<!--!stathead-->
|
||||
<tr>
|
||||
<td class='charhead' colspan='2'><b>{title}</b></td>
|
||||
</tr>
|
||||
<!--!statrow-->
|
||||
<tr>
|
||||
<td class='charinfo'><b>{title}</b></td>
|
||||
<td class='charinfo'>{value}</td>
|
||||
</tr>
|
||||
<!--!statbuff-->
|
||||
<tr>
|
||||
<td class='charhead' colspan='2'><b>{title}</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='charinfo' colspan='2'>{value}</td>
|
||||
</tr>
|
||||
<!--!statend-->
|
||||
</table>
|
||||
<!--!petitioncount-->
|
||||
<table border='0' cellpadding='5' cellspacing='0' align='right'>
|
||||
<tr>
|
||||
<td>{petitioncount}</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!--!adwrapper-->
|
||||
<table cellpadding='3' cellspacing='0'>
|
||||
<tr><td>{content}</td></tr>
|
||||
</table>
|
||||
<!--!login-->
|
||||
<br><br>
|
||||
<table border='0' cellpadding='3' cellspacing='0' class='login'>
|
||||
<tr>
|
||||
<td height='50%' colspan='2'>
|
||||
<br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign='bottom' align='left' style='padding-left: 20px'>
|
||||
<font color='#000000'>{username}:</font>
|
||||
</td>
|
||||
<td valign='bottom' align='left'>
|
||||
<font color='#000000'>{password}:</font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign='top' align='left' style='padding-left: 20px;'>
|
||||
<input name='name' id="name" accesskey='u' size='10'>
|
||||
</td>
|
||||
<td valign='top' align='left'>
|
||||
<input name='password' id="password" accesskey='p' type='password' size='10'>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan='2' align='center' valign='top'>
|
||||
<input type='submit' value='{button}' class='button'><br>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!--!loginfull-->
|
||||
<table border='0' cellpadding='3' cellspacing='0' class='login'>
|
||||
<tr>
|
||||
<td valign='center' align='center' class='noborder'>
|
||||
<font color='#ff0000'><b>Server Full!</b></font>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
BIN
lotgd-web/lotgd/templates/blarg/login.gif
Executable file
After Width: | Height: | Size: 2.0 KiB |
BIN
lotgd-web/lotgd/templates/blarg/mainhdr.gif
Executable file
After Width: | Height: | Size: 4.7 KiB |
BIN
lotgd-web/lotgd/templates/blarg/tblhdr.gif
Executable file
After Width: | Height: | Size: 2.2 KiB |
212
lotgd-web/lotgd/templates/cupertino.css
Executable file
@ -0,0 +1,212 @@
|
||||
/* CSS Document */
|
||||
caption {
|
||||
white-space: nowrap;
|
||||
font-family: Tahoma, Arial, Helvetica, sans-serif;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
td {
|
||||
font-family: Tahoma, Arial, Helvetica, sans-serif;
|
||||
font-size: 11px;
|
||||
}
|
||||
a{
|
||||
color: #3366CC;
|
||||
text-decoration: none;
|
||||
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
|
||||
}
|
||||
a.nav {
|
||||
color: #3366CC;
|
||||
text-decoration: none;
|
||||
|
||||
}
|
||||
.navhead {
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
color: #FFFFFF;
|
||||
cursor: default;
|
||||
display: table;
|
||||
background-color: #989DA5;
|
||||
background-image: url(cupertino/navheadtop.gif);
|
||||
width: 135px;
|
||||
background-repeat: no-repeat;
|
||||
text-align: center;
|
||||
margin-top: 5px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
.navhelp {
|
||||
color: #3366CC;
|
||||
text-decoration: none;
|
||||
cursor: default;
|
||||
display: table;
|
||||
}
|
||||
a.motd {
|
||||
text-decoration: none;
|
||||
color:#000000;
|
||||
}
|
||||
a:hover.motd {
|
||||
color: #FF0000;
|
||||
}
|
||||
a.hotmotd {
|
||||
text-decoration: none;
|
||||
color:#FF0000;
|
||||
}
|
||||
td.charinfo {
|
||||
border-top-width: 1px;
|
||||
border-top-style: solid;
|
||||
border-top-color: #999999;
|
||||
border-right-style: none;
|
||||
border-bottom-style: none;
|
||||
border-left-style: none;
|
||||
cursor: default;
|
||||
}
|
||||
td.charhead {
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
color: #FFFFFF;
|
||||
cursor: default;
|
||||
display: table;
|
||||
background-color: #989DA5;
|
||||
background-image: url(cupertino/navheadtop.gif);
|
||||
background-repeat: no-repeat;
|
||||
text-align: center;
|
||||
margin-top: 5px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
table.charinfo { border: none; }
|
||||
td.pageheader { background-color: #000066; }
|
||||
td.noborder { border: none; }
|
||||
table.noborder { border: none; }
|
||||
input {
|
||||
background-color: #FFFFFF;
|
||||
border: 1px solid #999999;
|
||||
color: #000000;
|
||||
}
|
||||
.input {
|
||||
background-color: #FFFFFF;
|
||||
border: 1px solid #999999;
|
||||
color: #000000;
|
||||
}
|
||||
select {
|
||||
background-color: #FFFFFF;
|
||||
border: 1px solid #999999;
|
||||
color: #000000;
|
||||
}
|
||||
.navhi { color: #000000; }
|
||||
.colDkBlue { color: #000033; }
|
||||
.colDkGreen { color: #003300; }
|
||||
.colDkCyan { color: #003333; }
|
||||
.colDkRed { color: #330000; }
|
||||
.colDkMagenta { color: #330033; }
|
||||
.colDkYellow { color: #333300; }
|
||||
.colDkWhite { color: #666666; }
|
||||
.colLtBlue { color: #000099; }
|
||||
.colLtGreen { color: #009900; }
|
||||
.colLtCyan { color: #009999; }
|
||||
.colLtRed { color: #990000; }
|
||||
.colLtMagenta { color: #990099; }
|
||||
.colLtYellow { color: #999900; }
|
||||
.colLtWhite { color: #333333; }
|
||||
.colLtBlack { color: #999999; }
|
||||
.colDkOrange { color: #994400; }
|
||||
.colLtOrange { color: #FF9900; }
|
||||
.colBlue { color: #0070FF; }
|
||||
.colLime { color: #DDFFBB; }
|
||||
.colBlack { color: #000000; }
|
||||
.colRose { color: #EEBBEE; }
|
||||
.colblueviolet { color: #9A5BEE; }
|
||||
.coliceviolet { color: #AABBEE; }
|
||||
.colLtBrown { color: #F8DB83; }
|
||||
.colDkBrown { color: #6b563f; }
|
||||
.colXLtGreen { color: #aaff99; }
|
||||
.colAttention { background-color: #00FF00; color: #FF0000; }
|
||||
.colWhiteBlack { background-color: #FFFFFF; color: #000000; }
|
||||
.colbeige { color: #F5F5DC; }
|
||||
.colkhaki { color: #F0E68C; }
|
||||
.coldarkkhaki { color: #BDB76B; }
|
||||
.colaquamarine { color: #7FFFD4; }
|
||||
.coldarkseagreen { color: #8FBC8F; }
|
||||
.collightsalmon { color: #FFA07A; }
|
||||
.colsalmon { color: #FA8072; }
|
||||
.colwheat { color: #F5DEB3; }
|
||||
.coltan { color: #D2B48C; }.colBack { background-color: #00FFFF; color: #000000; }
|
||||
.colLtLinkBlue { color: #0099FF; }
|
||||
.colDkLinkBlue { color: #006BB3; }
|
||||
.colDkRust { color: #8D6060; }
|
||||
.colLtRust { color: #B07878; }
|
||||
.colMdBlue { color: #0000F0; }
|
||||
.colMdGrey { color: #DDDDDD; }
|
||||
.colburlywood { color: #DEB887; }
|
||||
.trhead { background-color:#006699; color:#FFFFFF; }
|
||||
.trlight { background-color:#FFFFFF; }
|
||||
.trdark { background-color:#F0F0F0; }
|
||||
.trhilight { background-color: #999999; }
|
||||
.headrow {
|
||||
background-image: url(cupertino/pinstripe.GIF);
|
||||
}
|
||||
.tab {
|
||||
background-image: url(cupertino/tab.GIF);
|
||||
}
|
||||
.bartop {
|
||||
background-image: url(cupertino/bartop.gif);
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
.barbottom {
|
||||
background-image: url(cupertino/barbottom.gif);
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
.boxtop {
|
||||
background-image: url(cupertino/boxupper.gif);
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
.boxright {
|
||||
background-image: url(cupertino/boxright.gif);
|
||||
background-repeat: repeat-y;
|
||||
background-position: right;
|
||||
}
|
||||
.boxleft {
|
||||
background-image: url(cupertino/boxleft.gif);
|
||||
background-repeat: repeat-y;
|
||||
background-position: left;
|
||||
}
|
||||
.boxlower {
|
||||
background-image: url(cupertino/boxlower.gif);
|
||||
background-repeat: repeat-x;
|
||||
background-position: bottom;
|
||||
}
|
||||
|
||||
a.t {
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
border: 1px dotted #0000FF;
|
||||
background-color: #9999FF;
|
||||
color: #FFFFFF;
|
||||
font-size: 7px;
|
||||
text-decoration: none;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
a.thot {
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
border: 1px dotted #FF0000;
|
||||
background-color: #FF9999;
|
||||
color: #FFFFFF;
|
||||
font-size: 7px;
|
||||
text-decoration: none;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
div.debug {
|
||||
background-color: #FF0000;
|
||||
color: #ffffff;
|
||||
border: 1px dotted #000000;
|
||||
width: auto;
|
||||
height: auto;
|
||||
font-size: 10px;
|
||||
}
|
BIN
lotgd-web/lotgd/templates/cupertino/barbottom.gif
Executable file
After Width: | Height: | Size: 44 B |
BIN
lotgd-web/lotgd/templates/cupertino/bartop.gif
Executable file
After Width: | Height: | Size: 104 B |
BIN
lotgd-web/lotgd/templates/cupertino/boxleft.gif
Executable file
After Width: | Height: | Size: 42 B |
BIN
lotgd-web/lotgd/templates/cupertino/boxll.gif
Executable file
After Width: | Height: | Size: 340 B |
BIN
lotgd-web/lotgd/templates/cupertino/boxlower.gif
Executable file
After Width: | Height: | Size: 55 B |
BIN
lotgd-web/lotgd/templates/cupertino/boxlr.gif
Executable file
After Width: | Height: | Size: 341 B |
BIN
lotgd-web/lotgd/templates/cupertino/boxright.gif
Executable file
After Width: | Height: | Size: 42 B |
BIN
lotgd-web/lotgd/templates/cupertino/boxul.gif
Executable file
After Width: | Height: | Size: 338 B |
BIN
lotgd-web/lotgd/templates/cupertino/boxupper.gif
Executable file
After Width: | Height: | Size: 41 B |
BIN
lotgd-web/lotgd/templates/cupertino/boxur.gif
Executable file
After Width: | Height: | Size: 307 B |
BIN
lotgd-web/lotgd/templates/cupertino/navheadtop.gif
Executable file
After Width: | Height: | Size: 151 B |
BIN
lotgd-web/lotgd/templates/cupertino/pinstripe.GIF
Executable file
After Width: | Height: | Size: 42 B |
BIN
lotgd-web/lotgd/templates/cupertino/steel.GIF
Executable file
After Width: | Height: | Size: 7.9 KiB |
BIN
lotgd-web/lotgd/templates/cupertino/tab.GIF
Executable file
After Width: | Height: | Size: 1.7 KiB |
BIN
lotgd-web/lotgd/templates/cupertino/trans.gif
Executable file
After Width: | Height: | Size: 43 B |
92
lotgd-web/lotgd/templates/desert.css
Executable file
@ -0,0 +1,92 @@
|
||||
caption { white-space: nowrap; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; }
|
||||
td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; }
|
||||
table.nav { background-color:#BFBD6A; border-bottom:1px solid #FFFFFF; height:auto; width:182px; }
|
||||
.navhead { text-decoration:none; width:181px; height:auto; padding:3px; float:left; line-height:18px; clear:none;
|
||||
background-color:#A89F6E; color:#5C5322; cursor:default; text-align:center; border-bottom:1px solid #C4BB8A;
|
||||
font-variant:small-caps; font-size:14px; font-weight:bold; }
|
||||
a { color:#674B0A; text-decoration:none; font-size:11px; }
|
||||
a.nav { color:#FFFFFF; text-decoration:none; width:181px; height:auto; float:left; padding:3px; clear:none;
|
||||
background-color:#A89F6E; border-bottom:1px solid #C4BB8A; text-align:left; }
|
||||
.navhelp { text-decoration:none; width:181px; height:auto; padding:1px; float:left; clear: none;
|
||||
background-color:#C4BB8A; border-bottom:1px solid #C4BB8A; font-size:11px; }
|
||||
a:hover.nav { color:#5D3211; background-color:#E7E4CA; border-bottom:1px solid #C4BB8A; }
|
||||
a.navhilite { text-decoration:none; width:150px; height:auto; padding:3px; float:left; clear:none;
|
||||
color:#5C5322; background-color:#C4BB8A; border-bottom:thin none #C4BB8A; }
|
||||
a:hover.navhilite { color:#FFFFFF; background-color:#665F35; border-bottom:thin none #C4BB8A; }
|
||||
table { }
|
||||
td.charinfo { border-top-width:1px; border-top-style:solid; border-top-color:#009900;
|
||||
border-right-style:none; border-bottom-style:none; border-left-style:none; cursor:default; }
|
||||
td.charhead { background-color:#868348; border:none; cursor:default; color:#FFFFFF; }
|
||||
table.charinfo { border:none; width:182px; }
|
||||
td.popupheader { background-color:#807C39; background-image:url(../images/headbkg.GIF); height:20px; }
|
||||
td.noborder { border:none; }
|
||||
table.noborder { border:none; }
|
||||
td.village { background-image:url(../images/village.jpg); background-repeat:no-repeat; background-position:right bottom; }
|
||||
td.forest { background-image:url(../images/forest.jpg); background-repeat:no-repeat; background-position:center bottom; }
|
||||
td.dragon { background-image:url(../images/dragon.jpg); background-repeat:no-repeat; background-position:center center; background-attachment:fixed; }
|
||||
input { background-color:#E6DCC6; border:1px solid #6C3812; color:#5C5322; font-size:11px; padding-left:4px; }
|
||||
.button { font-family:verdana,arial,helvetica,sans-serif; font-size:11px; color:#C4BB8A; background-color:#5C5322; border:1px solid #000000; }
|
||||
.input { background-color:#E6DCC6; border:1px solid #5C5322; color:#5C5322; font-size:11px; padding-left:4px; }
|
||||
select { background-color:#E6DCC6; border:1px solid #5C5322; color:#5C5322; font-size:11px; padding-left:4px; }
|
||||
table.vitalinfo { background-color:#A89F6E; border: 1px solid #5C5322; width:182px; }
|
||||
a.motd { text-decoration:none; color:#5C5322; }
|
||||
a:hover.motd { font-weight:none; color:#FF0000; }
|
||||
a.hotmotd { font-weight:none; color:#5C5322; }
|
||||
a:hover.hotmotd { font-weight:none; color:#FF0000; }
|
||||
.pagetitle { font-family:"Arial Black", "Veradna"; font-variant:small-caps; font-size:20px; color:#5C5322; }
|
||||
.navhi { color:#6F6126; text-decoration:underline; }
|
||||
td.nav a.thot { position:absolute; left:0px; height:auto; }
|
||||
td.nav a.t { position:absolute; left:0px; height:auto; }
|
||||
|
||||
a.t { width:7px; height:7px; border:1px solid #0000FF; background-color:#9999FF; color:#FFFFFF; font-size:7px;
|
||||
text-decoration:none; padding-left:1px; padding-right:1px; }
|
||||
|
||||
a.thot { width:7px; height:7px; border:1px solid #FF0000; background-color:#FF9999; color:#FFFFFF; font-size:7px;
|
||||
text-decoration:none; padding-left:1px; padding-right:1px; }
|
||||
|
||||
div.debug { background-color:#FFFFFF; color:#000000; border:1px solid #009900; width:auto; height:auto; font-size:10px; }
|
||||
|
||||
.colDkBlue { color: #000173; }
|
||||
.colDkGreen { color: #006201; }
|
||||
.colDkCyan { color: #006566; }
|
||||
.colDkRed { color: #7B0000; }
|
||||
.colDkMagenta { color: #5E006C; }
|
||||
.colDkYellow { color: #6C6C00; }
|
||||
.colDkWhite { color: #060606; }
|
||||
.colLtBlue { color: #AC0000; }
|
||||
.colLtGreen { color: #007D01; }
|
||||
.colLtCyan { color: #007173; }
|
||||
.colLtRed { color: #A40000; }
|
||||
.colLtMagenta { color: #7F0080; }
|
||||
.colLtYellow { color: #FFFFCA; font-weight:bold; }
|
||||
.colLtWhite { color: #444444; }
|
||||
.colLtBlack { color: #505050; }
|
||||
.colDkOrange { color: #804600; }
|
||||
.colLtOrange { color: #C47600; }
|
||||
|
||||
.colWhiteBlack { background-color:#FFFFFF; color:#000000; }
|
||||
.colBack { background-color: #FFE1B2; color: #000000; }
|
||||
.colLtLinkBlue { color: #005388; }
|
||||
.colDkLinkBlue { color: #002E4F; }
|
||||
.colDkRust { color: #674343; }
|
||||
.colLtRust { color: #905353; }
|
||||
.colMdBlue { color: #0001B0; }
|
||||
.colMdGrey { color: #474747; }
|
||||
.colbeige { color: #F5F5DC; }
|
||||
.colkhaki { color: #F0E68C; }
|
||||
.coldarkkhaki { color: #BDB76B; }
|
||||
.colaquamarine { color: #7FFFD4; }
|
||||
.coldarkseagreen { color: #8FBC8F; }
|
||||
.collightsalmon { color: #FFA07A; }
|
||||
.colsalmon { color: #FA8072; }
|
||||
.colwheat { color: #F5DEB3; }
|
||||
.coltan { color: #D2B48C; }
|
||||
.colburlywood { color: #DEB887; }
|
||||
|
||||
ion { background-color:#9BFF9C; color:#A60000; }
|
||||
|
||||
.trhead { background-color:#A89F6E; color:#000000; }
|
||||
.trlight { background-color:#C4BB8A; color:#5C5322; }
|
||||
.trdark { background-color:#5C5322; color:#C4BB8A; }
|
||||
.trhilight { background-color: #333333; color:#AAAAAA; }
|
||||
|
325
lotgd-web/lotgd/templates/desert.htm
Executable file
@ -0,0 +1,325 @@
|
||||
<!--!popuphead-->
|
||||
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
|
||||
<html>
|
||||
<head>
|
||||
<title>{title}</title>
|
||||
<link href='templates/desert.css' rel='stylesheet' type='text/css'>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
{headscript}{script}
|
||||
</head>
|
||||
<body bgcolor='#C4BB8A' text='#5C5322'>
|
||||
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
|
||||
<tr>
|
||||
<td>
|
||||
<table border='0' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td><img name='tlc' src='templates/desert/tlc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
<td background='templates/desert/tm.gif'><img name='tm' src='templates/desert/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='trc' src='templates/desert/trc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td background='templates/desert/tlt.gif'><img name='tlt' src='templates/desert/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td valign='top' bgcolor='#C4BB8A'><span class='pagetitle'>{title}</span></td>
|
||||
<td background='templates/desert/trt.gif'><img name='trt' src='templates/desert/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img name='blc' src='templates/desert/blc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
<td background='templates/desert/btm.gif'><img name='btm' src='templates/desert/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='brc' src='templates/desert/brc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
|
||||
<tr>
|
||||
<td><img name='tlc' src='templates/desert/tlc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
<td width='100%' background='templates/desert/tm.gif'><img name='tm' src='templates/desert/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='trc' src='templates/desert/trc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td background='templates/desert/tlt.gif'><img name='tlt' src='templates/desert/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td valign='top' bgcolor='#C4BB8A' class='headrow'>
|
||||
|
||||
<!--!popupfoot-->
|
||||
</td>
|
||||
<td background='templates/desert/trt.gif'><img name='trt' src='templates/desert/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img name='blc' src='templates/desert/blc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
<td background='templates/desert/btm.gif'><img name='btm' src='templates/desert/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='brc' src='templates/desert/brc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
|
||||
<tr>
|
||||
<td><img name='tlc' src='templates/desert/tlc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
<td width='100%' background='templates/desert/tm.gif'><img name='tm' src='templates/desert/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='trc' src='templates/desert/trc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td background='templates/desert/tlt.gif'><img name='tlt' src='templates/desert/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td valign='top' bgcolor='#C4BB8A'>
|
||||
<table width='100%'>
|
||||
<tr valign='top'>
|
||||
<td>{copyright}</td>
|
||||
<td align='right'> - Design: Desert Template 1.0 - © 2005 by Juergen Buschbaum - <a href='http://thedivision.buschbaum.de/' target='_blank'>The
|
||||
DIVISION Dubai</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td background='templates/desert/trt.gif'><img name='trt' src='templates/desert/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img name='blc' src='templates/desert/blc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
<td background='templates/desert/btm.gif'><img name='btm' src='templates/desert/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='brc' src='templates/desert/brc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<!--!header-->
|
||||
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
|
||||
<html>
|
||||
<head>
|
||||
<title>{title}</title>
|
||||
<link href='templates/desert.css' rel='stylesheet' type='text/css'>
|
||||
{headscript}{script}
|
||||
</head>
|
||||
<body bgcolor='#C4BB8A' text='#5C5322'>
|
||||
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
|
||||
<tr>
|
||||
<td>
|
||||
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
|
||||
<tr>
|
||||
<td nowrap valign='top'>
|
||||
<table border='0' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td><img name='tlc' src='templates/desert/tlc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
<td background='templates/desert/tm.gif'><img name='tm' src='templates/desert/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='trc' src='templates/desert/trc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td background='templates/desert/tlt.gif'><img name='tlt' src='templates/desert/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td valign='top' bgcolor='#C4BB8A' nowrap><span class='pagetitle'>{title}</span></td>
|
||||
<td background='templates/desert/trt.gif'><img name='trt' src='templates/desert/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img name='blc' src='templates/desert/blc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
<td background='templates/desert/btm.gif'><img name='btm' src='templates/desert/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='brc' src='templates/desert/brc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td align='right' valign="top"><img src='templates/desert/logo.jpg'></td>
|
||||
</tr>
|
||||
|
||||
<!-- MOTD, Petition und PM -->
|
||||
<tr>
|
||||
<td valign='bottom' align='center' colspan='2' class="motd">| {motd} | {petition} | {mail} | {petitiondisplay}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table border='0' cellpadding='4' cellspacing='0' width='100%'>
|
||||
<tr>
|
||||
<td valign='top' width="182">
|
||||
<table border='0' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td><img name='tlc' src='templates/desert/tlc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
<td width='100%' background='templates/desert/tm.gif'><img name='tm' src='templates/desert/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='trc' src='templates/desert/trc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td background='templates/desert/tlt.gif'>
|
||||
<img name='tlt' src='templates/desert/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td valign='top' bgcolor='#C4BB8A' class='nav'>
|
||||
<div align="center">{nav}</div></td>
|
||||
<td background='templates/desert/trt.gif'><img name='trt' src='templates/desert/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img name='blc' src='templates/desert/blc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
<td background='templates/desert/btm.gif'><img name='btm' src='templates/desert/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='brc' src='templates/desert/brc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td valign='top' width="100%">
|
||||
<table border='0' cellpadding='0' cellspacing='0' width='100%' height='100%'>
|
||||
<tr>
|
||||
<td><img name='tlc' src='templates/desert/tlc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
<td width='100%' background='templates/desert/tm.gif'><img name='tm' src='templates/desert/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='trc' src='templates/desert/trc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr height='100%'>
|
||||
<td background='templates/desert/tlt.gif'><img name='tlt' src='templates/desert/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td valign='top' bgcolor='#C4BB8A' class='headrow'>
|
||||
<table width='100%' border='0' cellspacing='0' cellpadding='0'>
|
||||
<tr>
|
||||
<td valign=top align=left width='100%'>
|
||||
|
||||
<!--!footer-->
|
||||
</td>
|
||||
<td valign=top width='120'>
|
||||
<table width="120" border='0' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td><img name='tlc' src='templates/desert/tlc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
<td width='100%' background='templates/desert/tm.gif'><img name='tm' src='templates/desert/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='trc' src='templates/desert/trc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td background='templates/desert/tlt.gif'><img name='tlt' src='templates/desert/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td valign='top' bgcolor='#C4BB8A'class='nav' align='left' nowrap>{stats} <p> </p> {paypal}</td>
|
||||
<td background='templates/desert/trt.gif'><img name='trt' src='templates/desert/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img name='blc' src='templates/desert/blc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
<td background='templates/desert/btm.gif'><img name='btm' src='templates/desert/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='brc' src='templates/desert/brc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td background='templates/desert/trt.gif'><img name='trt' src='templates/desert/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img name='blc' src='templates/desert/blc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
<td background='templates/desert/btm.gif'><img name='btm' src='templates/desert/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='brc' src='templates/desert/brc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
|
||||
<tr>
|
||||
<td><img name='tlc' src='templates/desert/tlc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
<td width='100%' background='templates/desert/tm.gif'><img name='tm' src='templates/desert/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='trc' src='templates/desert/trc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td background='templates/desert/tlt.gif'><img name='tlt' src='templates/desert/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td valign='top' bgcolor='#C4BB8A'>
|
||||
<table width='100%'>
|
||||
<tr>
|
||||
<td valign='top'>{copyright}<br>Design: Desert Template 1.0<br>© 2005 by Juergen Buschbaum - <a href='http://thedivision.buschbaum.de/' target='_blank'>The DIVISION Dubai</a></td>
|
||||
<td valign='top' align='right'>{source}<br />{version}<br />({pagegen})</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td background='templates/desert/trt.gif'><img name='trt' src='templates/desert/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img name='blc' src='templates/desert/blc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
<td background='templates/desert/btm.gif'><img name='btm' src='templates/desert/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='brc' src='templates/desert/brc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<!--!statstart-->
|
||||
<table cellpadding='2' cellspacing='0' class='charinfo' width='150'>
|
||||
|
||||
<!--!stathead-->
|
||||
<tr><td class='charhead' colspan='2'><b>{title}</b></td></tr>
|
||||
|
||||
<!--!statrow-->
|
||||
<tr><td class='charinfo'><b>{title}</b></td><td class='charinfo'>{value}</td></tr>
|
||||
|
||||
<!--!statbuff-->
|
||||
<tr><td class='charhead' colspan='2'><b>{title}:</b></td></tr><tr><td class='charinfo' colspan='2'>{value}</td></tr>
|
||||
|
||||
<!--!statend-->
|
||||
</table>
|
||||
|
||||
<!--!navhead-->
|
||||
<span class="navhead">• {title} •</span><br clear='all'>
|
||||
|
||||
<!--!navhelp-->
|
||||
<span class="navhelp">{text}</span><br clear='all'>
|
||||
|
||||
<!--!navitem-->
|
||||
<a href="{link}"{accesskey}class='nav' {popup}>{text}</a><br clear='all'>
|
||||
|
||||
<!--!petitioncount-->
|
||||
<table border='0' cellpadding='5' cellspacing='0' align='right'><tr><td>{petitioncount}</td></tr></table>
|
||||
|
||||
<!--!adwrapper-->
|
||||
<table border='0' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td><img src='templates/desert/tlc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
<td background='templates/desert/tm.gif'><img src='templates/desert/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img src='templates/desert/trc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td background='templates/desert/tlt.gif'><img src='templates/desert/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td valign='top' bgcolor='#C4BB8A'>{content}</td>
|
||||
<td background='templates/desert/trt.gif'><img src='templates/desert/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src='templates/desert/blc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
<td background='templates/desert/btm.gif'><img src='templates/desert/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img src='templates/desert/brc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!--!login-->
|
||||
<table border='0' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td><img src='images/logindragon.gif' class='noborder'></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign='center' align='center' class='noborder'>
|
||||
<table border='0'>
|
||||
<tr>
|
||||
<td align='center'>{username}:</td>
|
||||
<td align='center'>{password}:</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input name='name' id='name' accesskey='u' size='10'></td>
|
||||
<td><input name='password' id='password' accesskey='p' type='password' size='10'></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan='2' align='center'><input type='submit' value='{button}' class='button'><br></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!--!loginfull-->
|
||||
<table border='0' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td><img src='images/logindragon.gif' class='noborder'></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign='center' align='center' class='noborder'>
|
||||
<table border='0'>
|
||||
<tr>
|
||||
<td align='center' class='pagetitle'><font color='#ff0000'>Server voll!</font></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
BIN
lotgd-web/lotgd/templates/desert/blc.gif
Executable file
After Width: | Height: | Size: 163 B |
BIN
lotgd-web/lotgd/templates/desert/brc.gif
Executable file
After Width: | Height: | Size: 83 B |
BIN
lotgd-web/lotgd/templates/desert/btm.gif
Executable file
After Width: | Height: | Size: 51 B |
BIN
lotgd-web/lotgd/templates/desert/logindragon.gif
Executable file
After Width: | Height: | Size: 30 KiB |
BIN
lotgd-web/lotgd/templates/desert/logo.jpg
Executable file
After Width: | Height: | Size: 20 KiB |
BIN
lotgd-web/lotgd/templates/desert/spacer.gif
Executable file
After Width: | Height: | Size: 43 B |
BIN
lotgd-web/lotgd/templates/desert/tlc.gif
Executable file
After Width: | Height: | Size: 90 B |
BIN
lotgd-web/lotgd/templates/desert/tlt.gif
Executable file
After Width: | Height: | Size: 51 B |
BIN
lotgd-web/lotgd/templates/desert/tm.gif
Executable file
After Width: | Height: | Size: 52 B |
BIN
lotgd-web/lotgd/templates/desert/trc.gif
Executable file
After Width: | Height: | Size: 90 B |
BIN
lotgd-web/lotgd/templates/desert/trt.gif
Executable file
After Width: | Height: | Size: 51 B |
274
lotgd-web/lotgd/templates/jade.css
Executable file
@ -0,0 +1,274 @@
|
||||
/* CSS Document */
|
||||
|
||||
caption {
|
||||
white-space: nowrap;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
td {
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
|
||||
table.nav {
|
||||
background-color: #003800;
|
||||
border: 1px solid #000000;
|
||||
height: auto;
|
||||
width: 182px;
|
||||
}
|
||||
|
||||
.navhead {
|
||||
text-decoration: none;
|
||||
width: 180px;
|
||||
height: auto;
|
||||
padding: 1px;
|
||||
float: left;
|
||||
line-height: 18px;
|
||||
clear: none;
|
||||
background-color: #003800;
|
||||
font-weight: bold;
|
||||
color: #FFFFFF;
|
||||
cursor: default;
|
||||
text-align: center;
|
||||
font-variant: small-caps;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #D1FFD1;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a.nav {
|
||||
color: #D1FFD1;
|
||||
text-decoration: none;
|
||||
width: 181px;
|
||||
height: auto;
|
||||
float: left;
|
||||
padding: 1px;
|
||||
clear: none;
|
||||
background-color: #003800;
|
||||
border: 1px solid #003800;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.navhelp {
|
||||
text-decoration: none;
|
||||
width: 181px;
|
||||
height: auto;
|
||||
padding: 1px;
|
||||
float: left;
|
||||
clear: none;
|
||||
background-color: #015D01;
|
||||
border: 1px solid #015D01;
|
||||
}
|
||||
|
||||
a:hover.nav {
|
||||
background-color: #015D01;
|
||||
border-top: 1px solid #029402;
|
||||
border-left: 1px solid #029402;
|
||||
border-bottom: 1px solid #013901;
|
||||
border-right: 1px solid #013901;
|
||||
}
|
||||
a.navhilite {
|
||||
text-decoration: none;
|
||||
width: 150px;
|
||||
height: auto;
|
||||
padding: 1px;
|
||||
float: left;
|
||||
clear: none;
|
||||
color:#FFFF00;
|
||||
background-color: #330000;
|
||||
border-top: thin solid #330000;
|
||||
border-bottom: thin solid #330000;
|
||||
border-right: thin none #330000;
|
||||
border-left: thin none #330000;
|
||||
}
|
||||
a:hover.navhilite {
|
||||
background-color: #CC0000;
|
||||
border-top: thin outset #CC0000;
|
||||
border-right: thin none #CC0000;
|
||||
border-bottom: thin outset #CC0000;
|
||||
border-left: thin none #CC0000;
|
||||
}
|
||||
|
||||
|
||||
table {
|
||||
}
|
||||
td.charinfo {
|
||||
border-top-width: 1px;
|
||||
border-top-style: solid;
|
||||
border-top-color: #009900;
|
||||
border-right-style: none;
|
||||
border-bottom-style: none;
|
||||
border-left-style: none;
|
||||
cursor: default;
|
||||
}
|
||||
td.charhead {
|
||||
background-color: #009900;
|
||||
border: none;
|
||||
cursor: default;
|
||||
color: #FFFF00;
|
||||
}
|
||||
table.charinfo {
|
||||
border: none;
|
||||
width: 182px;
|
||||
}
|
||||
td.popupheader {
|
||||
background-color: #333399;
|
||||
background-image: url(../images/headbkg.GIF);
|
||||
height: 20px;
|
||||
}
|
||||
td.noborder {
|
||||
border: none;
|
||||
}
|
||||
table.noborder {
|
||||
border: none;
|
||||
}
|
||||
input {
|
||||
background-color: #015D01;
|
||||
border: 1px solid #013901;
|
||||
color: #CCCCCC;
|
||||
}
|
||||
.button {
|
||||
font-family: verdana,arial,helvetica,sans-serif;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
background-color: #015D01;
|
||||
border-top: 1px solid #029402;
|
||||
border-left: 1px solid #029402;
|
||||
border-right: 1px solid #013901;
|
||||
border-bottom: 1px solid #013901;
|
||||
}
|
||||
.input {
|
||||
background-color: #015D01;
|
||||
border: 1px solid #013901;
|
||||
color: #CCCCCC;
|
||||
}
|
||||
select {
|
||||
background-color: #015D01;
|
||||
border: 1px solid #806B4D;
|
||||
color: #CCCCCC;
|
||||
}
|
||||
table.vitalinfo {
|
||||
background-color: #003300;
|
||||
border: 1px solid #000000;
|
||||
width: 182px;
|
||||
}
|
||||
a.motd {
|
||||
text-decoration: none;
|
||||
color:#D1FFD1;
|
||||
}
|
||||
a:hover.motd {
|
||||
font-weight: normal;
|
||||
color:#FFFF00;
|
||||
}
|
||||
|
||||
a.hotmotd {
|
||||
font-weight: normal;
|
||||
color:#FFFF00;
|
||||
}
|
||||
|
||||
.pagetitle {
|
||||
font-family: "Arial Black", "Courier";
|
||||
font-variant: small-caps;
|
||||
font-size: 20px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.navhi {
|
||||
color: #00FF00;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
td.nav a.thot {
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
height: auto;
|
||||
}
|
||||
td.nav a.t {
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
a.t {
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
border: 1px dotted #0000FF;
|
||||
background-color: #9999FF;
|
||||
color: #FFFFFF;
|
||||
font-size: 7px;
|
||||
text-decoration: none;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
a.thot {
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
border: 1px dotted #FF0000;
|
||||
background-color: #FF9999;
|
||||
color: #FFFFFF;
|
||||
font-size: 7px;
|
||||
text-decoration: none;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
div.debug {
|
||||
background-color: #FFFFFF;
|
||||
color: #000000;
|
||||
border: 1px dotted #000000;
|
||||
width: auto;
|
||||
height: auto;
|
||||
font-size: 10px;
|
||||
}
|
||||
.colDkBlue { color: #0000FF; }
|
||||
.colDkGreen { color: #00B000; }
|
||||
.colDkCyan { color: #00B0B0; }
|
||||
.colDkRed { color: #BB0000; }
|
||||
.colDkMagenta { color: #B000CC; }
|
||||
.colDkYellow { color: #B0B000; }
|
||||
.colDkWhite { color: #B0B0B0; }
|
||||
.colLtBlue { color: #6262FF; }
|
||||
.colLtGreen { color: #00FF00; }
|
||||
.colLtCyan { color: #00FFFF; }
|
||||
.colLtRed { color: #FF2222; }
|
||||
.colLtMagenta { color: #FF00FF; }
|
||||
.colLtYellow { color: #FFFF00; }
|
||||
.colLtWhite { color: #FFFFFF; }
|
||||
.colLtBlack { color: #777777; }
|
||||
.colDkOrange { color: #995500; }
|
||||
.colLtOrange { color: #FF9900; }
|
||||
.colBlue { color: #0070FF; }
|
||||
.colLime { color: #DDFFBB; }
|
||||
.colBlack { color: #000000; }
|
||||
.colRose { color: #EEBBEE; }
|
||||
.colblueviolet { color: #9A5BEE; }
|
||||
.coliceviolet { color: #AABBEE; }
|
||||
.colLtBrown { color: #F8DB83; }
|
||||
.colDkBrown { color: #6b563f; }
|
||||
.colXLtGreen { color: #aaff99; }
|
||||
.colAttention { background-color: #00FF00; color: #FF0000; }
|
||||
.colWhiteBlack { background-color: #FFFFFF; color: #000000; }
|
||||
.colBack { background-color: #00FFFF; color: #000000; }
|
||||
.colbeige { color: #F5F5DC; }
|
||||
.colkhaki { color: #F0E68C; }
|
||||
.coldarkkhaki { color: #BDB76B; }
|
||||
.colaquamarine { color: #7FFFD4; }
|
||||
.coldarkseagreen { color: #8FBC8F; }
|
||||
.collightsalmon { color: #FFA07A; }
|
||||
.colsalmon { color: #FA8072; }
|
||||
.colwheat { color: #F5DEB3; }
|
||||
.coltan { color: #D2B48C; }.colLtLinkBlue { color: #0099FF; }
|
||||
.colDkLinkBlue { color: #006BB3; }
|
||||
.colDkRust { color: #8D6060; }
|
||||
.colLtRust { color: #B07878; }
|
||||
.colMdBlue { color: #0000F0; }
|
||||
.colMdGrey { color: #DDDDDD; }
|
||||
.colburlywood { color: #DEB887; }
|
||||
.trhead { background-color:#006600; color:#FFFFFF; }
|
||||
.trlight { background-color:#004000; }
|
||||
.trdark { background-color:#003000; }
|
||||
.trhilight { background-color: #333333; }
|
307
lotgd-web/lotgd/templates/jade.htm
Executable file
@ -0,0 +1,307 @@
|
||||
<!--!popuphead-->
|
||||
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
|
||||
<html>
|
||||
<head>
|
||||
<title>{title}</title>
|
||||
<link href='templates/jade.css' rel='stylesheet' type='text/css'>
|
||||
{headscript}{script}
|
||||
</head>
|
||||
<body bgcolor='#003800' text="#CCCCCC">
|
||||
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
|
||||
<tr>
|
||||
<td>
|
||||
<table border='0' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td><img name='tlc' src='templates/jade/tlc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
<td background='templates/jade/tm.gif'><img name='tm' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='trc' src='templates/jade/trc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td background='templates/jade/tlt.gif'><img name='tlt' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td valign='top' bgcolor='#003800'><span class='pagetitle'>• {title}</span></td>
|
||||
<td background='templates/jade/trt.gif'><img name='trt' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img name='blc' src='templates/jade/blc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
<td background='templates/jade/btm.gif'><img name='btm' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='brc' src='templates/jade/brc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
|
||||
<tr>
|
||||
<td><img name='tlc' src='templates/jade/tlc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
<td width='100%' background='templates/jade/tm.gif'><img name='tm' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='trc' src='templates/jade/trc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td background='templates/jade/tlt.gif'><img name='tlt' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td valign='top' bgcolor='#003800' class='headrow'>
|
||||
<!--!popupfoot-->
|
||||
</td>
|
||||
<td background='templates/jade/trt.gif'><img name='trt' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img name='blc' src='templates/jade/blc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
<td background='templates/jade/btm.gif'><img name='btm' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='brc' src='templates/jade/brc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
|
||||
<tr>
|
||||
<td><img name='tlc' src='templates/jade/tlc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
<td width='100%' background='templates/jade/tm.gif'><img name='tm' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='trc' src='templates/jade/trc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td background='templates/jade/tlt.gif'><img name='tlt' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td valign='top' bgcolor='#003800'>
|
||||
<table width='100%'>
|
||||
<tr valign='top'>
|
||||
<td>{copyright}</td>
|
||||
<td align='right'>Design: Jade Template © Josh Canning 2004 of <a href='http://hfs.cjb.net/' target='_blank'>HFS</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td background='templates/jade/trt.gif'><img name='trt' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img name='blc' src='templates/jade/blc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
<td background='templates/jade/btm.gif'><img name='btm' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='brc' src='templates/jade/brc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!--!header-->
|
||||
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
|
||||
<html>
|
||||
<head>
|
||||
<title>{title}</title>
|
||||
<link href='templates/jade.css' rel='stylesheet' type='text/css'>
|
||||
{headscript}{script}
|
||||
</head>
|
||||
<body bgcolor='#003800' text="#CCCCCC">
|
||||
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
|
||||
<tr>
|
||||
<td>
|
||||
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
|
||||
<tr>
|
||||
<td nowrap valign='top'>
|
||||
<table border='0' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td><img name='tlc' src='templates/jade/tlc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
<td background='templates/jade/tm.gif'><img name='tm' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='trc' src='templates/jade/trc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td background='templates/jade/tlt.gif'><img name='tlt' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td valign='top' bgcolor='#003800' nowrap><span class='pagetitle'>• {title}</span></td>
|
||||
<td background='templates/jade/trt.gif'><img name='trt' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img name='blc' src='templates/jade/blc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
<td background='templates/jade/btm.gif'><img name='btm' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='brc' src='templates/jade/brc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td align='right' valign="top"><img src='templates/jade/logo.jpg'></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign='top' colspan='2'>
|
||||
<div style="float: left;">{headerad}</div>
|
||||
<div align="right">{motd} | {mail} | {petition}<br>{petitiondisplay}<br></div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table border='0' cellpadding='4' cellspacing='0' width='100%'>
|
||||
<tr>
|
||||
<td valign='top' width="182">
|
||||
<table border='0' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td><img name='tlc' src='templates/jade/tlc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
<td width='100%' background='templates/jade/tm.gif'><img name='tm' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='trc' src='templates/jade/trc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td background='templates/jade/tlt.gif'><img name='tlt' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td valign='top' bgcolor='#003800' class='nav'><div style='position: relative; top: -15;' align='center'>{navad}</div><div align="center">{nav}</div></td>
|
||||
<td background='templates/jade/trt.gif'><img name='trt' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img name='blc' src='templates/jade/blc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
<td background='templates/jade/btm.gif'><img name='btm' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='brc' src='templates/jade/brc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td valign='top' width="100%">
|
||||
<table border='0' cellpadding='0' cellspacing='0' width='100%' height='100%'>
|
||||
<tr>
|
||||
<td><img name='tlc' src='templates/jade/tlc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
<td width='100%' background='templates/jade/tm.gif'><img name='tm' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='trc' src='templates/jade/trc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr height='100%'>
|
||||
<td background='templates/jade/tlt.gif'><img name='tlt' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td valign='top' bgcolor='#003800' class='headrow'>
|
||||
<table width='100%' border='0' cellspacing='0' cellpadding='0'>
|
||||
<tr>
|
||||
<td valign=top align=left width='100%'><div style="float: right">{verticalad}</div>{bodyad}
|
||||
<!--!footer-->
|
||||
</td>
|
||||
<td valign=top width='120'>
|
||||
<table width="120" border='0' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td><img name='tlc' src='templates/jade/tlc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
<td width='100%' background='templates/jade/tm.gif'><img name='tm' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='trc' src='templates/jade/trc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td background='templates/jade/tlt.gif'><img name='tlt' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td valign='top' bgcolor='#003800'class='nav' align='left' nowrap>{stats} <p> </p> {paypal}</td>
|
||||
<td background='templates/jade/trt.gif'><img name='trt' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img name='blc' src='templates/jade/blc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
<td background='templates/jade/btm.gif'><img name='btm' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='brc' src='templates/jade/brc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td background='templates/jade/trt.gif'><img name='trt' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img name='blc' src='templates/jade/blc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
<td background='templates/jade/btm.gif'><img name='btm' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='brc' src='templates/jade/brc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
|
||||
<tr>
|
||||
<td><img name='tlc' src='templates/jade/tlc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
<td width='100%' background='templates/jade/tm.gif'><img name='tm' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='trc' src='templates/jade/trc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td background='templates/jade/tlt.gif'><img name='tlt' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td valign='top' bgcolor='#003800'>
|
||||
<table width='100%'>
|
||||
<tr>
|
||||
<td valign='top'> {copyright}Design: Jade Template © Josh Canning 2004 of <a href='http://hfs.cjb.net/' target='_blank'>HFS</a></td>
|
||||
<td valign='top' align='right'>{source}<br />{version}<br />({pagegen})</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td background='templates/jade/trt.gif'><img name='trt' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img name='blc' src='templates/jade/blc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
<td background='templates/jade/btm.gif'><img name='btm' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='brc' src='templates/jade/brc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!--!statstart-->
|
||||
<table cellpadding='2' cellspacing='0' class='charinfo' width='150'>
|
||||
<!--!stathead-->
|
||||
<tr><td class='charhead' colspan='2'><b>{title}</b></td></tr>
|
||||
<!--!statrow-->
|
||||
<tr><td class='charinfo'><b>{title}</b></td><td class='charinfo'>{value}</td></tr>
|
||||
<!--!statbuff-->
|
||||
<tr><td class='charhead' colspan='2'><b>{title}:</b></td></tr><tr><td class='charinfo' colspan='2'>{value}</td></tr>
|
||||
<!--!statend-->
|
||||
</table>
|
||||
<!--!navhead-->
|
||||
<span class="navhead">—{title}—</span><br clear='all'>
|
||||
<!--!navhelp-->
|
||||
<span class="navhelp">{text}</span><br clear='all'>
|
||||
<!--!navitem-->
|
||||
<a href="{link}"{accesskey}class='nav' {popup}>{text}</a><br clear='all'>
|
||||
<!--!petitioncount-->
|
||||
<table border='0' cellpadding='5' cellspacing='0' align='right'><tr><td>{petitioncount}</td></tr></table>
|
||||
<!--!adwrapper-->
|
||||
<table border='0' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td><img src='templates/jade/tlc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
<td background='templates/jade/tm.gif'><img src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img src='templates/jade/trc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td background='templates/jade/tlt.gif'><img src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td valign='top' bgcolor='#003800'>{content}</td>
|
||||
<td background='templates/jade/trt.gif'><img src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src='templates/jade/blc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
<td background='templates/jade/btm.gif'><img src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img src='templates/jade/brc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
</tr>
|
||||
</table>
|
||||
<!--!login-->
|
||||
<table border='0' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td><img src='images/logindragon.gif' class='noborder'></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign='center' align='center' class='noborder'>
|
||||
<table border='0'>
|
||||
<tr>
|
||||
<td align='center'><font color='#ffff00'>{username}:</font></td>
|
||||
<td align='center'><font color='#ffff00'>{password}:</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input name='name' id='name' accesskey='u' size='10'></td>
|
||||
<td><input name='password' id='password' accesskey='p' type='password' size='10'></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan='2' align='center'><input type='submit' value='{button}' class='button'><br></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!--!loginfull-->
|
||||
<table border='0' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td><img src='images/logindragon.gif' class='noborder'></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign='center' align='center' class='noborder'>
|
||||
<table border='0'>
|
||||
<tr>
|
||||
<td align='center'><font color='#ff0000'>Server Full!</font></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
BIN
lotgd-web/lotgd/templates/jade/blc.gif
Executable file
After Width: | Height: | Size: 101 B |
BIN
lotgd-web/lotgd/templates/jade/brc.gif
Executable file
After Width: | Height: | Size: 105 B |
BIN
lotgd-web/lotgd/templates/jade/btm.gif
Executable file
After Width: | Height: | Size: 37 B |
BIN
lotgd-web/lotgd/templates/jade/logo.jpg
Executable file
After Width: | Height: | Size: 11 KiB |
BIN
lotgd-web/lotgd/templates/jade/spacer.gif
Executable file
After Width: | Height: | Size: 43 B |
BIN
lotgd-web/lotgd/templates/jade/tlc.gif
Executable file
After Width: | Height: | Size: 189 B |
BIN
lotgd-web/lotgd/templates/jade/tlt.gif
Executable file
After Width: | Height: | Size: 37 B |
BIN
lotgd-web/lotgd/templates/jade/tm.gif
Executable file
After Width: | Height: | Size: 85 B |
BIN
lotgd-web/lotgd/templates/jade/trc.gif
Executable file
After Width: | Height: | Size: 190 B |
BIN
lotgd-web/lotgd/templates/jade/trt.gif
Executable file
After Width: | Height: | Size: 37 B |
273
lotgd-web/lotgd/templates/mer.css
Executable file
@ -0,0 +1,273 @@
|
||||
/* CSS Document */
|
||||
caption {
|
||||
white-space: nowrap;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
}
|
||||
td {
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
table.nav {
|
||||
background-color: #55FF55;
|
||||
border: 1px solid #000000;
|
||||
height: auto;
|
||||
width: 182px;
|
||||
}
|
||||
|
||||
.navhead {
|
||||
text-decoration: none;
|
||||
width: 180px;
|
||||
height: auto;
|
||||
padding: 1px;
|
||||
line-height: 18px;
|
||||
float: left;
|
||||
clear: none;
|
||||
background-color: #000033;
|
||||
font-weight: bold;
|
||||
color: #33CCFF;
|
||||
cursor: default;
|
||||
text-align: center;
|
||||
font-variant: small-caps;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #33CCFF;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a.nav {
|
||||
color: #CCFFFF;
|
||||
text-decoration: none;
|
||||
width: 181px;
|
||||
height: auto;
|
||||
padding: 1px;
|
||||
float: left;
|
||||
clear: none;
|
||||
background-color: #003737;
|
||||
border: 1px solid #003737;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.navhelp {
|
||||
text-decoration: none;
|
||||
width: 181px;
|
||||
height: auto;
|
||||
padding: 1px;
|
||||
float: left;
|
||||
clear: none;
|
||||
background-color: #01015D;
|
||||
border: 1px solid #01015D;
|
||||
}
|
||||
|
||||
a:hover.nav {
|
||||
background-color: #000033;
|
||||
border-top: 1px solid #000033;
|
||||
border-left: 1px solid #000033;
|
||||
border-bottom: 1px solid #000033;
|
||||
border-right: 1px solid #000033;
|
||||
color: #CCFFFF;
|
||||
}
|
||||
a.navhilite {
|
||||
text-decoration: none;
|
||||
width: 150px;
|
||||
height: auto;
|
||||
padding: 1px;
|
||||
float: right;
|
||||
clear: none;
|
||||
color:#0000FF;
|
||||
background-color: #000033;
|
||||
border-top: thin solid #000033;
|
||||
border-bottom: thin solid #000033;
|
||||
border-right: thin none #000033;
|
||||
border-left: thin none #000033;
|
||||
}
|
||||
a:hover.navhilite {
|
||||
background-color: #006699;
|
||||
border-top: thin outset #006699;
|
||||
border-right: thin none #006699;
|
||||
border-bottom: thin outset #006699;
|
||||
border-left: thin none #006699;
|
||||
}
|
||||
|
||||
|
||||
table {
|
||||
}
|
||||
td.charinfo {
|
||||
border-top-width: 1px;
|
||||
border-top-style: solid;
|
||||
border-top-color: #003737;
|
||||
border-right-style: none;
|
||||
border-bottom-style: none;
|
||||
border-left-style: none;
|
||||
cursor: default;
|
||||
|
||||
}
|
||||
td.charhead {
|
||||
background-color: #000033;
|
||||
border: none;
|
||||
cursor: default;
|
||||
}
|
||||
table.charinfo {
|
||||
border: none;
|
||||
width: 182px;
|
||||
color: #33CCFF;
|
||||
}
|
||||
td.popupheader {
|
||||
background-color: #333399;
|
||||
background-image: url(../images/headbkg.GIF);
|
||||
height: 20px;
|
||||
}
|
||||
td.noborder {
|
||||
border: none;
|
||||
}
|
||||
table.noborder {
|
||||
border: none;
|
||||
}
|
||||
input {
|
||||
background-color: #000033;
|
||||
border: 1px solid #000033;
|
||||
color: #33CCFF;
|
||||
}
|
||||
.button {
|
||||
font-family: verdana,arial,helvetica,sans-serif;
|
||||
font-size: 12px;
|
||||
color: #33CCFF;
|
||||
background-color: #000033;
|
||||
border-top: 1px solid #000066;
|
||||
border-left: 1px solid #000066;
|
||||
border-right: 1px solid #000000;
|
||||
border-bottom: 1px solid #000000;
|
||||
}
|
||||
.input {
|
||||
background-color: #000033;
|
||||
border: 1px solid #000033;
|
||||
color: #33CCFF;
|
||||
}
|
||||
select {
|
||||
background-color: #000033;
|
||||
border: 1px solid #000033;
|
||||
color: #33CCFF;
|
||||
}
|
||||
table.vitalinfo {
|
||||
background-color: #000033;
|
||||
border: 1px solid #000000;
|
||||
width: 182px;
|
||||
}
|
||||
a.motd {
|
||||
text-decoration: none;
|
||||
color:#0099CC;
|
||||
}
|
||||
a:hover.motd {
|
||||
font-weight: normal;
|
||||
color:#FFFFFF;
|
||||
}
|
||||
|
||||
a.hotmotd {
|
||||
font-weight: normal;
|
||||
color:#00FF00;
|
||||
}
|
||||
|
||||
.pagetitle {
|
||||
font-family: "Arial Black", "Courier";
|
||||
font-variant: small-caps;
|
||||
font-size: 20px;
|
||||
color: #CCFFFF;
|
||||
}
|
||||
.navhi {
|
||||
color: #33BBCC;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
td.nav a.thot {
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
height: auto;
|
||||
}
|
||||
td.nav a.t {
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
a.t {
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
border: 1px dotted #0000FF;
|
||||
background-color: #9999FF;
|
||||
color: #FFFFFF;
|
||||
font-size: 7px;
|
||||
text-decoration: none;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
a.thot {
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
border: 1px dotted #0000FF;
|
||||
background-color: #9999FF;
|
||||
color: #FFFFFF;
|
||||
font-size: 7px;
|
||||
text-decoration: none;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
div.debug {
|
||||
background-color: #FFFFFF;
|
||||
color: #000000;
|
||||
border: 1px dotted #000000;
|
||||
width: auto;
|
||||
height: auto;
|
||||
font-size: 10px;
|
||||
}
|
||||
.colDkBlue { color: #0000FF; }
|
||||
.colDkGreen { color: #00B000; }
|
||||
.colDkCyan { color: #00B0B0; }
|
||||
.colDkRed { color: #BB0000; }
|
||||
.colDkMagenta { color: #B000CC; }
|
||||
.colDkYellow { color: #B0B000; }
|
||||
.colDkWhite { color: #B0B0B0; }
|
||||
.colLtBlue { color: #6262FF; }
|
||||
.colLtGreen { color: #00FF00; }
|
||||
.colLtCyan { color: #00FFFF; }
|
||||
.colLtRed { color: #FF2222; }
|
||||
.colLtMagenta { color: #FF00FF; }
|
||||
.colLtYellow { color: #FFFF00; }
|
||||
.colLtWhite { color: #FFFFFF; }
|
||||
.colLtBlack { color: #777777; }
|
||||
.colDkOrange { color: #995500; }
|
||||
.colLtOrange { color: #FF9900; }
|
||||
.colBlue { color: #0070FF; }
|
||||
.colLime { color: #DDFFBB; }
|
||||
.colBlack { color: #000000; }
|
||||
.colRose { color: #EEBBEE; }
|
||||
.colblueviolet { color: #9A5BEE; }
|
||||
.coliceviolet { color: #AABBEE; }
|
||||
.colLtBrown { color: #F8DB83; }
|
||||
.colDkBrown { color: #6b563f; }
|
||||
.colXLtGreen { color: #aaff99; }
|
||||
.colAttention { background-color: #00FF00; color: #FF0000; }
|
||||
.colWhiteBlack { background-color: #FFFFFF; color: #000000; }
|
||||
.colBack { background-color: #00FFFF; color: #000000; }
|
||||
.colbeige { color: #F5F5DC; }
|
||||
.colkhaki { color: #F0E68C; }
|
||||
.coldarkkhaki { color: #BDB76B; }
|
||||
.colaquamarine { color: #7FFFD4; }
|
||||
.coldarkseagreen { color: #8FBC8F; }
|
||||
.collightsalmon { color: #FFA07A; }
|
||||
.colsalmon { color: #FA8072; }
|
||||
.colwheat { color: #F5DEB3; }
|
||||
.coltan { color: #D2B48C; }.colLtLinkBlue { color: #0099FF; }
|
||||
.colDkLinkBlue { color: #006BB3; }
|
||||
.colDkRust { color: #8D6060; }
|
||||
.colLtRust { color: #B07878; }
|
||||
.colMdBlue { color: #0000F0; }
|
||||
.colMdGrey { color: #DDDDDD; }
|
||||
.colburlywood { color: #DEB887; }
|
||||
.trhead { background-color:#000033; color:#FFFFFF; }
|
||||
.trlight { background-color:#000040; }
|
||||
.trdark { background-color:#000030; }
|
||||
.trhilight { background-color: #333333; }
|
306
lotgd-web/lotgd/templates/mer.htm
Executable file
@ -0,0 +1,306 @@
|
||||
<!--!popuphead-->
|
||||
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
|
||||
<html>
|
||||
<head>
|
||||
<title>{title}</title>
|
||||
<link href='templates/mer.css' rel='stylesheet' type='text/css'>
|
||||
{headscript}{script}
|
||||
</head>
|
||||
<body bgcolor='#003737' text="#CCCCCC">
|
||||
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
|
||||
<tr>
|
||||
<td>
|
||||
<table border='0' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td><img name='tlc' src='templates/mer/tlc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
<td background='templates/mer/tm.gif'><img name='tm' src='templates/mer/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='trc' src='templates/mer/trc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td background='templates/mer/tlt.gif'><img name='tlt' src='templates/mer/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td valign='top' bgcolor='#003737'><span class='pagetitle'>• {title}</span></td>
|
||||
<td background='templates/mer/trt.gif'><img name='trt' src='templates/mer/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img name='blc' src='templates/mer/blc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
<td background='templates/mer/btm.gif'><img name='btm' src='templates/mer/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='brc' src='templates/mer/brc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
|
||||
<tr>
|
||||
<td><img name='tlc' src='templates/mer/tlc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
<td width='100%' background='templates/mer/tm.gif'><img name='tm' src='templates/mer/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='trc' src='templates/mer/trc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td background='templates/mer/tlt.gif'><img name='tlt' src='templates/mer/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td valign='top' bgcolor='#003737' class='headrow'>
|
||||
<!--!popupfoot-->
|
||||
</td>
|
||||
<td background='templates/mer/trt.gif'><img name='trt' src='templates/mer/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img name='blc' src='templates/mer/blc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
<td background='templates/mer/btm.gif'><img name='btm' src='templates/mer/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='brc' src='templates/mer/brc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
|
||||
<tr>
|
||||
<td><img name='tlc' src='templates/mer/tlc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
<td width='100%' background='templates/mer/tm.gif'><img name='tm' src='templates/mer/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='trc' src='templates/mer/trc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td background='templates/mer/tlt.gif'><img name='tlt' src='templates/mer/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td valign='top' bgcolor='#003737'>
|
||||
<table width='100%'>
|
||||
<tr valign='top'>
|
||||
<td>{copyright}</td>
|
||||
<td align='right'>Design: Mer Template © 2005 Shannon Brown <br>based on Jade Template by Josh Canning of <a href='http://hfs.cjb.net/' target='_blank'>HFS</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td background='templates/mer/trt.gif'><img name='trt' src='templates/mer/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img name='blc' src='templates/mer/blc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
<td background='templates/mer/btm.gif'><img name='btm' src='templates/mer/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='brc' src='templates/mer/brc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!--!header-->
|
||||
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
|
||||
<html>
|
||||
<head>
|
||||
<title>{title}</title>
|
||||
<link href='templates/mer.css' rel='stylesheet' type='text/css'>
|
||||
{headscript}{script}
|
||||
</head>
|
||||
<body bgcolor='#003737' text="#CCCCCC">
|
||||
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
|
||||
<tr>
|
||||
<td>
|
||||
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
|
||||
<tr>
|
||||
<td nowrap valign='top'>
|
||||
<table border='0' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td><img name='tlc' src='templates/mer/tlc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
<td background='templates/mer/tm.gif'><img name='tm' src='templates/mer/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='trc' src='templates/mer/trc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td background='templates/mer/tlt.gif'><img name='tlt' src='templates/mer/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td valign='top' bgcolor='#003737' nowrap><span class='pagetitle'>• {title}</span></td>
|
||||
<td background='templates/mer/trt.gif'><img name='trt' src='templates/mer/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img name='blc' src='templates/mer/blc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
<td background='templates/mer/btm.gif'><img name='btm' src='templates/mer/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='brc' src='templates/mer/brc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td align='right' valign="top"><img src='templates/mer/logo.jpg'></td>
|
||||
</tr>
|
||||
<td valign='top' colspan='2'>
|
||||
<div style="float: left;">{headerad}</div>
|
||||
<div align='right'>{motd} | {mail} | {petition}<br>{petitiondisplay}<br></div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table border='0' cellpadding='4' cellspacing='0' width='100%'>
|
||||
<tr>
|
||||
<td valign='top' width="182">
|
||||
<table border='0' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td><img name='tlc' src='templates/mer/tlc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
<td width='100%' background='templates/mer/tm.gif'><img name='tm' src='templates/mer/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='trc' src='templates/mer/trc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td background='templates/mer/tlt.gif'><img name='tlt' src='templates/mer/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td valign='top' bgcolor='#003737' class='nav'><div style='position: relative; top: -15;' align='center'>{navad}</div><div align='center'> {nav} </div></td>
|
||||
<td background='templates/mer/trt.gif'><img name='trt' src='templates/mer/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img name='blc' src='templates/mer/blc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
<td background='templates/mer/btm.gif'><img name='btm' src='templates/mer/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='brc' src='templates/mer/brc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td valign='top' width="100%">
|
||||
<table border='0' cellpadding='0' cellspacing='0' width='100%' height='100%'>
|
||||
<tr>
|
||||
<td><img name='tlc' src='templates/mer/tlc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
<td width='100%' background='templates/mer/tm.gif'><img name='tm' src='templates/mer/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='trc' src='templates/mer/trc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr height='100%'>
|
||||
<td background='templates/mer/tlt.gif'><img name='tlt' src='templates/mer/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td valign='top' bgcolor='#003737' class='headrow'>
|
||||
<table width='100%' border='0' cellspacing='0' cellpadding='0'>
|
||||
<tr>
|
||||
<td valign=top align=left width='100%'><div style="float: right">{verticalad}</div>{bodyad}
|
||||
<!--!footer-->
|
||||
</td>
|
||||
<td valign=top width='120'>
|
||||
<table width="120" border='0' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td><img name='tlc' src='templates/mer/tlc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
<td width='100%' background='templates/mer/tm.gif'><img name='tm' src='templates/mer/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='trc' src='templates/mer/trc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td background='templates/mer/tlt.gif'><img name='tlt' src='templates/mer/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td valign='top' bgcolor='#003737'class='nav' align='left' nowrap>{stats} <p> </p> {paypal}</td>
|
||||
<td background='templates/mer/trt.gif'><img name='trt' src='templates/mer/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img name='blc' src='templates/mer/blc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
<td background='templates/mer/btm.gif'><img name='btm' src='templates/mer/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='brc' src='templates/mer/brc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td background='templates/mer/trt.gif'><img name='trt' src='templates/mer/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img name='blc' src='templates/mer/blc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
<td background='templates/mer/btm.gif'><img name='btm' src='templates/mer/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='brc' src='templates/mer/brc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
|
||||
<tr>
|
||||
<td><img name='tlc' src='templates/mer/tlc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
<td width='100%' background='templates/mer/tm.gif'><img name='tm' src='templates/mer/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='trc' src='templates/mer/trc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td background='templates/mer/tlt.gif'><img name='tlt' src='templates/mer/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td valign='top' bgcolor='#003737'>
|
||||
<table width='100%'>
|
||||
<tr>
|
||||
<td valign='top'> {copyright}Design: Mer Template © 2005 Shannon Brown <br>based on Jade Template by Josh Canning of <a href='http://hfs.cjb.net/' target='_blank'>HFS</a></td>
|
||||
<td valign='top' align='right'>{source}<br />{version}<br />({pagegen})</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td background='templates/mer/trt.gif'><img name='trt' src='templates/mer/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img name='blc' src='templates/mer/blc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
<td background='templates/mer/btm.gif'><img name='btm' src='templates/mer/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='brc' src='templates/mer/brc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!--!statstart-->
|
||||
<table cellpadding='2' cellspacing='0' class='charinfo' width='150'>
|
||||
<!--!stathead-->
|
||||
<tr><td class='charhead' colspan='2'><b>{title}</b></td></tr>
|
||||
<!--!statrow-->
|
||||
<tr><td class='charinfo'><b>{title}</b></td><td class='charinfo'>{value}</td></tr>
|
||||
<!--!statbuff-->
|
||||
<tr><td class='charhead' colspan='2'><b>{title}:</b></td></tr><tr><td class='charinfo' colspan='2'>{value}</td></tr>
|
||||
<!--!statend-->
|
||||
</table>
|
||||
<!--!navhead-->
|
||||
<span class="navhead">—{title}—</span><br clear='all'>
|
||||
<!--!navhelp-->
|
||||
<span class="navhelp">{text}</span><br clear='all'>
|
||||
<!--!navitem-->
|
||||
<a href="{link}"{accesskey}class='nav' {popup}>{text}</a><br clear='all'>
|
||||
<!--!petitioncount-->
|
||||
<table border='0' cellpadding='5' cellspacing='0' align='right'><tr><td>{petitioncount}</td></tr></table>
|
||||
<!--!adwrapper-->
|
||||
<table border='0' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td><img src='templates/mer/tlc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
<td background='templates/mer/tm.gif'><img src='templates/mer/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img src='templates/mer/trc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td background='templates/mer/tlt.gif'><img src='templates/mer/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td valign='top' bgcolor='#003737'>{content}</td>
|
||||
<td background='templates/mer/trt.gif'><img src='templates/mer/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src='templates/mer/blc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
<td background='templates/mer/btm.gif'><img src='templates/mer/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img src='templates/mer/brc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
</tr>
|
||||
</table>
|
||||
<!--!login-->
|
||||
<table border='0' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td><img src='images/logindragon.gif' class='noborder'></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign='center' align='center' class='noborder'>
|
||||
<table border='0'>
|
||||
<tr>
|
||||
<td align='center'><font color='#ffff00'>{username}:</font></td>
|
||||
<td align='center'><font color='#ffff00'>{password}:</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input name='name' id='name' accesskey='u' size='10'></td>
|
||||
<td><input name='password' id='password' accesskey='p' type='password' size='10'></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan='2' align='center'><input type='submit' value='{button}' class='button'><br></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!--!loginfull-->
|
||||
<table border='0' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td><img src='images/logindragon.gif' class='noborder'></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign='center' align='center' class='noborder'>
|
||||
<table border='0'>
|
||||
<tr>
|
||||
<td align='center'><font color='#ff0000'>Server Full!</font></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
BIN
lotgd-web/lotgd/templates/mer/blc.gif
Executable file
After Width: | Height: | Size: 109 B |
BIN
lotgd-web/lotgd/templates/mer/brc.gif
Executable file
After Width: | Height: | Size: 113 B |
BIN
lotgd-web/lotgd/templates/mer/btm.gif
Executable file
After Width: | Height: | Size: 63 B |
BIN
lotgd-web/lotgd/templates/mer/logo.jpg
Executable file
After Width: | Height: | Size: 20 KiB |
BIN
lotgd-web/lotgd/templates/mer/spacer.gif
Executable file
After Width: | Height: | Size: 43 B |
BIN
lotgd-web/lotgd/templates/mer/tlc.gif
Executable file
After Width: | Height: | Size: 197 B |
BIN
lotgd-web/lotgd/templates/mer/tlt.gif
Executable file
After Width: | Height: | Size: 63 B |
BIN
lotgd-web/lotgd/templates/mer/tm.gif
Executable file
After Width: | Height: | Size: 92 B |
BIN
lotgd-web/lotgd/templates/mer/trc.gif
Executable file
After Width: | Height: | Size: 134 B |
BIN
lotgd-web/lotgd/templates/mer/trt.gif
Executable file
After Width: | Height: | Size: 63 B |
271
lotgd-web/lotgd/templates/mourn.css
Executable file
@ -0,0 +1,271 @@
|
||||
/* CSS Document */
|
||||
caption {
|
||||
white-space: nowrap;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
}
|
||||
td {
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
table.nav {
|
||||
background-color: #1c1c1c;
|
||||
border: 1px solid #000000;
|
||||
height: auto;
|
||||
width: 182px;
|
||||
}
|
||||
|
||||
.navhead {
|
||||
text-decoration: none;
|
||||
width: 180px;
|
||||
height: auto;
|
||||
padding: 1px;
|
||||
float: left;
|
||||
line-height: 18px;
|
||||
clear: none;
|
||||
background-color: #666666;
|
||||
font-weight: bold;
|
||||
color: #FFFFFF;
|
||||
cursor: default;
|
||||
text-align: center;
|
||||
font-variant: small-caps;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #7777A1;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a.nav {
|
||||
color: #7777A1;
|
||||
text-decoration: none;
|
||||
width: 181px;
|
||||
height: auto;
|
||||
float: left;
|
||||
padding: 1px;
|
||||
clear: none;
|
||||
background-color: #1c1c1c;
|
||||
border: 1px solid #1c1c1c;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.navhelp {
|
||||
text-decoration: none;
|
||||
width: 181px;
|
||||
height: auto;
|
||||
padding: 1px;
|
||||
float: left;
|
||||
clear: none;
|
||||
background-color: #1c1c1c;
|
||||
border: 1px solid #1c1c1c;
|
||||
}
|
||||
|
||||
a:hover.nav {
|
||||
background-color: #333333;
|
||||
border-top: 1px solid #000000;
|
||||
border-left: 1px solid #000000;
|
||||
border-bottom: 1px solid #202020;
|
||||
border-right: 1px solid #202020;
|
||||
}
|
||||
a.navhilite {
|
||||
text-decoration: none;
|
||||
width: 150px;
|
||||
height: auto;
|
||||
padding: 1px;
|
||||
float: left;
|
||||
clear: none;
|
||||
color:#FFFFFF;
|
||||
background-color: #333333;
|
||||
border-top: thin solid #333333;
|
||||
border-bottom: thin solid #333333;
|
||||
border-right: thin none #333333;
|
||||
border-left: thin none #333333;
|
||||
}
|
||||
a:hover.navhilite {
|
||||
background-color: #CCCCCC;
|
||||
border-top: thin outset #CCCCCC;
|
||||
border-right: thin none #CCCCCC;
|
||||
border-bottom: thin outset #CCCCCC;
|
||||
border-left: thin none #CCCCCC;
|
||||
}
|
||||
|
||||
|
||||
table {
|
||||
}
|
||||
td.charinfo {
|
||||
border-top-width: 1px;
|
||||
border-top-style: solid;
|
||||
border-top-color: #999999;
|
||||
border-right-style: none;
|
||||
border-bottom-style: none;
|
||||
border-left-style: none;
|
||||
cursor: default;
|
||||
}
|
||||
td.charhead {
|
||||
background-color: #666666;
|
||||
border: none;
|
||||
cursor: default;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
table.charinfo {
|
||||
border: none;
|
||||
width: 182px;
|
||||
}
|
||||
td.popupheader {
|
||||
background-color: #333333;
|
||||
background-image: url(../images/headbkg.GIF);
|
||||
height: 20px;
|
||||
}
|
||||
td.noborder {
|
||||
border: none;
|
||||
}
|
||||
table.noborder {
|
||||
border: none;
|
||||
}
|
||||
input {
|
||||
background-color: #010120;
|
||||
border: 1px solid #010118;
|
||||
color: #CCCCCC;
|
||||
}
|
||||
.button {
|
||||
font-family: verdana,arial,helvetica,sans-serif;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
background-color: #010120;
|
||||
border-top: 1px solid #020230;
|
||||
border-left: 1px solid #020230;
|
||||
border-right: 1px solid #010118;
|
||||
border-bottom: 1px solid #010118;
|
||||
}
|
||||
.input {
|
||||
background-color: #010120;
|
||||
border: 1px solid #010118;
|
||||
color: #CCCCCC;
|
||||
}
|
||||
select {
|
||||
background-color: #010120;
|
||||
border: 1px solid #999999;
|
||||
color: #CCCCCC;
|
||||
}
|
||||
table.vitalinfo {
|
||||
background-color: #333333;
|
||||
border: 1px solid #000000;
|
||||
width: 182px;
|
||||
}
|
||||
a.motd {
|
||||
text-decoration: none;
|
||||
color:#D1D1FF;
|
||||
}
|
||||
a:hover.motd {
|
||||
font-weight: normal;
|
||||
color:#FFFFFF;
|
||||
}
|
||||
|
||||
a.hotmotd {
|
||||
font-weight: normal;
|
||||
color:#FFFFFF;
|
||||
}
|
||||
|
||||
.pagetitle {
|
||||
font-family: "Arial Black", "Courier";
|
||||
font-variant: small-caps;
|
||||
font-size: 20px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.navhi {
|
||||
color: #FFFFFF;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
td.nav a.thot {
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
height: auto;
|
||||
}
|
||||
td.nav a.t {
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
a.t {
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
border: 1px dotted #FFFFFF;
|
||||
background-color: #999999;
|
||||
color: #FFFFFF;
|
||||
font-size: 7px;
|
||||
text-decoration: none;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
a.thot {
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
border: 1px dotted #FFFFFF;
|
||||
background-color: #666666;
|
||||
color: #FFFFFF;
|
||||
font-size: 7px;
|
||||
text-decoration: none;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
div.debug {
|
||||
background-color: #FFFFFF;
|
||||
color: #000000;
|
||||
border: 1px dotted #000000;
|
||||
width: auto;
|
||||
height: auto;
|
||||
font-size: 10px;
|
||||
}
|
||||
.colDkBlue { color: #333388; }
|
||||
.colDkGreen { color: #338833; }
|
||||
.colDkCyan { color: #338888; }
|
||||
.colDkRed { color: #883333; }
|
||||
.colDkMagenta { color: #883388; }
|
||||
.colDkYellow { color: #888833; }
|
||||
.colDkWhite { color: #666666; }
|
||||
.colLtBlue { color: #666688; }
|
||||
.colLtGreen { color: #668866; }
|
||||
.colLtCyan { color: #668888; }
|
||||
.colLtRed { color: #886666; }
|
||||
.colLtMagenta { color: #886688; }
|
||||
.colLtYellow { color: #888866; }
|
||||
.colLtWhite { color: #888888; }
|
||||
.colLtBlack { color: #444444; }
|
||||
.colDkOrange { color: #664433; }
|
||||
.colLtOrange { color: #665544; }
|
||||
.colBlue { color: #0070FF; }
|
||||
.colLime { color: #DDFFBB; }
|
||||
.colBlack { color: #000000; }
|
||||
.colRose { color: #EEBBEE; }
|
||||
.colblueviolet { color: #9A5BEE; }
|
||||
.coliceviolet { color: #AABBEE; }
|
||||
.colLtBrown { color: #F8DB83; }
|
||||
.colDkBrown { color: #6b563f; }
|
||||
.colXLtGreen { color: #aaff99; }
|
||||
.colAttention { background-color: #00FF00; color: #FF0000; }
|
||||
.colWhiteBlack { background-color: #FFFFFF; color: #000000; }
|
||||
.colBack { background-color: #00FFFF; color: #000000; }
|
||||
.colbeige { color: #F5F5DC; }
|
||||
.colkhaki { color: #F0E68C; }
|
||||
.coldarkkhaki { color: #BDB76B; }
|
||||
.colaquamarine { color: #7FFFD4; }
|
||||
.coldarkseagreen { color: #8FBC8F; }
|
||||
.collightsalmon { color: #FFA07A; }
|
||||
.colsalmon { color: #FA8072; }
|
||||
.colwheat { color: #F5DEB3; }
|
||||
.coltan { color: #D2B48C; }.colLtLinkBlue { color: #0099FF; }
|
||||
.colDkLinkBlue { color: #006BB3; }
|
||||
.colDkRust { color: #8D6060; }
|
||||
.colLtRust { color: #B07878; }
|
||||
.colMdBlue { color: #0000F0; }
|
||||
.colMdGrey { color: #DDDDDD; }
|
||||
.colburlywood { color: #DEB887; }
|
||||
.trhead { background-color:#666666; color:#FFFFFF; }
|
||||
.trlight { background-color:#404040; }
|
||||
.trdark { background-color:#303030; }
|
||||
.trhilight { background-color: #333333; }
|
307
lotgd-web/lotgd/templates/mourn.htm
Executable file
@ -0,0 +1,307 @@
|
||||
<!--!popuphead-->
|
||||
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
|
||||
<html>
|
||||
<head>
|
||||
<title>{title}</title>
|
||||
<link href='templates/mourn.css' rel='stylesheet' type='text/css'>
|
||||
{headscript}{script}
|
||||
</head>
|
||||
<body bgcolor='#1c1c1c' text="#999999">
|
||||
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
|
||||
<tr>
|
||||
<td>
|
||||
<table border='0' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td><img name='tlc' src='templates/mourn/tlc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
<td background='templates/mourn/tm.gif'><img name='tm' src='templates/mourn/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='trc' src='templates/mourn/trc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td background='templates/mourn/tlt.gif'><img name='tlt' src='templates/mourn/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td valign='top' bgcolor='#1c1c1c'><span class='pagetitle'>• {title}</span><br>Rest in Peace, Lady Liberty</td>
|
||||
<td background='templates/mourn/trt.gif'><img name='trt' src='templates/mourn/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img name='blc' src='templates/mourn/blc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
<td background='templates/mourn/btm.gif'><img name='btm' src='templates/mourn/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='brc' src='templates/mourn/brc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
|
||||
<tr>
|
||||
<td><img name='tlc' src='templates/mourn/tlc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
<td width='100%' background='templates/mourn/tm.gif'><img name='tm' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='trc' src='templates/mourn/trc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td background='templates/mourn/tlt.gif'><img name='tlt' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td valign='top' bgcolor='#1c1c1c' class='headrow'>
|
||||
<!--!popupfoot-->
|
||||
</td>
|
||||
<td background='templates/mourn/trt.gif'><img name='trt' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img name='blc' src='templates/mourn/blc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
<td background='templates/mourn/btm.gif'><img name='btm' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='brc' src='templates/mourn/brc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
|
||||
<tr>
|
||||
<td><img name='tlc' src='templates/mourn/tlc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
<td width='100%' background='templates/mourn/tm.gif'><img name='tm' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='trc' src='templates/mourn/trc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td background='templates/mourn/tlt.gif'><img name='tlt' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td valign='top' bgcolor='#1c1c1c'>
|
||||
<table width='100%'>
|
||||
<tr valign='top'>
|
||||
<td>{copyright}</td>
|
||||
<td align='right'>Design: Mourn Template © JT Traub, base on Jade by Josh Canning 2004 of <a href='http://hfs.cjb.net/' target='_blank'>HFS</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td background='templates/mourn/trt.gif'><img name='trt' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img name='blc' src='templates/mourn/blc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
<td background='templates/mourn/btm.gif'><img name='btm' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='brc' src='templates/mourn/brc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!--!header-->
|
||||
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
|
||||
<html>
|
||||
<head>
|
||||
<title>{title}</title>
|
||||
<link href='templates/mourn.css' rel='stylesheet' type='text/css'>
|
||||
{headscript}{script}
|
||||
</head>
|
||||
<body bgcolor='#1c1c1c' text="#999999">
|
||||
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
|
||||
<tr>
|
||||
<td>
|
||||
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
|
||||
<tr>
|
||||
<td nowrap valign='top'>
|
||||
<table border='0' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td><img name='tlc' src='templates/mourn/tlc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
<td background='templates/mourn/tm.gif'><img name='tm' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='trc' src='templates/mourn/trc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td background='templates/mourn/tlt.gif'><img name='tlt' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td valign='top' bgcolor='#1c1c1c' nowrap><span class='pagetitle'>• {title}</span><br>Rest in Peace, Lady Liberty</td>
|
||||
<td background='templates/mourn/trt.gif'><img name='trt' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img name='blc' src='templates/mourn/blc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
<td background='templates/mourn/btm.gif'><img name='btm' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='brc' src='templates/mourn/brc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td align='right' valign="top"><img src='templates/mourn/logo.jpg'></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign='top' colspan='2'>
|
||||
<div style="float: left;">{headerad}</div>
|
||||
<div align="right">{motd} | {mail} | {petition}<br>{petitiondisplay}<br></div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table border='0' cellpadding='4' cellspacing='0' width='100%'>
|
||||
<tr>
|
||||
<td valign='top' width="182">
|
||||
<table border='0' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td><img name='tlc' src='templates/mourn/tlc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
<td width='100%' background='templates/mourn/tm.gif'><img name='tm' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='trc' src='templates/mourn/trc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td background='templates/mourn/tlt.gif'><img name='tlt' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td valign='top' bgcolor='#1c1c1c' class='nav'><div style='position: relative; top: -15;' align='center'>{navad}</div><div align="center">{nav}</div></td>
|
||||
<td background='templates/mourn/trt.gif'><img name='trt' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img name='blc' src='templates/mourn/blc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
<td background='templates/mourn/btm.gif'><img name='btm' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='brc' src='templates/mourn/brc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td valign='top' width="100%">
|
||||
<table border='0' cellpadding='0' cellspacing='0' width='100%' height='100%'>
|
||||
<tr>
|
||||
<td><img name='tlc' src='templates/mourn/tlc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
<td width='100%' background='templates/mourn/tm.gif'><img name='tm' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='trc' src='templates/mourn/trc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr height='100%'>
|
||||
<td background='templates/mourn/tlt.gif'><img name='tlt' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td valign='top' bgcolor='#1c1c1c' class='headrow'>
|
||||
<table width='100%' border='0' cellspacing='0' cellpadding='0'>
|
||||
<tr>
|
||||
<td valign=top align=left width='100%'><div style="float: right">{verticalad}</div>{bodyad}
|
||||
<!--!footer-->
|
||||
</td>
|
||||
<td valign=top width='120'>
|
||||
<table width="120" border='0' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td><img name='tlc' src='templates/mourn/tlc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
<td width='100%' background='templates/mourn/tm.gif'><img name='tm' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='trc' src='templates/mourn/trc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td background='templates/mourn/tlt.gif'><img name='tlt' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td valign='top' bgcolor='#1c1c1c'class='nav' align='left' nowrap>{stats} <p> </p> {paypal}</td>
|
||||
<td background='templates/mourn/trt.gif'><img name='trt' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img name='blc' src='templates/mourn/blc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
<td background='templates/mourn/btm.gif'><img name='btm' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='brc' src='templates/mourn/brc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td background='templates/mourn/trt.gif'><img name='trt' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img name='blc' src='templates/mourn/blc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
<td background='templates/mourn/btm.gif'><img name='btm' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='brc' src='templates/mourn/brc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
|
||||
<tr>
|
||||
<td><img name='tlc' src='templates/mourn/tlc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
<td width='100%' background='templates/mourn/tm.gif'><img name='tm' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='trc' src='templates/mourn/trc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td background='templates/mourn/tlt.gif'><img name='tlt' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td valign='top' bgcolor='#1c1c1c'>
|
||||
<table width='100%'>
|
||||
<tr>
|
||||
<td valign='top'> {copyright}Design: Mourn Template © JT Traub, based on Jade by Josh Canning 2004 of <a href='http://hfs.cjb.net/' target='_blank'>HFS</a></td>
|
||||
<td valign='top' align='right'>{source}<br />{version}<br />({pagegen})</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td background='templates/mourn/trt.gif'><img name='trt' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img name='blc' src='templates/mourn/blc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
<td background='templates/mourn/btm.gif'><img name='btm' src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img name='brc' src='templates/mourn/brc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!--!statstart-->
|
||||
<table cellpadding='2' cellspacing='0' class='charinfo' width='150'>
|
||||
<!--!stathead-->
|
||||
<tr><td class='charhead' colspan='2'><b>{title}</b></td></tr>
|
||||
<!--!statrow-->
|
||||
<tr><td class='charinfo'><b>{title}</b></td><td class='charinfo'>{value}</td></tr>
|
||||
<!--!statbuff-->
|
||||
<tr><td class='charhead' colspan='2'><b>{title}:</b></td></tr><tr><td class='charinfo' colspan='2'>{value}</td></tr>
|
||||
<!--!statend-->
|
||||
</table>
|
||||
<!--!navhead-->
|
||||
<span class="navhead">—{title}—</span><br clear='all'>
|
||||
<!--!navhelp-->
|
||||
<span class="navhelp">{text}</span><br clear='all'>
|
||||
<!--!navitem-->
|
||||
<a href="{link}"{accesskey}class='nav' {popup}>{text}</a><br clear='all'>
|
||||
<!--!petitioncount-->
|
||||
<table border='0' cellpadding='5' cellspacing='0' align='right'><tr><td>{petitioncount}</td></tr></table>
|
||||
<!--!adwrapper-->
|
||||
<table border='0' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td><img src='templates/mourn/tlc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
<td background='templates/mourn/tm.gif'><img src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img src='templates/mourn/trc.gif' width='10' height='15' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td background='templates/mourn/tlt.gif'><img src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td valign='top' bgcolor='#1c1c1c'>{content}</td>
|
||||
<td background='templates/mourn/trt.gif'><img src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src='templates/mourn/blc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
<td background='templates/mourn/btm.gif'><img src='templates/jade/spacer.gif' width='1' height='1' border='0' alt=''></td>
|
||||
<td><img src='templates/mourn/brc.gif' width='10' height='12' border='0' alt=''></td>
|
||||
</tr>
|
||||
</table>
|
||||
<!--!login-->
|
||||
<table border='0' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td><img src='images/logindragon.gif' class='noborder'></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign='center' align='center' class='noborder'>
|
||||
<table border='0'>
|
||||
<tr>
|
||||
<td align='center'><font color='#dddddd'>{username}:</font></td>
|
||||
<td align='center'><font color='#dddddd'>{password}:</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input name='name' id='name' accesskey='u' size='10'></td>
|
||||
<td><input name='password' id='password' accesskey='p' type='password' size='10'></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan='2' align='center'><input type='submit' value='{button}' class='button'><br></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!--!loginfull-->
|
||||
<table border='0' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td><img src='images/logindragon.gif' class='noborder'></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign='center' align='center' class='noborder'>
|
||||
<table border='0'>
|
||||
<tr>
|
||||
<td align='center'><font color='#ffffff'>Server Full!</font></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
BIN
lotgd-web/lotgd/templates/mourn/blc.gif
Executable file
After Width: | Height: | Size: 837 B |
BIN
lotgd-web/lotgd/templates/mourn/brc.gif
Executable file
After Width: | Height: | Size: 843 B |
BIN
lotgd-web/lotgd/templates/mourn/btm.gif
Executable file
After Width: | Height: | Size: 804 B |
BIN
lotgd-web/lotgd/templates/mourn/logo.jpg
Executable file
After Width: | Height: | Size: 1.8 KiB |
BIN
lotgd-web/lotgd/templates/mourn/spacer.gif
Executable file
After Width: | Height: | Size: 807 B |
BIN
lotgd-web/lotgd/templates/mourn/tlc.gif
Executable file
After Width: | Height: | Size: 882 B |
BIN
lotgd-web/lotgd/templates/mourn/tlt.gif
Executable file
After Width: | Height: | Size: 804 B |
BIN
lotgd-web/lotgd/templates/mourn/tm.gif
Executable file
After Width: | Height: | Size: 812 B |
BIN
lotgd-web/lotgd/templates/mourn/trc.gif
Executable file
After Width: | Height: | Size: 887 B |
BIN
lotgd-web/lotgd/templates/mourn/trt.gif
Executable file
After Width: | Height: | Size: 804 B |
174
lotgd-web/lotgd/templates/redmond.css
Executable file
@ -0,0 +1,174 @@
|
||||
/* CSS Document */
|
||||
caption {
|
||||
white-space: nowrap;
|
||||
font-family: Tahoma, Arial, Helvetica, sans-serif;
|
||||
font-size: 11px;
|
||||
}
|
||||
td {
|
||||
font-family: Tahoma, Arial, Helvetica, sans-serif;
|
||||
font-size: 11px;
|
||||
}
|
||||
a{
|
||||
color: #003399;
|
||||
}
|
||||
a:hover {
|
||||
color: #FF0000;
|
||||
}
|
||||
a.nav {
|
||||
color: #003399;
|
||||
}
|
||||
a.nav:hover {
|
||||
color: #FF0000;
|
||||
}
|
||||
.navhelp {
|
||||
text-decoration: none;
|
||||
color: #003399;
|
||||
cursor: default;
|
||||
display: table;
|
||||
}
|
||||
.navhead {
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
color: #330000;
|
||||
cursor: default;
|
||||
display: table;
|
||||
}
|
||||
a.motd {
|
||||
text-decoration: none;
|
||||
color:#FFFFFF;
|
||||
background-color: #000000;
|
||||
}
|
||||
a.motd:hover {
|
||||
color: #FF0000;
|
||||
background-color: #000000;
|
||||
}
|
||||
a.hotmotd {
|
||||
text-decoration: none;
|
||||
color:#FF0000;
|
||||
background-color: #000000;
|
||||
}
|
||||
td.charinfo {
|
||||
border-top-width: 1px;
|
||||
border-top-style: solid;
|
||||
border-top-color: #999999;
|
||||
border-right-style: none;
|
||||
border-bottom-style: none;
|
||||
border-left-style: none;
|
||||
cursor: default;
|
||||
}
|
||||
td.charhead {
|
||||
background-color: #1478EB;
|
||||
color: #FFFFFF;
|
||||
font-weight: bold;
|
||||
cursor: default;
|
||||
}
|
||||
table.charinfo { border: none; }
|
||||
td.pageheader { background-color: #000066; }
|
||||
td.noborder { border: none; }
|
||||
table.noborder { border: none; }
|
||||
input {
|
||||
background-color: #FFFFFF;
|
||||
border: 1px solid #999999;
|
||||
color: #000000;
|
||||
}
|
||||
.input {
|
||||
background-color: #FFFFFF;
|
||||
border: 1px solid #999999;
|
||||
color: #000000;
|
||||
}
|
||||
select {
|
||||
background-color: #FFFFFF;
|
||||
border: 1px solid #999999;
|
||||
color: #000000;
|
||||
}
|
||||
td.nav a.thot {
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
height: auto;
|
||||
}
|
||||
td.nav a.t {
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
height: auto;
|
||||
}
|
||||
a.t {
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
border: 1px dotted #0000FF;
|
||||
background-color: #9999FF;
|
||||
color: #FFFFFF;
|
||||
font-size: 7px;
|
||||
text-decoration: none;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
a.thot {
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
border: 1px dotted #FF0000;
|
||||
background-color: #FF9999;
|
||||
color: #FFFFFF;
|
||||
font-size: 7px;
|
||||
text-decoration: none;
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
div.debug {
|
||||
background-color: #F0FFF0;
|
||||
color: #003366;
|
||||
border: 1px dotted #000000;
|
||||
width: auto;
|
||||
height: auto;
|
||||
font-size: 10px;
|
||||
}
|
||||
.navhi { color: #000000; }
|
||||
.colDkBlue { color: #000033; }
|
||||
.colDkGreen { color: #003300; }
|
||||
.colDkCyan { color: #003333; }
|
||||
.colDkRed { color: #330000; }
|
||||
.colDkMagenta { color: #330033; }
|
||||
.colDkYellow { color: #333300; }
|
||||
.colDkWhite { color: #666666; }
|
||||
.colLtBlue { color: #000099; }
|
||||
.colLtGreen { color: #009900; }
|
||||
.colLtCyan { color: #009999; }
|
||||
.colLtRed { color: #990000; }
|
||||
.colLtMagenta { color: #990099; }
|
||||
.colLtYellow { color: #999900; }
|
||||
.colLtWhite { color: #333333; }
|
||||
.colLtBlack { color: #999999; }
|
||||
.colDkOrange { color: #994400; }
|
||||
.colLtOrange { color: #FF9900; }
|
||||
.colBlue { color: #0070FF; }
|
||||
.colLime { color: #DDFFBB; }
|
||||
.colBlack { color: #000000; }
|
||||
.colRose { color: #EEBBEE; }
|
||||
.colbeige { color: #F5F5DC; }
|
||||
.colkhaki { color: #F0E68C; }
|
||||
.coldarkkhaki { color: #BDB76B; }
|
||||
.colaquamarine { color: #7FFFD4; }
|
||||
.coldarkseagreen { color: #8FBC8F; }
|
||||
.collightsalmon { color: #FFA07A; }
|
||||
.colsalmon { color: #FA8072; }
|
||||
.colwheat { color: #F5DEB3; }
|
||||
.coltan { color: #D2B48C; }.colblueviolet { color: #9A5BEE; }
|
||||
.coliceviolet { color: #AABBEE; }
|
||||
.colLtBrown { color: #F8DB83; }
|
||||
.colDkBrown { color: #6b563f; }
|
||||
.colXLtGreen { color: #aaff99; }
|
||||
.colAttention { background-color: #00FF00; color: #FF0000; }
|
||||
.colWhiteBlack { background-color: #FFFFFF; color: #000000; }
|
||||
.colBack { background-color: #00FFFF; color: #000000; }
|
||||
.colLtLinkBlue { color: #0099FF; }
|
||||
.colDkLinkBlue { color: #006BB3; }
|
||||
.colDkRust { color: #8D6060; }
|
||||
.colLtRust { color: #B07878; }
|
||||
.colMdBlue { color: #0000F0; }
|
||||
.colMdGrey { color: #DDDDDD; }
|
||||
.colburlywood { color: #DEB887; }
|
||||
.trhead { background-color:#006699; color:#FFFFFF; }
|
||||
.trlight { background-color:#FFFFFF; }
|
||||
.trdark { background-color:#F0F0F0; }
|
||||
.trhilight { background-color:#999999; }
|
157
lotgd-web/lotgd/templates/redmond.htm
Executable file
@ -0,0 +1,157 @@
|
||||
<!--!popuphead-->
|
||||
<html>
|
||||
<head>
|
||||
<title>{title}</title>
|
||||
<link href="templates/redmond.css" rel="stylesheet" type="text/css">
|
||||
{headscript}{script}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr bgcolor="#1478EB">
|
||||
<td colspan="2" valign="top">
|
||||
<table border="0" cellpadding="0" cellspacing="0" width="100%">
|
||||
|
||||
<tr>
|
||||
<td><img src="templates/redmond/title.gif" width="260" height="60"></td>
|
||||
<td align="right" valign="top">
|
||||
<table border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td><img src="templates/redmond/curvey.GIF" width="16" height="20" alt=''></td>
|
||||
<td nowrap bgcolor="#000000" style="color:#FFFFFF;"> {title} </td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td valign="top" bgcolor="#F1F1F1" width='30'> </td>
|
||||
<td valign='top'>
|
||||
<!--!popupfoot-->
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" width='30'> </td>
|
||||
<td align="right" nowrap>{copyright}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!--!header-->
|
||||
<html>
|
||||
<head>
|
||||
<title>{title}</title>
|
||||
<link href="templates/redmond.css" rel="stylesheet" type="text/css">
|
||||
{headscript}{script}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr bgcolor="#1478EB">
|
||||
<td colspan="2" valign="top">
|
||||
<table border="0" cellpadding="0" cellspacing="0" width="100%">
|
||||
|
||||
<tr>
|
||||
<td valign='bottom' width='260'><img src="templates/redmond/title.gif" width="260" height="60"></td>
|
||||
<td align="center" width='100%'>{headerad}</td>
|
||||
<td align="right" valign="top">
|
||||
<table border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td><img src="templates/redmond/curvey.GIF" width="16" height="20" alt=''></td>
|
||||
<td nowrap bgcolor="#000000" style="color:#FFFFFF;"> {motd} | </td>
|
||||
<td nowrap bgcolor="#000000" style="color:#FFFFFF;"> {mail} | </td>
|
||||
|
||||
<td nowrap bgcolor="#000000" style="color:#FFFFFF;"> {petition} </td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td valign="top" bgcolor="#F1F1F1"><img src="images/trans.gif" width="150" height="1"> <table border="0" cellspacing="7" cellpadding="0">
|
||||
<tr>
|
||||
<td class="nav"><div align='center'>{navad}</div><p>{nav}</p><p>{stats}</p><p>{source}</p><p>{petitiondisplay}</p></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
|
||||
<td width="100%" valign='top'>
|
||||
<table border="0" cellspacing="7" cellpadding="0" width="100%">
|
||||
<tr>
|
||||
<td><table align='right' border='0'><tr><td>{paypal}{verticalad}</td></tr></table>{bodyad}
|
||||
<!--!footer-->
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
<td align="left">{version}</td>
|
||||
<td align="right" nowrap>{copyright} ({pagegen})</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<!--!statstart--><table cellpadding=2 cellspacing=0 class='charinfo' width='150'>
|
||||
<!--!stathead--><tr><td class='charhead' colspan='2'><b>{title}</b></td></tr>
|
||||
<!--!statrow--><tr><td class='charinfo'><b>{title}</b></td><td class='charinfo'>{value}</td></tr>
|
||||
<!--!statbuff--><tr><td class='charhead' colspan='2'><b>{title}</b></td></tr>
|
||||
<tr><td class='charinfo' colspan='2'>{value}</td></tr>
|
||||
<!--!statend--></table>
|
||||
<!--!navhead--><span class="navhead">—{title}—<br></span>
|
||||
<!--!navhelp--><span class="navhelp">{text}<br></span>
|
||||
<!--!navitem--><a href="{link}"{accesskey}class='nav' {popup}>{text}<br></a>
|
||||
<!--!petitioncount--><table border='0' cellpadding='0' cellspacing='0'><tr><td>{petitioncount}</td></tr></table>
|
||||
<!--!adwrapper-->
|
||||
<table cellpadding=3 cellspacing=0>
|
||||
<tr><td>{content}</td></tr>
|
||||
</table>
|
||||
<!--!login-->
|
||||
<table border='0' width="50%" cellpadding='0' cellspacing='0' bgcolor="#3366CC">
|
||||
<tr>
|
||||
<td><img src="templates/redmond/ul.gif" width="9" height="9" alt=""></td>
|
||||
<td><img src="images/trans.gif" width="1" height="1" alt=""></td>
|
||||
<td align="right"><img src="templates/redmond/ur.gif" width="9" height="9" alt=""></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign='bottom' align='center' class='noborder' colspan="3">
|
||||
<font color="#FFFFFF">{username}:</font><br><input name='name' id="name" accesskey='u' size='10'><br>
|
||||
|
||||
<font color="#FFFFFF">{password}:</font><br><input name='password' id="password" accesskey='p' type='password' size='10'><br>
|
||||
<input type='submit' value='{button}' class='button'><br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="templates/redmond/ll.gif" width="9" height="9" alt=""></td>
|
||||
<td><img src="images/trans.gif" width="1" height="1" alt=""></td>
|
||||
<td align="right"><img src="templates/redmond/lr.gif" width="9" height="9" alt=""></td>
|
||||
|
||||
</tr>
|
||||
</table>
|
||||
<!--!loginfull-->
|
||||
<table border='0' width="50%" cellpadding='0' cellspacing='0' bgcolor="#3366CC">
|
||||
<tr>
|
||||
<td><img src="templates/redmond/ul.gif" width="9" height="9" alt=""></td>
|
||||
<td><img src="images/trans.gif" width="1" height="1" alt=""></td>
|
||||
<td align="right"><img src="templates/redmond/ur.gif" width="9" height="9" alt=""></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign='bottom' align='center' class='noborder' colspan="3">
|
||||
<font color="#FFFFFF"><B>
|
||||
<br>Server<br><br>full!<br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="templates/redmond/ll.gif" width="9" height="9" alt=""></td>
|
||||
<td><img src="images/trans.gif" width="1" height="1" alt=""></td>
|
||||
<td align="right"><img src="templates/redmond/lr.gif" width="9" height="9" alt=""></td>
|
||||
|
||||
</tr>
|
||||
</table>
|
BIN
lotgd-web/lotgd/templates/redmond/curvey.GIF
Executable file
After Width: | Height: | Size: 139 B |
BIN
lotgd-web/lotgd/templates/redmond/ll.gif
Executable file
After Width: | Height: | Size: 58 B |
BIN
lotgd-web/lotgd/templates/redmond/lr.gif
Executable file
After Width: | Height: | Size: 59 B |
BIN
lotgd-web/lotgd/templates/redmond/title.gif
Executable file
After Width: | Height: | Size: 4.4 KiB |
BIN
lotgd-web/lotgd/templates/redmond/ul.gif
Executable file
After Width: | Height: | Size: 59 B |
BIN
lotgd-web/lotgd/templates/redmond/ur.gif
Executable file
After Width: | Height: | Size: 59 B |