-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathuser_month.html
89 lines (87 loc) · 2.65 KB
/
user_month.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<!-- LightSquid TPL v1.7 -->
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Lightsquid interface</title>
##META##
<link rel="stylesheet" href="tpl/base/css/bootstrap.min.css">
<style>
body {
padding-top: 60px;
padding-bottom: 40px;
}
</style>
<link rel="stylesheet" href="tpl/base/css/bootstrap-responsive.min.css">
<link rel="stylesheet" href="tpl/base/css/main.css">
<script src="tpl/base/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="index.cgi">##MSG_USER##: ##USER##</a>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="span12">
<table class="table table-striped">
<tbody>
<tr>
<td>##MSG_WORK_PERIOD##:</td>
<td><b>##WORKPERIOD##</b></td>
</tr>
<tr>
<td>##MSG_TOTAL##:</TD>
<td> <b>##TOTALBYTES##</b></td>
</tr>
<tr>
<!-- HIDE graphreport start-->
<td>User graph: </td><td align="center" colspan="2"><A HREF="##GRAPHURL_L##"><img src="get.cgi?png=graph" border="0" title="Graph Report">
<!-- HIDE graphreport end-->
</tr>
</tbody>
</table>
<table class="table table-striped">
<tbody>
<tr>
<td>##MSG_DATE##</th>
<th>##MSG_BYTES##</th>
<th>##MSG_WEEKSUM##</th>
<th>##MSG_CUMULATIVE##</th>
</tr>
<!-- [[ day start-->
<tr ##DAYATTR##>
<td><A HREF="##DAYDATE_L##">##DAYDATE_B##</A></TD>
<td>##DAYBYTES##</TD>
<td>##WEEKSUM##</td>
<td>##DAYCUMULATIVE##</td>
</TR>
<!-- ]] day end-->
<tr>
<td>##MSG_TOTAL##</TD>
<td>##TOTALBYTES##</TD>
<td> </td>
<td> </td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<hr>
##COPYRIGHT##
<div align="center"><a href="http://www.hipernetworks.net" target="_blank">Template by hipernetworks</a></div>
</body>
</html>