From e3843e0a3823b0d67dc891a0965f2dad4d0bdc10 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 9 Apr 1999 04:22:34 +0000 Subject: [PATCH] also table() --- htdocs/browse/agent.cgi | 9 ++++++--- htdocs/browse/agent_type.cgi | 9 ++++++--- htdocs/browse/cust_main_county.cgi | 9 ++++++--- htdocs/browse/part_pkg.cgi | 9 ++++++--- htdocs/browse/part_referral.cgi | 9 ++++++--- htdocs/browse/part_svc.cgi | 9 ++++++--- htdocs/browse/svc_acct_pop.cgi | 9 ++++++--- htdocs/edit/cust_main_county.cgi | 9 ++++++--- htdocs/edit/part_svc.cgi | 9 ++++++--- htdocs/search/cust_main.cgi | 9 ++++++--- htdocs/search/svc_acct_sm.cgi | 9 ++++++--- htdocs/view/cust_main.cgi | 9 ++++++--- htdocs/view/cust_pkg.cgi | 10 ++++++---- 13 files changed, 78 insertions(+), 40 deletions(-) diff --git a/htdocs/browse/agent.cgi b/htdocs/browse/agent.cgi index c6e7da5f1..b73d17b76 100755 --- a/htdocs/browse/agent.cgi +++ b/htdocs/browse/agent.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: agent.cgi,v 1.12 1999-04-09 03:52:55 ivan Exp $ +# $Id: agent.cgi,v 1.13 1999-04-09 04:22:34 ivan Exp $ # # ivan@sisd.com 97-dec-12 # @@ -15,7 +15,10 @@ # lose background, FS::CGI ivan@sisd.com 98-sep-2 # # $Log: agent.cgi,v $ -# Revision 1.12 1999-04-09 03:52:55 ivan +# Revision 1.13 1999-04-09 04:22:34 ivan +# also table() +# +# Revision 1.12 1999/04/09 03:52:55 ivan # explicit & for table/itable/ntable # # Revision 1.11 1999/01/20 09:43:16 ivan @@ -86,7 +89,7 @@ print $cgi->header( '-expires' => 'now' ), header('Agent Listing', menubar( Agents are resellers of your service. Agents may be limited to a subset of your full offerings (via their type).

END -print &table, < Agent Type diff --git a/htdocs/browse/agent_type.cgi b/htdocs/browse/agent_type.cgi index 76aafa80b..9d8687299 100755 --- a/htdocs/browse/agent_type.cgi +++ b/htdocs/browse/agent_type.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: agent_type.cgi,v 1.7 1999-04-09 03:52:55 ivan Exp $ +# $Id: agent_type.cgi,v 1.8 1999-04-09 04:22:34 ivan Exp $ # # ivan@sisd.com 97-dec-10 # @@ -11,7 +11,10 @@ # lose background, FS::CGI ivan@sisd.com 98-sep-2 # # $Log: agent_type.cgi,v $ -# Revision 1.7 1999-04-09 03:52:55 ivan +# Revision 1.8 1999-04-09 04:22:34 ivan +# also table() +# +# Revision 1.7 1999/04/09 03:52:55 ivan # explicit & for table/itable/ntable # # Revision 1.6 1999/04/07 11:10:46 ivan @@ -51,7 +54,7 @@ $p = popurl(2); print $cgi->header( '-expires' => 'now' ), header("Agent Type Listing", menubar( 'Main Menu' => $p, )), "Agent types define groups of packages that you can then assign to". - " particular agents.

", &table, <
", &table(), < Agent Type Packages diff --git a/htdocs/browse/cust_main_county.cgi b/htdocs/browse/cust_main_county.cgi index 5d7e77573..5f2b13dc0 100755 --- a/htdocs/browse/cust_main_county.cgi +++ b/htdocs/browse/cust_main_county.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: cust_main_county.cgi,v 1.6 1999-04-09 03:52:55 ivan Exp $ +# $Id: cust_main_county.cgi,v 1.7 1999-04-09 04:22:34 ivan Exp $ # # ivan@sisd.com 97-dec-13 # @@ -10,7 +10,10 @@ # lose background, FS::CGI ivan@sisd.com 98-sep-2 # # $Log: cust_main_county.cgi,v $ -# Revision 1.6 1999-04-09 03:52:55 ivan +# Revision 1.7 1999-04-09 04:22:34 ivan +# also table() +# +# Revision 1.6 1999/04/09 03:52:55 ivan # explicit & for table/itable/ntable # # Revision 1.5 1999/01/19 05:13:26 ivan @@ -51,7 +54,7 @@ print $cgi->header( '-expires' => 'now' ), header("Tax Rate Listing", menubar(
Click on expand state to specify a state's tax rates by county.

