-
Notifications
You must be signed in to change notification settings - Fork 1
/
slave.html
168 lines (162 loc) · 4.46 KB
/
slave.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Slave</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!--link rel="stylesheet/less" href="less/bootstrap.less" type="text/css" /-->
<!--link rel="stylesheet/less" href="less/responsive.less" type="text/css" /-->
<!--script src="js/less-1.3.3.min.js"></script-->
<!--append ‘#!watch’ to the browser URL, then refresh the page. -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="img/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="img/favicon.png">
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/scripts.js"></script>
</head>
<body>
<div class="container">
<div class="row clearfix">
<div class="col-md-12 column">
<div class="page-header">
<h1>
alpha.pexel.eu <small>slave server</small>
<div class="pull-right">
<button class="btn btn-default" type="button">Back to slaves</button>
</div>
</h1>
</div>
</div>
</div>
<div class="row clearfix">
<div class="col-md-8 column">
<div>
<div class="btn-group">
<button class="btn btn-success" type="button"><em class="glyphicon glyphicon-play"></em> Start</button>
<button class="btn btn-warning" type="button"><em class="glyphicon glyphicon-repeat"></em> Schedule restart</button>
<button class="btn btn-danger" type="button"><em class="glyphicon glyphicon-stop"></em> Schedule stop</button>
<!-- <button class="btn btn-danger" type="button"><em class="glyphicon glyphicon-remove-sign"></em> Force stop</button> -->
</div>
<button class="btn btn-default" type="button"><em class="glyphicon glyphicon-cog"></em> Toggle maintance</button>
</div>
<br/>
<div>
<button class="btn btn-default" type="button">Install maps...</button>
<button class="btn btn-default" type="button">Install plugins...</button>
</div>
<br/>
<div class="alert alert-dismissable alert-warning">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
<h4>
Low memory!
</h4> <strong>Warning!</strong> This server is running low on memory, increase memory or decrease amount of players on the server at the same time.
</div>
<h3>Basic information</h3>
<div>
<b>Maintance mode:</b> disabled<br/>
<b>Server software:</b> CRAFTBUKKIT 1.7.9<br/>
<b>Pexel-Slave version:</b> 1.1 (<a href="#">update avaiable</a>)<br/>
</div>
<h3>Status</h3>
<div class="progress">
<div class="progress-bar progress-success" style="width:83%;">
27/32 players
</div>
</div>
<div class="progress progress-striped active">
<div class="progress-bar progress-bar-default" style="width:45%">
45% CPU
</div>
</div>
<div class="progress progress-striped active">
<div class="progress-bar progress-bar-danger" style="width:97%">
97% RAM
</div>
</div>
</div>
<div class="col-md-4 column">
<h3>
Games
</h3>
<ul>
<li>
Canyon (Annihilation)
</li>
<li>
Desert (PVP+)
</li>
<li>
Space (Space)
</li>
<li>
Pyramids (TNT Run)
</li>
<li>
Jungle (TNT Run)
</li>
</li>
</ul>
<h3>
Players
</h3>
<ul>
<li>
dobrakmato
</li>
<li>
Notch
</li>
<li>
Sethbling
</li>
<li>
TNT_Player
</li>
<li>
Dinnerbone
</li>
<li>
pitkes22
</li>
<li>
Jans
</li>
<li>
ProMinecraftPlayer
</li>
<li>
Console
</li>
<li>
MrMC18
</li>
<li>
_jeb
</li>
<li>
Cake1956
</li>
<li>
MeltedIron
</li>
<li>
GoldDigger
</li>
</ul>
</div>
</div>
</div>
</body>
</html>