-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathindex900913.html
35 lines (31 loc) · 1.58 KB
/
index900913.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<html>
<head>
<title>Visualizador IDERA</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-3.4.0/resources/css/ext-all.css" />
<link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-3.4.0/examples/shared/examples.css" />
<link rel="stylesheet" type="text/css" href="./theme/openlayers/default/style.css" />
<link rel="stylesheet" type="text/css" href="./theme/openlayers/default/google.css" />
<link rel="stylesheet" type="text/css" href="./theme/geoext/css/geoext-all.css" />
<link rel="stylesheet" type="text/css" href="./theme/gxp/all.css"/>
<script src="http://extjs.cachefly.net/ext-3.4.0/adapter/ext/ext-base.js"></script>
<script src="http://extjs.cachefly.net/ext-3.4.0/ext-all-debug.js"></script>
<script src="./script/OpenLayers.js"></script>
<script src="./script/GeoExt.js"></script>
<script src="./script/gxp/script/loader.js"></script>
<script type="text/javascript" src="./script/RowExpander.js"></script>
<script type="text/javascript" src="app900913.js"></script>
<link rel="stylesheet" type="text/css" href="./theme/gxp/all.css"/>
<link rel="stylesheet" type="text/css" href="./theme/viewer.css"/>
<style type="text/css">
body {
background-color: #FFFFFF !important;
font-family: helvetica,tahoma,verdana,sans-serif;
font-size: 13px;
padding: 0px 0px 0px;
}
</style>
</head>
<body>
</body>
</html>