1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-04-03 17:13:23 -04:00

Brought back the header and footer.

This commit is contained in:
Jonathan Rosenbaum 2014-12-20 02:42:24 +00:00
parent 36987d3100
commit ec6cd5d998
21 changed files with 42 additions and 42 deletions

View File

@ -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);
?>

View File

@ -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);
?>

View File

@ -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);
?>

View File

@ -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);
?>

View File

@ -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);
?>

View File

@ -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);
?>

View File

@ -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);
?>

View File

@ -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);
?>

View File

@ -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);
?>

View File

@ -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);
?>

View File

@ -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);
?>

View File

@ -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);
?>

View File

@ -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);
?>

View File

@ -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);
?>

View File

@ -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);
?>

View File

@ -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);
?>

View File

@ -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);
?>

View File

@ -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);
?>

View File

@ -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);
?>

View File

@ -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);
?>

View File

@ -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);
?>