forked from gap-system/GapWWW
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsitemap.html
188 lines (183 loc) · 10.7 KB
/
sitemap.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
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<html>
<head><title>Image map created by yEd</title>
<style type="text/css">
.tooltip {
font-size:10pt;
background-color:#FFFFCC;
border:1px solid black;
padding:2px
}
</style>
<style type="text/css">
.tooltip {
position:absolute;
display:none
}
</style>
</head>
<body>
<script type="text/javascript">
tooltip = null;
document.onmousemove = updateTooltip;
function updateTooltip(e) {
try {
if (document.all) {
if (document.documentElement && document.documentElement.scrollTop) { // Explorer 6 Strict
x = document.documentElement.scrollLeft + window.event.x;
y = document.documentElement.scrollTop + window.event.y;
}
else { // all other Explorers
x = document.body.scrollLeft + window.event.x;
y = document.body.scrollTop + window.event.y;
}
}
else {
x = e.pageX;
y = e.pageY;
}
if (tooltip != null) {
o = 20;
var sx, sy;
if (self.pageYOffset) { // all except Explorer
sx = self.pageXOffset;
sy = self.pageYOffset;
}
else if (document.documentElement && document.documentElement.scrollTop) { // Explorer 6 Strict
sx = document.documentElement.scrollLeft;
sy = document.documentElement.scrollTop;
}
else if (document.body) { // all other Explorers
sx = document.body.scrollLeft;
sy = document.body.scrollTop;
}
t = y + o + tooltip.offsetHeight;
w = sy + document.body.clientHeight;
if (t > w) {
y = y - o - tooltip.offsetHeight;
}
else {
y = y + o;
}
t = x + o + tooltip.offsetWidth;
w = sx + document.body.clientWidth;
if (t > w) {
x = x - o - tooltip.offsetWidth;
}
else {
x = x + o;
}
if ((tooltip.style.top == '' || tooltip.style.top == 0) && (tooltip.style.left == '' || tooltip.style.left == 0))
{
tooltip.style.width = tooltip.offsetWidth + 'px';
tooltip.style.height = tooltip.offsetHeight + 'px';
}
tooltip.style.left = x + "px";
tooltip.style.top = y + "px";
}
} catch (error) { error = null; }
}
function showTooltip(id) {
try {
tooltip = document.getElementById(id);
tooltip.style.display = "block";
} catch (error) { error = null; }
}
function hideTooltip() {
try {
tooltip.style.display = "none";
} catch (error) { error = null; }
}
</script>
<div class="tooltip" id="n0">GAP Homepage</div>
<div class="tooltip" id="n1">Installation</div>
<div class="tooltip" id="n2">Data Libraries</div>
<div class="tooltip" id="n3">Packages</div>
<div class="tooltip" id="n4">Contacts</div>
<div class="tooltip" id="n5">Upgrading</div>
<div class="tooltip" id="n6">People</div>
<div class="tooltip" id="n7">Documentation</div>
<div class="tooltip" id="n8">Manuals</div>
<div class="tooltip" id="n9">Learning</div>
<div class="tooltip" id="n10">Teaching</div>
<div class="tooltip" id="n11">Feedback</div>
<div class="tooltip" id="n12">Alternatives</div>
<div class="tooltip" id="n13">Trouble</div>
<div class="tooltip" id="n14">GAP Forum</div>
<div class="tooltip" id="n15">GAP3</div>
<div class="tooltip" id="n16">Overview</div>
<div class="tooltip" id="n17">Capabilities</div>
<div class="tooltip" id="n18">FAQ</div>
<div class="tooltip" id="n19">How to install</div>
<div class="tooltip" id="n20">Archive formats</div>
<div class="tooltip" id="n21">Tools needed</div>
<div class="tooltip" id="n22">Copyright</div>
<div class="tooltip" id="n23">Release history</div>
<div class="tooltip" id="n24">For Authors</div>
<div class="tooltip" id="n25">Contributions</div>
<div class="tooltip" id="n26">Undeposited</div>
<div class="tooltip" id="n27">Search</div>
<div class="tooltip" id="n28">Applications</div>
<div class="tooltip" id="n29">Examples</div>
<div class="tooltip" id="n30">Search Website</div>
<div class="tooltip" id="n31">Forum Archive</div>
<div class="tooltip" id="n32">Talks</div>
<div class="tooltip" id="n33">Bibliography</div>
<div class="tooltip" id="n34">References</div>
<div class="tooltip" id="n35">History</div>
<div class="tooltip" id="n36">Centres</div>
<div class="tooltip" id="n37">Citing GAP</div>
<div class="tooltip" id="n38">Submit contributions</div>
<div class="tooltip" id="n39">Funding</div>
<div class="tooltip" id="n40">To Outside World</div>
<div class="tooltip" id="n41">Downloads</div>
<map name="image1_1">
<area shape="rect" coords="471,50,609,80" href="Releases/index.html" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n41')"/>
<area shape="rect" coords="263,665,401,695" href="Contacts/outside.html" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n40')"/>
<area shape="rect" coords="95,665,233,695" href="Contacts/funding.html" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n39')"/>
<area shape="rect" coords="95,705,233,735" href="Contacts/submit.html" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n38')"/>
<area shape="rect" coords="263,625,401,655" href="Contacts/cite.html" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n37')"/>
<area shape="rect" coords="95,625,233,655" href="Contacts/centres.html" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n36')"/>
<area shape="rect" coords="303,275,441,305" href="Doc/History/history.html" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n35')"/>
<area shape="rect" coords="303,235,441,265" href="Doc/references.html" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n34')"/>
<area shape="rect" coords="303,195,441,225" href="Doc/Bib/bib.html" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n33')"/>
<area shape="rect" coords="303,155,441,185" href="Doc/Talks/talks.html" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n32')"/>
<area shape="rect" coords="95,435,233,465" href="Doc/forumarchive.html" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n31')"/>
<area shape="rect" coords="135,195,273,225" href="search.html" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n30')"/>
<area shape="rect" coords="95,395,233,425" href="Doc/Examples/examples.html" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n29')"/>
<area shape="rect" coords="95,355,233,385" href="Doc/applications.html" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n28')"/>
<area shape="rect" coords="95,155,233,185" href="Doc/search.html" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n27')"/>
<area shape="rect" coords="511,485,649,515" href="Packages/undep.html" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n26')"/>
<area shape="rect" coords="511,445,649,475" href="Packages/Contrib/contrib.html" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n25')"/>
<area shape="rect" coords="511,405,649,435" href="Packages/Authors/authors.html" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n24')"/>
<area shape="rect" coords="506,295,644,325" href="Download/Updates/index.html" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n23')"/>
<area shape="rect" coords="674,255,812,285" href="Download/copyright.html" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n22')"/>
<area shape="rect" coords="506,255,644,285" href="Download/tools.html" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n21')"/>
<area shape="rect" coords="674,215,812,245" href="Download/formats.html" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n20')"/>
<area shape="rect" coords="506,215,644,245" href="Download/install.html" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n19')"/>
<area shape="rect" coords="471,705,609,735" href="Faq/faq.html" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n18')"/>
<area shape="rect" coords="511,585,649,615" href="Overview/Capabilities/capabilities.html" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n17')"/>
<area shape="rect" coords="471,545,609,575" href="Overview/overview.html" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n16')"/>
<area shape="rect" coords="471,665,609,695" href="Gap3/gap3.html" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n15')"/>
<area shape="rect" coords="263,585,401,615" href="Contacts/Forum/forum.html" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n14')"/>
<area shape="rect" coords="95,585,233,615" href="Contacts/trouble.html" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n13')"/>
<area shape="rect" coords="674,175,812,205" href="Download/alternatives.html" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n12')"/>
<area shape="rect" coords="263,545,401,575" href="Contacts/publicationfeedback.html" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n11')"/>
<area shape="rect" coords="95,235,233,265" href="Doc/Teaching/teaching.html" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n10')"/>
<area shape="rect" coords="95,275,233,305" href="Doc/Learning/learning.html" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n9')"/>
<area shape="rect" coords="95,315,233,345" href="Doc/manuals.html" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n8')"/>
<area shape="rect" coords="55,85,193,115" href="Doc/doc.html" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n7')"/>
<area shape="rect" coords="95,545,233,575" href="Contacts/People/people.html" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n6')"/>
<area shape="rect" coords="506,175,644,205" href="Download/upgrade.html" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n5')"/>
<area shape="rect" coords="55,475,193,505" href="Contacts/contacts.html" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n4')"/>
<area shape="rect" coords="471,365,609,395" href="Packages/packages.html" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n3')"/>
<area shape="rect" coords="471,625,609,655" href="Datalib/datalib.html" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n2')"/>
<area shape="rect" coords="471,110,609,140" href="Download/index.html" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n1')"/>
<area shape="rect" coords="15,15,134,45" href="gap.html" alt="" target="_blank" onmouseout="hideTooltip()" onmouseover="showTooltip('n0')"/>
</map>
<table class="yimagetable" cellspacing="0" cellpadding="0" border="0">
<tr>
<td><img class="yimage" src="sitemap1_1.png" usemap="#image1_1" border="0" alt=""/></td>
</tr>
</table>
</body>
</html>