diff gis_gui/home.pt @ 278:4ade9b80b563 default tip

more cleanup. descriptions work better now.
author casties
date Fri, 24 Feb 2012 16:41:30 +0100
parents 0a1dee507612
children
line wrap: on
line diff
--- a/gis_gui/home.pt	Thu Feb 23 21:37:37 2012 +0100
+++ b/gis_gui/home.pt	Fri Feb 24 16:41:30 2012 +0100
@@ -1,8 +1,9 @@
+<!DOCTYPE html>
 <html>
   <head>
-    <title>Mappit, Map Places in Time, Mappit by MPI for the History of Scinces</title>
-    <meta name="description" content="Mappit, Web-GIS, Mappit developed by F.-J. Knauft, Max-Planck-Institut">
-    <meta name="keywords" content="Mappit, Geo-Information System, Mappit, Max-Planck-Institut f. Wissenschaftsgeschichte Berlin, MPI, Falk-Juri Knauft">
+    <title>Mappit, Map Places in Time, by MPI for the History of Scinces</title>
+    <meta name="description" content="Mappit, Web-GIS, Mappit developed by F.-J. Knauft, Max-Planck-Institut"/>
+    <meta name="keywords" content="Mappit, Geo-Information System, Mappit, Max-Planck-Institut f. Wissenschaftsgeschichte Berlin, MPI, Falk-Juri Knauft"/>
 
     <script type="text/javascript" src="lib/jquery-1.4.2.js"></script>
     <script type="text/javascript" src="lib/json2.js"></script>
@@ -25,7 +26,7 @@
     <script type="text/javascript" src="blocks/notes.js"></script>
     <script type="text/javascript" src="blocks/home.js"></script>
 
-    <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
+    <script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?sensor=false"></script>
 
     <link href="lib/jqueryui/css/smoothness/jquery-ui-1.8.1.custom.css" rel="stylesheet" content="text/css"/>
     <link href="lib/blocks.css"  rel="stylesheet" content="text/css"/>
@@ -39,7 +40,7 @@
     <link href="blocks/search.css"  rel="stylesheet"  content="text/css"/>
     <link href="blocks/notes.css"  rel="stylesheet" content="text/css"/>
 
-    <script>
+    <script type="text/javascript">
       $(document).ready(function(){
       	var blockContainer = $("#moduleslot").get();
         blocks = new guiBlocks(blockContainer);
@@ -53,8 +54,6 @@
             }
         });
       });
-      
-      
     </script>
 
   </head>