diff options
author | Christian Pointner <equinox@ffgraz.net> | 2013-12-20 14:46:12 +0000 |
---|---|---|
committer | Christian Pointner <equinox@ffgraz.net> | 2013-12-20 14:46:12 +0000 |
commit | 9b952d698942fb94332bfe820d707e4e9e3bb12b (patch) | |
tree | 46b4297c18dcfdc811a48a80c33241e2965e9273 /index.php | |
parent | 3b47c2a1f7fad8ad636aeee6e67d2305d93c236e (diff) |
moved index3.php to main index.php
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -23,9 +23,9 @@ if($_SERVER['HTTP_HOST'] == 'dev-karte.ffgraz.net') { <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <title>Funkfeuer Graz: Map</title> <link rel="stylesheet" href="map.css" type="text/css" /> - <script src="http://maps.google.com/maps?file=api&v=2&&key=<?php echo $apikey; ?>" - type="text/javascript"></script> - <script src="map.js" type="text/javascript"></script> + <script type="text/javascript" src="//maps.googleapis.com/maps/api/js?v=3.exp&sensor=false&key=AIzaSyBKP7K8iE-9pZlRukwox82QSfz404Yranc&language=de"></script> + <script src="jquery-1.10.2.min.js" type="text/javascript"></script> + <script src="map3.js" type="text/javascript"></script> <script type="text/javascript"> function onLoad() { <?php @@ -35,12 +35,12 @@ if($_SERVER['HTTP_HOST'] == 'dev-karte.ffgraz.net') { </script> </head> - <body onload="onLoad()" onunload="GUnload()"> + <body onload="onLoad()"> <div id="map" style="width:100%; height:100%;"></div> <div id="outerheader"><div id="header"> <h1 align="center">..:: 0xFF FunkFeuer Freenet Graz ::..</h1> </div></div> - <div id="northeastcontainer"> + <div id="northeastcontainer" style="padding-top: 3em;"> <div id="legendbox" class="box"> <b>Legende:</b> <table class="legend"> |