default to a session cookie instead of setting an explicit timeout, weird timezone...
[freeside.git] / fs_selfservice / FS-SelfService / cgi / agent_main.html
1 <HTML><HEAD><TITLE>Reseller</TITLE></HEAD>
2 <BODY BGCOLOR="#eeeeee"><FONT SIZE=5>Reseller</FONT><BR><BR>
3 <%= $url = "$selfurl?session=$session_id;action="; ''; %>
4 <TABLE BORDER=0 CELLPADDING=4><TR>
5 <%= include('agent_menu') %>
6 <TD VALIGN="top">
7
8 <%= $message
9       ? "<FONT SIZE=\"+2\"><B>$message</B></FONT>"
10       : "Hello $agent!"
11 %><BR><BR>
12
13 <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=2 BGCOLOR="#eeeeee">
14 <TR><TH BGCOLOR="#cccccc">Customer summary</TH></TR>
15 <TR><TD BGCOLOR="#dddddd">
16
17   <B><%= $num_prospect %></B>
18   <%= $num_prospect ? qq!<A HREF="${url}list_customers;prospect=1">! : '' %>prospects</A>
19
20   <BR><FONT COLOR="#00CC00"><B><%= $num_active %></B></FONT>
21   <%= $num_active ? qq!<A HREF="${url}list_customers;active=1">! : '' %>active</A>
22
23   <BR><FONT COLOR="#FF9900"><B><%= $num_susp %></B></FONT>
24   <%= $num_susp ? qq!<A HREF="${url}list_customers;susp=1">! : '' %>suspended</A>
25
26   <BR><FONT COLOR="#FF0000"><B><%= $num_cancel %></B></FONT>
27   <%= $num_cancel ? qq!<A HREF="${url}list_customers;cancel=1">! : '' %>cancelled</A>
28
29 </TD></TR></TABLE>
30
31 </TD></TR></TABLE>
32
33 <%= include('footer') %>