[Openfirst-cvscommit] base/style headers.php,1.6.2.3,1.6.2.4
Brought to you by:
xtimg
From: Jamie <ast...@us...> - 2005-08-25 01:36:10
|
Update of /cvsroot/openfirst/base/style In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5362/style Modified Files: Tag: REL1_1_BRANCH headers.php Log Message: Fixed installation? Index: headers.php =================================================================== RCS file: /cvsroot/openfirst/base/style/headers.php,v retrieving revision 1.6.2.3 retrieving revision 1.6.2.4 diff -C2 -d -r1.6.2.3 -r1.6.2.4 *** headers.php 24 Aug 2005 23:09:38 -0000 1.6.2.3 --- headers.php 25 Aug 2005 01:36:02 -0000 1.6.2.4 *************** *** 1,136 **** ! <?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/style/images/"); ?>openfirst.png" alt="openFIRST Portal System"> ! </td> ! </tr> ! <tr> ! <th id="topmenu" style="background-image: url('<?php echo($basepath); ?>/style/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/style/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/style/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); ! } ! ! ?> --- 1,129 ---- ! <?php ! if(! isset($basepath)){ ! $basepath = "http://openfirst.sourceforge.net"; ! $ogStylePath = "http://openfirst.sourceforge.net"; ! } ! ?> ! <!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("$ogStylePath/images/"); ?>openfirst.png" alt="openFIRST Portal System"> ! </td> ! </tr> ! <tr> ! <th id="topmenu" style="background-image: url('<?php echo($ogStylePath); ?>/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("$ogStylePath/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("$ogStylePath/images/"); ?>back-admin.png"><b>Admin Options -</b> ! <?php ! // Print admin navigation bar ! echo $adminnav; ! ?></td> ! </tr> ! <?php ! ! } ! } ! ! ?> ! </table> \ No newline at end of file |