PolyMarauder
02-01-2005, 03:22 PM
I have a fixed forum and I found that some of the templates were showing up all funky with my site so I have started to redo them myself. As I finish each one I will try to post it up on here in case anyone else wants my versions if your having the same problem.
Remember these are just the ?templates? not the php files!
Battle (template)
<!-- Template by PolyMarauder - www.GamingArtist.com -->
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<!-- end no cache headers -->
<title>$vboptions[bbtitle] - Battle</title>
<style type="text/css">
<!--
.style2 {font-size: x-large}
-->
</style><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
$headinclude
</head>
<body>
$header
$navbar
<form name="enterbattle" method="post" action="battlefight.php?action=enterbattle">
<td width="100%" valign="top">
<p align="center" class="style2">Welcome to the Arena</p>
<br/>
<table width="80%" height="40" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#cccccc" style="border-collapse: collapse">
<tr>
<td width="100%"><p align="center"><a href="battle.php?action=newbattle">Start a Battle</a> - <a href="battle.php?action=browse">Current Battles</a> - <a href="battle.php?action=showbattlestats">Hall of Honor </a> - <a href="battle.php?action=showuserstats">Your Stats</a> </p></td>
</tr>
</table>
<br/>
<br/>
<table align="center" border="1" cellspacing="0" style="border-collapse: collapse" bordercolor="#cccccc" width="200" height="56" cellpadding="2"> <tr>
<td width="250%"><div align="center">Enter Battle Number</div></td>
</tr>
<tr>
<td><div align="center">
<input type="text" class="input" name="battlenumber" size="12" maxlength="10">
</div></td>
</tr>
<tr>
<td><div align="center">Enter Battle Password</div></td>
</tr>
<tr>
<td><div align="center">
<input type="text" class="input" name="battlekey" size="12" maxlength="50">
</div></td>
</tr>
<tr>
<td><div align="center">
<input type="submit" class="input" name="Fight!" value="Fight!">
</div></td>
</tr>
</table>
<br/>
</form>
$footer
</body>
</html>
Looks like this...
http://img182.exs.cx/img182/931/battle5gt.th.gif (http://img182.exs.cx/my.php?loc=img182&image=battle5gt.gif)
Remember these are just the ?templates? not the php files!
Battle (template)
<!-- Template by PolyMarauder - www.GamingArtist.com -->
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<!-- end no cache headers -->
<title>$vboptions[bbtitle] - Battle</title>
<style type="text/css">
<!--
.style2 {font-size: x-large}
-->
</style><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
$headinclude
</head>
<body>
$header
$navbar
<form name="enterbattle" method="post" action="battlefight.php?action=enterbattle">
<td width="100%" valign="top">
<p align="center" class="style2">Welcome to the Arena</p>
<br/>
<table width="80%" height="40" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#cccccc" style="border-collapse: collapse">
<tr>
<td width="100%"><p align="center"><a href="battle.php?action=newbattle">Start a Battle</a> - <a href="battle.php?action=browse">Current Battles</a> - <a href="battle.php?action=showbattlestats">Hall of Honor </a> - <a href="battle.php?action=showuserstats">Your Stats</a> </p></td>
</tr>
</table>
<br/>
<br/>
<table align="center" border="1" cellspacing="0" style="border-collapse: collapse" bordercolor="#cccccc" width="200" height="56" cellpadding="2"> <tr>
<td width="250%"><div align="center">Enter Battle Number</div></td>
</tr>
<tr>
<td><div align="center">
<input type="text" class="input" name="battlenumber" size="12" maxlength="10">
</div></td>
</tr>
<tr>
<td><div align="center">Enter Battle Password</div></td>
</tr>
<tr>
<td><div align="center">
<input type="text" class="input" name="battlekey" size="12" maxlength="50">
</div></td>
</tr>
<tr>
<td><div align="center">
<input type="submit" class="input" name="Fight!" value="Fight!">
</div></td>
</tr>
</table>
<br/>
</form>
$footer
</body>
</html>
Looks like this...
http://img182.exs.cx/img182/931/battle5gt.th.gif (http://img182.exs.cx/my.php?loc=img182&image=battle5gt.gif)