Mercurial > hg > STI-GWT
view war/Sti.html @ 4:517a6422d1bd
done all the GeoBrowser changes
- image changed
- background gradient darkened
- added csv compatibility
- added ucsv library
- maybe more minor changes
git-svn-id: http://dev.dariah.eu/svn/repos/eu.dariah.de/ap1/sti-gwt-dariah-geobrowser@48 f2b5be40-def6-11e0-8a09-b3c1cc336c6b
author | StefanFunk <StefanFunk@f2b5be40-def6-11e0-8a09-b3c1cc336c6b> |
---|---|
date | Fri, 20 Jul 2012 10:14:57 +0000 |
parents | cf06b77a8bbd |
children | 7bf904a68ce7 |
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 – 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&v=2&sensor=false&key=AIzaSyCHBMq6Ndi9Kcq5w9jwP9DWKJlxRuIPQmI" 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"> </div> <div id="tableWindow" class="tableWindow"> </div> </body> </html>