[freeside-commits] freeside/fs_selfservice/FS-SelfService/cgi ach_payment_results.html, 1.1, 1.2 agent_delete_svc.html, 1.2, 1.3 agent_main.html, 1.3, 1.4 agent_order_pkg.html, 1.1, 1.2 agent_provision.html, 1.1, 1.2 agent_provision_svc_acct.html, 1.1, 1.2 change_bill.html, 1.2, 1.3 change_password.html, 1.1, 1.2 change_pay.html, 1.2, 1.3 change_ship.html, 1.2, 1.3 customer_change_pkg.html, 1.1, 1.2 customer_order_pkg.html, 1.1, 1.2 delete_svc.html, 1.2, 1.3 footer.html, NONE, 1.1 list_customers.html, 1.2, 1.3 make_ach_payment.html, 1.2, 1.3 make_payment.html, 1.14, 1.15 myaccount.html, 1.11, 1.12 payment_results.html, 1.4, 1.5 process_change_bill.html, 1.2, 1.3 process_change_password.html, 1.1, 1.2 process_change_pay.html, 1.2, 1.3 process_change_pkg.html, 1.1, 1.2 process_change_ship.html, 1.2, 1.3 process_order_pkg.html, 1.1, 1.2 process_order_recharge.html, 1.1, 1.2 process_svc_acct.html, 1.3, 1.4 process_svc_external.html, 1.3, 1.4 provision.html, 1.3, 1.4 provision_svc_acct.html, 1.3, 1.4 recharge_prepay.html, 1.1, 1.2 recharge_results.html, 1.2, 1.3 selfservice.cgi, 1.30, 1.31 view_customer.html, 1.2, 1.3 view_invoice.html, 1.5, 1.6 view_support_details.html, 1.2, 1.3 view_usage.html, 1.3, 1.4 view_usage_details.html, 1.4, 1.5
Ivan,,,
ivan at wavetail.420.am
Sun Feb 1 04:28:47 PST 2009
Update of /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi
In directory wavetail.420.am:/tmp/cvs-serv8112
Modified Files:
ach_payment_results.html agent_delete_svc.html agent_main.html
agent_order_pkg.html agent_provision.html
agent_provision_svc_acct.html change_bill.html
change_password.html change_pay.html change_ship.html
customer_change_pkg.html customer_order_pkg.html
delete_svc.html list_customers.html make_ach_payment.html
make_payment.html myaccount.html payment_results.html
process_change_bill.html process_change_password.html
process_change_pay.html process_change_pkg.html
process_change_ship.html process_order_pkg.html
process_order_recharge.html process_svc_acct.html
process_svc_external.html provision.html
provision_svc_acct.html recharge_prepay.html
recharge_results.html selfservice.cgi view_customer.html
view_invoice.html view_support_details.html view_usage.html
view_usage_details.html
Added Files:
footer.html
Log Message:
put the footer in one frigging file, whew
Index: process_change_pkg.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi/process_change_pkg.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- process_change_pkg.html 5 Jan 2007 05:19:35 -0000 1.1
+++ process_change_pkg.html 1 Feb 2009 12:28:45 -0000 1.2
@@ -7,7 +7,4 @@
<FONT SIZE=4>Package change successful.</FONT>
</TD></TR></TABLE>
-<HR>
-<FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT>
-</BODY></HTML>
-
+<%= include('footer') %>
Index: customer_change_pkg.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi/customer_change_pkg.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- customer_change_pkg.html 5 Jan 2007 05:19:35 -0000 1.1
+++ customer_change_pkg.html 1 Feb 2009 12:28:45 -0000 1.2
@@ -5,6 +5,4 @@
<TD VALIGN="top">
<%= include('change_pkg') %>
</TD></TR></TABLE>
-<HR>
-<FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT>
-</BODY></HTML>
+<%= include('footer') %>
Index: myaccount.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi/myaccount.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- myaccount.html 24 Jan 2008 21:16:42 -0000 1.11
+++ myaccount.html 1 Feb 2009 12:28:45 -0000 1.12
@@ -91,9 +91,4 @@
%>
</TD></TR></TABLE>
-<HR>
-<FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT>
-</BODY></HTML>
-
-
-
+<%= include('footer') %>
Index: change_password.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi/change_password.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- change_password.html 9 Aug 2006 10:47:18 -0000 1.1
+++ change_password.html 1 Feb 2009 12:28:45 -0000 1.2
@@ -48,6 +48,4 @@
</FORM>
</TD></TR></TABLE>
-<HR>
-<FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT>
-</BODY></HTML>
+<%= include('footer') %>
Index: process_change_bill.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi/process_change_bill.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- process_change_bill.html 23 Jan 2008 19:18:38 -0000 1.2
+++ process_change_bill.html 1 Feb 2009 12:28:45 -0000 1.3
@@ -7,7 +7,4 @@
<FONT SIZE=4>Information updated successfully.</FONT>
</TD></TR></TABLE>
-<HR>
-<FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT>
-</BODY></HTML>
-
+<%= include('footer') %>
Index: customer_order_pkg.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi/customer_order_pkg.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- customer_order_pkg.html 27 Nov 2006 07:11:53 -0000 1.1
+++ customer_order_pkg.html 1 Feb 2009 12:28:45 -0000 1.2
@@ -5,6 +5,4 @@
<TD VALIGN="top">
<%= include('order_pkg') %>
</TD></TR></TABLE>
-<HR>
-<FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT>
-</BODY></HTML>
+<%= include('footer') %>
--- NEW FILE: footer.html ---
<HR>
<FONT SIZE="-2">powered by <a href="http://www.freeside.biz/freeside">freeside</a></FONT>
</BODY></HTML>
Index: change_bill.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi/change_bill.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- change_bill.html 23 Jan 2008 19:18:37 -0000 1.2
+++ change_bill.html 1 Feb 2009 12:28:45 -0000 1.3
@@ -20,6 +20,4 @@
<BR>
</FORM>
</TD></TR></TABLE>
-<HR>
-<FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT>
-</BODY></HTML>
+<%= include('footer') %>
Index: process_svc_external.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi/process_svc_external.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- process_svc_external.html 25 Mar 2006 02:23:26 -0000 1.3
+++ process_svc_external.html 1 Feb 2009 12:28:45 -0000 1.4
@@ -9,7 +9,4 @@
<BR><BR>Your serial number is <%= sprintf("%010d-$title", $id) %>
</TD></TR></TABLE>
-<HR>
-<FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT>
-</BODY></HTML>
-
+<%= include('footer') %>
Index: process_change_pay.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi/process_change_pay.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- process_change_pay.html 23 Jan 2008 19:18:39 -0000 1.2
+++ process_change_pay.html 1 Feb 2009 12:28:45 -0000 1.3
@@ -7,7 +7,4 @@
<FONT SIZE=4>Information updated successfully.</FONT>
</TD></TR></TABLE>
-<HR>
-<FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT>
-</BODY></HTML>
-
+<%= include('footer') %>
Index: view_support_details.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi/view_support_details.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- view_support_details.html 8 Oct 2007 23:48:30 -0000 1.2
+++ view_support_details.html 1 Feb 2009 12:28:45 -0000 1.3
@@ -75,6 +75,4 @@
<BR>
</TD></TR></TABLE>
-<HR>
-<FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT>
-</BODY></HTML>
+<%= include('footer') %>
Index: agent_delete_svc.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi/agent_delete_svc.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- agent_delete_svc.html 8 Jun 2005 09:03:06 -0000 1.2
+++ agent_delete_svc.html 1 Feb 2009 12:28:44 -0000 1.3
@@ -13,7 +13,5 @@
} %>
</TD></TR></TABLE>
-<HR>
-<FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT>
-</BODY></HTML>
+<%= include('footer') %>
Index: recharge_results.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi/recharge_results.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- recharge_results.html 25 Mar 2006 02:23:26 -0000 1.2
+++ recharge_results.html 1 Feb 2009 12:28:45 -0000 1.3
@@ -18,7 +18,4 @@
$OUT .= 'Thank you.';
} %>
</TD></TR></TABLE>
-<HR>
-<FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT>
-</BODY></HTML>
-
+<%= include('footer') %>
Index: change_pay.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi/change_pay.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- change_pay.html 23 Jan 2008 19:18:38 -0000 1.2
+++ change_pay.html 1 Feb 2009 12:28:45 -0000 1.3
@@ -70,6 +70,4 @@
%>
</TD></TR></TABLE>
-<HR>
-<FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT>
-</BODY></HTML>
+<%= include('footer') %>
Index: view_customer.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi/view_customer.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- view_customer.html 24 Aug 2004 11:16:56 -0000 1.2
+++ view_customer.html 1 Feb 2009 12:28:45 -0000 1.3
@@ -21,9 +21,4 @@
</TD></TR></TABLE>
</TD></TR></TABLE>
-<HR>
-<FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT>
-</BODY></HTML>
-
-
-
+<%= include('footer') %>
Index: provision_svc_acct.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi/provision_svc_acct.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- provision_svc_acct.html 8 Jun 2005 09:03:06 -0000 1.3
+++ provision_svc_acct.html 1 Feb 2009 12:28:45 -0000 1.4
@@ -5,7 +5,4 @@
<TD VALIGN="top">
<%= include('svc_acct') %>
</TD></TR></TABLE>
-<HR>
-<FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT>
-</BODY></HTML>
-
+<%= include('footer') %>
Index: delete_svc.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi/delete_svc.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- delete_svc.html 8 Jun 2005 09:03:06 -0000 1.2
+++ delete_svc.html 1 Feb 2009 12:28:45 -0000 1.3
@@ -11,7 +11,4 @@
} %>
</TD></TR></TABLE>
-<HR>
-<FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT>
-</BODY></HTML>
-
+<%= include('footer') %>
Index: change_ship.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi/change_ship.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- change_ship.html 23 Jan 2008 19:18:38 -0000 1.2
+++ change_ship.html 1 Feb 2009 12:28:45 -0000 1.3
@@ -99,6 +99,4 @@
<BR>
</FORM>
</TD></TR></TABLE>
-<HR>
-<FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT>
-</BODY></HTML>
+<%= include('footer') %>
Index: process_change_password.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi/process_change_password.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- process_change_password.html 9 Aug 2006 10:47:18 -0000 1.1
+++ process_change_password.html 1 Feb 2009 12:28:45 -0000 1.2
@@ -7,7 +7,4 @@
<FONT SIZE=4>Password changed for <%= $value %> <%= $label %>.</FONT>
</TD></TR></TABLE>
-<HR>
-<FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT>
-</BODY></HTML>
-
+<%= include('footer') %>
Index: process_order_recharge.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi/process_order_recharge.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- process_order_recharge.html 7 Dec 2006 02:40:31 -0000 1.1
+++ process_order_recharge.html 1 Feb 2009 12:28:45 -0000 1.2
@@ -7,7 +7,4 @@
<FONT SIZE=4><%= $svc %> recharged successfully.</FONT>
</TD></TR></TABLE>
-<HR>
-<FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT>
-</BODY></HTML>
-
+<%= include('footer') %>
Index: payment_results.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi/payment_results.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- payment_results.html 25 Mar 2006 02:23:26 -0000 1.4
+++ payment_results.html 1 Feb 2009 12:28:45 -0000 1.5
@@ -10,7 +10,4 @@
$OUT .= 'Your payment was processed successfully. Thank you.';
} %>
</TD></TR></TABLE>
-<HR>
-<FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT>
-</BODY></HTML>
-
+<%= include('footer') %>
Index: view_usage.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi/view_usage.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- view_usage.html 5 Jan 2007 05:19:34 -0000 1.3
+++ view_usage.html 1 Feb 2009 12:28:45 -0000 1.4
@@ -54,6 +54,5 @@
<BR>
</TD></TR></TABLE>
-<HR>
-<FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT>
-</BODY></HTML>
+
+<%= include('footer') %>
Index: agent_order_pkg.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi/agent_order_pkg.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- agent_order_pkg.html 24 Aug 2004 11:16:56 -0000 1.1
+++ agent_order_pkg.html 1 Feb 2009 12:28:44 -0000 1.2
@@ -14,6 +14,5 @@
</TD></TR></TABLE>
</TD></TR></TABLE>
-<HR>
-<FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT>
-</BODY></HTML>
+
+<%= include('footer') %>
Index: view_usage_details.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi/view_usage_details.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- view_usage_details.html 26 Jun 2007 16:56:50 -0000 1.4
+++ view_usage_details.html 1 Feb 2009 12:28:45 -0000 1.5
@@ -81,6 +81,4 @@
<BR>
</TD></TR></TABLE>
-<HR>
-<FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT>
-</BODY></HTML>
+<%= include('footer') %>
Index: selfservice.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi/selfservice.cgi,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- selfservice.cgi 29 Nov 2008 21:54:35 -0000 1.30
+++ selfservice.cgi 1 Feb 2009 12:28:45 -0000 1.31
@@ -86,8 +86,6 @@
|| $result->{error} eq "Expired session" ) { #ick
my $login_info = login_info();
- use Data::Dumper;
- warn Dumper($login_info);
do_template('login', $login_info);
exit;
}
Index: make_ach_payment.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi/make_ach_payment.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- make_ach_payment.html 23 Jan 2008 19:18:39 -0000 1.2
+++ make_ach_payment.html 1 Feb 2009 12:28:45 -0000 1.3
@@ -55,7 +55,4 @@
<INPUT TYPE="submit" NAME="process" VALUE="Process payment"> <!-- onClick="this.disabled=true"> -->
</FORM>
</TD></TR></TABLE>
-<HR>
-<FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT>
-</BODY></HTML>
-
+<%= include('footer') %>
Index: agent_main.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi/agent_main.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- agent_main.html 24 Aug 2004 11:16:56 -0000 1.3
+++ agent_main.html 1 Feb 2009 12:28:44 -0000 1.4
@@ -29,9 +29,5 @@
</TD></TR></TABLE>
</TD></TR></TABLE>
-<HR>
-<FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT>
-</BODY></HTML>
-
-
+<%= include('footer') %>
Index: process_svc_acct.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi/process_svc_acct.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- process_svc_acct.html 25 Mar 2006 02:23:26 -0000 1.3
+++ process_svc_acct.html 1 Feb 2009 12:28:45 -0000 1.4
@@ -7,7 +7,4 @@
<FONT SIZE=4><%= $svc %> setup successfully.</FONT>
</TD></TR></TABLE>
-<HR>
-<FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT>
-</BODY></HTML>
-
+<%= include('footer') %>
Index: make_payment.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi/make_payment.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- make_payment.html 23 Jan 2008 19:18:39 -0000 1.14
+++ make_payment.html 1 Feb 2009 12:28:45 -0000 1.15
@@ -65,7 +65,4 @@
<INPUT TYPE="submit" NAME="process" VALUE="Process payment"> <!-- onClick="this.disabled=true"> -->
</FORM>
</TD></TR></TABLE>
-<HR>
-<FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT>
-</BODY></HTML>
-
+<%= include('footer') %>
Index: list_customers.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi/list_customers.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- list_customers.html 24 Aug 2004 11:16:56 -0000 1.2
+++ list_customers.html 1 Feb 2009 12:28:45 -0000 1.3
@@ -33,7 +33,4 @@
%>
</TD></TR></TABLE>
-<HR>
-<FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT>
-</BODY></HTML>
-
+<%= include('footer') %>
Index: ach_payment_results.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi/ach_payment_results.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ach_payment_results.html 29 Apr 2007 22:55:14 -0000 1.1
+++ ach_payment_results.html 1 Feb 2009 12:28:44 -0000 1.2
@@ -10,7 +10,4 @@
$OUT .= 'Your payment was processed successfully. Thank you.';
} %>
</TD></TR></TABLE>
-<HR>
-<FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT>
-</BODY></HTML>
-
+<%= include('footer') %>
Index: agent_provision.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi/agent_provision.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- agent_provision.html 24 Aug 2004 11:16:56 -0000 1.1
+++ agent_provision.html 1 Feb 2009 12:28:45 -0000 1.2
@@ -20,6 +20,4 @@
</TD></TR></TABLE>
</TD></TR></TABLE>
-<HR>
-<FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT>
-</BODY></HTML>
+<%= include('footer') %>
Index: view_invoice.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi/view_invoice.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- view_invoice.html 9 Aug 2006 06:34:26 -0000 1.5
+++ view_invoice.html 1 Feb 2009 12:28:45 -0000 1.6
@@ -7,9 +7,4 @@
<%= $invoice_html %>
</TD></TR></TABLE>
-<HR>
-<FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT>
-</BODY></HTML>
-
-
-
+<%= include('footer') %>
Index: provision.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi/provision.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- provision.html 8 Jun 2005 09:03:06 -0000 1.3
+++ provision.html 1 Feb 2009 12:28:45 -0000 1.4
@@ -5,6 +5,4 @@
<TD VALIGN="top">
<%= include('provision_list') %>
</TD></TR></TABLE>
-<HR>
-<FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT>
-</BODY></HTML>
+<%= include('footer') %>
Index: process_change_ship.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi/process_change_ship.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- process_change_ship.html 23 Jan 2008 19:18:39 -0000 1.2
+++ process_change_ship.html 1 Feb 2009 12:28:45 -0000 1.3
@@ -7,7 +7,4 @@
<FONT SIZE=4>Information updated successfully.</FONT>
</TD></TR></TABLE>
-<HR>
-<FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT>
-</BODY></HTML>
-
+<%= include('footer') %>
Index: recharge_prepay.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi/recharge_prepay.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- recharge_prepay.html 8 Jun 2005 09:03:06 -0000 1.1
+++ recharge_prepay.html 1 Feb 2009 12:28:45 -0000 1.2
@@ -30,7 +30,4 @@
<INPUT TYPE="submit" NAME="process" VALUE="Recharge"> <!-- onClick="this.disabled=true"> -->
</FORM>
</TD></TR></TABLE>
-<HR>
-<FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT>
-</BODY></HTML>
-
+<%= include('footer') %>
Index: process_order_pkg.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi/process_order_pkg.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- process_order_pkg.html 27 Nov 2006 07:11:53 -0000 1.1
+++ process_order_pkg.html 1 Feb 2009 12:28:45 -0000 1.2
@@ -7,7 +7,4 @@
<FONT SIZE=4>Package order successful.</FONT>
</TD></TR></TABLE>
-<HR>
-<FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT>
-</BODY></HTML>
-
+<%= include('footer') %>
Index: agent_provision_svc_acct.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/cgi/agent_provision_svc_acct.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- agent_provision_svc_acct.html 24 Aug 2004 11:16:56 -0000 1.1
+++ agent_provision_svc_acct.html 1 Feb 2009 12:28:45 -0000 1.2
@@ -13,7 +13,4 @@
</TD></TR></TABLE>
</TD></TR></TABLE>
-<HR>
-<FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT>
-</BODY></HTML>
-
+<%= include('footer') %>
More information about the freeside-commits
mailing list