forked from olafeee/HvA-virt-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
beheer.html
194 lines (174 loc) · 6.67 KB
/
beheer.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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
<!DOCTYPE html>
<html>
<!-- begin van head + nav-->
<head>
<title>Plaintech</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link rel="shortcut icon" href="img/plaintech-tab-logo.png">
<script src="https://code.jquery.com/jquery.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/beheren.js"></script>
<script type="text/javascript" src="js/loginmenu.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<nav class="navbar navbar-inverse" role="navigation">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img id="plaintech-logo" src="img/plaintech-logo-c.png"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Blade VPS <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#">Configureer</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li class="divider"></li>
<li><a href="#">Separated link</a></li>
<li class="divider"></li>
<li><a href="#">One more separated link</a></li>
</ul>
</li>
<li><a href="#">support</a></li>
</ul>
<div class="login-btn">
<a href="javascript:showLoginMenu()" class="btn btn-default navbar-btn login-boton-pull-right">Login</a>
</div>
</div><!-- /.navbar-collapse -->
</nav>
<div class="container">
<div class="row">
<div class="login-class">
<div class="invoer-login-class">
<form class="form-horizontal" role="form">
<div class="form-group">
<div class="col-sm-12">
<div class="input-group">
<span class="input-group-addon">@</span>
<input type="email" class="form-control" id="inputEmail3" placeholder="Email">
</div>
</div>
</div>
<div class="form-group">
<div class="col-sm-12">
<div class="input-group">
<span class="input-group-addon"><span class="glyphicon glyphicon-lock"></span></span>
<input type="password" class="form-control" id="inputPassword3" placeholder="Password">
</div>
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<div class="checkbox">
<label>
<a href="register.html">Maak een account aan</a>
</label>
</div>
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<a href="javascript:hideLoginMenu()" class="btn btn-danger">Cancel</a>
<button type="submit" class="btn btn-default">Sign in</button>
</div>
</div>
</form>
</div>
</div>
<!-- einde van head + nav + login bij alles het zelfde-->
<table class="table">
<thead>
<tr>
<th>VM</th>
<th>Status</th>
<th>CPU</th>
<th>CPU speed</th>
<th>Memory</th>
<th>HDD</th>
<th>IP Adres</th>
<th></th>
</tr>
</thead>
<tbody>
<tr class="success">
<td>1</td>
<td class="status"></td>
<td class="CPU"></td>
<td class="CPUSPEED"></td>
<td class="memory"></td>
<td class="HHD"></td>
<td class="IPAdres"></td>
<td><button type="button" class="btn btn-info"> Info </button> <button type="button" class="btn btn-success"> Upgrade </button></td>
</tr>
</tbody>
</table>
</div>
<div class="row rowlast">
</div>
<div class="navbar navbar-default navbar-fixed-bottom">
<div class="container">
hoi
</div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://code.jquery.com/jquery.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
</body>
</html>
<div class="login-class">
<div class="invoer-login-class">
<form class="form-horizontal" role="form">
<div class="form-group">
<div class="col-sm-12">
<div class="input-group">
<span class="input-group-addon">@</span>
<input type="email" class="form-control" id="inputEmail3" placeholder="Email">
</div>
</div>
</div>
<div class="form-group">
<div class="col-sm-12">
<div class="input-group">
<span class="input-group-addon"><span class="glyphicon glyphicon-lock"></span></span>
<input type="password" class="form-control" id="inputPassword3" placeholder="Password">
</div>
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<div class="checkbox">
<label>
<a href="register.html">Maak een account aan</a>
</label>
</div>
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<a href="javascript:hideLoginMenu()" class="btn btn-danger">Cancel</a>
<button type="submit" class="btn btn-default">Sign in</button>
</div>
</div>
</form>
</div>
</div>
<!-- einde van head + nav + login bij alles het zelfde-->