28a78b435cd61ad035e73112d2de008c4f11a11c
[freeside.git] / httemplate / elements / header-minimal.html
1 %
2 %  my($title, $menubar) = ( shift, shift ); #$menubar is unused here though
3 %  my $etc = @_ ? shift : ''; #$etc is for things like onLoad= etc.
4 %  my $head = @_ ? shift : ''; #$head is for things that go in the <HEAD> section
5 %  my $conf = new FS::Conf;
6 %
7
8 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
9 <HTML>
10   <HEAD>
11     <TITLE>
12       <% $title %>
13     </TITLE>
14     <META HTTP-Equiv="Cache-Control" Content="no-cache">
15     <META HTTP-Equiv="Pragma" Content="no-cache">
16     <META HTTP-Equiv="Expires" Content="0"> 
17     <% $head %>
18   </HEAD>
19   <BODY BGCOLOR="#f8f8f8" <% $etc %>>