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
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<base href="" />
<title>TrackerMap Viewer</title>
<script src="jquery/js/jquery-1.3.2.min.js" type="text/javascript"></script>
<script type="text/javascript" src="jquery/js/jquery-ui-1.7.custom.min.js"></script>
<link type="text/css" href="jquery/css/smoothness/jquery-ui-1-7-custom.css" rel="Stylesheet" />
<style type="text/css">
#draggable { width: 600px; height: 15px; padding: 0.5em;z-index:9; }
#draggable1 { width: 700px; height: 15px; padding: 0.5em;z-index:9; }
#draggable2 { width: 700px; height: 15px; padding: 0.5em;z-index:9; }
#draggable3 { width: 700px; height: 15px; padding: 0.5em;z-index:9; }
#draggable4 { width: 700px; height: 15px; padding: 0.5em;z-index:9; }
#content1 { width: 750px; height: 400px; padding: 0.5em; }
#content2 { width: 750px; height: 400px; padding: 0.5em; }
#content3 { width: 750px; height: 400px; padding: 0.5em; }
#content4 { width: 750px; height: 400px; padding: 0.5em; }
#content5 { width: 750px; height: 400px; padding: 0.5em; }
</style>
<script type="text/javascript">
//<![CDATA[
var servername="";
|