[GRASSweb-list]markus: web/community main.inc,NONE,1.1 index.php,1.3,1.4

grass at intevation.de grass at intevation.de
Thu Mar 2 08:02:45 EST 2006


Author: markus

Update of /grassrepository/web/community
In directory doto:/tmp/cvs-serv18144/community

Modified Files:
	index.php 
Added Files:
	main.inc 
Log Message:
GRASS user map added

--- NEW FILE: main.inc ---
<DEFANGED_SCRIPT LANGUAGE="JavaScript">
<!--
  function openPmapper(winwidth, winheight, gLanguage, startParameters)
  { var mapurl = "http://mapserver.gdf-hannover.de/grassusers/map.phtml?winwidth=" +
        winwidth + "&winheight=" + winheight + "&language=" + gLanguage + startParameters;
    var maptitle = "GRASS Usermap with pmapper";
    var options  = "width=" + winwidth + ",height="
        + winheight + ",menubar=no,scrollbars=yes,resizable=yes," +
                        "top=0,left=0,status=yes";
        myw = window.open(mapurl, maptitle, options);
  }
-->
</SCRIPT>

  <h3>Community</h3>

   GRASS is developed by a worldwide network of developers who continue
   to release new GRASS versions regularly. The main web site, the
   GRASS development mailing list and further lists are hosted at 
   <a href="http://www.itc.it/">ITC-irst</a> in Italy 
   (SSI/<a href="http://mpa.itc.it/">MPBA group</a>). The source code is
   maintained in a CVS server which is run along with the bug tracker
   by <a href="http://www.intevation.net/">Intevation GmbH</a> in
   Germany. The GRASS user list is hosted at Baylor University,
   USA. Our project is supported by numerous 
   <a href="../mirrors.php">mirror sites</a>.

<P>
<center>
 <a href="DEFANGED_javascript:openPmapper(890, 630, 1, '&mapwidth=600&mapheight=400')">
 <DEFANGED_IMG src="http://mapserver.gdf-hannover.de/tmp/grassusers_big.png" alt="GRASS users map" hspace="5"></a>
 <small><br><i>New GRASS User map</i></small>
</center>


Index: index.php
===================================================================
RCS file: /grassrepository/web/community/index.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- index.php	14 Nov 2005 13:21:44 -0000	1.3
+++ index.php	2 Mar 2006 13:02:43 -0000	1.4
@@ -68,20 +68,10 @@
      ?>
    </td>
   <td valign="top" class="leftmenu"> <!-- MAIN PART -->
+     <?php
+       include("main.inc");
+     ?>
        
-  <h3>Community</h3>
-
-   GRASS is developed by a worldwide network of developers who continue
-   to release new GRASS versions regularly. The main web site, the
-   GRASS development mailing list and further lists are hosted at 
-   <a href="http://www.itc.it/">ITC-irst</a> in Italy 
-   (SSI/<a href="http://mpa.itc.it/">MPBA group</a>). The source code is
-   maintained in a CVS server which is run along with the bug tracker
-   by <a href="http://www.intevation.net/">Intevation GmbH</a> in
-   Germany. The GRASS user list is hosted at Baylor University,
-   USA. Our project is supported by numerous 
-   <a href="../mirrors.php">mirror sites</a>.
-
     <!-- END MAIN PART -->
  
   </td>
@@ -90,7 +80,7 @@
 </table>
 
 <hr>
-   <div align="right">&copy; 1999-2004 GRASS Development Team<br>
+   <div align="right">&copy; 1999-2006 GRASS Development Team<br>
    <a href="../impressum.html">Imprint</a> |
    <a href="../contact.php">Comments</a> about this page<br>
    <i>Last change: $Date$ </i><br>





More information about the grass-web mailing list