OSDN Git Service

Small update to iDB Theme System.
authorKazuki Przyborowski <kazuki.przyborowski@gmail.com>
Thu, 4 Dec 2008 02:31:39 +0000 (02:31 +0000)
committerKazuki Przyborowski <kazuki.przyborowski@gmail.com>
Thu, 4 Dec 2008 02:31:39 +0000 (02:31 +0000)
git-svn-id: svn://svn.code.sf.net/p/intdb/svn/trunk@198 2b68903e-0b30-0410-9a39-a2e4f3c5be39

inc/pm.php
inc/profilemain.php
inc/versioninfo.php
themes/Gray/css.css
themes/iDB/css.css

index 2867c33..8a18ca4 100644 (file)
@@ -11,7 +11,7 @@
     Copyright 2004-2008 Cool Dude 2k - http://idb.berlios.de/
     Copyright 2004-2008 Game Maker 2k - http://intdb.sourceforge.net/
 
-    $FileInfo: pm.php - Last Update: 12/01/2008 SVN 196 - Author: cooldude2k $
+    $FileInfo: pm.php - Last Update: 12/03/2008 SVN 198 - Author: cooldude2k $
 */
 $File3Name = basename($_SERVER['SCRIPT_NAME']);
 if ($File3Name=="pm.php"||$File3Name=="/pm.php") {
@@ -31,20 +31,20 @@ if($_GET['act']=="view"||$_GET['act']=="viewsent"||$_GET['act']=="read") {
 <table class="Table3">
 <tr style="width: 100%; vertical-align: top;">
        <td style="width: 15%; vertical-align: top;">
-       <div class="Table1Border">
-       <table id="MessengerLinks" class="Table1" style="width: 100%; text-align: left; vertical-align: top;">
-<tr class="TableRow1">
-<td class="TableColumn1"><?php echo $ThemeSet['TitleIcon']; ?>Messenger</td>
-</tr><tr class="TableRow2">
-<td class="TableColumn2">&nbsp;</td>
-</tr><tr class="TableRow3">
-<td class="TableColumn3"><a href="<?php echo url_maker($exfile['messenger'],$Settings['file_ext'],"act=view&page=1",$Settings['qstr'],$Settings['qsep'],$prexqstr['messenger'],$exqstr['messenger']); ?>">View MailBox</a></td>
-</tr><tr class="TableRow3">
-<td class="TableColumn3"><a href="<?php echo url_maker($exfile['messenger'],$Settings['file_ext'],"act=viewsent&page=1",$Settings['qstr'],$Settings['qsep'],$prexqstr['messenger'],$exqstr['messenger']); ?>">View SentBox</a></td>
-</tr><tr class="TableRow3">
-<td class="TableColumn3"><a href="<?php echo url_maker($exfile['messenger'],$Settings['file_ext'],"act=create",$Settings['qstr'],$Settings['qsep'],$prexqstr['messenger'],$exqstr['messenger']); ?>">Send Message</a></td>
-</tr><tr class="TableRow4">
-<td class="TableColumn4">&nbsp;</td>
+       <div class="TableSMenuBorder">
+       <table id="MessengerLinks" class="TableSMenu" style="width: 100%; text-align: left; vertical-align: top;">
+<tr class="TableSMenuRow1">
+<td class="TableSMenuColumn1"><?php echo $ThemeSet['TitleIcon']; ?>Messenger</td>
+</tr><tr class="TableSMenuRow2">
+<td class="TableSMenuColumn2">&nbsp;</td>
+</tr><tr class="TableSMenuRow3">
+<td class="TableSMenuColumn3"><a href="<?php echo url_maker($exfile['messenger'],$Settings['file_ext'],"act=view&page=1",$Settings['qstr'],$Settings['qsep'],$prexqstr['messenger'],$exqstr['messenger']); ?>">View MailBox</a></td>
+</tr><tr class="TableSMenuRow3">
+<td class="TableSMenuColumn3"><a href="<?php echo url_maker($exfile['messenger'],$Settings['file_ext'],"act=viewsent&page=1",$Settings['qstr'],$Settings['qsep'],$prexqstr['messenger'],$exqstr['messenger']); ?>">View SentBox</a></td>
+</tr><tr class="TableSMenuRow3">
+<td class="TableSMenuColumn3"><a href="<?php echo url_maker($exfile['messenger'],$Settings['file_ext'],"act=create",$Settings['qstr'],$Settings['qsep'],$prexqstr['messenger'],$exqstr['messenger']); ?>">Send Message</a></td>
+</tr><tr class="TableSMenuRow4">
+<td class="TableSMenuColumn4">&nbsp;</td>
 </tr></table></div>
 </td>
        <td style="width: 85%; vertical-align: top;">
@@ -131,25 +131,25 @@ $pstring = $pstring."... <a href=\"".url_maker($exfile['messenger'],$Settings['f
 //echo $pstring;
 //List Page Number Code end
 ?>
-<div class="Table1Border">
+<div class="TableMenuBorder">
 <?php if($ThemeSet['TableStyle']=="div") { ?>
-<div class="TableRow1">
+<div class="TableMenuRow1">
 <span style="float: left;">
 <?php echo $ThemeSet['TitleIcon'] ?><a href="<?php echo url_maker($exfile['messenger'],$Settings['file_ext'],"act=view&page=1",$Settings['qstr'],$Settings['qsep'],$prexqstr['messenger'],$exqstr['messenger']); ?>">MailBox&nbsp;(<?php echo $PMNumber; ?>)</a>
 </span><?php echo $pstring; ?>&nbsp;</div>
 <?php } ?>
-<table class="Table1" style="width: 100%;">
+<table class="TableMenu" style="width: 100%;">
 <?php if($ThemeSet['TableStyle']=="table") { ?>
-<tr class="TableRow1">
-<td class="TableColumn1" colspan="4"><span style="float: left;">
+<tr class="TableMenuRow1">
+<td class="TableMenuColumn1" colspan="4"><span style="float: left;">
 <?php echo $ThemeSet['TitleIcon'] ?><a href="<?php echo url_maker($exfile['messenger'],$Settings['file_ext'],"act=view&page=1",$Settings['qstr'],$Settings['qsep'],$prexqstr['messenger'],$exqstr['messenger']); ?>">MailBox&nbsp;(<?php echo $PMNumber; ?>)</a>
 </span><?php echo $pstring; ?>&nbsp;</td>
 </tr><?php } ?>
-<tr id="Messenger" class="TableRow2">
-<th class="TableColumn2" style="width: 4%;">State</th>
-<th class="TableColumn2" style="width: 46%;">Message Name</th>
-<th class="TableColumn2" style="width: 25%;">Sender</th>
-<th class="TableColumn2" style="width: 25%;">Time</th>
+<tr id="Messenger" class="TableMenuRow2">
+<th class="TableMenuColumn2" style="width: 4%;">State</th>
+<th class="TableMenuColumn2" style="width: 46%;">Message Name</th>
+<th class="TableMenuColumn2" style="width: 25%;">Sender</th>
+<th class="TableMenuColumn2" style="width: 25%;">Time</th>
 </tr>
 <?php
 while ($i < $num) {
@@ -172,13 +172,13 @@ if ($MessageStat==0) {
 if ($MessageStat==1) {
        $PreMessage=$ThemeSet['MessageRead']; }
 ?>
-<tr class="TableRow3" id="Message<?php echo $PMID; ?>">
-<td class="TableColumn3"><div class="messagestate">
+<tr class="TableMenuRow3" id="Message<?php echo $PMID; ?>">
+<td class="TableMenuColumn3"><div class="messagestate">
 <?php echo $PreMessage; ?></div></td>
-<td class="TableColumn3"><div class="messagename">
+<td class="TableMenuColumn3"><div class="messagename">
 <a href="<?php echo url_maker($exfile['messenger'],$Settings['file_ext'],"act=read&id=".$PMID,$Settings['qstr'],$Settings['qsep'],$prexqstr['messenger'],$exqstr['messenger']); ?>"><?php echo $MessageName; ?></a></div>
 <div class="messagedesc"><?php echo $MessageDesc; ?></div></td>
-<td class="TableColumn3" style="text-align: center;"><?php
+<td class="TableMenuColumn3" style="text-align: center;"><?php
 if($SenderID!="-1") {
 echo "<a href=\"";
 echo url_maker($exfile['member'],$Settings['file_ext'],"act=view&id=".$SenderID,$Settings['qstr'],$Settings['qsep'],$prexqstr['member'],$exqstr['member']);
@@ -186,11 +186,11 @@ echo "\">".$SenderName."</a>"; }
 if($SenderID=="-1") {
 echo "<span>".$SenderName."</span>"; }
 ?></td>
-<td class="TableColumn3" style="text-align: center;"><?php echo $DateSend; ?></td>
+<td class="TableMenuColumn3" style="text-align: center;"><?php echo $DateSend; ?></td>
 </tr>
 <?php ++$i; } @mysql_free_result($result); ?>
-<tr id="MessengerEnd" class="TableRow4">
-<td class="TableColumn4" colspan="4">&nbsp;</td>
+<tr id="MessengerEnd" class="TableMenuRow4">
+<td class="TableMenuColumn4" colspan="4">&nbsp;</td>
 </tr>
 <?php } 
 if($_GET['act']=="viewsent") {
@@ -274,25 +274,25 @@ $pstring = $pstring."... <a href=\"".url_maker($exfile['messenger'],$Settings['f
 //echo $pstring;
 //List Page Number Code end
 ?>
-<div class="Table1Border">
+<div class="TableMenuBorder">
 <?php if($ThemeSet['TableStyle']=="div") { ?>
-<div class="TableRow1">
+<div class="TableMenuRow1">
 <span style="float: left;">
 <?php echo $ThemeSet['TitleIcon'] ?><a href="<?php echo url_maker($exfile['messenger'],$Settings['file_ext'],"act=viewsent&page=1",$Settings['qstr'],$Settings['qsep'],$prexqstr['messenger'],$exqstr['messenger']); ?>">MailBox&nbsp;(<?php echo $PMNumber; ?>)</a>
 </span><?php echo $pstring; ?>&nbsp;</div>
 <?php } ?>
-<table class="Table1" style="width: 100%;">
+<table class="TableMenuMenu" style="width: 100%;">
 <?php if($ThemeSet['TableStyle']=="table") { ?>
-<tr class="TableRow1">
-<td class="TableColumn1" colspan="4"><span style="float: left;">
+<tr class="TableMenuRow1">
+<td class="TableMenuColumn1" colspan="4"><span style="float: left;">
 <?php echo $ThemeSet['TitleIcon'] ?><a href="<?php echo url_maker($exfile['messenger'],$Settings['file_ext'],"act=viewsent&page=1",$Settings['qstr'],$Settings['qsep'],$prexqstr['messenger'],$exqstr['messenger']); ?>">MailBox&nbsp;(<?php echo $PMNumber; ?>)</a>
 </span><?php echo $pstring; ?>&nbsp;</td>
 </tr><?php } ?>
-<tr id="Messenger" class="TableRow2">
-<th class="TableColumn2" style="width: 4%;">State</th>
-<th class="TableColumn2" style="width: 46%;">Message Name</th>
-<th class="TableColumn2" style="width: 25%;">Sent To</th>
-<th class="TableColumn2" style="width: 25%;">Time</th>
+<tr id="Messenger" class="TableMenuRow2">
+<th class="TableMenuColumn2" style="width: 4%;">State</th>
+<th class="TableMenuColumn2" style="width: 46%;">Message Name</th>
+<th class="TableMenuColumn2" style="width: 25%;">Sent To</th>
+<th class="TableMenuColumn2" style="width: 25%;">Time</th>
 </tr>
 <?php
 while ($i < $num) {
@@ -315,13 +315,13 @@ if ($MessageStat==0) {
 if ($MessageStat==1) {
        $PreMessage=$ThemeSet['MessageRead']; }
 ?>
-<tr class="TableRow3" id="Message<?php echo $PMID; ?>">
-<td class="TableColumn3"><div class="messagestate">
+<tr class="TableMenuRow3" id="Message<?php echo $PMID; ?>">
+<td class="TableMenuColumn3"><div class="messagestate">
 <?php echo $PreMessage; ?></div></td>
-<td class="TableColumn3"><div class="messagename">
+<td class="TableMenuColumn3"><div class="messagename">
 <a href="<?php echo url_maker($exfile['messenger'],$Settings['file_ext'],"act=read&id=".$PMID,$Settings['qstr'],$Settings['qsep'],$prexqstr['messenger'],$exqstr['messenger']); ?>"><?php echo $MessageName; ?></a></div>
 <div class="messagedesc"><?php echo $MessageDesc; ?></div></td>
-<td class="TableColumn3" style="text-align: center;"><?php
+<td class="TableMenuColumn3" style="text-align: center;"><?php
 if($SentToID!="-1") {
 echo "<a href=\"";
 echo url_maker($exfile['member'],$Settings['file_ext'],"act=view&id=".$SentToID,$Settings['qstr'],$Settings['qsep'],$prexqstr['member'],$exqstr['member']);
@@ -329,11 +329,11 @@ echo "\">".$SentToName."</a>"; }
 if($SentToID=="-1") {
 echo "<span>".$SentToName."</span>"; }
 ?></td>
-<td class="TableColumn3" style="text-align: center;"><?php echo $DateSend; ?></td>
+<td class="TableMenuColumn3" style="text-align: center;"><?php echo $DateSend; ?></td>
 </tr>
 <?php ++$i; } ?>
-<tr id="MessengerEnd" class="TableRow4">
-<td class="TableColumn4" colspan="4">&nbsp;</td>
+<tr id="MessengerEnd" class="TableMenuRow4">
+<td class="TableMenuColumn4" colspan="4">&nbsp;</td>
 </tr>
 <?php } @mysql_free_result($result);
 if($_GET['act']=="read") {
@@ -402,20 +402,20 @@ $MessageText = text2icons($MessageText,$Settings['sqltable']);
 $User1Signature = preg_replace("/\<br\>/", "<br />\n", nl2br($User1Signature));
 $User1Signature = text2icons($User1Signature,$Settings['sqltable']);
 ?>
-<div class="TableInfo1Border">
+<div class="TableInfoMini1Border">
 <?php if($ThemeSet['TableStyle']=="div") { ?>
-<div class="TableInfoRow1">
+<div class="TableInfoMiniRow1">
 <span style="font-weight: bold; text-align: left;"><?php echo $ThemeSet['TitleIcon'] ?><a href="<?php echo url_maker($exfile['messenger'],$Settings['file_ext'],"act=view&id=".$_GET['id'],$Settings['qstr'],$Settings['qsep'],$prexqstr['messenger'],$exqstr['messenger']); ?>"><?php echo $MessageName; ?></a> ( <?php echo $MessageDesc; ?> )</span>
 </div>
 <?php } ?>
-<table class="TableInfo1" style="width: 100%;">
+<table class="TableInfoMini1" style="width: 100%;">
 <?php if($ThemeSet['TableStyle']=="table") { ?>
-<tr class="TableInfoRow1">
-<td class="TableInfoColumn1" colspan="2"><span style="font-weight: bold; text-align: left;"><?php echo $ThemeSet['TitleIcon'] ?><a href="<?php echo url_maker($exfile['messenger'],$Settings['file_ext'],"act=view&id=".$_GET['id'],$Settings['qstr'],$Settings['qsep'],$prexqstr['messenger'],$exqstr['messenger']); ?>"><?php echo $MessageName; ?></a> ( <?php echo $MessageDesc; ?> )</span>
+<tr class="TableInfoMiniRow1">
+<td class="TableInfoMiniColumn1" colspan="2"><span style="font-weight: bold; text-align: left;"><?php echo $ThemeSet['TitleIcon'] ?><a href="<?php echo url_maker($exfile['messenger'],$Settings['file_ext'],"act=view&id=".$_GET['id'],$Settings['qstr'],$Settings['qsep'],$prexqstr['messenger'],$exqstr['messenger']); ?>"><?php echo $MessageName; ?></a> ( <?php echo $MessageDesc; ?> )</span>
 </td>
 </tr><?php } ?>
-<tr class="TableInfoRow2">
-<td class="TableInfoColumn2" style="vertical-align: middle; width: 160px;">
+<tr class="TableInfoMiniRow2">
+<td class="TableInfoMiniColumn2" style="vertical-align: middle; width: 160px;">
 &nbsp;<?php
 if($User1ID!="-1") {
 echo "<a href=\"";
@@ -424,15 +424,15 @@ echo "\">".$User1Name."</a>"; }
 if($User1ID=="-1") {
 echo "<span>".$User1Name."</span>"; }
 ?></td>
-<td class="TableInfoColumn2" style="vertical-align: middle;">
+<td class="TableInfoMiniColumn2" style="vertical-align: middle;">
 <div style="float: left; text-align: left;">
 <span style="font-weight: bold;">Time Sent: </span><?php echo $DateSend; ?>
 </div>
 <div style="text-align: right;">&nbsp;</div>
 </td>
 </tr>
-<tr class="TableInfoRow2">
-<td class="TableInfoColumn3" style="vertical-align: top; width: 180px;">
+<tr class="TableInfoMiniRow3">
+<td class="TableInfoMiniColumn3" style="vertical-align: top; width: 180px;">
  <?php  /* Avatar Table Thanks For SeanJ's Help at http://seanj.jcink.com/ */  ?>
  <table class="AvatarTable" style="width: 100px; height: 100px; text-align: center;">
        <tr class="AvatarRow" style="width: 100%; height: 100%;">
@@ -451,14 +451,14 @@ Posts: <?php echo $User1PostCount; ?><br />
 Karma: <?php echo $User1Karma; ?><br />
 Joined: <?php echo $User1Joined; ?><br /><br />
 </td>
-<td class="TableInfoColumn3" style="vertical-align: middle;">
+<td class="TableInfoMiniColumn3" style="vertical-align: middle;">
 <div class="pmpost"><?php echo $MessageText; ?></div>
 <?php if(isset($User1Signature)) { ?> <br />--------------------
 <div class="signature"><?php echo $User1Signature; ?></div><?php } ?>
 </td>
 </tr>
-<tr class="TableInfoRow4">
-<td class="TableInfoColumn4" colspan="2">
+<tr class="TableInfoMiniRow4">
+<td class="TableInfoMiniColumn4" colspan="2">
 <span style="text-align: left;">&nbsp;<a href="<?php
 if($User1ID!="-1") {
 echo url_maker($exfile['member'],$Settings['file_ext'],"act=view&id=".$User1ID,$Settings['qstr'],$Settings['qsep'],$prexqstr['member'],$exqstr['member']); }
index 1d7fd8a..f463cbc 100644 (file)
@@ -11,7 +11,7 @@
     Copyright 2004-2008 Cool Dude 2k - http://idb.berlios.de/
     Copyright 2004-2008 Game Maker 2k - http://intdb.sourceforge.net/
 
-    $FileInfo: profilemain.php - Last Update: 12/01/2008 SVN 196 - Author: cooldude2k $
+    $FileInfo: profilemain.php - Last Update: 12/03/2008 SVN 198 - Author: cooldude2k $
 */
 $File3Name = basename($_SERVER['SCRIPT_NAME']);
 if ($File3Name=="profilemain.php"||$File3Name=="/profilemain.php") {
@@ -30,48 +30,48 @@ if(!isset($_POST['update'])) { $_POST['update'] = null; }
 <table class="Table3">
 <tr style="width: 100%; vertical-align: top;">
        <td style="width: 15%; vertical-align: top;">
-       <div class="Table1Border">
+       <div class="TableSMenuBorder">
 <?php if($ThemeSet['TableStyle']=="div") { ?>
-<div class="TableRow1">
+<div class="TableSMenuRow1">
 <?php echo $ThemeSet['TitleIcon'] ?>Profile Settings</div>
 <?php } ?>
-<table id="ProfileLinks" class="Table1" style="width: 100%; text-align: left; vertical-align: top;">
+<table id="ProfileLinks" class="TableSMenu" style="width: 100%; text-align: left; vertical-align: top;">
 <?php if($ThemeSet['TableStyle']=="table") { ?>
-<tr class="TableRow1">
-<td class="TableColumn1"><?php echo $ThemeSet['TitleIcon'] ?>Profile Settings</td>
+<tr class="TableSMenuRow1">
+<td class="TableSMenuColumn1"><?php echo $ThemeSet['TitleIcon'] ?>Profile Settings</td>
 </tr><?php } ?>
-<tr class="TableRow2">
-<td class="TableColumn2">&nbsp;</td>
-</tr><tr class="TableRow3">
-<td class="TableColumn3"><a href="<?php echo url_maker($exfile['profile'],$Settings['file_ext'],"act=view",$Settings['qstr'],$Settings['qsep'],$prexqstr['profile'],$exqstr['profile']); ?>">Edit NotePad</a></td>
-</tr><tr class="TableRow3">
-<td class="TableColumn3"><a href="<?php echo url_maker($exfile['profile'],$Settings['file_ext'],"act=profile",$Settings['qstr'],$Settings['qsep'],$prexqstr['profile'],$exqstr['profile']); ?>">Edit Profile</a></td>
-</tr><tr class="TableRow3">
-<td class="TableColumn3"><a href="<?php echo url_maker($exfile['profile'],$Settings['file_ext'],"act=signature",$Settings['qstr'],$Settings['qsep'],$prexqstr['profile'],$exqstr['profile']); ?>">Edit Signature</a></td>
-</tr><tr class="TableRow3">
-<td class="TableColumn3"><a href="<?php echo url_maker($exfile['profile'],$Settings['file_ext'],"act=avatar",$Settings['qstr'],$Settings['qsep'],$prexqstr['profile'],$exqstr['profile']); ?>">Edit Avatar</a></td>
-</tr><tr class="TableRow4">
-<td class="TableColumn4">&nbsp;</td>
+<tr class="TableSMenuRow2">
+<td class="TableSMenuColumn2">&nbsp;</td>
+</tr><tr class="TableSMenuRow3">
+<td class="TableSMenuColumn3"><a href="<?php echo url_maker($exfile['profile'],$Settings['file_ext'],"act=view",$Settings['qstr'],$Settings['qsep'],$prexqstr['profile'],$exqstr['profile']); ?>">Edit NotePad</a></td>
+</tr><tr class="TableSMenuRow3">
+<td class="TableSMenuColumn3"><a href="<?php echo url_maker($exfile['profile'],$Settings['file_ext'],"act=profile",$Settings['qstr'],$Settings['qsep'],$prexqstr['profile'],$exqstr['profile']); ?>">Edit Profile</a></td>
+</tr><tr class="TableSMenuRow3">
+<td class="TableSMenuColumn3"><a href="<?php echo url_maker($exfile['profile'],$Settings['file_ext'],"act=signature",$Settings['qstr'],$Settings['qsep'],$prexqstr['profile'],$exqstr['profile']); ?>">Edit Signature</a></td>
+</tr><tr class="TableSMenuRow3">
+<td class="TableSMenuColumn3"><a href="<?php echo url_maker($exfile['profile'],$Settings['file_ext'],"act=avatar",$Settings['qstr'],$Settings['qsep'],$prexqstr['profile'],$exqstr['profile']); ?>">Edit Avatar</a></td>
+</tr><tr class="TableSMenuRow4">
+<td class="TableSMenuColumn4">&nbsp;</td>
 </tr></table></div>
 <div>&nbsp;</div>
-<div class="Table1Border">
+<div class="TableSMenuBorder">
 <?php if($ThemeSet['TableStyle']=="div") { ?>
-<div class="TableRow1">
+<div class="TableSMenuRow1">
 <?php echo $ThemeSet['TitleIcon'] ?>Board Settings</div>
 <?php } ?>
-<table class="Table1" style="width: 100%; text-align: left; vertical-align: top;">
+<table class="TableSMenu" style="width: 100%; text-align: left; vertical-align: top;">
 <?php if($ThemeSet['TableStyle']=="table") { ?>
-<tr class="TableRow1">
-<td class="TableColumn1"><?php echo $ThemeSet['TitleIcon'] ?>Board Settings</td>
+<tr class="TableSMenuRow1">
+<td class="TableSMenuColumn1"><?php echo $ThemeSet['TitleIcon'] ?>Board Settings</td>
 </tr><?php } ?>
-<tr class="TableRow2">
-<td class="TableColumn2">&nbsp;</td>
-</tr><tr class="TableRow3">
-<td class="TableColumn3"><a href="<?php echo url_maker($exfile['profile'],$Settings['file_ext'],"act=settings",$Settings['qstr'],$Settings['qsep'],$prexqstr['profile'],$exqstr['profile']); ?>">Board Settings</a></td>
-</tr><tr class="TableRow3">
-<td class="TableColumn3"><a href="<?php echo url_maker($exfile['profile'],$Settings['file_ext'],"act=userinfo",$Settings['qstr'],$Settings['qsep'],$prexqstr['profile'],$exqstr['profile']); ?>">Change User Info</a></td>
-</tr><tr class="TableRow4">
-<td class="TableColumn4">&nbsp;</td>
+<tr class="TableSMenuRow2">
+<td class="TableSMenuColumn2">&nbsp;</td>
+</tr><tr class="TableSMenuRow3">
+<td class="TableSMenuColumn3"><a href="<?php echo url_maker($exfile['profile'],$Settings['file_ext'],"act=settings",$Settings['qstr'],$Settings['qsep'],$prexqstr['profile'],$exqstr['profile']); ?>">Board Settings</a></td>
+</tr><tr class="TableSMenuRow3">
+<td class="TableSMenuColumn3"><a href="<?php echo url_maker($exfile['profile'],$Settings['file_ext'],"act=userinfo",$Settings['qstr'],$Settings['qsep'],$prexqstr['profile'],$exqstr['profile']); ?>">Change User Info</a></td>
+</tr><tr class="TableSMenuRow4">
+<td class="TableSMenuColumn4">&nbsp;</td>
 </tr></table></div>
 </td>
        <td style="width: 85%; vertical-align: top;">
@@ -82,25 +82,25 @@ $profiletitle = " ".$ThemeSet['TitleDivider']." Updating Settings";
 $noteact = url_maker($exfile['profile'],$Settings['file_ext'],"act=view",$Settings['qstr'],$Settings['qsep'],$prexqstr['profile'],$exqstr['profile']);
 $profiletitle = " ".$ThemeSet['TitleDivider']." NotePad";
 ?>
-<div class="Table1Border">
+<div class="TableMenuBorder">
 <?php if($ThemeSet['TableStyle']=="div") { ?>
-<div class="TableRow1">
+<div class="TableMenuRow1">
 <span style="text-align: left;">
 <?php echo $ThemeSet['TitleIcon'] ?><a href="<?php echo $updateact; ?>">Updating Settings</a>
 </span></div>
 <?php } ?>
-<table class="Table1" style="width: 100%;">
+<table class="TableMenu" style="width: 100%;">
 <?php if($ThemeSet['TableStyle']=="table") { ?>
-<tr class="TableRow1">
-<td class="TableColumn1"><span style="text-align: left;">
+<tr class="TableMenuRow1">
+<td class="TableMenuColumn1"><span style="text-align: left;">
 <?php echo $ThemeSet['TitleIcon'] ?><a href="<?php echo $updateact; ?>">Updating Settings</a>
 </span></td>
 </tr><?php } ?>
-<tr id="ProfileTitle" class="TableRow2">
-<th class="TableColumn2">Updating Settings</th>
+<tr id="ProfileTitle" class="TableMenuRow2">
+<th class="TableMenuColumn2">Updating Settings</th>
 </tr>
-<tr class="TableRow3" id="ProfileUpdate">
-<td class="TableColumn3">
+<tr class="TableMenuRow3" id="ProfileUpdate">
+<td class="TableMenuColumn3">
 <div style="text-align: center;">
 <br />Profile updated <a href="<?php echo $updateact; ?>">click here</a> to go back. ^_^<br />&nbsp;</div>
 <?php } if($_GET['act']=="view") {
@@ -114,25 +114,25 @@ $Notes=mysql_result($result,$i,"Notes");
 $noteact = url_maker($exfile['profile'],$Settings['file_ext'],"act=view",$Settings['qstr'],$Settings['qsep'],$prexqstr['profile'],$exqstr['profile']);
 $notepadact = $noteact; $profiletitle = " ".$ThemeSet['TitleDivider']." NotePad";
 ?>
-<div class="Table1Border">
+<div class="TableMenuBorder">
 <?php if($ThemeSet['TableStyle']=="div") { ?>
-<div class="TableRow1">
+<div class="TableMenuRow1">
 <span style="text-align: left;">
 <?php echo $ThemeSet['TitleIcon'] ?><a href="<?php echo $noteact; ?>">NotePad</a>
 </span></div>
 <?php } ?>
-<table class="Table1" style="width: 100%;">
+<table class="TableMenu" style="width: 100%;">
 <?php if($ThemeSet['TableStyle']=="table") { ?>
-<tr class="TableRow1">
-<td class="TableColumn1"><span style="text-align: left;">
+<tr class="TableMenuRow1">
+<td class="TableMenuColumn1"><span style="text-align: left;">
 <?php echo $ThemeSet['TitleIcon'] ?><a href="<?php echo $noteact; ?>">NotePad</a>
 </span></td>
 </tr><?php } ?>
-<tr id="ProfileTitle" class="TableRow2">
-<th class="TableColumn2">NotePad</th>
+<tr id="ProfileTitle" class="TableMenuRow2">
+<th class="TableMenuColumn2">NotePad</th>
 </tr>
-<tr class="TableRow3" id="NotePadRow">
-<td class="TableColumn3">
+<tr class="TableMenuRow3" id="NotePadRow">
+<td class="TableMenuColumn3">
 <form style="display: inline;" method="post" action="<?php echo $notepadact; ?>"><div style="text-align: center;">
 <label class="TextBoxLabel" for="NotePad">Your NotePad</label><br />
 <textarea class="TextBox" name="NotePad" id="NotePad" style="width: 75%; height: 128px;" rows="10" cols="84"><?php echo $Notes; ?></textarea>
@@ -141,8 +141,8 @@ $notepadact = $noteact; $profiletitle = " ".$ThemeSet['TitleDivider']." NotePad"
 <br /><input type="submit" class="Button" value="Save" />&nbsp;<input class="Button" type="reset" />
 </div></form></td>
 </tr>
-<tr id="ProfileEnd" class="TableRow4">
-<td class="TableColumn4">&nbsp;</td>
+<tr id="ProfileEnd" class="TableMenuRow4">
+<td class="TableMenuColumn4">&nbsp;</td>
 </tr>
 </table>
 </div>
@@ -197,25 +197,25 @@ $Signature=mysql_result($result,$i,"Signature");
 $signatureact = url_maker($exfile['profile'],$Settings['file_ext'],"act=signature",$Settings['qstr'],$Settings['qsep'],$prexqstr['profile'],$exqstr['profile']);
 $profiletitle = " ".$ThemeSet['TitleDivider']." Signature Editor";
 ?>
-<div class="Table1Border">
+<div class="TableMenuBorder">
 <?php if($ThemeSet['TableStyle']=="div") { ?>
-<div class="TableRow1">
+<div class="TableMenuRow1">
 <span style="text-align: left;">
 <?php echo $ThemeSet['TitleIcon'] ?><a href="<?php echo $signatureact; ?>">Signature Editer</a>
 </span></div>
 <?php } ?>
-<table class="Table1" style="width: 100%;">
+<table class="TableMenu" style="width: 100%;">
 <?php if($ThemeSet['TableStyle']=="table") { ?>
-<tr class="TableRow1">
-<td class="TableColumn1"><span style="text-align: left;">
+<tr class="TableMenuRow1">
+<td class="TableMenuColumn1"><span style="text-align: left;">
 <?php echo $ThemeSet['TitleIcon'] ?><a href="<?php echo $signatureact; ?>">Signature Editer</a>
 </span></td>
 </tr><?php } ?>
-<tr id="ProfileTitle" class="TableRow2">
-<th class="TableColumn2">Signature Editor</th>
+<tr id="ProfileTitle" class="TableMenuRow2">
+<th class="TableMenuColumn2">Signature Editor</th>
 </tr>
-<tr class="TableRow3" id="SignatureRow">
-<td class="TableColumn3">
+<tr class="TableMenuRow3" id="SignatureRow">
+<td class="TableMenuColumn3">
 <form style="display: inline;" method="post" action="<?php echo $signatureact; ?>"><div style="text-align: center;">
 <label class="TextBoxLabel" for="Signature">Your Signature</label><br />
 <textarea class="TextBox" name="Signature" id="Signature" style="width: 75%; height: 128px;" rows="10" cols="84"><?php echo $Signature; ?></textarea>
@@ -224,8 +224,8 @@ $profiletitle = " ".$ThemeSet['TitleDivider']." Signature Editor";
 <br /><input type="submit" class="Button" value="Save" />&nbsp;<input class="Button" type="reset" />
 </div></form></td>
 </tr>
-<tr id="ProfileEnd" class="TableRow4">
-<td class="TableColumn4">&nbsp;</td>
+<tr id="ProfileEnd" class="TableMenuRow4">
+<td class="TableMenuColumn4">&nbsp;</td>
 </tr>
 </table>
 </div>
@@ -288,25 +288,25 @@ $User1AvatarSize=$ThemeSet['NoAvatarSize']; }
 $AvatarSize1=explode("x", $User1AvatarSize);
 $AvatarSize1W=$AvatarSize1[0]; $AvatarSize1H=$AvatarSize1[1];
 ?>
-<div class="Table1Border">
+<div class="TableMenuBorder">
 <?php if($ThemeSet['TableStyle']=="div") { ?>
-<div class="TableRow1">
+<div class="TableMenuRow1">
 <span style="text-align: left;">
 <?php echo $ThemeSet['TitleIcon'] ?><a href="<?php echo $avataract; ?>">Avatar Editer</a>
 </span></div>
 <?php } ?>
-<table class="Table1" style="width: 100%;">
+<table class="TableMenu" style="width: 100%;">
 <?php if($ThemeSet['TableStyle']=="table") { ?>
-<tr class="TableRow1">
-<td class="TableColumn1"><span style="text-align: left;">
+<tr class="TableMenuRow1">
+<td class="TableMenuColumn1"><span style="text-align: left;">
 <?php echo $ThemeSet['TitleIcon'] ?><a href="<?php echo $avataract; ?>">Avatar Editer</a>
 </span></td>
 </tr><?php } ?>
-<tr id="ProfileTitle" class="TableRow2">
-<th class="TableColumn2">Avatar Editor</th>
+<tr id="ProfileTitle" class="TableMenuRow2">
+<th class="TableMenuColumn2">Avatar Editor</th>
 </tr>
-<tr class="TableRow3" id="AvatarEditor">
-<td class="TableColumn3">
+<tr class="TableMenuRow3" id="AvatarEditor">
+<td class="TableMenuColumn3">
 <form style="display: inline;" method="post" action="<?php echo $avataract; ?>">
  <?php  /* Avatar Table Thanks For SeanJ's Help at http://seanj.jcink.com/ */  ?>
  <table class="AvatarTable" style="width: 100px; height: 100px; text-align: center;">
@@ -341,8 +341,8 @@ $AvatarSize1W=$AvatarSize1[0]; $AvatarSize1H=$AvatarSize1[1];
 </td></tr></table>
 </form></td>
 </tr>
-<tr id="ProfileEnd" class="TableRow4">
-<td class="TableColumn4">&nbsp;</td>
+<tr id="ProfileEnd" class="TableMenuRow4">
+<td class="TableMenuColumn4">&nbsp;</td>
 </tr>
 </table>
 </div>
@@ -374,25 +374,25 @@ $TimeZoneArray = array("offset" => $User1TimeZone, "hour" => $tsa_mem[0], "minut
 $User1DST=mysql_result($result,$i,"DST");
 $settingsact = url_maker($exfile['profile'],$Settings['file_ext'],"act=settings",$Settings['qstr'],$Settings['qsep'],$prexqstr['profile'],$exqstr['profile']);
 $profiletitle = " ".$ThemeSet['TitleDivider']." Board Settings"; ?>
-<div class="Table1Border">
+<div class="TableMenuBorder">
 <?php if($ThemeSet['TableStyle']=="div") { ?>
-<div class="TableRow1">
+<div class="TableMenuRow1">
 <span style="text-align: left;">
 <?php echo $ThemeSet['TitleIcon'] ?><a href="<?php echo $settingsact; ?>">Board Settings</a>
 </span></div>
 <?php } ?>
-<table class="Table1" style="width: 100%;">
+<table class="TableMenu" style="width: 100%;">
 <?php if($ThemeSet['TableStyle']=="table") { ?>
-<tr class="TableRow1">
-<td class="TableColumn1"><span style="text-align: left;">
+<tr class="TableMenuRow1">
+<td class="TableMenuColumn1"><span style="text-align: left;">
 <?php echo $ThemeSet['TitleIcon'] ?><a href="<?php echo $settingsact; ?>">Board Settings</a>
 </span></td>
 </tr><?php } ?>
-<tr id="ProfileTitle" class="TableRow2">
-<th class="TableColumn2">Board Settings</th>
+<tr id="ProfileTitle" class="TableMenuRow2">
+<th class="TableMenuColumn2">Board Settings</th>
 </tr>
-<tr class="TableRow3" id="BoardSettings">
-<td class="TableColumn3">
+<tr class="TableMenuRow3" id="BoardSettings">
+<td class="TableMenuColumn3">
 <form style="display: inline;" method="post" action="<?php echo $settingsact; ?>">
 <table style="text-align: left;">
 <tr style="text-align: left;">
@@ -495,8 +495,8 @@ if ($handle = opendir($skindir)) { $dirnum = null;
 </td></tr></table>
 </form></td>
 </tr>
-<tr id="ProfileEnd" class="TableRow4">
-<td class="TableColumn4">&nbsp;</td>
+<tr id="ProfileEnd" class="TableMenuRow4">
+<td class="TableMenuColumn4">&nbsp;</td>
 </tr>
 </table>
 </div>
@@ -552,25 +552,25 @@ $User1DST=mysql_result($result,$i,"DST");
 $profileact = url_maker($exfile['profile'],$Settings['file_ext'],"act=profile",$Settings['qstr'],$Settings['qsep'],$prexqstr['profile'],$exqstr['profile']);
 $profiletitle = " ".$ThemeSet['TitleDivider']." Profile Editor";
 ?>
-<div class="Table1Border">
+<div class="TableMenuBorder">
 <?php if($ThemeSet['TableStyle']=="div") { ?>
-<div class="TableRow1">
+<div class="TableMenuRow1">
 <span style="text-align: left;">
 <?php echo $ThemeSet['TitleIcon'] ?><a href="<?php echo $profileact; ?>">Profile Editer</a>
 </span></div>
 <?php } ?>
-<table class="Table1" style="width: 100%;">
+<table class="TableMenu" style="width: 100%;">
 <?php if($ThemeSet['TableStyle']=="table") { ?>
-<tr class="TableRow1">
-<td class="TableColumn1"><span style="text-align: left;">
+<tr class="TableMenuRow1">
+<td class="TableMenuColumn1"><span style="text-align: left;">
 <?php echo $ThemeSet['TitleIcon'] ?><a href="<?php echo $profileact; ?>">Profile Editer</a>
 </span></td>
 </tr><?php } ?>
-<tr id="ProfileTitle" class="TableRow2">
-<th class="TableColumn2">Profile Editor</th>
+<tr id="ProfileTitle" class="TableMenuRow2">
+<th class="TableMenuColumn2">Profile Editor</th>
 </tr>
-<tr class="TableRow3" id="ProfileEditor">
-<td class="TableColumn3">
+<tr class="TableMenuRow3" id="ProfileEditor">
+<td class="TableMenuColumn3">
 <form style="display: inline;" method="post" action="<?php echo $profileact; ?>">
 <table style="text-align: left;">
 <tr style="text-align: left;">
@@ -674,8 +674,8 @@ echo "<option value=\"".$showmin."\">0:".$showmin." minutes</option>\n";
 </td></tr></table>
 </form></td>
 </tr>
-<tr id="ProfileEnd" class="TableRow4">
-<td class="TableColumn4">&nbsp;</td>
+<tr id="ProfileEnd" class="TableMenuRow4">
+<td class="TableMenuColumn4">&nbsp;</td>
 </tr>
 </table>
 </div>
@@ -776,25 +776,25 @@ $User1Email=mysql_result($result,$i,"Email");
 $userinfoact = url_maker($exfile['profile'],$Settings['file_ext'],"act=userinfo",$Settings['qstr'],$Settings['qsep'],$prexqstr['profile'],$exqstr['profile']);
 $profiletitle = " ".$ThemeSet['TitleDivider']." User Info Editer";
 ?>
-<div class="Table1Border">
+<div class="TableMenuBorder">
 <?php if($ThemeSet['TableStyle']=="div") { ?>
-<div class="TableRow1">
+<div class="TableMenuRow1">
 <span style="text-align: left;">
 <?php echo $ThemeSet['TitleIcon'] ?><a href="<?php echo $userinfoact; ?>">User Info Editer</a>
 </span></div>
 <?php } ?>
-<table class="Table1" style="width: 100%;">
+<table class="TableMenu" style="width: 100%;">
 <?php if($ThemeSet['TableStyle']=="table") { ?>
-<tr class="TableRow1">
-<td class="TableColumn1"><span style="text-align: left;">
+<tr class="TableMenuRow1">
+<td class="TableMenuColumn1"><span style="text-align: left;">
 <?php echo $ThemeSet['TitleIcon'] ?><a href="<?php echo $userinfoact; ?>">User Info Editer</a>
 </span></td>
 </tr><?php } ?>
-<tr id="ProfileTitle" class="TableRow2">
-<th class="TableColumn2">User Info Editer</th>
+<tr id="ProfileTitle" class="TableMenuRow2">
+<th class="TableMenuColumn2">User Info Editer</th>
 </tr>
-<tr class="TableRow3" id="UserInfoEditor">
-<td class="TableColumn3">
+<tr class="TableMenuRow3" id="UserInfoEditor">
+<td class="TableMenuColumn3">
 <form style="display: inline;" method="post" action="<?php echo $userinfoact; ?>">
 <table style="text-align: left;">
 <tr style="text-align: left;">
@@ -820,8 +820,8 @@ $profiletitle = " ".$ThemeSet['TitleDivider']." User Info Editer";
 </td></tr></table>
 </form></td>
 </tr>
-<tr id="ProfileEnd" class="TableRow4">
-<td class="TableColumn4">&nbsp;</td>
+<tr id="ProfileEnd" class="TableMenuRow4">
+<td class="TableMenuColumn4">&nbsp;</td>
 </tr>
 </table>
 </div>
@@ -873,8 +873,8 @@ if($YourPassword!=$OldPassword) { $Error="Yes"; ?>
 <?php if($_POST['update']=="now"&&$_GET['act']!=null) {
        $profiletitle = " ".$ThemeSet['TitleDivider']." Updating Settings"; ?>
 </td></tr>
-<tr id="ProfileTitleEnd" class="TableRow4">
-<td class="TableColumn4">&nbsp;</td>
+<tr id="ProfileTitleEnd" class="TableMenuRow4">
+<td class="TableMenuColumn4">&nbsp;</td>
 </tr></table></div><?php } ?>
 </td></tr>
 </table>
index 1fc04a2..a537038 100644 (file)
@@ -11,7 +11,7 @@
     Copyright 2004-2008 Cool Dude 2k - http://idb.berlios.de/
     Copyright 2004-2008 Game Maker 2k - http://intdb.sourceforge.net/
 
-    $FileInfo: versioninfo.php - Last Update: 12/02/2008 SVN 197 - Author: cooldude2k $
+    $FileInfo: versioninfo.php - Last Update: 12/03/2008 SVN 198 - Author: cooldude2k $
 */
 $File3Name = basename($_SERVER['SCRIPT_NAME']);
 if ($File3Name=="versioninfo.php"||$File3Name=="/versioninfo.php") {
@@ -27,8 +27,8 @@ function version_info($proname,$subver,$ver,$supver,$reltype,$svnver,$showsvn) {
        return $return_var; }
 // Version number and date stuff. :P
 $VER1[0] = 0; $VER1[1] = 2; $VER1[2] = 4; $VERFull[1] = $VER1[0].".".$VER1[1].".".$VER1[2];
-$VER2[0] = "Pre-Alpha"; $VER2[1] = "PA"; $VER2[2] = "SVN"; $SubVerN = 197; $RName = "iDB"; $SFName = "IntDB";
-$SVNDay[0] = 12; $SVNDay[1] = 02; $SVNDay[2] = 2008; $SVNDay[3] = $SVNDay[0]."/".$SVNDay[1]."/".$SVNDay[2];
+$VER2[0] = "Pre-Alpha"; $VER2[1] = "PA"; $VER2[2] = "SVN"; $SubVerN = 198; $RName = "iDB"; $SFName = "IntDB";
+$SVNDay[0] = 12; $SVNDay[1] = 03; $SVNDay[2] = 2008; $SVNDay[3] = $SVNDay[0]."/".$SVNDay[1]."/".$SVNDay[2];
 $VerInfo['iDB_Ver'] = version_info($RName,$VER1[0],$VER1[1],$VER1[2],$VER2[1],$SubVerN,false);
 $VerInfo['iDB_Ver_SVN'] = version_info($RName,$VER1[0],$VER1[1],$VER1[2],$VER2[1],$SubVerN,true);
 $VerInfo['iDB_Full_Ver'] = version_info($RName,$VER1[0],$VER1[1],$VER1[2],$VER2[0],$SubVerN,false);
index f38ffe6..324ccb1 100644 (file)
@@ -98,7 +98,7 @@ text-align: left;
 border: 1px solid #606060;
 }
 
-.Table1, .TableInfo1, .TableStats1 {
+.Table1, .TableInfo1, .TableInfoMini1, .TableStats1, .TableSMenu, .TableMenu {
 background-color: #b0b0b0;
 font-size: 11px;
 font-family: verdana, arial, sans-serif;
@@ -133,65 +133,31 @@ color: #000000;
 width: 100%;
 }
 
-.TableRow1, .TableColumn1 {
+.TableRow1, .TableColumn1, .TableInfoRow1, .TableInfoColumn1, 
+.TableStatsRow1, .TableStatsColumn1, .TableInfoMiniRow1, .TableInfoMiniColumn1,
+.TableSMenuRow1, .TableSMenuColumn1, .TableMenuRow1, .TableMenuColumn1 {
 background-color: #d8d8d8;
 background-image: url(grad.png);
 border: 1px solid #606060;
 }
 
-.TableInfoRow1, .TableInfoColumn1 {
-background-color: #d8d8d8;
-background-image: url(grad.png);
-border: 1px solid #606060;
-}
-
-.TableStatsRow1, .TableStatsColumn1 {
-background-color: #d8d8d8;
-background-image: url(grad.png);
-border: 1px solid #606060;
-}
-
-.TableRow2, .TableColumn2 {
-background-color: #c8c8c8;
-border: 1px solid #606060;
-}
-
-.TableInfoRow2, .TableInfoColumn2 {
-background-color: #c8c8c8;
-border: 1px solid #606060;
-}
-
-.TableStatsRow2, .TableStatsColumn2 {
+.TableRow2, .TableColumn2, .TableInfoRow2, .TableInfoColumn2, 
+.TableStatsRow2, .TableStatsColumn2, .TableInfoMiniRow2, .TableInfoMiniColumn2,
+.TableSMenuRow2, .TableSMenuColumn2, .TableMenuRow2, .TableMenuColumn2 {
 background-color: #c8c8c8;
 border: 1px solid #606060;
 }
 
-.TableRow3, .TableColumn3 {
-background-color: #b0b0b0;
-border: 1px solid #606060;
-}
-
-.TableInfoRow3, .TableInfoColumn3 {
-background-color: #b0b0b0;
-border: 1px solid #606060;
-}
-
-.TableStatsRow3, .TableStatsColumn3 {
+.TableRow3, .TableColumn3, .TableInfoRow3, .TableInfoColumn3, 
+.TableStatsRow3, .TableStatsColumn3, .TableInfoMiniRow3, .TableInfoMiniColumn3,
+.TableSMenuRow3, .TableSMenuColumn3, .TableMenuRow3, .TableMenuColumn3 {
 background-color: #b0b0b0;
 border: 1px solid #606060;
 }
 
-.TableRow4, .TableColumn4 {
-background-color: #d8d8d8;
-border: 1px solid #606060;
-}
-
-.TableInfoRow4, .TableInfoColumn4 {
-background-color: #d8d8d8;
-border: 1px solid #606060;
-}
-
-.TableStatsRow4, .TableStatsColumn4 {
+.TableRow4, .TableColumn4, .TableInfoRow4, .TableInfoColumn4, 
+.TableStatsRow4, .TableStatsColumn4, .TableInfoMiniRow4, .TableInfoMiniColumn4,
+.TableSMenuRow4, .TableSMenuColumn4, .TableMenuRow4, .TableMenuColumn4 {
 background-color: #d8d8d8;
 border: 1px solid #606060;
 }
index ae52f0d..16eec23 100644 (file)
@@ -98,7 +98,7 @@ text-align: left;
 border: 1px solid #506070;
 }
 
-.Table1, .TableInfo1, .TableStats1 {
+.Table1, .TableInfo1, .TableInfoMini1, .TableStats1, .TableSMenu, .TableMenu {
 background-color: #a7b1bd;
 font-size: 11px;
 font-family: verdana, arial, sans-serif;
@@ -133,65 +133,31 @@ color: #000000;
 width: 100%;
 }
 
-.TableRow1, .TableColumn1 {
+.TableRow1, .TableColumn1, .TableInfoRow1, .TableInfoColumn1, 
+.TableStatsRow1, .TableStatsColumn1, .TableInfoMiniRow1, .TableInfoMiniColumn1,
+.TableSMenuRow1, .TableSMenuColumn1, .TableMenuRow1, .TableMenuColumn1 {
 background-color: #c7d1dd;
 background-image: url(grad.png);
 border: 1px solid #506070;
 }
 
-.TableInfoRow1, .TableInfoColumn1 {
-background-color: #c7d1dd;
-background-image: url(grad.png);
-border: 1px solid #506070;
-}
-
-.TableStatsRow1, .TableStatsColumn1 {
-background-color: #c7d1dd;
-background-image: url(grad.png);
-border: 1px solid #506070;
-}
-
-.TableRow2, .TableColumn2 {
-background-color: #d7e1ed;
-border: 1px solid #506070;
-}
-
-.TableInfoRow2, .TableInfoColumn2 {
-background-color: #d7e1ed;
-border: 1px solid #506070;
-}
-
-.TableStatsRow2, .TableStatsColumn2 {
+.TableRow2, .TableColumn2, .TableInfoRow2, .TableInfoColumn2, 
+.TableStatsRow2, .TableStatsColumn2, .TableInfoMiniRow2, .TableInfoMiniColumn2,
+.TableSMenuRow2, .TableSMenuColumn2, .TableMenuRow2, .TableMenuColumn2 {
 background-color: #d7e1ed;
 border: 1px solid #506070;
 }
 
-.TableRow3, .TableColumn3 {
-background-color: #a7b1bd;
-border: 1px solid #506070;
-}
-
-.TableInfoRow3, .TableInfoColumn3 {
-background-color: #a7b1bd;
-border: 1px solid #506070;
-}
-
-.TableStatsRow3, .TableStatsColumn3 {
+.TableRow3, .TableColumn3, .TableInfoRow3, .TableInfoColumn3, 
+.TableStatsRow3, .TableStatsColumn3, .TableInfoMiniRow3, .TableInfoMiniColumn3,
+.TableSMenuRow3, .TableSMenuColumn3, .TableMenuRow3, .TableMenuColumn3 {
 background-color: #a7b1bd;
 border: 1px solid #506070;
 }
 
-.TableRow4, .TableColumn4 {
-background-color: #c7d1dd;
-border: 1px solid #506070;
-}
-
-.TableInfoRow4, .TableInfoColumn4 {
-background-color: #c7d1dd;
-border: 1px solid #506070;
-}
-
-.TableStatsRow4, .TableStatsColumn4 {
+.TableRow4, .TableColumn4, .TableInfoRow4, .TableInfoColumn4, 
+.TableStatsRow4, .TableStatsColumn4, .TableInfoMiniRow4, .TableInfoMiniColumn4,
+.TableSMenuRow4, .TableSMenuColumn4, .TableMenuRow4, .TableMenuColumn4 {
 background-color: #c7d1dd;
 border: 1px solid #506070;
 }