forked from science-ation/science-ation
Get rid of all occurences of viewtable and replace with tableview
This commit is contained in:
parent
a2018771e7
commit
f7bddf5beb
@ -203,7 +203,7 @@ include "xml.inc.php";
|
|||||||
echo "<br />";
|
echo "<br />";
|
||||||
$error=false;
|
$error=false;
|
||||||
echo "<form method=\"post\" action=\"cwsfregister.php\">";
|
echo "<form method=\"post\" action=\"cwsfregister.php\">";
|
||||||
echo "<table class=\"viewtable\">";
|
echo "<table class=\"tableview\">";
|
||||||
echo "<tr><th>".i18n("Project Information")."</th>";
|
echo "<tr><th>".i18n("Project Information")."</th>";
|
||||||
echo "<th>".i18n("Project Division / CWSF Project Division")."</th>";
|
echo "<th>".i18n("Project Division / CWSF Project Division")."</th>";
|
||||||
echo "</tr>";
|
echo "</tr>";
|
||||||
|
@ -57,7 +57,7 @@ echo "Complete for {$config['FAIRYEAR']}: ".(($judgeinfo['complete']=="yes") ? "
|
|||||||
echo "<br />";
|
echo "<br />";
|
||||||
|
|
||||||
echo "<h3>".i18n("Personal Info")."</h3>";
|
echo "<h3>".i18n("Personal Info")."</h3>";
|
||||||
echo "<table class=\"viewtable\">\n";
|
echo "<table class=\"tableview\">\n";
|
||||||
|
|
||||||
echo "<tr>\n";
|
echo "<tr>\n";
|
||||||
echo " <th align=\"right\">".i18n("First Name").": </th><td>{$judgeinfo['firstname']}</td>\n";
|
echo " <th align=\"right\">".i18n("First Name").": </th><td>{$judgeinfo['firstname']}</td>\n";
|
||||||
@ -137,7 +137,7 @@ echo "</table>";
|
|||||||
echo "<hr />";
|
echo "<hr />";
|
||||||
echo "<br />";
|
echo "<br />";
|
||||||
echo "<h3>Areas of Expertise</h3>";
|
echo "<h3>Areas of Expertise</h3>";
|
||||||
echo "<table class=\"viewtable\">";
|
echo "<table class=\"tableview\">";
|
||||||
|
|
||||||
//grab the list of divisions, because the last fields of the table will be the sub-divisions
|
//grab the list of divisions, because the last fields of the table will be the sub-divisions
|
||||||
$q=mysql_query("SELECT * FROM projectdivisions WHERE year='{$config['FAIRYEAR']}' ORDER BY id");
|
$q=mysql_query("SELECT * FROM projectdivisions WHERE year='{$config['FAIRYEAR']}' ORDER BY id");
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
|
|
||||||
send_popup_header(i18n("Student Information - %1 %2",array($studentinfo->firstname,$studentinfo->lastname)));
|
send_popup_header(i18n("Student Information - %1 %2",array($studentinfo->firstname,$studentinfo->lastname)));
|
||||||
|
|
||||||
echo "<table class=\"viewtable\">\n";
|
echo "<table class=\"tableview\">\n";
|
||||||
|
|
||||||
echo "<tr>\n";
|
echo "<tr>\n";
|
||||||
echo " <th>".i18n("First Name")."</th><td>$studentinfo->firstname</td>\n";
|
echo " <th>".i18n("First Name")."</th><td>$studentinfo->firstname</td>\n";
|
||||||
|
@ -180,7 +180,7 @@ function neweditor()
|
|||||||
if($show_year == 'current')
|
if($show_year == 'current')
|
||||||
$where_year = "AND year={$config['FAIRYEAR']}";
|
$where_year = "AND year={$config['FAIRYEAR']}";
|
||||||
|
|
||||||
echo "<table class=\"viewtable\">";
|
echo "<table class=\"tableview\">";
|
||||||
$querystr="SELECT
|
$querystr="SELECT
|
||||||
*
|
*
|
||||||
FROM
|
FROM
|
||||||
|
@ -249,42 +249,6 @@ a.caution:hover {
|
|||||||
color: #FF0000;
|
color: #FF0000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.viewtable {
|
|
||||||
border-collapse: collapse;
|
|
||||||
border-spacing: 0px;
|
|
||||||
border: 2px solid black;
|
|
||||||
margin: 0px;
|
|
||||||
padding: 0px;
|
|
||||||
margin-left: 30px;
|
|
||||||
margin-right: 30px;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.viewtable th {
|
|
||||||
border: 2px solid black;
|
|
||||||
background-color: #5C6F90;
|
|
||||||
padding: 5px;
|
|
||||||
margin: 0px;
|
|
||||||
font-size: 1.0em;
|
|
||||||
color: white;
|
|
||||||
font-weight: bold;
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.viewtable th a{
|
|
||||||
font-size: 1.1em;
|
|
||||||
color: white;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.viewtable td {
|
|
||||||
border: 2px solid black;
|
|
||||||
margin: 0px;
|
|
||||||
padding: 4px;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.headertable td {
|
.headertable td {
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user