Browse Source

Brought back the header and footer.

devel
Jonathan Rosenbaum 10 years ago
parent
commit
ec6cd5d998
  1. 4
      stats/individual_history_log.php
  2. 4
      stats/individual_hours_log.php
  3. 4
      stats/stats_MechanicOperationMetrics_byMonth.php
  4. 4
      stats/stats_MechanicOperationMetrics_byWeek.php
  5. 4
      stats/stats_VolVsMechMetrics_byMonth.php
  6. 4
      stats/stats_VolVsMechMetrics_byWeek.php
  7. 4
      stats/stats_employeemetrics.php
  8. 4
      stats/stats_monthlysalestax.php
  9. 4
      stats/stats_monthlytransactiontotals.php
  10. 4
      stats/stats_monthlytransactiontotals_paid.php
  11. 4
      stats/stats_paidstaffhours.php
  12. 4
      stats/stats_paidstaffhours_byMonth.php
  13. 4
      stats/stats_paidstaffhours_byPayPeriod.php
  14. 4
      stats/stats_paidstaffhours_byWeek.php
  15. 4
      stats/stats_shoptransactiontotals.php
  16. 4
      stats/stats_shoptransactiontotals_byshop.php
  17. 4
      stats/stats_userhours.php
  18. 4
      stats/stats_userhours_season.php
  19. 4
      stats/stats_userhours_year.php
  20. 4
      stats/stats_usersbydayweek.php
  21. 4
      stats/stats_usersbyweek.php

4
stats/individual_history_log.php

