From b9caaa8e4b66817dbc66d0e79b567b3285869fea Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Sat, 7 Feb 2004 19:31:13 +0000 Subject: Deleted file --- html/header.html | 61 -------------------------------------------------------- 1 file changed, 61 deletions(-) delete mode 100644 html/header.html (limited to 'html/header.html') diff --git a/html/header.html b/html/header.html deleted file mode 100644 index b335ac24..00000000 --- a/html/header.html +++ /dev/null @@ -1,61 +0,0 @@ - - - - - -
- -Proof General - - -
- Proof General -

Organize your proofs!

-. '; - $urlbits = parse_url($REQUEST_URI); - $file = ereg_replace("^(.*/)+","",$urlbits["path"]); - $WANTED = ereg_replace(".html","",$file); - print "\n"; - $links_arr = array( - "Home" => "main", - "Features" => "features", - "Download" => "download", - "Documentation" => "doc", - - "News" => "news", - "Screenshots" => "screenshot", - "Development" => "devel", - "About" => "about" - ); - $DEFAULT = $links_arr["Home"]; - $wanted_okay = 0; - for (reset($links_arr); $name = key($links_arr); next($links_arr)) { - if ($WANTED == $links_arr[$name]) { - $wanted_okay = 1; - } - }; - if (! $wanted_okay) { - $WANTED = "main"; - }; - for (reset($links_arr); $name = key($links_arr); next($links_arr)) { - print $separator; - if ($WANTED == $links_arr[$name]) { - print "" . $name . ""; - } - else { - print "$name"; - } - print " \n"; - if ($name=="Documentation") print "\n"; - } - print "
\n"; -?> -
- - \ No newline at end of file -- cgit v1.2.3