diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-05-29 19:28:17 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-05-29 19:28:17 +0200 |
commit | 574196d698f3e5437d19e6f9476046f2bf09156f (patch) | |
tree | 38e64514627e03b4a3b5b3ec0be2fe623dbf91c3 /examples/gipfel2html | |
parent | c85a18bae0328360186abd6342b3a00e4986b9dd (diff) |
update gipfelweb Makefile and html script
Diffstat (limited to 'examples/gipfel2html')
-rwxr-xr-x | examples/gipfel2html | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/examples/gipfel2html b/examples/gipfel2html index b07f009..c8df477 100755 --- a/examples/gipfel2html +++ b/examples/gipfel2html @@ -100,12 +100,22 @@ cat << EOF </td></tr> </table> <br/> -Move the mouse over the image to see other images of which the -viewpoint is visible. -Move the mouse over the rectangle to see a thumbnail. +<b>Created with <a href="http://www.ecademix.com/JohannesHofmann/gipfel.html">gipfel</a></b> <br/> <br/> +EOF + +if [ "$MODE" = "images" ]; then + echo Move the mouse over the image to see other images. +else + echo Move the mouse over the image to see known mountains. +fi +cat << EOF +<br/> +Move the mouse over the rectangle to see details. +<br/> +<br/> This image is visible on these images:<br/> EOF |