Removed /usr/local from CDPATH
[clearscm.git] / web / error404.php
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2    "http://www.w3.org/TR/html4/strict.dtd">
3 <html>
4 <head>
5   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6   <meta name="GENERATOR" content="Mozilla/4.61 [en] (Win98; U) [Netscape]">
7   <title>ClearSCM: Oops! Page not found</title>
8   <link rel="stylesheet" type="text/css" media="screen" href="/css/Article.css">
9   <link rel="stylesheet" type="text/css" media="print"  href="/css/Print.css">
10   <link rel="SHORTCUT ICON" href="http://clearscm.com/favicon.ico" type="image/png">
11
12   <!-- Google Analytics
13   <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
14   </script>
15   <script type="text/javascript">
16     _uacct = "UA-89317-1";
17     urchinTracker ();
18   </script>
19   Google Analytics -->
20
21   <?php
22   include "clearscm.php";
23   menu_css ();
24   ?>
25 </head>
26
27 <body id="homepage">
28 <?php heading ();?>
29
30 <div id="page">
31   <div id="content">
32     <?php start_box ("cs2")?>
33       <h2><font color=red><b>ERROR:</b> Page not found</font></h2>
34     <?php end_box ();?>
35
36   <p>The page you were looking for was not found.</p>
37
38   <?php copyright ();?>
39 </div>
40
41 <script language="JavaScript" src="/JavaScript/Menus.js" type="text/javascript"></script>
42
43 </body>
44 </html>