view war/Sti.html @ 34:5ef409e34638

Bump GMaps API to version 3
author Sebastian Kruse <skruse@mpiwg-berlin.mpg.de>
date Mon, 03 Dec 2012 12:06:59 +0100
parents 6bdbe4fb0c7e
children cfe8045c4610
line wrap: on
line source

<!doctype html>
<!-- The DOCTYPE declaration above will set the    -->
<!-- browser's rendering engine into               -->
<!-- "Standards Mode". Replacing this declaration  -->
<!-- with a "Quirks Mode" doctype may lead to some -->
<!-- differences in layout.                        -->

<html>
  <head>
  	<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">

    <title>DARIAH GeoBrowser – e4D Spatio-Temporal Interface</title>
    
    <script type="text/javascript" language="javascript" src="sti/sti.nocache.js"></script>    
 	<script src="scripts/jQuery/jquery-1.5.1.js"></script>
    <script src="scripts/blockUI/FullscreenWindow.js"></script>
	<script src="scripts/Timeplot/timeplot-complete.js"></script>
    <link type="text/css" rel="stylesheet" href="Sti.css">
	<link type="text/css" rel="stylesheet" href="scripts/OpenLayers/theme/default/style.css">

    <script src="scripts/sti/timeplot-modify.js"></script>
    <script src="scripts/sti/properties.js"></script>
    <script src="scripts/sti/STIProps.js"></script>
    <script src="scripts/sliderCombined.js"></script>

    <!--[if IE]><script type="text/javascript" src="scripts/libs/lib/excanvas.js"></script><![endif]-->

    <script src="scripts/sti/STIMap.js"></script>
    <script src="scripts/sti/STITimeplot.js"></script>
    <script src="scripts/sti/STITutorial.js"></script>
    <script src="scripts/sti/STICore.js"></script>
    <script src="scripts/sti/DataObject.js"></script>
    <script src="scripts/sti/DataSet.js"></script>
    <script src="scripts/sti/ExtendedDataSource.js"></script>
    <script src="scripts/sti/ExtendedSimileTimeDate.js"></script>
    <script src="scripts/sti/PointObject.js"></script>
    <script src="scripts/sti/clustering.js"></script>
    <script src="scripts/sti/kruskal.js"></script>
    <script src='http://dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.1'></script>        
    <script src="http://maps.google.com/maps/api/js?sensor=false" type="text/javascript"></script>
    <script src="scripts/OpenLayers/OpenLayers.js"></script>
    <script src="scripts/ucsv/ucsv-1.1.0-min.js"></script>
  </head>

  <!--                                           -->
  <!-- The body can have arbitrary html, or      -->
  <!-- you can leave the body empty if you want  -->
  <!-- to create a completely dynamic UI.        -->
  <!--                                           -->
  <body>

    <!-- RECOMMENDED if your web app will not function without JavaScript enabled -->
    <noscript>
      <div style="width: 22em; position: absolute; left: 50%; margin-left: -11em; color: red; background-color: white; border: 1px solid red; padding: 4px; font-family: sans-serif">
        Your web browser must have JavaScript enabled
        in order for this application to display correctly.
      </div>
    </noscript>

	<div id="mainContainer" align="center">
	</div>	

    
  </body>
</html>