summaryrefslogtreecommitdiff
path: root/htdocs/browse
diff options
context:
space:
mode:
authorivan <ivan>1999-04-09 04:22:34 +0000
committerivan <ivan>1999-04-09 04:22:34 +0000
commite3843e0a3823b0d67dc891a0965f2dad4d0bdc10 (patch)
tree535fd8e3a73fb3f3c9903e07b001db10a3c43a17 /htdocs/browse
parentb6d1aed30d51bdae49ca22e5aa5baab635969097 (diff)
also table()
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 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).<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 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.<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 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(
<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 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.<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 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.<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 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;
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 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<BR><BR>", &table, <<END;
+)), "Points of Presence<BR><BR>", &table(), <<END;
<TR>
<TH></TH>
<TH>City</TH>