END -print &table, < Country State diff --git a/htdocs/browse/part_pkg.cgi b/htdocs/browse/part_pkg.cgi index ecf10e059..d4c359b28 100755 --- a/htdocs/browse/part_pkg.cgi +++ b/htdocs/browse/part_pkg.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: part_pkg.cgi,v 1.7 1999-04-09 03:52:55 ivan Exp $ +# $Id: part_pkg.cgi,v 1.8 1999-04-09 04:22:34 ivan Exp $ # # ivan@sisd.com 97-dec-5,9 # @@ -10,7 +10,10 @@ # lose background, FS::CGI ivan@sisd.com 98-sep-2 # # $Log: part_pkg.cgi,v $ -# Revision 1.7 1999-04-09 03:52:55 ivan +# Revision 1.8 1999-04-09 04:22:34 ivan +# also table() +# +# Revision 1.7 1999/04/09 03:52:55 ivan # explicit & for table/itable/ntable # # Revision 1.6 1999/01/19 05:13:27 ivan @@ -52,7 +55,7 @@ print $cgi->header( '-expires' => 'now' ), header("Package Part Listing",menubar 'Main Menu' => $p, )), "One or more services are grouped together into a package and given", " pricing information. Customers purchase packages, not services.

", - &table, < Package diff --git a/htdocs/browse/part_referral.cgi b/htdocs/browse/part_referral.cgi index 1b6ebf6cd..e4ca25a65 100755 --- a/htdocs/browse/part_referral.cgi +++ b/htdocs/browse/part_referral.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: part_referral.cgi,v 1.8 1999-04-09 03:52:55 ivan Exp $ +# $Id: part_referral.cgi,v 1.9 1999-04-09 04:22:34 ivan Exp $ # # ivan@sisd.com 98-feb-23 # @@ -10,7 +10,10 @@ # lose background, FS::CGI ivan@sisd.com 98-sep-2 # # $Log: part_referral.cgi,v $ -# Revision 1.8 1999-04-09 03:52:55 ivan +# Revision 1.9 1999-04-09 04:22:34 ivan +# also table() +# +# Revision 1.8 1999/04/09 03:52:55 ivan # explicit & for table/itable/ntable # # Revision 1.7 1999/01/19 05:13:28 ivan @@ -52,7 +55,7 @@ $p = popurl(2); print $cgi->header( '-expires' => 'now' ), 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.

", &table, <
", &table(), < Referral diff --git a/htdocs/browse/part_svc.cgi b/htdocs/browse/part_svc.cgi index b47cfd143..123cb7d2a 100755 --- a/htdocs/browse/part_svc.cgi +++ b/htdocs/browse/part_svc.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: part_svc.cgi,v 1.10 1999-04-09 03:52:55 ivan Exp $ +# $Id: part_svc.cgi,v 1.11 1999-04-09 04:22:34 ivan Exp $ # # ivan@sisd.com 97-nov-14, 97-dec-9 # @@ -10,7 +10,10 @@ # lose background, FS::CGI ivan@sisd.com 98-sep-2 # # $Log: part_svc.cgi,v $ -# Revision 1.10 1999-04-09 03:52:55 ivan +# Revision 1.11 1999-04-09 04:22:34 ivan +# also table() +# +# Revision 1.10 1999/04/09 03:52:55 ivan # explicit & for table/itable/ntable # # Revision 1.9 1999/01/19 05:13:29 ivan @@ -60,7 +63,7 @@ print $cgi->header( '-expires' => 'now' ), header('Service Part Listing', menuba )),<
END -print &table, < Service Table diff --git a/htdocs/browse/svc_acct_pop.cgi b/htdocs/browse/svc_acct_pop.cgi index d0a51b323..1ddbcdc2e 100755 --- a/htdocs/browse/svc_acct_pop.cgi +++ b/htdocs/browse/svc_acct_pop.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: svc_acct_pop.cgi,v 1.6 1999-04-09 03:52:55 ivan Exp $ +# $Id: svc_acct_pop.cgi,v 1.7 1999-04-09 04:22:34 ivan Exp $ # # ivan@sisd.com 98-mar-8 # @@ -10,7 +10,10 @@ # lose background, FS::CGI ivan@sisd.com 98-sep-2 # # $Log: svc_acct_pop.cgi,v $ -# Revision 1.6 1999-04-09 03:52:55 ivan +# Revision 1.7 1999-04-09 04:22:34 ivan +# also table() +# +# Revision 1.6 1999/04/09 03:52:55 ivan # explicit & for table/itable/ntable # # Revision 1.5 1999/01/19 05:13:30 ivan @@ -45,7 +48,7 @@ $p = popurl(2); print $cgi->header( '-expires' => 'now' ), header('POP Listing', menubar( 'Main Menu' => $p, -)), "Points of Presence

