From dc20ae98f460398291ce44e96849a2fc303d6cd0 Mon Sep 17 00:00:00 2001 From: jwz Date: Tue, 16 Jun 1998 09:03:40 +0000 Subject: [PATCH] Well basically, I hate those layers popups that-aren't-quite-menus. They've got to go. The information that was on them is only one click away anyhow. git-svn-id: svn://10.0.0.236/trunk@3880 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/lxr/source | 13 ++--- mozilla/webtools/lxr/template-head | 54 -------------------- mozilla/webtools/lxr/template-source-head | 54 -------------------- mozilla/webtools/lxr/template-sourcedir-head | 54 -------------------- 4 files changed, 3 insertions(+), 172 deletions(-) diff --git a/mozilla/webtools/lxr/source b/mozilla/webtools/lxr/source index c3f68c17699..4a9ca1e0a05 100755 --- a/mozilla/webtools/lxr/source +++ b/mozilla/webtools/lxr/source @@ -1,5 +1,5 @@ #!/usr/bonsaitools/bin/perl -# $Id: source,v 1.4 1998-06-16 00:51:20 jwz Exp $ +# $Id: source,v 1.5 1998-06-16 09:03:38 jwz Exp $ # source -- Present sourcecode as html, complete with references # @@ -78,10 +78,7 @@ sub dirname { if ($filename eq '..') { return(&fileref("Parent directory", $parentdir)); } else { - return("{'virtroot'}."/source".$Path->{'virt'}.$filename. - "\" onMouseOver=\"return js_dir_menu(\'". - $Path->{'virt'}.$filename."\', event)\">".$filename."" - ); + return(&fileref($filename, $Path->{'virt'}.$filename)); } } @@ -107,11 +104,7 @@ sub fileicon { sub filename { - return("{'virtroot'}."/source".$Path->{'virt'}.$filename. - "\" onMouseOver=\"return js_file_menu(\'". $Path->{'virt'}. - $filename."\', event)\">".$filename."" - ); - + return(&fileref($filename, $Path->{'virt'}.$filename)); } diff --git a/mozilla/webtools/lxr/template-head b/mozilla/webtools/lxr/template-head index 023ea7d9b82..c5f57ef5ef2 100644 --- a/mozilla/webtools/lxr/template-head +++ b/mozilla/webtools/lxr/template-head @@ -3,60 +3,6 @@ $title - - - - - - - - $title - - - - - - - - $title - - - - - - - -