summaryrefslogtreecommitdiff
path: root/httemplate/elements/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/header.html')
-rw-r--r--httemplate/elements/header.html19
1 files changed, 0 insertions, 19 deletions
diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html
deleted file mode 100644
index 1d7bf09..0000000
--- 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>" : '' %>