[Openfirst-cvscommit] www/inc footers.php,1.5,1.6 headers.php,1.18,1.19
Brought to you by:
xtimg
From: Tim G. <xt...@us...> - 2005-07-20 23:35:58
|
Update of /cvsroot/openfirst/www/inc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15498 Modified Files: footers.php headers.php Log Message: Clear things up a bit; make some images smaller, etc. This should make the pages load faster. Index: footers.php =================================================================== RCS file: /cvsroot/openfirst/www/inc/footers.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** footers.php 29 Jun 2005 11:37:19 -0000 1.5 --- footers.php 20 Jul 2005 23:35:46 -0000 1.6 *************** *** 31,47 **** </tr> <tr> ! <td class="menu"> <div> ! <div align="right"><a href= ! "http://validator.w3.org/check?uri=http%3A//openfirst.sourceforge.net/"><img ! src="http://openfirst.sourceforge.net/oflogo.php?img=poweredby&type=1" ! alt="Powered by openFIRST" ! width="168" height="27" border="0" ! title="Powered by openFIRST"></a><a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=78233&type=4" width="125" height="37" border="0" ! alt="SourceForge.net" ! title="SourceForge.net"></a><a href= ! "http://validator.w3.org/check?uri=http%3A//openfirst.sourceforge.net/"><img src="http://openfirst.sourceforge.net/image/w3c401.png" alt="Valid HTML 4.01" width="88" height="31" ! border="0"></a> </div> </div></td> </tr> --- 31,41 ---- </tr> <tr> ! <td class="menu"> ! <div align="right"><img ! src="http://blog.openfirst.org/img/poweredby-openfirst.gif" ! alt="openFIRST Powered"></a> <a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=78233&type=4" width="125" height="37" border="0" ! alt="SourceForge.net" title="SourceForge.net"></a> </div></td> </tr> Index: headers.php =================================================================== RCS file: /cvsroot/openfirst/www/inc/headers.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** headers.php 14 Jul 2005 00:01:45 -0000 1.18 --- headers.php 20 Jul 2005 23:35:46 -0000 1.19 *************** *** 138,149 **** <strong>openFIRST was developed with:</strong><br> <br><center> ! <img alt="" src="/image/tested/apache.png"> <br> ! <br> ! <img alt="" src="/image/tested/iis.png"><br> ! <br> ! <img alt="" src="/image/tested/sambar.png"> <img alt="" src="/image/tested/php.png"><br> ! / <br><a href="http://www.firsttopsite.com/index.php?id=92" target="_blank"><img src="http://www.firsttopsite.com/img.php?id=92" border="0" alt="0"></a> ! <img alt="" src="/image/tested/mysql.png"><br>(Other databases are supported)<br> ! <!--img src="/image/powered_pear.png" alt="PEAR"><br>(Pear components are optional)--></center> <p><b>Bugzilla Stats</b> <script type="text/javascript" src="http://bugzilla.openfirst.org/openfirst/bugcrushers.php?style=js"> --- 138,152 ---- <strong>openFIRST was developed with:</strong><br> <br><center> ! <img alt="XHTML 1.0" src="/image/powered/xhtml-1.0.png"> ! <br><img alt="Apache" src="/image/powered/apache.gif"> ! <br><img alt="Microsoft IIS" src="/image/tested/iis.png"> ! <br><img alt="Sambar" src="/image/tested/sambar.png"> ! <br><img alt="PHP" src="/image/powered/php-power-micro2.png"> ! <br><img alt="MySQL" src="/image/powered/mysql.gif"> ! <br>(Other databases are also supported)</p> ! ! <p><a href="http://www.firsttopsite.com/index.php?id=92" target="_blank"><img src="http://www.firsttopsite.com/img.php?id=92" border="0" alt="0"></a><p> ! ! </center> <p><b>Bugzilla Stats</b> <script type="text/javascript" src="http://bugzilla.openfirst.org/openfirst/bugcrushers.php?style=js"> |