", &table, <
", &table(), < City diff --git a/htdocs/edit/cust_main_county.cgi b/htdocs/edit/cust_main_county.cgi index 3d2b0e263..747a63df6 100755 --- a/htdocs/edit/cust_main_county.cgi +++ b/htdocs/edit/cust_main_county.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: cust_main_county.cgi,v 1.7 1999-04-09 03:52:55 ivan Exp $ +# $Id: cust_main_county.cgi,v 1.8 1999-04-09 04:22:34 ivan Exp $ # # ivan@sisd.com 97-dec-13-16 # @@ -11,7 +11,10 @@ # lose background, FS::CGI ivan@sisd.com 98-sep-2 # # $Log: cust_main_county.cgi,v $ -# Revision 1.7 1999-04-09 03:52:55 ivan +# Revision 1.8 1999-04-09 04:22:34 ivan +# also table() +# +# Revision 1.7 1999/04/09 03:52:55 ivan # explicit & for table/itable/ntable # # Revision 1.6 1999/01/25 12:09:55 ivan @@ -54,7 +57,7 @@ print qq!Error: !, $cgi->param('error'), if $cgi->param('error'); print qq!
!, &table, <!, &table(), < Country State diff --git a/htdocs/edit/part_svc.cgi b/htdocs/edit/part_svc.cgi index 8a9018a25..e1f1e2ad5 100755 --- a/htdocs/edit/part_svc.cgi +++ b/htdocs/edit/part_svc.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: part_svc.cgi,v 1.11 1999-04-09 03:52:55 ivan Exp $ +# $Id: part_svc.cgi,v 1.12 1999-04-09 04:22:34 ivan Exp $ # # ivan@sisd.com 97-nov-14 # @@ -10,7 +10,10 @@ # use FS::CGI, added inline documentation ivan@sisd.com 98-jul-12 # # $Log: part_svc.cgi,v $ -# Revision 1.11 1999-04-09 03:52:55 ivan +# Revision 1.12 1999-04-09 04:22:34 ivan +# also table() +# +# Revision 1.11 1999/04/09 03:52:55 ivan # explicit & for table/itable/ntable # # Revision 1.10 1999/04/08 13:01:50 ivan @@ -103,7 +106,7 @@ blank slipip as well as a fixed shell something like /bin/true or /usr/bin/passwd.

