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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
|
<html>
<!--
Author: D. Menasce
Test widget for the Pixel Tracker Map
-->
<meta http-equiv='pragma'
content ='no-cache'>
<head>
<link rel = 'stylesheet'
type = 'text/css'
href = 'css_files/wz_dragdrop.css>'
<link rel = 'stylesheet'
type = 'text/css'
href = 'css_files/magnifier.css'>
<script type = 'text/javascript'
src = 'js_files/magnifier.js'>
</script>
<script type = 'text/javascript'
src = 'js_files/wz_dragdrop.js'>
</script>
<script type = 'text/javascript'
src = 'js_files/DMLibrary.js'>
</script>
<script type = 'text/javascript'
src = 'js_files/rightEmbedded.js'>
</script>
</head>
<body bgcolor='#414141'>
<center>
<div id = 'binding'
name = 'binding1'>
<img id = 'baseImage1'
name = 'baseImage1'
src = 'images/EmptyPlot.png'
alt = 'picture geometry:800x600'
onload = 'RightEmbedded.innerLoading("binding1","baseImage1")'
onclick = 'RightEmbedded.innerTransport(event)'
onmouseover = 'this.T_SHADOWWIDTH=4;
this.T_OPACITY =70;
this.T_FONTCOLOR ="#000000";
this.T_WIDTH =200;
return escape("Click to send to pan/zoom area")'
width = '267'
height = '200' />
</div>
<div id = 'binding'
name = 'binding2'>
<img id = 'baseImage2'
name = 'baseImage2'
src = 'images/EmptyPlot.png'
alt = 'picture geometry:800x600'
onload = 'RightEmbedded.innerLoading("binding2","baseImage2")'
onclick = 'RightEmbedded.innerTransport(event)'
onmouseover = 'this.T_SHADOWWIDTH=4;
this.T_OPACITY =70;
this.T_FONTCOLOR ="#000000";
this.T_WIDTH =200;
return escape("Click to send to pan/zoom area")'
width = '267'
height = '200' />
</div>
<div id = 'binding'
name = 'binding3'>
<img id = 'baseImage3'
name = 'baseImage3'
src = 'images/EmptyPlot.png'
alt = 'picture geometry:800x600'
onload = 'RightEmbedded.innerLoading("binding3","baseImage3")'
onclick = 'RightEmbedded.innerTransport(event)'
onmouseover = 'this.T_SHADOWWIDTH=4;
this.T_OPACITY =70;
this.T_FONTCOLOR ="#000000";
this.T_WIDTH =200;
return escape("Click to send to pan/zoom area")'
width = '267'
height = '200' />
</div>
</center>
<script type = 'text/javascript'
src = 'js_files/rightEmbedded.js'>
</script>
<script type='text/javascript'
src ='js_files/wz_tooltip.js'>
</script>
</html>
|