summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-02-20 17:42:08 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-02-20 17:42:08 +0100
commitc387e8a52c1a69dda27c007a5e0f981a5c1890a2 (patch)
treebf4ad3854492d81337972ecf30e98f0d58fee3f4 /examples
parent3ee238e92fa936fee6f8eb27c50540acb59e9b74 (diff)
remove ads and ecademix link from gipfel2html
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/gipfel2html21
1 files changed, 0 insertions, 21 deletions
diff --git a/examples/gipfel2html b/examples/gipfel2html
index 02bf2bf..52a32eb 100755
--- a/examples/gipfel2html
+++ b/examples/gipfel2html
@@ -45,26 +45,6 @@ while read name height x y dist flags dummy; do
i=$((${i} + 1))
done
-cat << EOF
-</style></head>
-<body bgcolor="#919faa">
-<script type="text/javascript"><!--
-google_ad_client = "pub-4715934322518147";
-google_ad_width = 728;
-google_ad_height = 90;
-google_ad_format = "728x90_as";
-google_ad_type = "text_image";
-google_ad_channel = "";
-google_color_border = "ffffff";
-google_color_bg = "f3f3f3";
-google_color_link = "000000";
-google_color_text = "333333";
-google_color_url = "666666";
---></script><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
-<br/>
-<br/>
-EOF
-
echo "<h3>$TITLE</h3>"
if [ "$MODE" = "images" ]; then
@@ -134,7 +114,6 @@ done
cat << EOF
-<small>copyright &copy; 2007 <a href="http://www.ecademix.com/JohannesHofmann/impressum.html">Johannes Hofmann</a></small>
</body>
</html>
EOF