diff options
| author | cvs2git <cvs2git> | 2004-04-07 09:08:35 +0000 |
|---|---|---|
| committer | cvs2git <cvs2git> | 2004-04-07 09:08:35 +0000 |
| commit | 022491d9d2723ca4d7d0718cdb1fd67e7652428e (patch) | |
| tree | fc1e50c0d78ecc401ef2214a6a11ee07242be0f8 /httemplate/elements/header.html | |
| parent | 35effa1bf4ac902547615c816960bbc8db8e7256 (diff) | |
This commit was manufactured by cvs2svn to create tag 'NET_WHOIS_RAW_0_31'.NET_WHOIS_RAW_0_31
Diffstat (limited to 'httemplate/elements/header.html')
| -rw-r--r-- | httemplate/elements/header.html | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html deleted file mode 100644 index 1d7bf09ab..000000000 --- a/httemplate/elements/header.html +++ /dev/null @@ -1,19 +0,0 @@ -<% - my($title, $menubar) = @_; - my $etc = @_ ? shift : ''; #$etc is for things like onLoad= etc. -%> - <HTML> - <HEAD> - <TITLE> - <%= $title %> - </TITLE> - <META HTTP-Equiv="Cache-Control" Content="no-cache"> - <META HTTP-Equiv="Pragma" Content="no-cache"> - <META HTTP-Equiv="Expires" Content="0"> - </HEAD> - <BODY BGCOLOR="#e8e8e8"<%= $etc %>> - <FONT SIZE=6> - <%= $title %> - </FONT> - <BR><BR> - <%= $menubar ? "$menubar<BR><BR>" : '' %> |
