diff options
author | ivan <ivan> | 2004-08-24 11:16:57 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-08-24 11:16:57 +0000 |
commit | 0cbeb01df08457b056a7ae775b4924c266b4228b (patch) | |
tree | 24fb4d674874657d05512a48789715eb77c8c7c8 /fs_selfservice/FS-SelfService/cgi/agent_provision_svc_acct.html | |
parent | e64990633f433dc4e27f0509a2417aea29e0fdc8 (diff) |
big update for reseller interface
Diffstat (limited to 'fs_selfservice/FS-SelfService/cgi/agent_provision_svc_acct.html')
-rw-r--r-- | fs_selfservice/FS-SelfService/cgi/agent_provision_svc_acct.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/agent_provision_svc_acct.html b/fs_selfservice/FS-SelfService/cgi/agent_provision_svc_acct.html new file mode 100644 index 000000000..8d299cdc5 --- /dev/null +++ b/fs_selfservice/FS-SelfService/cgi/agent_provision_svc_acct.html @@ -0,0 +1,19 @@ +<HTML><HEAD><TITLE>Reseller</TITLE></HEAD> +<BODY BGCOLOR="#eeeeee"><FONT SIZE=5>Reseller</FONT><BR><BR> +<%= $url = "$selfurl?session=$session_id;custnum=$custnum;action="; ''; %> +<TABLE BORDER=0 CELLPADDING=4><TR> +<%= include('agent_menu') %> +<TD VALIGN="top"> +<%= $small_custview %> +<BR> +<TABLE BORDER=0 CELLPADDING=4><TR> +<%= include('agent_customer_menu') %> +<TD VALIGN="top"> +<%= include('svc_acct') %> +</TD></TR></TABLE> + +</TD></TR></TABLE> +<HR> +<FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT> +</BODY></HTML> + |