@ -143,7 +143,7 @@ if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "ChangeDate")) {
?>
<?php include("include_header.html"); ?>
<?php include("../include_header.html"); ?>
<table border="0" cellpadding="1" cellspacing="0">
<tr>
@ -241,7 +241,7 @@ if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "ChangeDate")) {
<input type="hidden" name="MM_insert" value="ChangeDate" />
</form>
<p>&nbsp;</p>
<?php include("include_footer.html"); ?>
<?php include("../include_footer.html"); ?>
<?php
mysql_free_result($Recordset1);
?>

4
stats/individual_hours_log.php

@ -136,7 +136,7 @@ if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "ChangeDate")) {
?>
<?php include("include_header.html"); ?>
<?php include("../include_header.html"); ?>
<table border="0" cellpadding="1" cellspacing="0">
<tr>
<td align="left" valign="bottom"><?php echo $error_message;?>
@ -263,7 +263,7 @@ if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "ChangeDate")) {
<input type="hidden" name="MM_insert" value="ChangeDate" />
</form>
<p>&nbsp;</p>
<?php include("include_footer.html"); ?>
<?php include("../include_footer.html"); ?>
<?php
mysql_free_result($Recordset1);
?>

4
stats/stats_MechanicOperationMetrics_byMonth.php

@ -23,7 +23,7 @@ $totalRows_Recordset1 = mysql_num_rows($Recordset1);
?>
<?php include("include_header.html"); ?>
<?php include("../include_header.html"); ?>
<table>
<tr valign="top">
@ -104,7 +104,7 @@ $totalRows_Recordset1 = mysql_num_rows($Recordset1);
</tr>
</table>
<?php include("include_footer.html"); ?>
<?php include("../include_footer.html"); ?>
<?php
mysql_free_result($Recordset1);
?>

4
stats/stats_MechanicOperationMetrics_byWeek.php

@ -23,7 +23,7 @@ $totalRows_Recordset1 = mysql_num_rows($Recordset1);
?>
<?php include("include_header.html"); ?>
<?php include("../include_header.html"); ?>
<table>
<tr valign="top">
@ -104,7 +104,7 @@ $totalRows_Recordset1 = mysql_num_rows($Recordset1);
</tr>
</table>
<?php include("include_footer.html"); ?>
<?php include("../include_footer.html"); ?>
<?php
mysql_free_result($Recordset1);
?>

4
stats/stats_VolVsMechMetrics_byMonth.php

@ -34,7 +34,7 @@ $totalRows_Recordset1 = mysql_num_rows($Recordset1);
?>
<?php include("include_header.html"); ?>
<?php include("../include_header.html"); ?>
<table>
<tr valign="top">
@ -103,7 +103,7 @@ $totalRows_Recordset1 = mysql_num_rows($Recordset1);
</tr>
</table>
<?php include("include_footer.html"); ?>
<?php include("../include_footer.html"); ?>
<?php
mysql_free_result($Recordset1);
?>

4
stats/stats_VolVsMechMetrics_byWeek.php

@ -34,7 +34,7 @@ $totalRows_Recordset1 = mysql_num_rows($Recordset1);
?>
<?php include("include_header.html"); ?>
<?php include("../include_header.html"); ?>
<table>
<tr valign="top">
@ -103,7 +103,7 @@ $totalRows_Recordset1 = mysql_num_rows($Recordset1);
</tr>
</table>
<?php include("include_footer.html"); ?>
<?php include("../include_footer.html"); ?>
<?php
mysql_free_result($Recordset1);
?>

4
stats/stats_employeemetrics.php

@ -65,7 +65,7 @@ $row_Recordset1 = mysql_fetch_assoc($Recordset1);
?>
<?php include("include_header.html"); ?>
<?php include("../include_header.html"); ?>
<table>
<tr><td><?php echo "Employee Stats:
@ -119,7 +119,7 @@ $row_Recordset1 = mysql_fetch_assoc($Recordset1);
</tr>
</table>
<?php include("include_footer.html"); ?>
<?php include("../include_footer.html"); ?>
<?php
mysql_free_result($Recordset1);
?>

4
stats/stats_monthlysalestax.php

@ -28,7 +28,7 @@ $totalRows_Recordset1 = mysql_num_rows($Recordset1);
?>
<?php include("include_header.html"); ?>
<?php include("../include_header.html"); ?>
<table>
<tr valign="top">
@ -72,7 +72,7 @@ $totalRows_Recordset1 = mysql_num_rows($Recordset1);
</tr>
</table>
<?php include("include_footer.html"); ?>
<?php include("../include_footer.html"); ?>
<?php
mysql_free_result($Recordset1);
?>

4
stats/stats_monthlytransactiontotals.php

@ -29,7 +29,7 @@ $totalRows_Recordset1 = mysql_num_rows($Recordset1);
?>
<?php include("include_header.html"); ?>
<?php include("../include_header.html"); ?>
<table>
<tr valign="top">
@ -77,7 +77,7 @@ $totalRows_Recordset1 = mysql_num_rows($Recordset1);
</tr>
</table>
<?php include("include_footer.html"); ?>
<?php include("../include_footer.html"); ?>
<?php
mysql_free_result($Recordset1);
?>

4
stats/stats_monthlytransactiontotals_paid.php

@ -23,7 +23,7 @@ $totalRows_Recordset1 = mysql_num_rows($Recordset1);
?>
<?php include("include_header.html"); ?>
<?php include("../include_header.html"); ?>
<table>
<tr valign="top">
@ -71,7 +71,7 @@ $totalRows_Recordset1 = mysql_num_rows($Recordset1);
</tr>
</table>
<?php include("include_footer.html"); ?>
<?php include("../include_footer.html"); ?>
<?php
mysql_free_result($Recordset1);
?>

4
stats/stats_paidstaffhours.php

@ -33,7 +33,7 @@ $totalRows_Recordset1 = mysql_num_rows($Recordset1);
?>
<?php include("include_header.html"); ?>
<?php include("../include_header.html"); ?>
<table>
<tr valign="top">
@ -74,7 +74,7 @@ $totalRows_Recordset1 = mysql_num_rows($Recordset1);
</tr>
</table>
<?php include("include_footer.html"); ?>
<?php include("../include_footer.html"); ?>
<?php
mysql_free_result($Recordset1);
?>

4
stats/stats_paidstaffhours_byMonth.php

@ -23,7 +23,7 @@ $totalRows_Recordset1 = mysql_num_rows($Recordset1);
?>
<?php include("include_header.html"); ?>
<?php include("../include_header.html"); ?>
<table>
<tr valign="top"><td><span class="yb_heading3red">Staff Hours by Month</span></td></tr>
@ -65,7 +65,7 @@ $totalRows_Recordset1 = mysql_num_rows($Recordset1);
</tr>
</table>
<?php include("include_footer.html"); ?>
<?php include("../include_footer.html"); ?>
<?php
mysql_free_result($Recordset1);
?>

4
stats/stats_paidstaffhours_byPayPeriod.php

@ -40,7 +40,7 @@ $totalRows_Recordset2 = mysql_num_rows($Recordset2);
?>
<?php include("include_header.html"); ?>
<?php include("../include_header.html"); ?>
<table>
<tr valign="top"><td><span class="yb_heading3red">Staff Hours by Pay Period</span></td></tr>
@ -86,7 +86,7 @@ $totalRows_Recordset2 = mysql_num_rows($Recordset2);
</tr>
</table>
<?php include("include_footer.html"); ?>
<?php include("../include_footer.html"); ?>
<?php
mysql_free_result($Recordset1);
?>

4
stats/stats_paidstaffhours_byWeek.php

@ -23,7 +23,7 @@ $totalRows_Recordset1 = mysql_num_rows($Recordset1);
?>
<?php include("include_header.html"); ?>
<?php include("../include_header.html"); ?>
<table>
<tr valign="top"><td><span class="yb_heading3red">Staff Hours by Week</span></td></tr>
@ -65,7 +65,7 @@ $totalRows_Recordset1 = mysql_num_rows($Recordset1);
</tr>
</table>
<?php include("include_footer.html"); ?>
<?php include("../include_footer.html"); ?>
<?php
mysql_free_result($Recordset1);
?>

4
stats/stats_shoptransactiontotals.php

@ -30,7 +30,7 @@ $totalRows_Recordset1 = mysql_num_rows($Recordset1);
?>
<?php include("include_header.html"); ?>
<?php include("../include_header.html"); ?>
<table>
<tr valign="top">
@ -78,7 +78,7 @@ $totalRows_Recordset1 = mysql_num_rows($Recordset1);
</tr>
</table>
<?php include("include_footer.html"); ?>
<?php include("../include_footer.html"); ?>
<?php
mysql_free_result($Recordset1);
?>

4
stats/stats_shoptransactiontotals_byshop.php

@ -26,7 +26,7 @@ $totalRows_Recordset1 = mysql_num_rows($Recordset1);
?>
<?php include("include_header.html"); ?>
<?php include("../include_header.html"); ?>
<table>
<tr valign="top">
@ -70,7 +70,7 @@ $totalRows_Recordset1 = mysql_num_rows($Recordset1);
</tr>
</table>
<?php include("include_footer.html"); ?>
<?php include("../include_footer.html"); ?>
<?php
mysql_free_result($Recordset1);
?>

4
stats/stats_userhours.php

@ -57,7 +57,7 @@ $totalRows_Recordset1 = mysql_num_rows($Recordset1);
?>
<?php include("include_header.html"); ?>
<?php include("../include_header.html"); ?>
<table>
<tr valign="top">
@ -116,7 +116,7 @@ $totalRows_Recordset1 = mysql_num_rows($Recordset1);
</tr>
</table>
<?php include("include_footer.html"); ?>
<?php include("../include_footer.html"); ?>
<?php
mysql_free_result($Recordset1);
?>

4
stats/stats_userhours_season.php

@ -66,7 +66,7 @@ $totalRows_Recordset1 = mysql_num_rows($Recordset1);
?>
<?php include("include_header.html"); ?>
<?php include("../include_header.html"); ?>
<table>
<tr valign="top">
@ -125,7 +125,7 @@ $totalRows_Recordset1 = mysql_num_rows($Recordset1);
</tr>
</table>
<?php include("include_footer.html"); ?>
<?php include("../include_footer.html"); ?>
<?php
mysql_free_result($Recordset1);
?>

4
stats/stats_userhours_year.php

@ -66,7 +66,7 @@ $totalRows_Recordset1 = mysql_num_rows($Recordset1);
?>
<?php include("include_header.html"); ?>
<?php include("../include_header.html"); ?>
<table>
<tr valign="top">
@ -125,7 +125,7 @@ $totalRows_Recordset1 = mysql_num_rows($Recordset1);
</tr>
</table>
<?php include("include_footer.html"); ?>
<?php include("../include_footer.html"); ?>
<?php
mysql_free_result($Recordset1);
?>

4
stats/stats_usersbydayweek.php

@ -36,7 +36,7 @@ function print_table_daysofweek($year, $week, $total_visits, $new_visits){
?>
<?php include("include_header.html"); ?>
<?php include("../include_header.html"); ?>
<table width="100%">
<tr valign="top">
<td><span class="yb_heading3red">New and Total Users by Day/Week</span></td>
@ -87,7 +87,7 @@ function print_table_daysofweek($year, $week, $total_visits, $new_visits){
</tr></table> </td></tr>
</table>
<?php include("include_footer.html"); ?>
<?php include("../include_footer.html"); ?>
<?php
mysql_free_result($Recordset1);
?>

4
stats/stats_usersbyweek.php

@ -52,7 +52,7 @@ $totalRows_Recordset4 = mysql_num_rows($Recordset4);
?>
<?php include("include_header.html"); ?>
<?php include("../../include_header.html"); ?>
<table>
<tr valign="top">
<td><span class="yb_heading3red">New and Total Users by Week</span></td>
@ -115,7 +115,7 @@ $totalRows_Recordset4 = mysql_num_rows($Recordset4);
</tr>
</table>
<?php include("include_footer.html"); ?>
<?php include("../../include_footer.html"); ?>
<?php
mysql_free_result($Recordset1);
?>

Loading…
Cancel
Save