END -print &table, 'Table', map '{svcdb}). ">$_\n", qw( svc_acct svc_domain svc_acct_sm ); diff --git a/htdocs/search/cust_main.cgi b/htdocs/search/cust_main.cgi index 1a9c591a1..099b3c0e8 100755 --- a/htdocs/search/cust_main.cgi +++ b/htdocs/search/cust_main.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: cust_main.cgi,v 1.10 1999-04-09 03:52:55 ivan Exp $ +# $Id: cust_main.cgi,v 1.11 1999-04-09 04:22:34 ivan Exp $ # # Usage: post form to: # http://server.name/path/cust_main.cgi @@ -17,7 +17,10 @@ # display total, use FS::CGI ivan@sisd.com 98-jul-17 # # $Log: cust_main.cgi,v $ -# Revision 1.10 1999-04-09 03:52:55 ivan +# Revision 1.11 1999-04-09 04:22:34 ivan +# also table() +# +# Revision 1.10 1999/04/09 03:52:55 ivan # explicit & for table/itable/ntable # # Revision 1.9 1999/02/28 00:03:55 ivan @@ -96,7 +99,7 @@ if ( scalar(@cust_main) == 1 ) { my($total)=scalar(@cust_main); print $cgi->header( '-expires' => 'now' ), header("Customer Search Results",menubar( 'Main Menu', popurl(2) - )), "$total matching customers found
", &table, <", &table(), < Contact name diff --git a/htdocs/search/svc_acct_sm.cgi b/htdocs/search/svc_acct_sm.cgi index fedbaa0dc..e92a15ebb 100755 --- a/htdocs/search/svc_acct_sm.cgi +++ b/htdocs/search/svc_acct_sm.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: svc_acct_sm.cgi,v 1.8 1999-04-09 03:52:55 ivan Exp $ +# $Id: svc_acct_sm.cgi,v 1.9 1999-04-09 04:22:34 ivan Exp $ # # Usage: post form to: # http://server.name/path/svc_domain.cgi @@ -17,7 +17,10 @@ # bmccane@maxbaud.net 98-apr-3 # # $Log: svc_acct_sm.cgi,v $ -# Revision 1.8 1999-04-09 03:52:55 ivan +# Revision 1.9 1999-04-09 04:22:34 ivan +# also table() +# +# Revision 1.8 1999/04/09 03:52:55 ivan # explicit & for table/itable/ntable # # Revision 1.7 1999/02/28 00:03:56 ivan @@ -79,7 +82,7 @@ if ( scalar(@svc_acct_sm) == 1 ) { } elsif ( scalar(@svc_acct_sm) > 1 ) { print $cgi->header( '-expires' => 'now' ), header('Mail Alias Search Results'), - &table, < Mail to
(click to view mail alias) Forwards to
(click to view account) diff --git a/htdocs/view/cust_main.cgi b/htdocs/view/cust_main.cgi index 4bde0be28..6f6c33540 100755 --- a/htdocs/view/cust_main.cgi +++ b/htdocs/view/cust_main.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: cust_main.cgi,v 1.15 1999-04-09 03:52:55 ivan Exp $ +# $Id: cust_main.cgi,v 1.16 1999-04-09 04:22:34 ivan Exp $ # # Usage: cust_main.cgi custnum # http://server.name/path/cust_main.cgi?custnum @@ -31,7 +31,10 @@ # lose background, FS::CGI ivan@sisd.com 98-sep-2 # # $Log: cust_main.cgi,v $ -# Revision 1.15 1999-04-09 03:52:55 ivan +# Revision 1.16 1999-04-09 04:22:34 ivan +# also table() +# +# Revision 1.15 1999/04/09 03:52:55 ivan # explicit & for table/itable/ntable # # Revision 1.14 1999/04/08 04:04:37 ivan @@ -235,7 +238,7 @@ print qq!

Packages !, #display packages #formatting -print qq!!, &table, "\n", +print qq!!, &table(), "\n", qq!Package!, qq!DatesServices\n!, qq!Setup!, diff --git a/htdocs/view/cust_pkg.cgi b/htdocs/view/cust_pkg.cgi index 6bb294836..0054ee0fa 100755 --- a/htdocs/view/cust_pkg.cgi +++ b/htdocs/view/cust_pkg.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: cust_pkg.cgi,v 1.10 1999-04-09 03:52:55 ivan Exp $ +# $Id: cust_pkg.cgi,v 1.11 1999-04-09 04:22:34 ivan Exp $ # # Usage: cust_pkg.cgi pkgnum # http://server.name/path/cust_pkg.cgi?pkgnum @@ -24,7 +24,10 @@ # no FS::Search ivan@sisd.com 98-mar-7 # # $Log: cust_pkg.cgi,v $ -# Revision 1.10 1999-04-09 03:52:55 ivan +# Revision 1.11 1999-04-09 04:22:34 ivan +# also table() +# +# Revision 1.10 1999/04/09 03:52:55 ivan # explicit & for table/itable/ntable # # Revision 1.9 1999/04/08 12:00:19 ivan @@ -142,8 +145,7 @@ print 'Order taker', unless ($cancel) { #services - print '
Service Information', &table, - ; + print '
Service Information', &table(); #list of services this pkgpart includes my $pkg_svc; -- 2.11.0