Browse Source

Applies new css changes (stats.css).

devel
Jonathan Rosenbaum 8 years ago
parent
commit
a8ffd9fdf1
  1. 3
      include_header_stats.html
  2. 12
      stats/status_totals.php

3
include_header_stats.html

@ -21,10 +21,9 @@ function resetTimer()
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<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/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.pickmeup.js"></script>

12
stats/status_totals.php

@ -99,7 +99,7 @@ $total_sql = mysql_query($query, $YBDB) or die(mysql_error());
<?php include("../include_header_stats.html"); ?>
<table class="shop_log">
<table class="stats">
<tr valign="top">
</tr>
<tr>
@ -128,7 +128,7 @@ $total_sql = mysql_query($query, $YBDB) or die(mysql_error());
</tr>
</table>
<table class="shop_log">
<table class="stats">
<tr valign="top">
</tr>
<tr>
@ -155,7 +155,7 @@ $total_sql = mysql_query($query, $YBDB) or die(mysql_error());
</tr>
</table>
<br \><br \>
<table class="shop_log">
<table class="stats">
<tr valign="top">
</tr>
<tr>
@ -184,7 +184,7 @@ $total_sql = mysql_query($query, $YBDB) or die(mysql_error());
</tr>
</table>
<table class="shop_log">
<table class="stats">
<tr valign="top">
</tr>
<tr>
@ -213,7 +213,7 @@ $total_sql = mysql_query($query, $YBDB) or die(mysql_error());
<br \><br \>
<table class="shop_log">
<table class="stats">
<tr valign="top">
</tr>
<tr>
@ -247,7 +247,7 @@ $total_sql = mysql_query($query, $YBDB) or die(mysql_error());
<br \>
<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>
<?php include("../include_footer.html"); ?>

Loading…
Cancel
Save