[GRASSweb-list]markus: web/newsletter menu_side.inc,NONE,1.1 index.php,1.1,1.2 title.inc,1.1,1.2
grass at intevation.de
grass at intevation.de
Tue Jan 11 05:51:58 EST 2005
Author: markus
Update of /grassrepository/web/newsletter
In directory doto:/tmp/cvs-serv26164/newsletter
Modified Files:
index.php title.inc
Added Files:
menu_side.inc
Log Message:
fixed newsletter menu
--- NEW FILE: menu_side.inc ---
<!-- SIDE MENU INCLUDE -->
<table class="topmenu" bgcolor="#008000" cellspacing="0" cellpadding="0" border="0" width="150">
<tbody>
<tr>
<td><!-- TOP MENU -->
<table cellspacing="1" cellpadding="3" border="0" width="100%">
<tbody>
<tr bgcolor="#cc5e2ca">
<td nowrap="nowrap">
<font size="-1">
<a href="../community/get_involved.php">Get involved!</a>
<p>
</font>
</td>
</tr>
</tbody>
</table><!-- END SIDE MENU -->
</td>
</tr>
</tbody>
</table> <!-- END menu frame -->
Index: index.php
===================================================================
RCS file: /grassrepository/web/newsletter/index.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- index.php 19 Dec 2004 16:53:57 -0000 1.1
+++ index.php 11 Jan 2005 10:51:55 -0000 1.2
@@ -64,7 +64,7 @@
<tr>
<td valign="top">
<?php
- include("../community/menu_side.inc");
+ include("menu_side.inc");
?>
</td>
<td valign="top"> <!-- MAIN PART -->
Index: title.inc
===================================================================
RCS file: /grassrepository/web/newsletter/title.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- title.inc 19 Dec 2004 16:53:57 -0000 1.1
+++ title.inc 11 Jan 2005 10:51:55 -0000 1.2
@@ -1,4 +1,4 @@
<!-- keep indentation -->
<center><br>
- <h1>GRASS: Community</h1>
+ <h1>GRASS: Newsletter</h1>
</center>
More information about the grass-web
mailing list