source: t29-www/de/impressum.shtm @ 132

Last change on this file since 132 was 131, checked in by sven, 14 years ago

Fuer die Google Maps-Karte braucht man wohl nen API-Schluessel, sonst
geht das nur auf localhost. Also per JavaScript auf localhost gebunden.

-- sven @ workstation

  • Property svn:keywords set to Id
File size: 4.2 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de">
4<head><!--#set var="title"        value="Impressum"
5   --><!--#set var="location"     value="impressum"
6   --><!--#set var="url_en"       value="contact.shtm"
7   --><!--#set var="prev"         value="suche.shtm"
8   --><!--#set var="prev_title"   value="Das Museum sucht..."
9   --><!--#set var="next"         value=""
10   --><!--#set var="next_title"   value=""
11   -->
12     <title>Technikum29 - <!--#echo var="title" --></title>
13
14    <script type="text/javascript">
15        //<!--
16                if(location.hostname == 'localhost') {
17                document.write('<script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAAOB_SbGFqyjIhbxfTLL5G7BSbm8ut-SLOX_ryap21RzOrwkDY8hQQh2Z-aOGiMjXLzswj5TLsbcCGxA" type="text/javascript"></sc' + 'ript>');
18                var CONTENT='<div><b>technikum29</b><br/>Am Flachsland 29<br/>65779 Kelkheim/Taunus</div>';
19                var restore = window.onload;
20                window.onload = function() {
21                        if(restore) restore();
22                       
23                        if(GBrowserIsCompatible()) {
24                                var map = new GMap2(document.getElementById("map"));
25                                map.setUIToDefault();
26                               
27                                var pos = new GLatLng(50.145129,8.445667);
28                               
29                                map.addControl(new GOverviewMapControl(new GSize(200,150)));
30                                map.setCenter(pos, 14);
31                                map.setMapType(G_HYBRID_MAP);
32                                map.enableContinuousZoom();
33                                var marker = new GMarker(pos);
34                                map.addOverlay(marker);
35                                GEvent.addListener(marker, "click", function() {
36                                        marker.openInfoWindowHtml(CONTENT);
37                                });
38                                marker.openInfoWindowHtml(CONTENT);
39                        }
40                }
41                } // if on localhost
42        //-->
43        </script>
44       
45    <!--#include virtual="/de/inc/head.inc.shtm" -->
46    <meta name="keywords" lang="de" content="Technikum29, Impressum, Kontakt, E-Mail" />
47        <meta name="t29.SVN" content="$Id: impressum.shtm 131 2010-01-03 04:41:54Z heribert $" />
48</head>
49<body>
50<!--#echo encoding="none" var="heading" -->
51<div id="content">
52    <h2><!--#echo var="title" --></h2>
53
54    <address>
55       Dipl. Phys. H. M&uuml;ller
56       <br />Am Flachsland 29
57       <br />65779 Kelkheim/Taunus
58       <br />Telefon: 06195/2170
59       <br />E-Mail: <a href="mailto:post@technikum29.de">Post@technikum29.de</a>
60       <br />Internet: <a href="http://www.technikum29.de">www.technikum29.de</a>
61    </address>
62
63     <p>Wir sind Mitglied in der <a class="arrow" href="http://www.gfgf.org" title="www.gfgf.org">Gesellschaft der Freunde der Geschichte des Funkwesens e.V.</a> und im <a class="arrow" href="http://www.fitg.de" title="www.fitg.de">Förderkreis für Industrie- und Technikgeschichte e.V.</a> (Frankfurt).</p>
64         
65
66        <noscript>
67            <p>Zur <a href="http://maps.google.de/maps?f=q&hl=de&q=Flachsland+29,+Kelkheim&layer=&sll=50.092393,10.195313&sspn=38.370164,57.392578&ie=UTF8&z=16&om=1&iwloc=addr" class="go">Wegbeschreibung bei Google Maps</a>
68        </noscript>
69
70    <script type="text/javascript">
71        //<!--
72                if(location.hostname == 'localhost') {
73                document.write('
74        <div id="map" style="border: 1px solid #979797; background-color: #e5e3df; height: 320px;">
75        <div style="padding: 1em; color: gray">Karte wird geladen ...</div>
76        </div>
77
78        ');
79    </script>
80
81       
82       
83    </p><br><br>
84       
85        <h3>Hinweise für die Nutzung von Bildern aus der Website des  technikum29</h3>
86
87<p>Wegen der großen Nachfrage an Bildern aus unserer Homepage geben wir Ihnen hier ein paar allgemeine Erläuterungen.<br>
88Die Bilder sind prinzipiell gemäß des Urheberrechts (UrhG, neueste Fassung) kopierrechtlich geschützt.</p>
89
90<ol><li>Wenn Sie ein Bild oder mehrere Bilder rein privat nutzen möchten, so können Sie dies ohne weiteres tun (z.B. Vorträge, Präsentationen)</li><br>
91
92<li>Falls Sie Bilder veröffentlichen möchten und damit nachvollziehbar kein finanzieller Gewinn erzielt werden soll, können wir Ihnen auf Nachfrage eine kostenlose Erlaubnis dazu erteilen (z.B. Nutzung auf privaten Websites, firmeninterne Veröffentlichungen, Hochschulskripten)</li><br>
93
94<li>Möchten Sie unsere Bilder veröffentlichen und ist damit ein Gewinnstreben beabsichtigt (z.B.  kommerzielle Magazine und Bücher) so ist die Erlaubnis hierfür mit einer Nutzungsgebühr verbunden</li><br></ol>
95
96<p>Wenn 2. oder 3. zutrifft, setzen Sie sich bitte mit uns in Verbindung.</p>
97
98
99
100       
101       
102</div><!-- end of content -->
103<!--#include virtual="/de/inc/menu.inc.shtm" -->
104</body>
105</html>
Note: See TracBrowser for help on using the repository browser.
© 2008 - 2013 technikum29 • Sven Köppel • Some rights reserved
Powered by Trac
Expect where otherwise noted, content on this site is licensed under a Creative Commons 3.0 License