Przeglądaj źródła

web hints (merge from devbr6)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@39236 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 16 lat temu
rodzic
commit
82c8c2d90a
1 zmienionych plików z 16 dodań i 1 usunięć
  1. 16 1
      tools/module_synopsis.sh

+ 16 - 1
tools/module_synopsis.sh

@@ -202,7 +202,16 @@ cat << EOF > "${TMP}.html"
 </head>
 <body bgcolor="white">
 
-<img src="grass_logo.png" alt="_\|/_ GRASS logo"><hr align=center size=6 noshade>
+<img src="grass_logo.png" alt="_\|/_ GRASS logo">
+<hr align=center size=6 noshade>
+
+<!-- prettier:
+<BR><BR><BR><BR>
+<center>
+<img src="../../images/grasslogo.gif" alt="_\|/_ GRASS logo">
+<BR><BR>
+<hr width="450" align=center size=6 noshade>
+-->
 
 <center>
 <H1>`g.version | cut -f1 -d'('` Command list</H1>
@@ -216,6 +225,12 @@ cat << EOF > "${TMP}.html"
 <BR><BR>
 -->
 
+<!--
+# so it works from $WEB/gdp/grassmanuals/
+#   untested:
+sed -i -e 's+\(a href="\)\([^#\.h]\)+\1../../grass64/manuals/html64_user/\2+'
+-->
+
 <h4>Command types:</h4>
 <ul>
   <li> d.* - <a href="#d">display commands</a>