summaryrefslogtreecommitdiff
path: root/fs_selfservice/FS-SelfService/cgi/view_customer.html
blob: 11e4432d0b01542f79b8c7e45791ca9935df6076 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<HTML><HEAD><TITLE>Reseller</TITLE></HEAD>
<BODY BGCOLOR="#eeeeee"><FONT SIZE=5>Reseller</FONT><BR><BR>
<%= $url = "$selfurl?session=$session_id;action="; ''; %>
<TABLE BORDER=0 CELLPADDING=4><TR>
<%= include('agent_menu') %>
<TD VALIGN="top">

<%= $message
      ? "<FONT SIZE=\"+2\"><B>$message</B></FONT><BR><BR>"
      : ''
%>

<%= $small_custview %>

<BR>

<TABLE BORDER=0 CELLPADDING=4><TR>
<%= include('agent_customer_menu') %>
<TD VALIGN="top">

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

</TD></TR></TABLE>
<HR>
<FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT>
</BODY></HTML>