diff options
author | Renato Botelho <garga@FreeBSD.org> | 2015-04-27 12:59:48 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2015-04-27 12:59:48 -0300 |
commit | 304c37a4296d36c8916ec83056901bc8ee4d3129 (patch) | |
tree | e067e599abe27c0dbbb3865bad9c362f093ed80f /config/lightsquid/tpl/novosea/user_month.html | |
parent | 859a5ba4e341d4ed7c7051b0ce5fce92be212e02 (diff) | |
download | pfsense-packages-304c37a4296d36c8916ec83056901bc8ee4d3129.tar.gz pfsense-packages-304c37a4296d36c8916ec83056901bc8ee4d3129.tar.bz2 pfsense-packages-304c37a4296d36c8916ec83056901bc8ee4d3129.zip |
Add tpl subdir forgotten on last commit
Diffstat (limited to 'config/lightsquid/tpl/novosea/user_month.html')
-rwxr-xr-x | config/lightsquid/tpl/novosea/user_month.html | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/config/lightsquid/tpl/novosea/user_month.html b/config/lightsquid/tpl/novosea/user_month.html new file mode 100755 index 00000000..de7d8cab --- /dev/null +++ b/config/lightsquid/tpl/novosea/user_month.html @@ -0,0 +1,83 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<!-- LightSquid TPL v1.7 --> +<HTML> +<HEAD> + <META name="robots" content="noindex,nofollow"> + <META name="generator" content="LightSquid - http://lightsquid.sf.net"> + <META http-equiv="Content-Type" content="text/html; charset=##MSG_CODEPAGE##"> + ##META## + <TITLE>LightSquid :: User Month detail</TITLE> + <link rel="stylesheet" media="screen" href="get.cgi?css=screen" type="text/css"> + <link rel="stylesheet" media="print" href="get.cgi?css=print" type="text/css"> +</HEAD> + +<BODY background="" bgcolor="white" text="black"> + + <center> + <table class="title"> + <tbody> + <tr class="title"> + <th align="center"><a href="index.cgi"><h1 class="title">##MSG_HEADER##</h1></a></th> + <TH width="5%"><a href="/"><h1 class=title>Home</h1></a></TH> + </tr> + <tr> + <td colspan="2" align="center"><h3>##MSG_USER##: ##USER##</h3></td> + </tr> + <tr> + <td colspan="2" align="center"><h3>##MSG_WORK_PERIOD##: ##WORKPERIOD##</h3></td> + </tr> + <tr> + <TD colspan="2" align="center">##MSG_TOTAL##: ##TOTALBYTES##</TD> + </tr> + <tr> +<!-- HIDE graphreport start--> + <td colspan="2" align="center"><A HREF="##GRAPHURL_L##"><img src="get.cgi?png=graph" border="0" title="Graph Report"> +<!-- HIDE graphreport end--> + </tr> + <tr> + <td colspan="2"> + <table width="100%" class="stat"> + <tbody> + <TR class="stat1"> + <TH>##MSG_DATE##</TH> + <TH>##MSG_BYTES##</TH> + <TH>##MSG_WEEKSUM##</th> + <TH>##MSG_CUMULATIVE##</th> + </TR> + + <!-- VARIABLE oddattr bgcolor="white" --> + <!-- VARIABLE evenattr bgcolor="#F5F5F5" --> + <!-- VARIABLE sundayattr bgcolor="bisque" --> + <!-- VARIABLE nooversizedattr color="black" --> + <!-- VARIABLE oversizedattr color="red" --> + + <!-- [[ day start--> + <TR ##DAYATTR##> + <TD align="center"><FONT size="-1"><A HREF="##DAYDATE_L##">##DAYDATE_B##</A></FONT></TD> + <TD align="right" nowrap="true"><FONT size="-1" ##OVERSIZEATTR##>##DAYBYTES##</FONT></TD> + <td align="right" nowrap="true">##WEEKSUM##</td> + <td align="right" nowrap="true"><font size="-2">##DAYCUMULATIVE##</font></td> + </TR> + <!-- ]] day end--> + + <TR class="total"> + <TD align="center">##MSG_TOTAL##</TD> + <TD align="right" nowrap="true"><FONT size="-1">##TOTALBYTES##</FONT></TD> + <td align="right" nowrap="true"> </td> + <td align="right" nowrap="true"> </td> + </TR> + </tbody> + </table> + </td> + </tr> + + <tr> + <td colspan="2"> + ##COPYRIGHT## + </td> + </tr> + </TBODY> + </TABLE> + </CENTER> +</BODY> +</HTML> |