[Openfirst-cvscommit] base/style footers.php,NONE,1.2.2.2 headers.php,NONE,1.6.2.2
Brought to you by:
xtimg
From: Jamie <ast...@us...> - 2005-08-24 21:51:47
|
Update of /cvsroot/openfirst/base/style In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14712/style Added Files: Tag: REL1_1_BRANCH footers.php headers.php Log Message: Directory restructuring --- NEW FILE: footers.php --- <?php if(! isset($basepath)){ $basepath = "http://openfirst.sourceforge.net/"; } ?> <hr width="80%" size="1px" style="border:1px" noshade> <table class="menu" width="100%" border="0" cellspacing="0" cellpadding="6"> <tr> <td class="menu" style="background=image: url('<?php echo("$basepath/images/"); ?>back-light.gif');"> <div> <div align="center">© Copyright 2002-2003 by <?php echo $title; ?>. All rights reserved.<?php if(isset($user->membertype)){if($user->membertype == "administrator"){ echo "<br><br>[ <a href='$basepath/config/index.php'>Administrator Options / Configuration Area</a> ]"; }} ?></div> </div> </td> </tr> <tr> <td class="menu"> <div> <div align="right"><a href= "http://openfirst.sourceforge.net"><img src="<?php echo("$basepath/images/"); ?>poweredby-small.png" width="177" height="30" border="0" alt="Powered by openFIRST Software - http://openfirst.sourceforge.net"></a><a href= "http://validator.w3.org/check?uri=http%3A//openfirst.sourceforge.net/"> <img src="<?php echo("$basepath/images/"); ?>w3c401.png" alt="Valid HTML 4.01" width="88" height="31" border="0"></a> </div> </div> </td> </tr> </table> <p> </p> </body> </html> --- NEW FILE: headers.php --- <?php if(! isset($basepath)){ $basepath = "http://openfirst.sourceforge.net/"; $title = "openFIRST Team"; } ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title><?php echo $title; ?></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta http-equiv="Content-Language" content="en-CA"> <meta name="copyright" content="© 2003 openFIRST http://openfirst.sf.net."> <meta name="author" content="OpenFIRST - http://openfirst.sf.net"> <meta name="generator" content="OpenFIRST - http://openfirst.sf.net"> <style type="text/css"> #adminmenu { color: #ffffff; } #adminmenu a:link { color: #ffffff; } #adminmenu a:visited { color: #ffffff; } #adminmenu a:active { color: #ffffff; } #adminmenu a:hover { color: #ffffff; } a:link { color: #000000; font-size: 12px; font-family: sans-serif; text-decoration: underline; } a:visited { color: #000000; font-size: 12px; font-family: sans-serif; text-decoration: underline; } a:active { color: #0000000; font-size: 12px; font-family: sans-serif; text-decoration: underline; } a:hover { color: #000000; font-size: 12px; font-family: sans-serif; text-decoration: underline; } #topmenu { text-align: left; } #topmenu a:link { color: #cecece; font-size: 12px; font-family: sans-serif; text-decoration: none; } #topmenu a:visited { color: #bebebe; font-size: 12px; font-family: sans-serif; text-decoration: none; } #topmenu a:active { color: #cecece; font-size: 12px; font-family: sans-serif; text-decoration: none; } #topmenu a:hover { color: #bed8ff; font-size: 12px; font-family: sans-serif; text-decoration: none; } table { border-left:solid #999999 1px;border-right:solid #999999 1px;border-bottom:solid #999999 1px; margin-left:auto; margin-right:auto; } td { padding: 5px; } th { padding: 5px; } table.menu { border-left:0px;border-right:0px;border-bottom:0px; } td.menu {border-left:0px;border-right:0px;border-bottom:0px; } body {color: black; font-weight: bolder; font-size: 12px; font-family: sans-serif; text-decoration:none; text-align: center; margin: 0px; } td { color: black; font-size: 12px; font-family: sans-serif; text-decoration: none; } td.navigation { color: black; font-size: 12px; font-family: sans-serif; text-decoration: none; } th { background-color: #999999; color: #333333;background-image: url('<?php echo("$basepath/images/"); ?>back-light.gif'); } td.sub { background-color: #999999; color: #333333;background-image: url('<?php echo("$basepath/images/"); ?>back-lighter.gif'); } </style> </head> <body> <table width="100%" border="0" cellspacing="0" cellpadding="6"> <tr> <td> <img src="<?php echo("$basepath/images/"); ?>openfirst.png" alt="openFIRST Portal System"> </td> </tr> <tr> <th id="topmenu" style="background-image: url('<?php echo($basepath); ?>/images/back.gif');"> <?php if(ISSET($headers)){ echo("» <a accesskey='h' href='$home'><u>H</u>ome</a> | " . $headers); }else{ ?> » <a accesskey="h" href="http://openfirst.sourceforge.net"><u>H</u>ome</a> | » <a accesskey="d" href="http://openfirst.sourceforge.net/downloads.php"><u>D</u>ownloads</a> | » <a accesskey="r" href="http://openfirst.sourceforge.net/release.php"><u>R</u>elease Notes</a> | » <a accesskey="m" href="http://openfirst.sourceforge.net/modules.php"><u>M</u>odules</a> | » <a accesskey="l" href="http://openfirst.sourceforge.net/license.php"><u>L</u>icense</a> | » <a accesskey="b" href="http://openfirst.sourceforge.net/bugreports.php"><u>B</u>ug Reports</a> | » <a accesskey="c" href="http://openfirst.sourceforge.net/contact.php"><u>C</u>ontact Us</a> | » <a accesskey="a" href="http://openfirst.sourceforge.net/about.php"><u>A</u>bout openFIRST</a> | » <a accesskey="e" href="http://openfirst.sourceforge.net/developers.php">D<u>e</u>velopers</a> <?php } ?> </th> </tr> <tr> <td style="background-image: url('<?php echo("$basepath/images/"); ?>back-light.gif'); "> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="63%"> <?php // Check if module name has been set then echo if(isset($modulename)){ echo "<b>$currentmodulen</b> -"; } // Check if navigation bar option is set then echo options if(isset($subnav)){ // Output module navigation bar echo $subnav; } ?> </td> <td width="37%"> <div> <div align="right" style="color: #333333;"> <?php // Check if messenger module has activated usersonline option then echo value if(isset($usersonline)){ echo $usersonline; } else { echo "Welcome to the <b>".$title."</b> website!"; } ?> </div> </div></td> </tr> </table></td> </tr> <?php if (isset($user->user)){ if(isset($adminnav) == true && $user->membertype == "administrator"){ ?> <tr> <td id="adminmenu" background="<?php echo("$basepath/images/"); ?>back-admin.png"><b>Admin Options -</b> <?php // Print admin navigation bar echo $adminnav; ?></td> </tr> <?php } } ?> </table> <?php if ($basepath == "http://openfirst.sourceforge.net/") { unset($basepath); } ?> |