Files
secondo/WebGui2/war/SecondoWeb.html

67 lines
2.3 KiB
HTML
Raw Permalink Normal View History

2026-01-23 17:03:45 +08:00
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<link href="favicon.ico" rel="icon" type="image/x-icon" />
<!-- Including the Stylesheet -->
<!-- <link type="text/css" rel="stylesheet" href="resources/css/SecondoWeb.css"> -->
<!-- This script includes the D3-Javascript library -->
<!--[if lte IE 8]><script src="resources/js/r2d3.js" charset="utf-8"></script><![endif]-->
<!--[if gte IE 9]><!--><script type="text/javascript" src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script><!--<![endif]-->
<!-- This script includes the Googlemaps library -->
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=true"></script>
<!-- This script includes the OpenLayers library for OpenStreetMaps-->
<script type="text/javascript" src="http://openlayers.org/api/OpenLayers.js"></script>
<!-- This script includes the OpenStreetMaps library-->
<script type="text/javascript" src="http://www.openstreetmap.org/openlayers/OpenStreetMap.js"></script>
<!-- Loading the Javascript files -->
<script type="text/javascript" language="javascript" src="resources/js/d3-graphics.js"></script>
<title>Secondo Database Management</title>
<!-- This script loads the compiled client-module. -->
<!-- If you add any GWT meta tags, they must -->
<!-- be added before this line. -->
<script> var isomorphicDir = "secondoweb/sc/"; </script>
<script type="text/javascript" language="javascript" src="secondoweb/secondoweb.nocache.js"></script>
</head>
<body>
<!-- OPTIONAL: include this if you want history support -->
<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1'
style="position: absolute; width: 0; height: 0; border: 0"></iframe>
<!-- 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>
<center>
<div id="header"></div>
<div id="content"></div>
<div id="footer"></div>
</center>
</body>
</html>