-
Notifications
You must be signed in to change notification settings - Fork 6
/
map.html
57 lines (57 loc) · 3.12 KB
/
map.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
<title>BIDS: Business Information Database System</title>
<script type="text/javascript" src="js/host.js"></script>
<script type="text/javascript" src="js/check.js"></script>
<script type="text/javascript" id="checker"></script>
<script type="text/javascript" src="lib/ext-3.4.0/adapter/ext/ext-base.js"></script>
<script type="text/javascript" src="lib/ext-3.4.0/ext-all.js"></script>
<script type="text/javascript" src="lib/OpenLayers/lib/OpenLayers.js"></script>
<script type="text/javascript" src="lib/GeoExt/script/GeoExt.js"></script>
<script type="text/javascript" src="lib/modernizr.custom.92419.js"></script>
<!--<script type="text/javascript" src="http://localhost/bids/js/yes.js"></script>-->
<script type="text/javascript" src="lib/ieCheck.js"></script>
<script type="text/javascript" src="js/bureaus.js"></script>
<script type="text/javascript" src="js/map.js"></script>
<script type="text/javascript" src="js/FeaturePopups.js"></script>
<script type="text/javascript" src="js/patches_OL-popup-autosize.js"></script>
<script type="text/javascript" src="js/Ext.ux.PanelCollapsedTitle.js"></script>
<script type="text/javascript" src="js/Ext.ux.form.CheckboxCombo.min.js"></script>
<script type="text/javascript" src="js/search.js"></script>
<script src="http://maps.google.com/maps/api/js?v=3&sensor=false"></script>
<!--<script src="lib/Numeral-js/min/numeral.min.js"></script>
<script type="text/javascript" src="js/ThousandSeparatorNumberField.js"></script>-->
<link href="img/bidsIcon.png" rel="shortcut icon">
<link rel="stylesheet" type="text/css" href="css/olStyle.css" />
<link rel="stylesheet" type="text/css" href="lib/ext-3.4.0/resources/css/ext-all.css" />
<link rel="stylesheet" type="text/css" href="css/ext-3.4.0.css" />
<link rel="stylesheet" type="text/css" href="css/Ext.ux.form.CheckboxCombo.min.css" />
<link rel="stylesheet" type="text/css" id="xtheme-wireframe" href="lib/ext-3.4.0/resources/css/xtheme-wireframe.css"/>
<link rel="stylesheet" type="text/css" href="css/bids.css"/>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
siteParams();
ga('create', gaID, host);
ga('send', 'pageview');
</script>
<script>
var Load = function(){
Modernizr.load([
{
load: 'http://10.47.115.214:8080/lib/bids/js/yes.js'
}]);
}
</script>
</head>
<!--<body onload="setTimeout(function(){document.getElementById('checker').src='http://' + formSite + '/lib/bids/js/yes.js'}, 0001); ieCheck();">-->
<body onload="ieCheck();Load();">
</body>
</html>