summaryrefslogtreecommitdiff
path: root/fs_selfservice/FS-SelfService/cgi/view_port_graph.html
blob: d42f405b92657e7f9ac6aece7e4dcd0afe5e726e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<%= $url = "$selfurl?session=$session_id;action="; ''; %>
<%= include('header', "Service usage details for $start - $end") %>

<%= if ( $error ) {
  $OUT .= qq!<FONT SIZE="+1" COLOR="#ff0000">$error</FONT><BR><BR>!;
}
else {
  $OUT .= qq! <IMG SRC="${url}real_port_graph;svcnum=$svcnum;start=$start;end=$end"> !;
}
$OUT .= '';
%>
 
<BR>

<%= include('footer') %>