1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
7 <META HTTP-Equiv="Cache-Control" Content="no-cache">
8 <META HTTP-Equiv="Pragma" Content="no-cache">
9 <META HTTP-Equiv="Expires" Content="0">
12 <BODY BGCOLOR="#f8f8f8" <% $etc %>>
13 <link href="<%$fsurl%>elements/freeside.css" type="text/css" rel="stylesheet">
15 <CENTER><% $title %></CENTER>
24 my( $title, $menubar, $etc, $head ) = ( '', '', '', '' );
25 #my( $nobr, $nocss ) = ( 0, 0 );
29 $title = $opt->{title};
30 $menubar = $opt->{menubar};
34 # $nocss = $opt->{nocss};
36 ($title, $menubar) = ( shift, shift );
37 $etc = @_ ? shift : ''; #$etc is for things like onLoad= etc.
38 $head = @_ ? shift : ''; #$head is for things that go in the <HEAD> section
41 my $conf = new FS::Conf;