[Openfirst-cvscommit] base/config headers.php,1.10,1.11
Brought to you by:
xtimg
From: <xt...@us...> - 2003-06-28 02:22:18
|
Update of /cvsroot/openfirst/base/config In directory sc8-pr-cvs1:/tmp/cvs-serv537 Modified Files: headers.php Log Message: Change headers to use style sheets with id's, instead of requiring class=... in each link in navigation bars Index: headers.php =================================================================== RCS file: /cvsroot/openfirst/base/config/headers.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** headers.php 27 Jun 2003 15:09:19 -0000 1.10 --- headers.php 28 Jun 2003 02:22:16 -0000 1.11 *************** *** 15,51 **** <meta name="generator" content="OpenFIRST - http://openfirst.sf.net"> <style type="text/css"> ! a:link.menu { color: #cecece; font-size: 12px; font-family: sans-serif; text-decoration: none } ! a:visited.menu { color: #bebebe; font-size: 12px; font-family: sans-serif; text-decoration: none } ! a:active.menu { color: #cecece; font-size: 12px; font-family: sans-serif; text-decoration: none } ! a:hover.menu { color: #bed8ff; font-size: 12px; font-family: sans-serif; text-decoration: none } ! ! a:link.admin { color: #FFFFFF } ! a:visited.admin { color: #FFFFFF } ! a:active.admin { color: #FFFFFF } ! a:hover.admin { color: #FFFFFF } ! a:link { color: #000000; font-size: 12px; font-family: sans-serif; text-decoration: none } ! a:visited { color: #000000; font-size: 12px; font-family: sans-serif; text-decoration: none } ! a:active { color: #0000000; font-size: 12px; font-family: sans-serif; text-decoration: none } ! a:hover { color: #000000; font-size: 12px; font-family: sans-serif; text-decoration: Underline } ! table { border-left:solid #999999 1px;border-right:solid #999999 1px;border-bottom:solid #999999 1px } ! 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 } ! 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') } </style> </head> ! <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> ! <table class="menu" width="100%" border="0" cellspacing="0" cellpadding="6"> <tr> ! <td class="menu"> <img src="<?php echo("$basepath/images/"); ?>openfirst.png"> </td> </tr> <tr> ! <td class="menu" background="<?php echo("$basepath/images/"); ?>back.gif"> <?php if(ISSET($headers)){ --- 15,55 ---- <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: none; } ! a:visited { color: #000000; font-size: 12px; font-family: sans-serif; text-decoration: none; } ! a:active { color: #0000000; font-size: 12px; font-family: sans-serif; text-decoration: none; } ! 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; } ! 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'); } </style> </head> ! <body> ! <table width="100%" border="0" cellspacing="0" cellpadding="6"> <tr> ! <td > <img src="<?php echo("$basepath/images/"); ?>openfirst.png"> </td> </tr> <tr> ! <th id="topmenu" style="background-image: url('<?php echo($basepath); ?>/images/back.gif');"> <?php if(ISSET($headers)){ *************** *** 53,74 **** }else{ ?> ! <font color="#FFFFFF">» <a class="menu" accesskey="h" href="http://openfirst.sourceforge.net"><u>H</u>ome</a> ! | » <a class="menu" accesskey="d" href="http://openfirst.sourceforge.net/downloads.php"><u>D</u>ownloads</a> ! | » <a accesskey="r" class="menu" href="http://openfirst.sourceforge.net/release.php"><u>R</u>elease Notes</a> ! | » <a accesskey="m" class="menu" href="http://openfirst.sourceforge.net/modules.php"><u>M</u>odules</a> ! | » <a class="menu" accesskey="l" href="http://openfirst.sourceforge.net/license.php"><u>L</u>icense</a> ! | » <a class="menu" accesskey="b" href="http://openfirst.sourceforge.net/bugreports.php"><u>B</u>ug Reports</a> ! | » <a accesskey="c" class="menu" href="http://openfirst.sourceforge.net/contact.php"><u>C</u>ontact Us</a> ! | » <a accesskey="a" class="menu" href="http://openfirst.sourceforge.net/about.php"><u>A</u>bout openFIRST</a> ! | » <a class="menu" accesskey="e" href="http://openfirst.sourceforge.net/developers.php">D<u>e</u>velopers</a> <?php } ?> ! </font> </td> </tr> <tr> ! <td class="menu" background="<?php echo("$basepath/images/"); ?>back-light.gif"> ! <table class="menu" width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> ! <td class="menu" width="63%"> <?php --- 57,78 ---- }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 background="<?php echo("$basepath/images/"); ?>back-light.gif"> ! <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> ! <td width="63%"> <?php *************** *** 86,91 **** ?> </td> ! <td class="menu" width="37%"> <div> ! <div align="right"><font color="#333333"> <?php --- 90,95 ---- ?> </td> ! <td width="37%"> <div> ! <div align="right" style="color: #333333;"> <?php *************** *** 98,102 **** ?> ! </font></div> </div></td> </tr> --- 102,106 ---- ?> ! </div> </div></td> </tr> *************** *** 110,119 **** ?> <tr> ! <td class="menu" background="<?php echo("$basepath/images/"); ?>back-admin.png"><font color="#FFFFFF"><b>Admin Options -</b> ! <?php // Print admin navigation bar echo $adminnav; ! ?> ! </font></td> </tr> <?php --- 114,122 ---- ?> <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 *************** *** 130,132 **** } ! ?> \ No newline at end of file --- 133,135 ---- } ! ?> |