aboutsummaryrefslogtreecommitdiffstats
path: root/config/lightsquid/tpl/novosea/bigfiles.html
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2015-04-27 12:59:48 -0300
committerRenato Botelho <garga@FreeBSD.org>2015-04-27 12:59:48 -0300
commit304c37a4296d36c8916ec83056901bc8ee4d3129 (patch)
treee067e599abe27c0dbbb3865bad9c362f093ed80f /config/lightsquid/tpl/novosea/bigfiles.html
parent859a5ba4e341d4ed7c7051b0ce5fce92be212e02 (diff)
downloadpfsense-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/bigfiles.html')
-rwxr-xr-xconfig/lightsquid/tpl/novosea/bigfiles.html72
1 files changed, 72 insertions, 0 deletions
diff --git a/config/lightsquid/tpl/novosea/bigfiles.html b/config/lightsquid/tpl/novosea/bigfiles.html
new file mode 100755
index 00000000..138d4181
--- /dev/null
+++ b/config/lightsquid/tpl/novosea/bigfiles.html
@@ -0,0 +1,72 @@
+<!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 :: Big Files Report</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><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>
+ <th colspan="2" align="center"><h2>##MSG_BIG_FILE_DOWNLOAD_REPORT##</h2></th>
+ </tr>
+ <tr>
+ <th colspan="2" align="center"><h3>##MSG_DATE##: ##DATE##</h3></th>
+ </tr>
+<!-- HIDE reportuser start-->
+ <tr>
+ <th colspan="2" align="center"><h3>##MSG_USER##: ##REPORTUSER##</h3></th>
+ </tr>
+<!-- HIDE reportuser end-->
+ <tr>
+ <td colspan="2">
+ <table width="100%" class=stat>
+ <tbody>
+ <tr class=stat1>
+ <th>##MSG_NUM##</th>
+ <th>##MSG_TIME##</th>
+ <th>##MSG_USER##</th>
+ <th>##MSG_SIZE##</th>
+ <th>##MSG_URL##</th>
+ </tr>
+
+ <!-- VARIABLE oddattr bgcolor="white" -->
+ <!-- VARIABLE evenattr bgcolor="#F5F5F5" -->
+ <!-- VARIABLE total bgcolor="E5EFF4" -->
+
+<!-- [[ bigfile start-->
+ <tr ##ROWATTR##>
+ <td align="left" >##BFILENUM##</td>
+ <td align="left" >##BFILETIME##</td>
+ <td align="left" ><A HREF="##BFILEUSER_L##">##BFILEUSER_B##</A></td>
+ <td align="right" nowrap="true">##BFILESIZE##</td>
+ <td align="right" >##BFILELINK##</td>
+ </tr>
+<!-- ]] bigfile end-->
+
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ ##COPYRIGHT##
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </center>
+</body>
+</html>