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
|
<html>
<link rel = "stylesheet" type = "text/css" href = "css_files/IMGC.css"/>
<script type = "text/javascript" src = "js_files/scriptaculous/lib/prototype.js"> </script>
<script type = "text/javascript" src = "js_files/scriptaculous/src/scriptaculous.js"></script>
<script type = "text/javascript" src = "js_files/scriptaculous/lib/moo.fx.js"> </script>
<script type = "text/javascript" src = "js_files/IMGC.js"> </script>
<body>
<head>
<title>Pixel Tracker Plotting Area</title>
</head>
<div>
<div id="plots" style="width:100%; float:left;">
<div class = "theCanvas"
id = "theCanvas"
style = "width: 100% ;
height: 100% ;
float: right ;">
</div>
</div>
</div>
<script type="text/javascript">
IMGC.GLOBAL_RATIO = 0.9 ;
</script>
</body>
</html>
|