www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www 404.html


From: Matt Lee
Subject: www 404.html
Date: Thu, 23 Aug 2007 16:58:09 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Matt Lee <mattl>        07/08/23 16:58:09

Modified files:
        .              : 404.html 

Log message:
        updated

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/404.html?cvsroot=www&r1=1.1&r2=1.2

Patches:
Index: 404.html
===================================================================
RCS file: /web/www/www/404.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- 404.html    23 Aug 2007 16:17:38 -0000      1.1
+++ 404.html    23 Aug 2007 16:57:58 -0000      1.2
@@ -1,32 +1,24 @@
-<!--#include virtual="/server/header.html" -->
+%(header)s
 <title>Page Not Found - GNU Project</title>
-<!--#include virtual="/server/banner.html" -->
+%(banner)s
 <h2>404 - Page Not Found</h2>
 
-<!-- note for baughj - replace baughj.html with the filename :) -->
+<p>The page you were looking for,
+<strong>http://www.gnu.org%(uri)s</strong>, could not be found.</p>
 
-<p>The page you were looking for, <strong>baughj.html</strong>, could
-not be found.</p>
-
-<!-- only show this line if there is no referer -->
-
-<p>As you typed the address manually, please check for any typing
-errors you may have made.</p>
-
-<!-- end -->
+%(noreferer)s
 
 <p>You now have a couple of choices, you can go back to <a
 href="/">our homepage</a>, where you can navigate to the rest of the
 website, or you can <a href="./">go back to the section you're
 currently in</a>, and try from there.</p>
 
-<!-- only show this line if there IS a referer -->
-
-<p>If you'd like to report this page as broken, you can do so by pressing
-the button below, which will alert our <a 
href="/people/webmeisters.html">webmasters</a> to the problem.</p>
+%(referer)s
 
 <form action="blah" method="post">
-<p><input type="submit" value="Report broken link" style="font-size: 2em;" 
/></p>
+<p><input type="submit" value="Report this broken link" style="font-size: 
2em;" /></p>
+<p><input type="hidden" value="http://www.gnu.org/%(uri)s" name="404" /></p>
+<p><input type="hidden" value="%(referer)s" name="referer" /></p>
 </form>
 
 <!-- end -->
@@ -40,7 +32,7 @@
 <!-- language, where necessary. -->
 <!-- and that it is like this "2001, 2002" not this "2001-2002." -->
 </div><!-- for id="content", starts in the include above -->
-<!--#include virtual="/server/footer-min.html" -->
+%(footer)s
 <div id="footer">
 
 <p>
@@ -75,7 +67,7 @@
 <p>
 Updated:
 <!-- timestamp start -->
-$Date: 2007/08/23 16:17:38 $
+$Date: 2007/08/23 16:57:58 $
 <!-- timestamp end -->
 </p>
 </div>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]