[GRASSweb-list]markus: web contact.php,1.1,1.2 index.php,1.8,1.9 mirrors.php,1.3,1.4 searchgrass.php,1.3,1.4
grass at intevation.de
grass at intevation.de
Thu Apr 28 06:42:33 EDT 2005
Author: markus
Update of /grassrepository/web
In directory doto:/tmp/cvs-serv453
Modified Files:
contact.php index.php mirrors.php searchgrass.php
Log Message:
no hardcoded table width
Index: contact.php
===================================================================
RCS file: /grassrepository/web/contact.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- contact.php 17 Jan 2005 20:10:58 -0000 1.1
+++ contact.php 28 Apr 2005 10:42:31 -0000 1.2
@@ -18,7 +18,7 @@
</head>
<body>
<!-- TOP LOGO LINE -->
-<table bgcolor="#ffffff" cellspacing="0" cellpadding="0" border="0" width="650">
+<table bgcolor="#ffffff" cellspacing="0" cellpadding="0" border="0" width="100%">
<tbody>
<tr><td>
<table cellspacing="1" cellpadding="0" border="0" width="100%" >
Index: index.php
===================================================================
RCS file: /grassrepository/web/index.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- index.php 19 Apr 2005 10:09:03 -0000 1.8
+++ index.php 28 Apr 2005 10:42:31 -0000 1.9
@@ -17,7 +17,7 @@
</head>
<body>
<!-- TOP LOGO LINE -->
-<table bgcolor="#ffffff" cellspacing="0" cellpadding="0" border="0" width="650">
+<table bgcolor="#ffffff" cellspacing="0" cellpadding="0" border="0" width="100%">
<tbody>
<tr><td>
<table cellspacing="1" cellpadding="0" border="0" width="100%" >
Index: mirrors.php
===================================================================
RCS file: /grassrepository/web/mirrors.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- mirrors.php 17 Jan 2005 20:10:58 -0000 1.3
+++ mirrors.php 28 Apr 2005 10:42:31 -0000 1.4
@@ -18,7 +18,7 @@
</head>
<body>
<!-- TOP LOGO LINE -->
-<table bgcolor="#ffffff" cellspacing="0" cellpadding="0" border="0" width="650">
+<table bgcolor="#ffffff" cellspacing="0" cellpadding="0" border="0" width="100%">
<tbody>
<tr><td>
<table cellspacing="1" cellpadding="0" border="0" width="100%" >
Index: searchgrass.php
===================================================================
RCS file: /grassrepository/web/searchgrass.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- searchgrass.php 2 Feb 2005 15:32:37 -0000 1.3
+++ searchgrass.php 28 Apr 2005 10:42:31 -0000 1.4
@@ -18,7 +18,7 @@
</head>
<body>
<!-- TOP LOGO LINE -->
-<table bgcolor="#ffffff" cellspacing="0" cellpadding="0" border="0" width="650">
+<table bgcolor="#ffffff" cellspacing="0" cellpadding="0" border="0" width="100%">
<tbody>
<tr><td>
<table cellspacing="1" cellpadding="0" border="0" width="100%" >
More information about the grass-web
mailing list