PHPFootball Forum Forum Index Log in to check your private messages Register Log in FAQ Search Memberlist Usergroups
Menu on the side

 
Post new topic   Reply to topic    PHPFootball Forum Forum Index -> Templates
View previous topic :: View next topic  
Author Message
Gary O



Joined: 04 Aug 2005
Posts: 57

PostPosted: Fri Aug 12, 2005 9:13 pm    Post subject: Menu on the side Reply with quote

THis is not finished and I will be doing more to it and maybe even images. THe colors are just the red and blue CSS

http://trrhosting.com/football/index.php
Back to top
View user's profile Send private message
Gary O



Joined: 04 Aug 2005
Posts: 57

PostPosted: Fri Aug 12, 2005 9:32 pm    Post subject: Reply with quote

This template will also be complete with graphics!!! I just want to get the base done.
Back to top
View user's profile Send private message
Gary O



Joined: 04 Aug 2005
Posts: 57

PostPosted: Fri Aug 12, 2005 10:07 pm    Post subject: Reply with quote

Here is the code to past in your HEADER.PHP this will give you the links on the left side. And you can se any CSS that I have posted or the orignal that comes with the program. If you have down any editing to the Header.php you will lose it if you copy and paste this in.

Remember The colors are not going to be the red and blue as the are on my test site. Yur colors will not be changed by using this code

Quote:
<?php
require("football.class.php");
$football = new football();
//***************************************************************************
//* ASP Football Pool *
//* Do not remove this notice. *
//* Copyright 1999-2004 by Mike Hall *
//* Please see http://www.brainjar.com for documentation and terms of use. *
//* *
//* PHP Football Pool *
//* PHP Port of ASP Football pool *
//* Copyright 2005 by Brian Paulson and George Garcia *
//* Please see http://lvbash.com/phpBB2 for more support on PHPFootball *
//* version *
//* *
///* *
//* Common page header. *
//***************************************************************************
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!--
***************************************************************************
* ASP Football Pool *
* *
* Do not remove this notice. *
* *
* Copyright 1999-2004 by Mike Hall *
* Please see http://www.brainjar.com for documentation and terms of use. *
* *
* PHP Football Pool *
* PHP Port of ASP Football pool *
* Copyright 2004 by Brian Paulson *
* Please see http://www.spectre013.com for more information on the php *
* version *
* *
***************************************************************************

-->
<head>
<title><? echo $football->sitetitle; ?> : <?php echo $subtitle; ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link rel="stylesheet" type="text/css" href="styles.css" />
<link rel="shortcut icon" href="favicon.ico" />
</head>
<body>
<div class="titleBar <? echo $football->sitecolor; ?>">
<div id="status">

<?php
if($_SESSION['user'] != "")
{
echo "Welcome ".$_SESSION['user']." &middot; ";
}
$date = date("m/d/Y");
$time = date("g:i:s A");
$ts = $football->doDate($date,$time,$football->display_offset);
echo date("l F d, Y g:i A",$ts); ?>
<?php echo $football->timezone; ?> Time
</div>
<div class="title"><? echo $football->sitetitle; ?></div>
</div>
<table>
<td valign="top">
<div class="titleBar">
<center><font size="3">NAVIGATION</font></center>
</div>
<div class="menuBar">
<a href="index.php" title="News, announcements and updates.">Home</a><br>
<? if ($_SESSION['user']!= $football->admin_username){ ?>
<a href="entry.php" title="Enter your picks for this week or upcoming weeks.">Entry Form</a>
<? } ?><br>
<a href="results.php" title="View the current status or outcome of each week's pool.">Results</a><br>
<a href="summary.php" title="Weekly winners and individual statistics.">Summary</a><br>
<a href="weekly.php" title="Week by week game schedule.">Weekly Schedule</a><br>
<a href="team.php" title="Team by team game schedule.">Team Schedules</a><br>
<a href="http://www.nfl.com/standings" target="_blank" title="League standings.">Standings</a><br>
<a href="password.php" title="Change your password.">Change Password</a><br>
<a href="logout.php" title="Logout or login as a different user.">Login/Logout</a><br>
<? if ($_SESSION['user'] == "") { ?>
<a href="register.php" title="user Registration Form.">&middot;&nbsp;Register</a><br>
<? } ?>
<? if ($_SESSION['user'] != $football->admin_username and $_SESSION['user'] != ""){ ?><br>

<a href="profile.php" title="User Profile Update">Profile</a><br>
<? } ?>
<a href="contact.php" title="Contact US">Contact Us</a><br>
<a href="help.php" title="Pool rules and helpful information.">Help</a><br>
</div>
<?php if ($_SESSION['user']==$football->admin_username)
{
?>
<div class="menuBar <? echo $football->sitecolor; ?>"><br>
<a href="scores.php" title="Enter or change game results.">Enter Scores</a><br>
<a href="users.php" title="Add and remove users or change passwords.">Update Users</a><br>
<a href="admin_entry.php" title="Add and remove users or change passwords.">Users Picks</a><br>
<a href="variables.php" title="Change the configuration variables">Site Configuration</a><br>
<a href="tickerlist.php" title="Change the ticker lines">Ticker Line Maintenance</a><br>
<a href="poolrules.php" title="Edit Pool Rules">Pool Rules Maintenance</a><br>
<a href="adminhelp.php" title="Site Administration Help">Administration Help</a><br><br><br><br><br>
</div>
<?php } ?>
<div id="main">
</td>
<td>
<table id="wrapper"><tr><td>
<?php
$test = $football->dbCheck();
if($test == "error")
{
?>
</td>
</table>
</td></tr></table>
</div>


<div id="subTitle"><?php echo $subtitle; ?></div>
<div id="copyright">
<span id="contact">For help, contact
<a href="mailto:<?php echo $football->admin_email; ?>"><?php echo $football->admin_email; ?></a>.</span>
&copy; 2004 by <a href="http://www.spectre013.com">Brian Paulson</a>. All rights reserved.</div>
</body>
</html>
<?php
exit;
}//End of database test from header.php


?>
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    PHPFootball Forum Forum Index -> Templates All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2002 phpBB Grou p

design by boo ©eZ-Life.net  A designer community