1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-02-22 17:03:22 -05:00

Applies new css changes (stats.css).

This commit is contained in:
Jonathan Rosenbaum 2016-01-27 23:11:11 +00:00
parent 78ef360e1b
commit a8ffd9fdf1
2 changed files with 7 additions and 8 deletions

View File

@ -21,10 +21,9 @@ function resetTimer()
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>YBDB</title> <title>YBDB</title>
<link href="../css/transactions.css" rel="stylesheet" type="text/css" />
<link href="../css/contacts.css" rel="stylesheet" type="text/css" />
<link href="../css/css_yb_standard.css" rel="stylesheet" type="text/css" /> <link href="../css/css_yb_standard.css" rel="stylesheet" type="text/css" />
<link href="../css/pickmeup.css" rel="stylesheet" type="text/css" /> <link href="../css/pickmeup.css" rel="stylesheet" type="text/css" />
<link href="../css/stats.css" rel="stylesheet" type="text/css" />
<script src="../js/jquery-2.1.1.js"></script> <script src="../js/jquery-2.1.1.js"></script>
<script src="../js/jquery.pickmeup.js"></script> <script src="../js/jquery.pickmeup.js"></script>

View File

@ -99,7 +99,7 @@ $total_sql = mysql_query($query, $YBDB) or die(mysql_error());
<?php include("../include_header_stats.html"); ?> <?php include("../include_header_stats.html"); ?>
<table class="shop_log"> <table class="stats">
<tr valign="top"> <tr valign="top">
</tr> </tr>
<tr> <tr>
@ -128,7 +128,7 @@ $total_sql = mysql_query($query, $YBDB) or die(mysql_error());
</tr> </tr>
</table> </table>
<table class="shop_log"> <table class="stats">
<tr valign="top"> <tr valign="top">
</tr> </tr>
<tr> <tr>
@ -155,7 +155,7 @@ $total_sql = mysql_query($query, $YBDB) or die(mysql_error());
</tr> </tr>
</table> </table>
<br \><br \> <br \><br \>
<table class="shop_log"> <table class="stats">
<tr valign="top"> <tr valign="top">
</tr> </tr>
<tr> <tr>
@ -184,7 +184,7 @@ $total_sql = mysql_query($query, $YBDB) or die(mysql_error());
</tr> </tr>
</table> </table>
<table class="shop_log"> <table class="stats">
<tr valign="top"> <tr valign="top">
</tr> </tr>
<tr> <tr>
@ -213,7 +213,7 @@ $total_sql = mysql_query($query, $YBDB) or die(mysql_error());
<br \><br \> <br \><br \>
<table class="shop_log"> <table class="stats">
<tr valign="top"> <tr valign="top">
</tr> </tr>
<tr> <tr>
@ -247,7 +247,7 @@ $total_sql = mysql_query($query, $YBDB) or die(mysql_error());
<br \> <br \>
<form method="post" name="range_query"> <form method="post" name="range_query">
<input id="submit_contact" type="submit" value="Submit" tabindex="14"> <input id="status_totals" type="submit" value="Submit" tabindex="14">
</form> </form>
<?php include("../include_footer.html"); ?> <?php include("../include_footer.html"); ?>