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;
8 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
14 <META HTTP-Equiv="Cache-Control" Content="no-cache">
15 <META HTTP-Equiv="Pragma" Content="no-cache">
16 <META HTTP-Equiv="Expires" Content="0">
19 <BODY BGCOLOR="#e8e8e8" <% $etc %>>