Update of /cvsroot/openfirst/base/style
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3965/style
Modified Files:
Tag: REL1_1_BRANCH
footers.php headers.php
Log Message:
This version of the code uses a folder called 'style'. this folder contains the 'image' folder footers.php/headers.php was trying to access. so i added /style to the <img> tags. the images now show up. -- Charles Toeppe
Index: footers.php
===================================================================
RCS file: /cvsroot/openfirst/base/style/footers.php,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -C2 -d -r1.2.2.2 -r1.2.2.3
*** footers.php 24 Aug 2005 21:51:39 -0000 1.2.2.2
--- footers.php 24 Aug 2005 23:09:38 -0000 1.2.2.3
***************
*** 7,11 ****
<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; ?>.
--- 7,11 ----
<table class="menu" width="100%" border="0" cellspacing="0" cellpadding="6">
<tr>
! <td class="menu" style="background=image: url('<?php echo("$basepath/style/images/"); ?>back-light.gif');">
<div>
<div align="center">© Copyright 2002-2003 by <?php echo $title; ?>.
***************
*** 18,25 ****
<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>
--- 18,25 ----
<div>
<div align="right"><a href=
! "http://openfirst.sourceforge.net"><img src="<?php echo("$basepath/style/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/style/images/"); ?>w3c401.png" alt="Valid HTML 4.01" width="88" height="31"
border="0"></a> </div>
</div>
Index: headers.php
===================================================================
RCS file: /cvsroot/openfirst/base/style/headers.php,v
retrieving revision 1.6.2.2
retrieving revision 1.6.2.3
diff -C2 -d -r1.6.2.2 -r1.6.2.3
*** headers.php 24 Aug 2005 21:51:39 -0000 1.6.2.2
--- headers.php 24 Aug 2005 23:09:38 -0000 1.6.2.3
***************
*** 48,56 ****
<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)){
--- 48,56 ----
<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)){
***************
*** 71,75 ****
</tr>
<tr>
! <td style="background-image: url('<?php echo("$basepath/images/"); ?>back-light.gif'); ">
<table width="100%" border="0" cellspacing="0"
cellpadding="0">
--- 71,75 ----
</tr>
<tr>
! <td style="background-image: url('<?php echo("$basepath/style/images/"); ?>back-light.gif'); ">
<table width="100%" border="0" cellspacing="0"
cellpadding="0">
***************
*** 115,119 ****
?>
<tr>
! <td id="adminmenu" background="<?php echo("$basepath/images/"); ?>back-admin.png"><b>Admin Options -</b>
<?php
// Print admin navigation bar
--- 115,119 ----
?>
<tr>
! <td id="adminmenu" background="<?php echo("$basepath/style/images/"); ?>back-admin.png"><b>Admin Options -</b>
<?php
// Print admin navigation bar
|