diff options
author | ivan <ivan> | 2001-10-26 10:24:56 +0000 |
---|---|---|
committer | ivan <ivan> | 2001-10-26 10:24:56 +0000 |
commit | 91387f8f489e561deaf1de052d80ef800a4970a3 (patch) | |
tree | ada548d8be00671f6a39d3b41229410bdf2f1e31 /httemplate/browse | |
parent | 1904d44bb20adf403e21513db7470153f751d605 (diff) |
cache foo
*sigh*
Diffstat (limited to 'httemplate/browse')
-rwxr-xr-x | httemplate/browse/agent.cgi | 4 | ||||
-rwxr-xr-x | httemplate/browse/agent_type.cgi | 4 | ||||
-rwxr-xr-x | httemplate/browse/cust_main_county.cgi | 4 | ||||
-rwxr-xr-x | httemplate/browse/nas.cgi | 2 | ||||
-rwxr-xr-x | httemplate/browse/part_pkg.cgi | 4 | ||||
-rwxr-xr-x | httemplate/browse/part_referral.cgi | 4 | ||||
-rwxr-xr-x | httemplate/browse/queue.cgi | 4 | ||||
-rwxr-xr-x | httemplate/browse/svc_acct_pop.cgi | 4 |
8 files changed, 15 insertions, 15 deletions
diff --git a/httemplate/browse/agent.cgi b/httemplate/browse/agent.cgi index bb0ee2402..0f51d00de 100755 --- a/httemplate/browse/agent.cgi +++ b/httemplate/browse/agent.cgi @@ -1,5 +1,5 @@ <% -#<!-- $Id: agent.cgi,v 1.4 2001-09-04 14:44:06 ivan Exp $ --> +#<!-- $Id: agent.cgi,v 1.5 2001-10-26 10:24:56 ivan Exp $ --> use strict; use vars qw( $ui $cgi $p $agent ); @@ -28,7 +28,7 @@ $cgi = new CGI; $p = popurl(2); -print $cgi->header( '-expires' => 'now' ), header('Agent Listing', menubar( +print $cgi->header( @FS::CGI::header ), header('Agent Listing', menubar( 'Main Menu' => $p, 'Agent Types' => $p. 'browse/agent_type.cgi', # 'Add new agent' => '../edit/agent.cgi' diff --git a/httemplate/browse/agent_type.cgi b/httemplate/browse/agent_type.cgi index 30b80000c..d1f8c6e6e 100755 --- a/httemplate/browse/agent_type.cgi +++ b/httemplate/browse/agent_type.cgi @@ -1,5 +1,5 @@ <% -#<!-- $Id: agent_type.cgi,v 1.4 2001-09-04 14:44:06 ivan Exp $ --> +#<!-- $Id: agent_type.cgi,v 1.5 2001-10-26 10:24:56 ivan Exp $ --> use strict; use vars qw( $cgi $p $agent_type ); @@ -17,7 +17,7 @@ $cgi = new CGI; &cgisuidsetup($cgi); $p = popurl(2); -print $cgi->header( '-expires' => 'now' ), header("Agent Type Listing", menubar( +print $cgi->header( @FS::CGI::header ), header("Agent Type Listing", menubar( 'Main Menu' => $p, )), "Agent types define groups of packages that you can then assign to". " particular agents.<BR><BR>", &table(), <<END; diff --git a/httemplate/browse/cust_main_county.cgi b/httemplate/browse/cust_main_county.cgi index f7c749c1f..7db581f6c 100755 --- a/httemplate/browse/cust_main_county.cgi +++ b/httemplate/browse/cust_main_county.cgi @@ -1,5 +1,5 @@ <% -#<!-- $Id: cust_main_county.cgi,v 1.3 2001-08-21 09:34:13 ivan Exp $ --> +#<!-- $Id: cust_main_county.cgi,v 1.4 2001-10-26 10:24:56 ivan Exp $ --> use strict; use vars qw( $cgi $p $cust_main_county ); @@ -16,7 +16,7 @@ $cgi = new CGI; $p = popurl(2); -print $cgi->header( '-expires' => 'now' ), header("Tax Rate Listing", menubar( +print $cgi->header( @FS::CGI::header ), header("Tax Rate Listing", menubar( 'Main Menu' => $p, 'Edit tax rates' => $p. "edit/cust_main_county.cgi", )),<<END; diff --git a/httemplate/browse/nas.cgi b/httemplate/browse/nas.cgi index 89d5e4650..5125bacb7 100755 --- a/httemplate/browse/nas.cgi +++ b/httemplate/browse/nas.cgi @@ -17,7 +17,7 @@ $cgi = new CGI; $p=popurl(2); -print $cgi->header( '-expires' => 'now' ), header('NAS ports', menubar( +print $cgi->header( @FS::CGI::header ), header('NAS ports', menubar( 'Main Menu' => $p, )); diff --git a/httemplate/browse/part_pkg.cgi b/httemplate/browse/part_pkg.cgi index 30f994872..9a699d5ef 100755 --- a/httemplate/browse/part_pkg.cgi +++ b/httemplate/browse/part_pkg.cgi @@ -1,5 +1,5 @@ <% -#<!-- $Id: part_pkg.cgi,v 1.6 2001-10-20 12:17:59 ivan Exp $ --> +#<!-- $Id: part_pkg.cgi,v 1.7 2001-10-26 10:24:56 ivan Exp $ --> use strict; use vars qw( $cgi $p $part_pkg ); @@ -18,7 +18,7 @@ $cgi = new CGI; $p = popurl(2); -print $cgi->header( '-expires' => 'now' ), header("Package Definition Listing",menubar( +print $cgi->header( @FS::CGI::header ), header("Package Definition Listing",menubar( 'Main Menu' => $p, )), "One or more services are grouped together into a package and given", " pricing information. Customers purchase packages", diff --git a/httemplate/browse/part_referral.cgi b/httemplate/browse/part_referral.cgi index f283ad419..6481b6668 100755 --- a/httemplate/browse/part_referral.cgi +++ b/httemplate/browse/part_referral.cgi @@ -1,5 +1,5 @@ <% -#<!-- $Id: part_referral.cgi,v 1.4 2001-09-04 14:44:06 ivan Exp $ --> +#<!-- $Id: part_referral.cgi,v 1.5 2001-10-26 10:24:56 ivan Exp $ --> use strict; use vars qw( $cgi $p $part_referral ); @@ -16,7 +16,7 @@ $cgi = new CGI; $p = popurl(2); -print $cgi->header( '-expires' => 'now' ), header("Referral Listing", menubar( +print $cgi->header( @FS::CGI::header ), header("Referral Listing", menubar( 'Main Menu' => $p, # 'Add new referral' => "../edit/part_referral.cgi", )), "Where a customer heard about your service. Tracked for informational purposes.<BR><BR>", &table(), <<END; diff --git a/httemplate/browse/queue.cgi b/httemplate/browse/queue.cgi index 76eed136d..ba695738b 100755 --- a/httemplate/browse/queue.cgi +++ b/httemplate/browse/queue.cgi @@ -1,5 +1,5 @@ <% -#<!-- $Id: queue.cgi,v 1.3 2001-10-24 00:59:56 ivan Exp $ --> +#<!-- $Id: queue.cgi,v 1.4 2001-10-26 10:24:56 ivan Exp $ --> use strict; use vars qw( $cgi $p ); # $part_referral ); @@ -17,7 +17,7 @@ $cgi = new CGI; $p = popurl(2); -print $cgi->header( '-expires' => 'now' ), header("Job Queue", menubar( +print $cgi->header( @FS::CGI::header ), header("Job Queue", menubar( 'Main Menu' => $p, # 'Add new referral' => "../edit/part_referral.cgi", )), &table(), <<END; diff --git a/httemplate/browse/svc_acct_pop.cgi b/httemplate/browse/svc_acct_pop.cgi index c58ce3333..e5a611763 100755 --- a/httemplate/browse/svc_acct_pop.cgi +++ b/httemplate/browse/svc_acct_pop.cgi @@ -1,5 +1,5 @@ <% -#<!-- $Id: svc_acct_pop.cgi,v 1.4 2001-08-31 08:43:41 ivan Exp $ --> +#<!-- $Id: svc_acct_pop.cgi,v 1.5 2001-10-26 10:24:56 ivan Exp $ --> use strict; use vars qw( $cgi $p $svc_acct_pop ); @@ -16,7 +16,7 @@ $cgi = new CGI; $p = popurl(2); -print $cgi->header( '-expires' => 'now' ), header('POP Listing', menubar( +print $cgi->header( @FS::CGI::header ), header('POP Listing', menubar( 'Main Menu' => $p, )), "Points of Presence<BR><BR>", &table(), <<END; <TR> |