forked from reynico/bootsquid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwhousesite.html
93 lines (90 loc) · 2.71 KB
/
whousesite.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>##SITE##</th>
</tr>
</tbody>
</table>
<table class="table table-striped">
<tbody>
<tr>
<th>##MSG_USER##</th>
<!-- HIDE realname start-->
<th>##MSG_REALNAME##</th>
<!-- HIDE realname end-->
<th>##MSG_CONNECT##</th>
<th>##MSG_SIZE##</th>
<!-- HIDE daylist start -->
<th>##MSG_DAYLIST##</th>
<!-- HIDE daylist end -->
</tr>
<!-- [[ who start-->
<tr ##ROWATTR##>
<td>##WHOUSER##</td>
<!-- HIDE realname start-->
<td>##REALNAME##</td>
<!-- HIDE realname end-->
<td>##WHOCONNECT##</td>
<td>##WHOSIZE##</td>
<!-- HIDE daylist start -->
<td><A HREF="##USEDAYURL_L##">##USEDAYURL_B##</A></td>
<!-- HIDE daylist end -->
</tr>
<!-- ]] who end-->
<tr >
<th align="left">##MSG_TOTAL##</th>
<!-- HIDE realname start-->
<td> </td>
<!-- HIDE realname end-->
<th>##TOTALCONNECT##</th>
<th>##TOTAL##</th>
<!-- HIDE daylist start -->
<th></th>
<!-- HIDE daylist end -->
</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>