6297345551a39f3d892c51702f9e106243d47fd9
[freeside.git] / fs_selfservice / FS-SelfService / cgi / agent_main.html
1 <HTML><HEAD><TITLE>Reseller Main</TITLE></HEAD>
2 <BODY BGCOLOR="#eeeeee"><FONT SIZE=5>Reseller Main</FONT><BR><BR>
3 <%= $url = "$selfurl?session=$session_id;action="; ''; %>
4 <TABLE BORDER=0 CELLPADDING=4><TR><TD VALIGN="top" HEIGHT=384 BGCOLOR="#dddddd">
5 <A HREF="<%= $url %>agent_main">Reseller Main</A><BR>
6 <!-- <A HREF="<%= $url %>other">SomethingElse</A><BR> -->
7 </TD><TD VALIGN="top">
8
9 <%= $message
10       ? "<FONT SIZE=\"+2\"><B>$message</B></FONT>"
11       : "Hello $agent!"
12 %><BR><BR>
13
14 <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=2 BGCOLOR="#eeeeee">
15 <TR><TH BGCOLOR="#cccccc">Customer summary</TH></TR>
16 <TR><TD BGCOLOR="#dddddd">
17
18   <B><%= $num_prospect %></B>
19   <A HREF="<%= $url %>list_customers;prospect=1">prospects</A>
20
21   <BR><FONT COLOR="#00CC00"><B><%= $num_active %></B></FONT>
22   <A HREF="<%= $url %>list_customers;active=1">active</A>
23
24   <BR><FONT COLOR="#FF9900"><B><%= $num_susp %></B></FONT>
25   <A HREF="<%= $url %>list_customers;susp=1">suspended</A>
26
27   <BR><FONT COLOR="#FF0000"><B><%= $num_cancel %></B></FONT>
28   <A HREF="<%= $url %>list_customers;cancel=1">cancelled</A>
29
30 </TD></TR></TABLE>
31
32 <BR><A HREF="<%= $url %>signup">New customer<!--/prospect--></A>
33
34 </TD></TR></TABLE>
35 <HR>
36 <FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT>
37 </BODY></HTML>
38
39
40