-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
executable file
·69 lines (65 loc) · 3.65 KB
/
404.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>Cheshire3 Information Framework</title>
<link rel="stylesheet" type="text/css" href="/cheshire3.css"></link>
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" media="screen" href="/cheshire3-ie.css">
<![endif]-->
<!--[if gte IE 7]>
<link rel="stylesheet" type="text/css" media="screen" href="/cheshire3-ie7.css">
<![endif]-->
</head>
<body>
<table cellpadding="0" cellspacing="0" class="maintitle">
<tr height="75">
<td class="cheshirelogo">
<img src="/gfx/c3_white.gif"/>
</td>
<td width="10">
<img src="/gfx/slant_grey.gif"/>
</td>
<td align="center">
<h1>Cheshire3 Information Framework</h1>
</td>
</tr>
</table>
<div id="navbar">
<ul class="navmenu">
<li class="navtab"><a href="/" title="Home">Home</a></li>
<li class="navtab">
<a href="/download/" title="Download">Download</a>
<ul class="subnav">
<li class="subtab"><a href="/download/index.html#latest">Download Cheshire3</a></li>
<li class="subtab"><a href="/download/index.html#docs" title="Instructions for Installation and Use">Installation</a></li>
<li class="subtab"><a href="/download/index.html#dbs" title="Example Database and Systems">Databases</a></li>
<li class="subtab"><a href="/download/index.html#apps" title="Complete Cheshire3 Systems">Applications</a></li>
<li class="subtab"><a href="/download/index.html#cvs" title="Download Cheshire3 using CVS / SVN">CVS / SVN</a></li>
<li class="subtab"><a href="/download/index.html#archived" title="Older Releases of Cheshire3">Older Versions</a></li>
<li class="subtab"><a href="/download/index.html#legal" title="Legal notices and disclaimers">Legal</a></li>
</ul>
</li>
<li class="navtab">
<a href="/docs/" title="Documentation">Documentation</a>
<ul class="subnav">
<li class="subtab"><a href="/docs/install.html" title="Installation">Installation</a></li>
<li class="subtab"><a href="/docs/build/" title="Building Databases">Building Databases</a></li>
<li class="subtab"><a href="/docs/config/" title="Configuration Details">Configuration</a></li>
<li class="subtab"><a href="/docs/script/script_search.html" title="Search and Display from the command line">Searching</a></li>
<li class="subtab"><a href="/docs/script/script_apache.html" title="Building a Web Interface">Web-Interface</a></li>
<li class="subtab"><a href="/docs/troubleshooting.html" title="Troubleshooting section">Troubleshooting</a></li>
<li class="subtab"><a href="/docs/objects/" title="Cheshire3 Object Model">Object Model</a></li>
<li class="subtab"><a href="/docs/objects/api/" title="Application Programming Interface">API</a></li>
</ul>
</li>
<li class="navtab"><a href="http://github.com/cheshire3/cheshire3/wiki/" title="Wiki">Wiki</a></li>
</ul>
</div>
<div class="fieldset" id="whatis">
<span class="legend">Page Not Found</span>
<p>
The requested page was not found.
</p>
</div>
</body>
</html>