summaryrefslogtreecommitdiff
path: root/htdocs/browse
diff options
context:
space:
mode:
authorivan <ivan>1999-04-09 03:52:55 +0000
committerivan <ivan>1999-04-09 03:52:55 +0000
commitb6d1aed30d51bdae49ca22e5aa5baab635969097 (patch)
treef6032fd7b599e00d59e0ba9ed126790142bb32eb /htdocs/browse
parent639f53025c49248c598a324814f6d77739bdfd89 (diff)
explicit & for table/itable/ntable
Diffstat (limited to 'htdocs/browse')
-rwxr-xr-xhtdocs/browse/agent.cgi9
-rwxr-xr-xhtdocs/browse/agent_type.cgi9
-rwxr-xr-xhtdocs/browse/cust_main_county.cgi9
-rwxr-xr-xhtdocs/browse/part_pkg.cgi9
-rwxr-xr-xhtdocs/browse/part_referral.cgi9
-rwxr-xr-xhtdocs/browse/part_svc.cgi9
-rwxr-xr-xhtdocs/browse/svc_acct_pop.cgi9
7 files changed, 42 insertions, 21 deletions
diff --git a/htdocs/browse/agent.cgi b/htdocs/browse/agent.cgi
index 4ec472c33..c6e7da5f1 100755
--- a/htdocs/browse/agent.cgi
+++ b/htdocs/browse/agent.cgi
@@ -1,6 +1,6 @@
#!/usr/bin/perl -Tw
#
-# $Id: agent.cgi,v 1.11 1999-01-20 09:43:16 ivan Exp $
+# $Id: agent.cgi,v 1.12 1999-04-09 03:52:55 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.11 1999-01-20 09:43:16 ivan
+# 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
# comment out future UI code (but look at it, it's neat!)
#
# Revision 1.10 1999/01/19 05:13:24 ivan
@@ -83,7 +86,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).<BR><BR>
END
-print table, <<END;
+print &table, <<END;
<TR>
<TH COLSPAN=2>Agent</TH>
<TH>Type</TH>
diff --git a/htdocs/browse/agent_type.cgi b/htdocs/browse/agent_type.cgi
index 5b090abff..76aafa80b 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.6 1999-04-07 11:10:46 ivan Exp $
+# $Id: agent_type.cgi,v 1.7 1999-04-09 03:52:55 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.6 1999-04-07 11:10:46 ivan
+# 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
# harmless typo
#
# Revision 1.5 1999/01/19 05:13:25 ivan
@@ -48,7 +51,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.<BR><BR>", table, <<END;
+ " particular agents.<BR><BR>", &table, <<END;
<TR>
<TH COLSPAN=2>Agent Type</TH>
<TH COLSPAN="2">Packages</TH>
diff --git a/htdocs/browse/cust_main_county.cgi b/htdocs/browse/cust_main_county.cgi
index 0e899f246..5d7e77573 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.5 1999-01-19 05:13:26 ivan Exp $
+# $Id: cust_main_county.cgi,v 1.6 1999-04-09 03:52:55 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.5 1999-01-19 05:13:26 ivan
+# 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
# for mod_perl: no more top-level my() variables; use vars instead
# also the last s/create/new/;
#
@@ -48,7 +51,7 @@ print $cgi->header( '-expires' => 'now' ), header("Tax Rate Listing", menubar(
<BR>Click on <u>expand state</u> to specify a state's tax rates by county.
<BR><BR>
END
-print table, <<END;
+print &table, <<END;
<TR>
<TH><FONT SIZE=-1>Country</FONT></TH>
<TH><FONT SIZE=-1>State</FONT></TH>
diff --git a/htdocs/browse/part_pkg.cgi b/htdocs/browse/part_pkg.cgi
index 413a108cf..ecf10e059 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.6 1999-01-19 05:13:27 ivan Exp $
+# $Id: part_pkg.cgi,v 1.7 1999-04-09 03:52:55 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.6 1999-01-19 05:13:27 ivan
+# 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
# for mod_perl: no more top-level my() variables; use vars instead
# also the last s/create/new/;
#
@@ -49,7 +52,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.<BR><BR>",
- table, <<END;
+ &table, <<END;
<TABLE BORDER>
<TR>
<TH COLSPAN=2>Package</TH>
diff --git a/htdocs/browse/part_referral.cgi b/htdocs/browse/part_referral.cgi
index e3360567c..1b6ebf6cd 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.7 1999-01-19 05:13:28 ivan Exp $
+# $Id: part_referral.cgi,v 1.8 1999-04-09 03:52:55 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.7 1999-01-19 05:13:28 ivan
+# 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
# for mod_perl: no more top-level my() variables; use vars instead
# also the last s/create/new/;
#
@@ -49,7 +52,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.<BR><BR>", table, <<END;
+)), "Where a customer heard about your service. Tracked for informational purposes.<BR><BR>", &table, <<END;
<TR>
<TH COLSPAN=2>Referral</TH>
</TR>
diff --git a/htdocs/browse/part_svc.cgi b/htdocs/browse/part_svc.cgi
index 5112f5120..b47cfd143 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.9 1999-01-19 05:13:29 ivan Exp $
+# $Id: part_svc.cgi,v 1.10 1999-04-09 03:52:55 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.9 1999-01-19 05:13:29 ivan
+# 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
# for mod_perl: no more top-level my() variables; use vars instead
# also the last s/create/new/;
#
@@ -57,7 +60,7 @@ print $cgi->header( '-expires' => 'now' ), header('Service Part Listing', menuba
)),<<END;
Services are items you offer to your customers.<BR><BR>
END
-print table, <<END;
+print &table, <<END;
<TR>
<TH COLSPAN=2>Service</TH>
<TH>Table</TH>
diff --git a/htdocs/browse/svc_acct_pop.cgi b/htdocs/browse/svc_acct_pop.cgi
index 5f4126137..d0a51b323 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.5 1999-01-19 05:13:30 ivan Exp $
+# $Id: svc_acct_pop.cgi,v 1.6 1999-04-09 03:52:55 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.5 1999-01-19 05:13:30 ivan
+# 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
# for mod_perl: no more top-level my() variables; use vars instead
# also the last s/create/new/;
#
@@ -42,7 +45,7 @@ $p = popurl(2);
print $cgi->header( '-expires' => 'now' ), header('POP Listing', menubar(
'Main Menu' => $p,
-)), "Points of Presence<BR><BR>", table, <<END;
+)), "Points of Presence<BR><BR>", &table, <<END;
<TR>
<TH></TH>
<TH>City</TH>