From 574196d698f3e5437d19e6f9476046f2bf09156f Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Fri, 29 May 2009 19:28:17 +0200 Subject: update gipfelweb Makefile and html script --- examples/gipfel2html | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'examples/gipfel2html') diff --git a/examples/gipfel2html b/examples/gipfel2html index b07f009..c8df477 100755 --- a/examples/gipfel2html +++ b/examples/gipfel2html @@ -100,12 +100,22 @@ cat << EOF
-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. +Created with gipfel

+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 +
+Move the mouse over the rectangle to see details. +
+
This image is visible on these images:
EOF -- cgit v1.2.3