view war/Sti.html @ 3:cf06b77a8bbd

Committed branch of the e4D repos sti-gwt branch 16384. git-svn-id: http://dev.dariah.eu/svn/repos/eu.dariah.de/ap1/sti-gwt-dariah-geobrowser@36 f2b5be40-def6-11e0-8a09-b3c1cc336c6b
author StefanFunk <StefanFunk@f2b5be40-def6-11e0-8a09-b3c1cc336c6b>
date Tue, 17 Jul 2012 13:34:40 +0000
parents
children 517a6422d1bd
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>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?file=api&amp;v=2&amp;sensor=false&amp;key=ABQIAAAA9fk2zbuNVVuEn15Psaq2PBQA5iru8D4oAiKqp2IsPj83TmCfmhQjfU_nwc4KUXaEdhRYIuef-uZlxw" type="text/javascript">
        </script>
        <script src="scripts/OpenLayers/OpenLayers.js"></script>
        </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">
	</div>	

	<div id="tableWindow" class="tableWindow">
	</div>
    
  </body>
</html>