CVS: phpweather/config connectivity_test.php,1.2,1.3 index.php,1.10,1...
Brought to you by:
iridium
From: Martin G. <gim...@us...> - 2003-10-07 22:31:58
|
Update of /cvsroot/phpweather/phpweather/config In directory sc8-pr-cvs1:/tmp/cvs-serv28692/config Modified Files: connectivity_test.php index.php make_config.php make_db.php make_stations.php speed_test.php Log Message: From GIF to PNG images all around. Index: connectivity_test.php =================================================================== RCS file: /cvsroot/phpweather/phpweather/config/connectivity_test.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- connectivity_test.php 16 Jan 2003 12:52:29 -0000 1.2 +++ connectivity_test.php 7 Oct 2003 22:31:54 -0000 1.3 @@ -20,7 +20,7 @@ ?> -<img src="../icons/phpweather-long-white.gif" width="187" height="50" +<img src="../icons/phpweather-long-white.png" width="187" height="50" alt="PHP Weather" align="right" /> <h1>Connectivity Test for PHP Weather</h1> Index: index.php =================================================================== RCS file: /cvsroot/phpweather/phpweather/config/index.php,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- index.php 16 Jan 2003 12:50:32 -0000 1.10 +++ index.php 7 Oct 2003 22:31:54 -0000 1.11 @@ -8,7 +8,7 @@ </head> <body> -<img src="../icons/phpweather-long-white.gif" width="187" height="50" +<img src="../icons/phpweather-long-white.png" width="187" height="50" alt="PHP Weather" align="right" /> <h1>Configuration of PHP Weather</h1> Index: make_config.php =================================================================== RCS file: /cvsroot/phpweather/phpweather/config/make_config.php,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- make_config.php 8 Sep 2003 07:51:25 -0000 1.11 +++ make_config.php 7 Oct 2003 22:31:54 -0000 1.12 @@ -482,7 +482,7 @@ } </script> -<img src="../icons/phpweather-long-white.gif" width="187" height="50" +<img src="../icons/phpweather-long-white.png" width="187" height="50" alt="PHP Weather" align="right" /> <h1>Configuration Builder for PHP Weather</h1> Index: make_db.php =================================================================== RCS file: /cvsroot/phpweather/phpweather/config/make_db.php,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- make_db.php 22 Apr 2003 20:49:26 -0000 1.4 +++ make_db.php 7 Oct 2003 22:31:54 -0000 1.5 @@ -8,7 +8,7 @@ </head> <body> -<img src="../icons/phpweather-long-white.gif" width="187" height="50" +<img src="../icons/phpweather-long-white.png" width="187" height="50" alt="PHP Weather" align="right" /> <h1>Database Builder for PHP Weather</h1> Index: make_stations.php =================================================================== RCS file: /cvsroot/phpweather/phpweather/config/make_stations.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- make_stations.php 29 May 2002 20:42:56 -0000 1.3 +++ make_stations.php 7 Oct 2003 22:31:54 -0000 1.4 @@ -46,7 +46,7 @@ </head> <body> -<img src="../icons/phpweather-long-white.gif" width="187" height="50" +<img src="../icons/phpweather-long-white.png" width="187" height="50" alt="PHP Weather" align="right" /> <h1>Stations Database Rebuilder for PHP Weather</h1> Index: speed_test.php =================================================================== RCS file: /cvsroot/phpweather/phpweather/config/speed_test.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- speed_test.php 14 Jul 2002 23:03:56 -0000 1.3 +++ speed_test.php 7 Oct 2003 22:31:54 -0000 1.4 @@ -8,7 +8,7 @@ </head> <body> -<img src="../icons/phpweather-long-white.gif" width="187" height="50" +<img src="../icons/phpweather-long-white.png" width="187" height="50" alt="PHP Weather" align="right" /> <h1>PHP Weather Speed Test</h1> |