[GRASS-SVN] r44225 - grass/branches/releasebranch_6_4/gui/tcltk/gis.m

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Nov 7 17:39:59 EST 2010


Author: neteler
Date: 2010-11-07 14:39:59 -0800 (Sun, 07 Nov 2010)
New Revision: 44225

Modified:
   grass/branches/releasebranch_6_4/gui/tcltk/gis.m/description.html
Log:
added missing alt tags

Modified: grass/branches/releasebranch_6_4/gui/tcltk/gis.m/description.html
===================================================================
--- grass/branches/releasebranch_6_4/gui/tcltk/gis.m/description.html	2010-11-07 21:30:07 UTC (rev 44224)
+++ grass/branches/releasebranch_6_4/gui/tcltk/gis.m/description.html	2010-11-07 22:39:59 UTC (rev 44225)
@@ -100,10 +100,10 @@
 
 <DL>
 
-<DT><img src="icons/grass/gui-startmon.gif"> Open new map display</DT>
+<DT><img src="icons/grass/gui-startmon.gif" alt="icon"> Open new map display</DT>
 <DD>Opens a new map display and resets layer tree.</DD>
 
-<DT><img src="icons/grass/element-cell.gif"> Add raster layer</DT>
+<DT><img src="icons/grass/element-cell.gif" alt="icon"> Add raster layer</DT>
 <DD>Adds a raster map to the layer tree. Raster display options include:
 displaying a selected subset of raster cells, defined by their cat
 values; draping (or "fusing") a second map over the base map;
@@ -112,38 +112,38 @@
  (for draping/fusing).</i>
 </DD>
 
-<DT><img src="icons/grass/channel-rgb.gif"> Add RGB or HIS raster layer</DT>
+<DT><img src="icons/grass/channel-rgb.gif" alt="icon"> Add RGB or HIS raster layer</DT>
 <DD>Combines and displays three raster maps defined as red, green, and blue
 channels; or combines and displays two or three raster maps defined as
 hue, intensity, and (optionally) saturation channels.
 <i>See <a href="d.rgb.html">d.rgb</a> and <a href="d.his.html">d.his</a>.</i>
 </DD>
 
-<DT><img src="icons/grass/module-d.histogram.gif"> Add histogram layer</DT>
+<DT><img src="icons/grass/module-d.histogram.gif" alt="icon"> Add histogram layer</DT>
 <DD>Adds a layer to display histogram of a raster map or image.
 <i>See <a href="d.histogram.html">d.histogram</a>.</i>
 </DD>
 
-<DT><img src="icons/grass/module-d.rast.num.gif"> Add cell values layer</DT>
+<DT><img src="icons/grass/module-d.rast.num.gif" alt="icon"> Add cell values layer</DT>
 <DD>Adds map of raster cells with cell values printed inside.
 Only works when &lt;10,000 cells are displayed.
 <i>See <a href="d.rast.num.html">d.rast.num</a>.</i>
 </DD>
 
-<DT><img src="icons/grass/module-d.rast.arrow.gif"> Add raster arrows layer</DT>
+<DT><img src="icons/grass/module-d.rast.arrow.gif" alt="icon"> Add raster arrows layer</DT>
 <DD>Adds map of raster cells with directional arrows drawn.
 Arrow direction and length are determined by separate aspect/directional map
 and (optional) slope/intensity map.
 <i>See <a href="d.rast.arrow.html">d.rast.arrow</a>.</i>
 </DD>
 
-<DT><img src="icons/grass/module-d.legend.gif"> Add raster legend</DT>
+<DT><img src="icons/grass/module-d.legend.gif" alt="icon"> Add raster legend</DT>
 <DD>Adds a legend for a single raster map to the layer tree.
 Multiple options for formatting the legend are available.
 <i>See <a href="d.legend.html">d.legend</a>.</i>
 </DD>
 
-<DT><img src="icons/grass/element-vector.gif"> Add vector layer</DT>
+<DT><img src="icons/grass/element-vector.gif" alt="icon"> Add vector layer</DT>
 <DD>Adds a vector map to the layer tree. A large number of options are
 available for displaying the vector map, including: outline and fill
 color, icon type and size for points, line widths for all vector types,
@@ -153,7 +153,7 @@
 <i>See <a href="d.vect.html">d.vect</a>.</i>
 </DD>
 
-<DT><img src="icons/grass/module-d.vect.thematic.gif"> Add thematic map layer
+<DT><img src="icons/grass/module-d.vect.thematic.gif" alt="icon"> Add thematic map layer
 (for all vector types)</DT>
 <DD>Adds layer for thematic display values from a numeric attribute column
 associated with a vector map. Options include: thematic display type
@@ -166,7 +166,7 @@
 <i>See <a href="d.vect.thematic.html">d.vect.thematic</a>.</i>
 </DD>
 
