Thread: [Openfirst-cvscommit] base/style headers.php,1.1,1.2 style.css,1.1,1.2
Brought to you by:
xtimg
From: Astronouth7303 <ast...@us...> - 2005-05-26 21:00:41
|
Update of /cvsroot/openfirst/base/style In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25684/style Modified Files: headers.php style.css Log Message: radical changes, with more to come Index: style.css =================================================================== RCS file: /cvsroot/openfirst/base/style/style.css,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** style.css 25 May 2005 21:44:38 -0000 1.1 --- style.css 26 May 2005 21:00:03 -0000 1.2 *************** *** 80,84 **** #topmenu, caption { text-align: left; ! background-image: url(../images/back.gif); color: #cecece; font-size: 12px; --- 80,84 ---- #topmenu, caption { text-align: left; ! background-image: url(images/back.gif); color: #cecece; font-size: 12px; *************** *** 199,203 **** background-color: #999999; color: #333333; ! background-image: url(../images/back-light.gif); } --- 199,203 ---- background-color: #999999; color: #333333; ! background-image: url(images/back-light.gif); } *************** *** 205,209 **** background-color: #999999; color: #333333; ! background-image: url(../images/back-lighter.gif); } --- 205,209 ---- background-color: #999999; color: #333333; ! background-image: url(images/back-lighter.gif); } *************** *** 271,275 **** #copyright { ! background=image: url(../images/back-light.gif); } --- 271,275 ---- #copyright { ! background=image: url(images/back-light.gif); } Index: headers.php =================================================================== RCS file: /cvsroot/openfirst/base/style/headers.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** headers.php 25 May 2005 21:44:38 -0000 1.1 --- headers.php 26 May 2005 21:00:03 -0000 1.2 *************** *** 4,12 **** $title = "openFIRST Team"; } ! ?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" ! "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> ! <title><?php echo htmlentities($title); ?></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Content-Language" content="en-CA" /> --- 4,11 ---- $title = "openFIRST Team"; } ! ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> ! <title><?php echo htmlentities($Title); ?></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Content-Language" content="en-CA" /> *************** *** 14,18 **** <meta name="author" content="OpenFIRST - http://openfirst.sf.net" /> <meta name="generator" content="OpenFIRST - http://openfirst.sf.net" /> ! <link rel="stylesheet" type="text/css" href="<?php echo htmlentities($basepath); ?>/config/style.css"> </head> <body> --- 13,17 ---- <meta name="author" content="OpenFIRST - http://openfirst.sf.net" /> <meta name="generator" content="OpenFIRST - http://openfirst.sf.net" /> ! <link rel="stylesheet" type="text/css" href="<?php echo htmlentities($StylePath); ?>/style.css"> </head> <body> *************** *** 21,25 **** <tr id="toplogo"> <td> ! <img src="<?php echo htmlentities($basepath); ?>/images/openfirst.png" alt="openFIRST Portal System" /> </td> </tr> --- 20,24 ---- <tr id="toplogo"> <td> ! <img src="<?php echo htmlentities($BasePath); ?>/style/images/openfirst.png" alt="openFIRST Portal System" /> </td> </tr> *************** *** 28,32 **** <?php if(ISSET($headers)){ ! echo("» <a accesskey='h' href='$home'><u>H</u>ome</a> | " . $headers); }else{ ?> --- 27,31 ---- <?php if(ISSET($headers)){ ! echo("» <a accesskey='h' href='$Home'><u>H</u>ome</a> | " . $headers); }else{ ?> *************** *** 44,48 **** </tr> <tr> ! <td class="nav2" style="background-image: url('<?php echo htmlentities($basepath); ?>/images/back-light.gif'); "> <table width="100%" border="0" cellspacing="0" cellpadding="0"> --- 43,47 ---- </tr> <tr> ! <td class="nav2" style="background-image: url('<?php echo htmlentities($StylePath); ?>/images/back-light.gif'); "> <table width="100%" border="0" cellspacing="0" cellpadding="0"> *************** *** 71,75 **** echo $usersonline; } else { ! echo "Welcome to the <b>$title</b> website!"; } --- 70,74 ---- echo $usersonline; } else { ! echo "Welcome to the <b>$Title</b> website!"; } *************** *** 81,90 **** <?php ! if (isset($user->user)){ if(isset($adminnav) && (strcasecmp($user->membertype, 'administrator') == 0)) { ?> <tr> ! <td id="adminmenu" background="<?php echo("$basepath/images/"); ?>back-admin.png"><b>Admin Options -</b> <?php // Print admin navigation bar --- 80,89 ---- <?php ! if (isset($user) && isset($user->user)){ if(isset($adminnav) && (strcasecmp($user->membertype, 'administrator') == 0)) { ?> <tr> ! <td id="adminmenu" background="<?php echo($StylePath); ?>/images/back-admin.png"><b>Admin Options -</b> <?php // Print admin navigation bar |