-
Notifications
You must be signed in to change notification settings - Fork 0
/
CommandScreen.html
52 lines (42 loc) · 2.16 KB
/
CommandScreen.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
<html>
<head>
<title>HackerBar - Tschunk Pending - Obama Wins Again!</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- standard javascripts -->
<script src="jquery.js" type="text/javascript"></script>
<script src="jquery-ui.js" type="text/javascript"></script>
<script src="datagrid.min.js" type="text/javascript"></script>
<!-- custom javascript to build the UI -->
<script src="script.js" type="text/javascript"></script>
<script src="OtherScreen.js" type="text/javascript"></script>
<script src="CommandScreen.js" type="text/javascript"></script>
<!-- Default CSS -->
<link type="text/css" rel="stylesheet" href="style.css" />
<link type="text/css" rel="stylesheet" href="datagrid_clean.css" />
<!-- plugin CSS -->
<link type="text/css" rel="stylesheet" href="plugins/accountinformation/accounts.css" />
<link type="text/css" rel="stylesheet" href="plugins/soma/soma.css" />
<link type="text/css" rel="stylesheet" href="plugins/shop/products.css" />
<!-- added IOS support, except sounds -->
<meta name="viewport" content="width=device-width; initial-scale=0.7; maximum-scale=0.7; user-scalable=0;"/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<link rel="apple-touch-icon" href="images/logo-iphone.png" />
</head>
<body ontouchmove="BlockElasticScroll(event);">
<div id="headerTopContainer">
<div class="Container1Top">
<div id="eternalAbort" class="eternalAbort">Abort!</div>
<div class="Middle">
<div class="inputholder"><input id="input" type="text" value="" placeholder="Please wait while loading"></div>
</div>
<div class="Right">
<div class="Finals" id="Finals"></div>
</div>
</div>
</div>
<div class="Container1">
<div class="Commands" id="Commands"></div>
</div>
</body>
</html>