[GRASSweb-list]markus: web/grass60/screenshots gui.inc,NONE,1.1 gui.php,NONE,1.1 menu_side.inc,1.1,1.2 title.inc,1.1,1.2

grass at intevation.de grass at intevation.de
Wed Feb 2 10:18:56 EST 2005


Author: markus

Update of /grassrepository/web/grass60/screenshots
In directory doto:/tmp/cvs-serv18812

Modified Files:
	menu_side.inc title.inc 
Added Files:
	gui.inc gui.php 
Log Message:
added GUI screenshots

--- NEW FILE: gui.inc ---

User are provided with a (small) variety of choices for user interface.
They can work on command line (CLI), use the built-in GIS Manager,
launch QGIS with GRASS (requires QGIS installation) and/or use
JAVAGRASS. See below for details.

<h3>GRASS GIS Manager</h3>

<a href="images/general1.jpg"><DEFANGED_IMG src="images/general1_small.jpg" border="0" alt="GRASS GIS Manager"></a><br>
<i>Click to enlarge</i>
<p>
GIS Manager GUI interface (see <a href="general.php">more</a>)

<h3>GRASS with Quantum GIS interface (QGIS)</h3>

QGIS launched within GRASS:<br>
<a href="images/qgis_grass.png"><DEFANGED_IMG src="images/qgis_grass_small.jpg" border="0" alt="GRASS/QGIS"></a>
<br>
<i>Click to enlarge</i>
<a href="http://www.qgis.org">QGIS Project</a>


<h3>JAVAGRASS</h3>

JAVAGRASS session:<br>
<a href="images/javagrass_spearfish.jpg"><DEFANGED_IMG src="images/javagrass_spearfish_small.jpg" border="0" alt="JAVAGRASS"></a><br>
<i>Click to enlarge</i><P>
<a href="http://www.hydrologis.com/html/jgrass/jgrass_en.html">JAVAGRASS Project</a> (<a href="http://www.hydrologis.com/html/jgrass/screenshots/images.html">Image Gallery for JGrass</a>)

<div align="right">
<i>Last change: $Date: 2005/02/02 15:18:54 $ </i><br>
<i>$Author: markus $</i>
</div>


--- NEW FILE: gui.php ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>GRASS GIS: Screenshots</title>
  <DEFANGED_meta name="robots" content="index,follow">
  <DEFANGED_meta name="description"
        content="GRASS GIS (Geographic Resources
         Analysis Support System) is an open source, free software
         Geographical Information System (GIS) with raster, topological
         vector, image processing, and visualization functionality">
  <DEFANGED_meta name="keywords"
        content="gis, GIS, GRASS, open source, 
	 free software, Geographical Information System, raster, topology,
         vector, image processing, visualization">
  <DEFANGED_meta name="Author" content="MN/GRASS Development Team">
  <DEFANGED_meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  <DEFANGED_link rel="stylesheet" href="../../sitestyle.css" type="text/css">
</head>
<body>
   <!-- TOP LOGO LINE -->  
<table bgcolor="#ffffff" cellspacing="0" cellpadding="0" border="0" width="650">
 <tbody>
 <tr><td>            
   <table cellspacing="1" cellpadding="0" border="0" width="100%" >
   <tbody>
      <tr bgcolor="#ffffff">
       <td nowrap="nowrap"> <DEFANGED_IMG src="../../images/grasslogo_vector_small.png" alt="GRASS GIS (Geographic Resources Analysis Support System)" hspace="22">
       </td>
       <td nowrap="nowrap">
          <table cellspacing="0" cellpadding="1" border="0" width="50%">
          <tbody>
            <tr bgcolor="#ffffff">
              <td nowrap="nowrap">
               <?php
                  include("title.inc");
               ?> 
              </td>
            </tr>
          </tbody>
          </table>
       </td>
      </tr>
    </tbody>
    </table>
   </td>
  </tr>
 </tbody> 
</table>

<table cellspacing="0" cellpadding="1" border="0" width="100%">
<tbody>
 <tr>
    <td valign="top">
    <?php
        include("../../menu_search.inc");
     ?> 
   </td>
   <td valign="top">
     <?php
       include("../../menu_top.inc");
     ?>
   </td>
 </tr>
 <tr>
  <td valign="top">
     <?php
       include("menu_side.inc");
     ?>
   </td>
  <td valign="top"> <!-- MAIN PART -->
       
  <h3>GRASS 6 GUI Screenshots</h3>
     <?php
      include("gui.inc");
     ?>

    <!-- END MAIN PART -->
 
  </td>
 </tr>  
 </tbody> 
</table>

<hr>
<div align="right">&copy; 2005 GRASS Development Team<br>
<a href="../../impressum.html">Imprint</a> |
<a href="../../contact.php">Comments</a> about this page<br>
</div>
		    
</body>
</html>

Index: menu_side.inc
===================================================================
RCS file: /grassrepository/web/grass60/screenshots/menu_side.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- menu_side.inc	26 Jan 2005 22:14:28 -0000	1.1
+++ menu_side.inc	2 Feb 2005 15:18:54 -0000	1.2
@@ -10,10 +10,12 @@
         <td nowrap="nowrap">
 	<font size="-1">
           <a href="general.php">General</a>
+          <P>
+          <a href="gui.php">User Interface (GUI)</a>
 	  <p>
 	  <a href="vector.php">Vector operations</a>
 	  <p>
-      <a href="raster.php">Raster operations</a>
+          <a href="raster.php">Raster operations</a>
 	  <p>
 	  <a href="viz.php">3D and visualization</a>
         </font>

Index: title.inc
===================================================================
RCS file: /grassrepository/web/grass60/screenshots/title.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- title.inc	26 Jan 2005 22:14:28 -0000	1.1
+++ title.inc	2 Feb 2005 15:18:54 -0000	1.2
@@ -1,4 +1,4 @@
 <!-- keep indentation -->
                 <center><br>
-                  <h1>GRASS: Screenshots</h1>
+                  <h1>GRASS 6 Screenshots</h1>
                 </center>





More information about the grass-web mailing list