forked from reynico/bootsquid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgroup_detail.html
93 lines (91 loc) · 2.93 KB
/
group_detail.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
90
91
92
93
<!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="get.cgi?css=css/bootstrap.min">
<style>
body {
padding-top: 60px;
padding-bottom: 40px;
}
</style>
<link rel="stylesheet" href="get.cgi?css=css/bootstrap-responsive.min">
<link rel="stylesheet" href="get.cgi?css=css/main">
<script src="get.cgi?css=js/vendor/modernizr-2.6.2-respond-1.1.0.min.js.fake"></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">##DATE##</a>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="span12">
<table class="table table-striped">
<tbody>
<tr>
<th>##MSG_NUM##</th>
<!-- HIDE timereport start-->
<th>##MSG_TIME_REPORT##</th>
<!-- HIDE timereport end-->
<th>##MSG_USER##</th>
<!-- HIDE realname start-->
<th>##MSG_REALNAME##</th>
<!-- HIDE realname end-->
<th>##MSG_CONNECT##</th>
<th>##MSG_BYTES##</th>
<th>%</th>
</tr>
<!-- [[ user start-->
<tr ##ROWATTR##>
<td>##USERNUM##</td>
<!-- HIDE timereport start-->
<td>
<A HREF="##TIMEURL_L##"><img src="get.cgi?png=datetime" border="0" title="Graph Report"/></A>
</td>
<!-- HIDE timereport end-->
<td><A HREF="##USERURL_L##">##USERURL_B##</A></td>
<!-- HIDE realname start-->
<td align="right" nowrap="true">##REALNAME##</td>
<!-- HIDE realname end-->
<td align="right">##USERCONNECT##</td>
<td align="right">##USERBYTES##</td>
<td align="right">##USERPERCENT##%</td>
</tr>
<!-- ]] user end-->
<!-- [[ groupend start-->
<tr>
<td colspan="3"></td>
<!-- HIDE timereport start-->
<td></td>
<!-- HIDE timereport end-->
<!-- HIDE realname start-->
<td></td>
<!-- HIDE realname end-->
<td>##GROUPENDBYTES##</td>
<td>##GROUPENDPERCENT##%</td>
</tr>
<!-- ]] groupend end-->
</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>