Mercurial > hg > STI-GWT
view war/Sti.html @ 36:cfe8045c4610
moved the data-table out of the mainContainer again
made the table moveable (to allow placement left/right of the map)
author | Sebastian Kruse <skruse@mpiwg-berlin.mpg.de> |
---|---|
date | Mon, 03 Dec 2012 15:26:56 +0100 |
parents | 5ef409e34638 |
children | ba7d401c2750 |
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> <table> <tr> <td valign="top"> <div id="mainContainer"> </div> </td> <td valign="top"> <div id="tableWindow" class="tableWindow"> </div> </td> </tr> </table> </body> </html>