-<DT><img src="icons/grass/module-d.vect.chart.gif"> Add thematic charts layer
+<DT><img src="icons/grass/module-d.vect.chart.gif" alt="icon"> Add thematic charts layer
 (for vector points)</DT>
 <DD>Adds layer in which pie or bar charts can be automatically created at
 vector point locations. Charts display values from selected columns in the
@@ -176,7 +176,7 @@
 <i>See <a href="d.vect.chart.html">d.vect.chart</a>.</i>
 </DD>
 
-<DT><img src="icons/grass/module-d.labels.gif"> Add raster labels layer for vector
+<DT><img src="icons/grass/module-d.labels.gif" alt="icon"> Add raster labels layer for vector
 objects (from existing labels file)</DT>
 <DD>Add raster text layer from a labels file for vector objects created with
 the <em><a href="v.label.html">v.label</a></em> module (accessed from button
@@ -184,7 +184,7 @@
 <i>See <a href="d.labels.html">d.labels</a>.</i>
 </DD>
 
-<DT><img src="icons/grass/module-d.text.gif"> Add text layer</DT>
+<DT><img src="icons/grass/module-d.text.gif" alt="icon"> Add text layer</DT>
 <DD>Adds layer to display a line of text using default GRASS font
 (selected with <em><a href="d.font.html">d.font</a></em>).
 Options include: text placement (screen coordinates); and text size,
@@ -192,7 +192,7 @@
 <i>See <a href="d.text.html">d.text</a>.</i>
 </DD>
 
-<DT><img src="icons/grass/gui-maptext.gif"> Add PostScript labels layer for vector
+<DT><img src="icons/grass/gui-maptext.gif" alt="icon"> Add PostScript labels layer for vector
 objects (from existing labels file)</DT>
 <DD>Add PostScript text layer from a labels file for vector objects created
 with the <em><a href="v.label.html">v.label</a></em> module (accessed from
@@ -200,7 +200,7 @@
 <i>See <a href="d.labels.html">d.labels</a>.</i>
 </DD>
 
-<DT><img src="icons/grass/gui-maplabels.gif"> Add PostScript text layer</DT>
+<DT><img src="icons/grass/gui-maplabels.gif" alt="icon"> Add PostScript text layer</DT>
 <DD>Adds layer to display a line of PostScript text. Options include: text
 placement by coordinates (geographic or screen); text
 alignment, font and line spacing; and text size, bolding, and color.
@@ -213,14 +213,14 @@
 
 <DL>
 
-<DT><img src="icons/grass/module-d.barscale.gif"> Add scalebar and north arrow layer</DT>
+<DT><img src="icons/grass/module-d.barscale.gif" alt="icon"> Add scalebar and north arrow layer</DT>
 <DD>Adds layer to display a combined scalebar and north arrow. Options
 include scalebar placement (using screen coordinates or a mouse),
 scalebar format, and scalebar colors.
 <i>See <a href="d.barscale.html">d.barscale</a>.</i>
 </DD>
 
-<DT><img src="icons/grass/module-d.grid.gif"> Overlay grids and lines</DT>
+<DT><img src="icons/grass/module-d.grid.gif" alt="icon"> Overlay grids and lines</DT>
 <DD>Adds layer to display regular grid (for all locations), or geodesic and
 rhumblines (for latitude/longitude locations only). Grid options
 include: grid and border colors, grid origin, and grid line spacing.
@@ -230,7 +230,7 @@
  and <a href="d.rhumbline.html">d.rhumbline</a>.</i>
 </DD>
 
-<DT><img src="icons/grass/gui-cmd.gif"> Add command layer</DT>
+<DT><img src="icons/grass/gui-cmd.gif" alt="icon"> Add command layer</DT>
 <DD>Adds a layer in which a GRASS GIS command or command list can be entered.
 For a command list use the pipe symbol as "|" as separator.
 For example:
@@ -244,33 +244,33 @@
 <tt>d.text.freetype text=Population\ density</tt>
 </DD>
 
-<DT><img src="icons/grass/gui-group.gif"> Add group</DT>
+<DT><img src="icons/grass/gui-group.gif" alt="icon"> Add group</DT>
 <DD>Adds an empty layer group. Layers can then be added to the group.</DD>
 
-<DT><img src="icons/grass/edit-copy.gif"> Duplicate selected layer or group</DT>
+<DT><img src="icons/grass/edit-copy.gif" alt="icon"> Duplicate selected layer or group</DT>
 <DD>Adds a new layer that duplicates the selected layer.</DD>
 
-<DT><img src="icons/grass/edit-cut.gif"> Cut selected layer or group</DT>
+<DT><img src="icons/grass/edit-cut.gif" alt="icon"> Cut selected layer or group</DT>
 <DD>Deletes the selected group or layer.</DD>
 
-<DT><img src="icons/grass/file-new.gif"> Erase all layers and create a new group</DT>
+<DT><img src="icons/grass/file-new.gif" alt="icon"> Erase all layers and create a new group</DT>
 <DD>Removes all layers in the layer tree and creates a new, empty group to
 which new layers can be added.<br></DD>
 
-<DT><img src="icons/grass/file-open.gif"> Open an existing group file</DT>
+<DT><img src="icons/grass/file-open.gif" alt="icon"> Open an existing group file</DT>
 <DD>Opens an previously saved group file, containing a set of display
 layers and their option settings.</DD>
 
-<DT><img src="icons/grass/file-save.gif"> Save layers to group file</DT>
+<DT><img src="icons/grass/file-save.gif" alt="icon"> Save layers to group file</DT>
 <DD>Saves current set of layers and their options to a group file.</DD>
 
-<DT><img src="icons/grass/module-xganim.gif"> Animate raster map series</DT>
+<DT><img src="icons/grass/module-xganim.gif" alt="icon"> Animate raster map series</DT>
 <DD>Starts the interactive Animation Tool interface to display a series
 of raster maps as an animation.
 <i>See the <a href="gm_animate.html">Animation Tool help page</a></i>.
 </DD>
 
-<DT><img src="icons/grass/module-v.digit.gif"> Digitize raster or vector maps</DT>
+<DT><img src="icons/grass/module-v.digit.gif" alt="icon"> Digitize raster or vector maps</DT>
 <DD>Starts the raster digitizing or vector digitizing module, depending on
 whether a raster or vector map is selected. Raster digitizing always
 creates a new map. Vector digitizing will either edit an existing map
@@ -292,37 +292,37 @@
 
 <DL>
 
-<DT><img src="icons/grass/gui-display.gif"> Display active layers (current region)</DT>
+<DT><img src="icons/grass/gui-display.gif" alt="icon"> Display active layers (current region)</DT>
 <DD>Displays all active layers at current resolution and region extents for
 that map display window.</DD>
 
-<DT><img src="icons/grass/gui-zoom_current.gif"> Re-render and display all active
+<DT><img src="icons/grass/gui-zoom_current.gif" alt="icon"> Re-render and display all active
 layers and zoom to current region</DT>
 <DD>Resets the region to the resolution and extents to the values set with
 <em>g.region</em>; forces re-display and re-rendering all active layers.
 <i>See <a href="g.region.html">g.region</a>.</i></DD>
 
-<DT><img src="icons/grass/module-nviz.gif"> NVIZ</DT>
+<DT><img src="icons/grass/module-nviz.gif" alt="icon"> NVIZ</DT>
 <DD>Starts NVIZ, the <i>n</i>-dimensional visualization module and interactive
 graphical interface. All active raster and vector layers in the layer
 tree will be displayed in NVIZ.
 <i>See the <a href="nviz.html">nviz</a> manual.</i></DD>
 
-<DT><img src="icons/grass/module-d.nviz.gif"> Create fly through path for NVIZ</DT>
+<DT><img src="icons/grass/module-d.nviz.gif" alt="icon"> Create fly through path for NVIZ</DT>
 <DD>Starts a GRASS module for interactive creation of a fly-through path to
 be animated in NVIZ.
 <i>See <a href="d.nviz.html">d.nviz</a></i>.</DD>
 
-<DT><img src="icons/grass/gui-erase.gif"> Erase to white</DT>
+<DT><img src="icons/grass/gui-erase.gif" alt="icon"> Erase to white</DT>
 <DD>Erases the currently selected monitor to a white background; also
 removes all frames.
 <i>See <a href="d.erase.html">d.erase</a> and
 <a href="d.frame.html">d.frame -e</a>.</i></DD>
 
-<DT><img src="icons/grass/gui-pointer.gif"> Arrow cursor</DT>
+<DT><img src="icons/grass/gui-pointer.gif" alt="icon"> Arrow cursor</DT>
 <DD>Select arrow cursor for map display.</DD>
 
-<DT><img src="icons/grass/gui-zoom_in.gif"> Zoom in</DT>
+<DT><img src="icons/grass/gui-zoom_in.gif" alt="icon"> Zoom in</DT>
 <DD>Interactive zooming with the mouse in the active display monitor.
 Drawing a box with the mouse (left button) and zoom-in cursor causes
 the display to zoom in so that the area defined by the box fills the
@@ -333,7 +333,7 @@
 computational region for other GIS processes.
 <i>See <a href="g.region.html">g.region</a>.</i></DD>
 
-<DT><img src="icons/grass/gui-zoom_out.gif"> Zoom out</DT>
+<DT><img src="icons/grass/gui-zoom_out.gif" alt="icon"> Zoom out</DT>
 <DD>Interactive zooming with the mouse in the active display monitor.
 Drawing a box with the mouse (left button) and zoom-out cursor causes
 the display to zoom in so that the area displayed shrinks to fill the
@@ -344,7 +344,7 @@
 affect the computational region for other GIS processes.
 <i>See <a href="g.region.html">g.region</a>.</i></DD>
 
-<DT><img src="icons/grass/gui-pan.gif"> Pan</DT>
+<DT><img src="icons/grass/gui-pan.gif" alt="icon"> Pan</DT>
 <DD>Interactive selection of a new center of view in the active display
 monitor. Drag the pan cursor while pressing the left mouse button to pan.
 Panning changes the location of the region displayed but not the size of
@@ -352,11 +352,11 @@
 computational region for other GIS processes.
 <i>See <a href="g.region.html">g.region</a>.</i></DD>
 
-<DT><img src="icons/grass/gui-zoom_back.gif"> Revert zoom</DT>
+<DT><img src="icons/grass/gui-zoom_back.gif" alt="icon"> Revert zoom</DT>
 <DD>Returns to the previous zoom. Up to 5 levels of zoom back are maintained.
 <i>See <a href="g.region.html">g.region</a>.</i></DD>
 
-<DT><img src="icons/grass/gui-mapzoom.gif"> Zoom menu</DT>
+<DT><img src="icons/grass/gui-mapzoom.gif" alt="icon"> Zoom menu</DT>
 <DD>Automatic zoom settings menu. Zoom to match the extents of a selected
 map or to match the extents of a saved region; save the current extents
 to a named region file; zoom to match the computational region (set with
@@ -365,7 +365,7 @@
 (does not change the resolution).
 <i>See <a href="g.region.html">g.region</a>.</i></DD>
 
-<DT><img src="icons/grass/gui-query.gif"> Query tool (select a map first)</DT>
+<DT><img src="icons/grass/gui-query.gif" alt="icon"> Query tool (select a map first)</DT>
 <DD>Query selected raster (only the base map of a draped map will be
 queried), RGB raster map (all three map channels will be queried), or
 vector map using the mouse. A map must be selected before query.
@@ -374,35 +374,35 @@
 <i>See <a href="r.what.html">r.what</a> and <a href="v.what.html">v.what</a></i>.
 </DD>
 
-<DT><img src="icons/grass/gui-measure.gif"> Distance measurement tool</DT>
+<DT><img src="icons/grass/gui-measure.gif" alt="icon"> Distance measurement tool</DT>
 <DD>Interactive measurement of lengths defined with the mouse. The length
 of each segment and the cumulative length of all segments measuered is
 displayed in the console window. Lengths are measured in the current
 measurement unit.
 <i>See also <a href="d.measure.html">d.measure</a>.</i></DD>
 
-<DT><img src="icons/grass/gui-profile.gif"> Profile tool</DT>
+<DT><img src="icons/grass/gui-profile.gif" alt="icon"> Profile tool</DT>
 <DD>Interactively create profile of a raster map. Profile transect
 is drawn with the mouse in map display. The profile may be of the
 displayed map or a different map.<i>
 See the <a href="gm_profile.html">Profile Tool help page</a>.</i></DD>
 
-<DT><img src="icons/grass/file-print.gif"> Print map</DT>
+<DT><img src="icons/grass/file-print.gif" alt="icon"> Print map</DT>
 <DD>Prints map on the UNIX <i>lpr</i> printer or PostScript device;
 saves visible map display (including PostScript text and labels) to PDF
 or EPS file. Requires <tt>ghostscript</tt> for all output except EPS.</DD>
 
-<DT><img src="icons/grass/file-save.gif"> Export map display</DT>
+<DT><img src="icons/grass/file-save.gif" alt="icon"> Export map display</DT>
 <DD>Exports visible map display to different raster graphic formats.
 Exported map does not include PostScript text or PostScript labels.</DD>
 
-<DT><img src="icons/grass/drawmode-strict.gif"> Strict draw mode</DT>
+<DT><img src="icons/grass/drawmode-strict.gif" alt="icon"> Strict draw mode</DT>
 <DD>Selects strict draw mode. In strict mode the aspect ratio and resolution
 from the last zoom are used when drawing the maps. The map will show only
 the area and resolution selected. It will not usually fill the screen.
 Strict mode only shows what is asked for.</DD>
 
-<DT><img src="icons/grass/drawmode-explore.gif"> Explore draw mode</DT>
+<DT><img src="icons/grass/drawmode-explore.gif" alt="icon"> Explore draw mode</DT>
 <DD>Selects explore draw mode. In explore mode the region from the last zoom
 is expanded to fill the entire screen. The resolution is adjusted to match
 the screen resolution. Explore mode shows as much as possible.</DD>



More information about the grass-commit mailing list