summaryrefslogtreecommitdiff
path: root/fs_selfservice/FS-SelfService/cgi/agent_order_pkg.html
blob: 18a37e891cb0ecc2cb7265be69874d5af7924cdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<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('order_pkg') %>
</TD></TR></TABLE>

</TD></TR></TABLE>

<%= include('footer') %>