summaryrefslogtreecommitdiff
path: root/fs_selfservice/FS-SelfService/cgi/agent_main.html
blob: 3aefd61b1a95100702f3059cd97b2e0866995417 (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
30
31
32
33
<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>"
      : "Hello $agent!"
%><BR><BR>

<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=2 BGCOLOR="#eeeeee">
<TR><TH BGCOLOR="#cccccc">Customer summary</TH></TR>
<TR><TD BGCOLOR="#dddddd">

  <B><%= $num_prospect %></B>
  <%= $num_prospect ? qq!<A HREF="${url}list_customers;prospect=1">! : '' %>prospects</A>

  <BR><FONT COLOR="#00CC00"><B><%= $num_active %></B></FONT>
  <%= $num_active ? qq!<A HREF="${url}list_customers;active=1">! : '' %>active</A>

  <BR><FONT COLOR="#FF9900"><B><%= $num_susp %></B></FONT>
  <%= $num_susp ? qq!<A HREF="${url}list_customers;susp=1">! : '' %>suspended</A>

  <BR><FONT COLOR="#FF0000"><B><%= $num_cancel %></B></FONT>
  <%= $num_cancel ? qq!<A HREF="${url}list_customers;cancel=1">! : '' %>cancelled</A>

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

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

<%= include('footer') %>