Thread: [Openfirst-cvscommit] base/config footers.php,1.2,1.3 headers.php,1.3,1.4
Brought to you by:
xtimg
From: <dav...@us...> - 2003-06-21 21:51:29
|
Update of /cvsroot/openfirst/base/config In directory sc8-pr-cvs1:/tmp/cvs-serv4095 Modified Files: footers.php headers.php Log Message: Added switch between image roots with $basepath. Added use of $usersonline depending on if the variable is set. Fixed CSS problems. Index: footers.php =================================================================== RCS file: /cvsroot/openfirst/base/config/footers.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** footers.php 21 Jun 2003 17:12:54 -0000 1.2 --- footers.php 21 Jun 2003 21:51:26 -0000 1.3 *************** *** 1,5 **** <table class="menu" width="100%" border="0" cellspacing="0" cellpadding="6"> <tr> ! <td class="menu" background="<?php echo $basepath; ?>/images/back-light.gif"> <div> <div align="center">© Copyright 2002-2003 by the openFIRST Development --- 1,5 ---- <table class="menu" width="100%" border="0" cellspacing="0" cellpadding="6"> <tr> ! <td class="menu" background="<?php echo $basepath; ?>back-light.gif"> <div> <div align="center">© Copyright 2002-2003 by the openFIRST Development *************** *** 12,19 **** <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"></a><a href= "http://validator.w3.org/check?uri=http%3A//openfirst.sourceforge.net/"> ! <img src="<?php echo $basepath; ?>/images/w3c401.png" width="88" height="31" border="0"></a> </div> </div> --- 12,19 ---- <div> <div align="right"><a href= ! "http://openfirst.sourceforge.net"><img src="<?php echo $basepath; ?>poweredby-small.png" width="177" height="30" border="0"></a><a href= "http://validator.w3.org/check?uri=http%3A//openfirst.sourceforge.net/"> ! <img src="<?php echo $basepath; ?>w3c401.png" width="88" height="31" border="0"></a> </div> </div> Index: headers.php =================================================================== RCS file: /cvsroot/openfirst/base/config/headers.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** headers.php 21 Jun 2003 17:28:02 -0000 1.3 --- headers.php 21 Jun 2003 21:51:26 -0000 1.4 *************** *** 1,2 **** --- 1,9 ---- + <?php + if(ISSET($basepath)){ + $basepath .= "/images5:48 PM 6/21/2003/"; + }else{ + $basepath = "http://openfirst.sourceforge.net/image/"; + } + ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> *************** *** 11,17 **** <meta name="generator" content="OpenFIRST - http://openfirst.sf.net"> <style type="text/css"> - body {color: black; font-weight: bolder; font-size: 30px; font-family: sans-serif; text-decoration: none; text-align: center } - td { color: black; font-size: 12px; font-family: sans-serif; text-decoration: none } - .heading { } 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 } --- 18,21 ---- *************** *** 24,31 **** a:hover { color: #999999; font-size: 12px; font-family: sans-serif; text-decoration: Underline } - td {border-left:solid #999999 1px;border-right:solid #999999 1px;border-bottom:solid #999999 1px} 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} </style> </head> --- 28,37 ---- a:hover { color: #999999; 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 } + th { background-color: #999999; color: #333333;background-image: url('<?php echo $basepath; ?>back-light.gif') } </style> </head> *************** *** 35,57 **** <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"> <font color="#FFFFFF">» ! <a class="menu" accesskey="h" href="openfirst.org"><u>H</u>ome</a> | » ! <a class="menu" accesskey="d" href="downloads.openfirst.org"><u>D</u>ownloads</a> ! | » <a accesskey="r" class="menu" href="http://openfirst.org/releasenotes.php"><u>R</u>elease ! Notes</a> | » <a accesskey="m" class="menu" href="modules.openfirst.org"><u>M</u>odules</a> ! | » <a class="menu" accesskey="l" href="openfirst.org/license.php"><u>L</u>icense</a> ! | » <a class="menu" accesskey="b" href="openfirst.org/bugreports.php"><u>B</u>ug ! Reports</a> | » <a accesskey="c" class="menu" href="contactus.openfirst.org"><u>C</u>ontact ! Us</a> | » <a accesskey="a" class="menu" href="openfirst.org/aboutus.php"><u>A</u>bout ! openFIRST</a> | » <a class="menu" accesskey="e" href="openfirst.org/developers.php">D<u>e</u>velopers</a> </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"> --- 41,63 ---- <tr> ! <td class="menu"> <img src="<?php echo $basepath; ?>openfirst.png"> </td> </tr> <tr> ! <td class="menu" background="<?php echo $basepath; ?>back.gif"> <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> </font> </td> </tr> <tr> ! <td class="menu" background="<?php echo $basepath; ?>back-light.gif"> <table class="menu" width="100%" border="0" cellspacing="0" cellpadding="0"> *************** *** 60,65 **** Home System</font></td> <td class="menu" width="46%"> <div> ! <div align="right"><font color="#333333"> Currently <strong>27</strong> ! people previewing this website! </font></div> </div></td> </tr> --- 66,80 ---- Home System</font></td> <td class="menu" width="46%"> <div> ! <div align="right"><font color="#333333"> ! <?php ! ! if(ISSET($usersonline)){ ! echo $usersonline; ! }else{ ! echo "Welcome to the openFIRST setup system!"; ! } ! ! ?> ! </font></div> </div></td> </tr> |