forked from ngageoint/opensphere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
old-template.html
57 lines (57 loc) · 1.57 KB
/
old-template.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
<!DOCTYPE html>
<html class="no-js">
<head>
<title>Browser Check</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta charset="UTF-8">
<!--VENDOR_CSS-->
<!--VENDOR_JS-->
<style>
li { margin-bottom: 10px; }
p a { text-decoration: underline; }
.btn { text-decoration: none; }
ul { padding-left: 20px; list-style: none }
li:before {
font-family: 'FontAwesome';
margin: 0 5px 0 -15px;
}
li.found:before {
content: '\f00c';
color: #0d0;
}
li.missing:before {
content: '\f00d';
color: #d00;
}
.container {
margin-bottom: 16px;
}
</style>
</head>
<body>
<noscript>Javascript is disabled in your browser. Turn it on and refresh the page.</noscript>
<div class="container">
<div class="span8 offset2">
<h3 id="report"></h3>
<div>
<i id="browerCheckWait" class="fa fa-circle-o-notch fa-spin" style="font-size: 48px;"></i>
</div>
<ul id="checks"></ul>
<div id="minBrowserMsg">
</div>
<strong>Recommended browsers for the best experience:</strong>
<ul>
<li>Google Chrome version 35 or higher</li>
<li>Mozilla Firefox version 31 or higher</li>
</ul>
<p id="browserInfo"></p>
<p><a id="contactInfo"></a></p>
<div id="fullList"></div>
<div>
<button class="btn btn-info" style="margin-right: 10px;" onClick="toggleFullList()">Show/Hide All Detected Capabilities</button>
<a class="btn btn-success" href="/">Go Home</a>
</div>
</div>
</div>
</body>
</html>