blob: 4d95b41877080e3993b4c8d059ee6b8b689c25e4 (
plain)
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
|
<!-- SwishCommand noindex -->
<hr>
<div class="HeaderFooter">
<table class="ButtonTable">
<tr>
<td>
<a href="index.html">
<img class="HomeButton" src="images/home.gif" alt="Home" style="border-style: none"/>
</a>
</td>
</tr>
</table>
<div style="text-align: center;">
<table class="SearchTable">
<tr>
<td>
<form method="get" action="/cgi-bin/swish.cgi"
enctype="application/x-www-form-urlencoded" class="form">
<div>
<input maxlength="100" value="" type="text" name="query">
<input type="submit" value="Search" name="submit">
</div>
</form>
</td>
</tr>
</table>
</div>
<table class="LogoTable">
<tr>
<td>
<a href="http://www.zeroc.com"><img class="Logo" src="images/logo.gif" alt="Logo"/></a>
</td>
</tr>
</table>
</div>
<script type="text/javascript" src="symboltree.js">
symboltree.main();
</script>
</div>
</body>
|