-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
161 lines (153 loc) · 8.86 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Blaze</title>
<!-- Bootstrap -->
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<!-- 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.4.2/respond.min.js"></script>
<![endif]-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="moment.min.js"></script>
<script src="livestamp.min.js"></script>
<script src="phonenumbers.js"></script>
<script src="script.js"></script>
<link rel="stylesheet" href="//code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css">
<link rel="stylesheet" href="//charcoal-se.org/assets/css/branding.css">
<script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
<style>
img {max-width:100%;}
html, body {height: 100%;}
#wrap {min-height: 100%;height: auto;margin: 0 auto -50px;padding: 0 0 50px;}
#footer {height: 50px;background-color: clear; border-top:1px dashed rgba(0,0,0,0.2);}
.navbar .navbar-nav {display: inline-block;float: none;}
.navbar .navbar-collapse {text-align: center;}
.flag-button:hover {background-color:red; color: white}
#ui-id-1{font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;}
.ui-state-focus {color:white !important; background:rgb(47,118,192) !important; border:none !important}
.chosen, .chosen a {color:orange !important;}
code {white-space: pre-wrap; white-space: -moz-pre-wrap;white-space: -pre-wrap;white-space: -o-pre-wrap;word-wrap: break-word;}
.blaze-modal-error {position:fixed; top:0; left:0; z-index:2000; width:100%; height:30px; background-color:rgb(241,62,66); color:white; font-size:15px; text-align:center; font-family:Helvetica; padding:5px}
.blaze-modal-warning {position:fixed; top:0; left:0; z-index:2000; width:100%; height:30px; background-color:rgb(248,198,77); color:white; font-size:15px; text-align:center; font-family:Helvetica; padding:5px}
.navbar-header { display: flex; align-items: center; height: 55px; }
.warning-answer { background: #fff9b7; }
</style>
</head>
<body>
<a class="home" href="//charcoal-se.org"><img src="//charcoal-se.org/assets/images/charcoal.png" height="32"><span>by Charcoal</span></a>
<nav class="navbar navbar-default" role="navigation" style="display:none">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<a class="inline home" href="//charcoal-se.org"><img src="//charcoal-se.org/assets/images/charcoal.png" height="32"><span>by Charcoal</span></a>
<a class="navbar-brand blaze-logo" href="#"><span class="glyphicon glyphicon-fire" style="color:orange"></span> Blaze</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><span class="glyphicon glyphicon-screenshot"></span> Auto Refresh <b class="caret"></b></a>
<ul class="dropdown-menu" style="text-align:left">
<li><a class="autorefresh-option chosen" href="#" id="autorefresh-none">None</a></li>
<li><a class="autorefresh-option" href="#" id="autorefresh-10-seconds">10 seconds</a></li>
<li><a class="autorefresh-option" href="#" id="autorefresh-30-seconds">30 seconds</a></li>
<li><a class="autorefresh-option" href="#" id="autorefresh-5-minutes">5 minutes</a></li>
</ul>
</li>
<li><a href="#" class="refresh-current-data-button"><span class="glyphicon glyphicon-refresh"></span> Refresh</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><span class="glyphicon glyphicon-sort"></span> Sort <b class="caret"></b></a>
<ul class="dropdown-menu" style="text-align:left">
<li><a href="#" id="sort-by-newest-creation">Newest</a></li>
<li><a href="#" id="sort-by-shortest-length">Shortest*</a></li>
<li class="divider"></li>
<li class="disabled"><a href="#">* in this batch</a></li>
</ul>
</li>
<li><a href="#" class="authenticate-user-button"><span class="glyphicon glyphicon-lock"></span> Authenticate</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><span class="glyphicon glyphicon-flag"></span> Flag highlights filter <b class="caret"></b></a>
<ul class="dropdown-menu" style="text-align: left">
<li><a href="#" id="highlights-enable">Enable</a></li>
<li><a href="#" id="highlights-disable">Disable</a></li>
</ul>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</nav>
<div class="modal fade" id="flag_modal">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
<h4 class="modal-title">I am flagging this answer because...</h4>
</div>
<div class="modal-body">
<form action="" id="flag_options_form">
</form>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
<button type="button" class="btn btn-danger" id="modal-flag-answer-button">Flag</button>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<div id="wrap"><div class="container">
<div class='blaze-header'>
<div class="text-center" style="color:orange; font-size:90px; margin-top:20px"><span class="glyphicon glyphicon-fire"></span></div>
<h1 class='text-center blaze-go-home'>Blaze</h1>
<br />
<br />
</div>
<div class="container site-api-key-form" style="max-width:320px;">
<input type="text" class="form-control" id="blaze-api-key-field" placeholder="Site API name" style="text-align:center">
<br />
<div class="btn-group" style="width:100%">
<button type="submit" class="btn btn-primary blaze-fetch-items" style="width:85%">Fetch Answers</button>
<button type="button" class="btn btn-primary dropdown-toggle" style="width:15%" data-toggle="dropdown">
<span class="caret"></span>
<span class="sr-only">Choose Data</span>
</button>
<ul class="dropdown-menu" role="menu" style='width:100%'>
<li class="disabled"><a href="#">Data to grab:</a></li>
<li class="divider"></li>
<li><a href="javascript:void(0)" id="select-answers">Answers</a></li>
<li><a href="javascript:void(0)" id="select-questions">Questions</a></li>
<li><a href="javascript:void(0)" id="select-comments">Comments</a></li>
<li><a href="javascript:void(0)" id="select-users">Users</a></li>
</ul>
</div>
<h5>Common</h5>
<table>
<tr>
<td><a href="#" class="choose-site" id="stackoverflow">Stack Overflow</a></td>
</tr>
<tr>
<td><a href="#" class="choose-site" id="serverfault">Server Fault</a></td>
</tr>
<tr>
<td><a href="#" class="choose-site" id="superuser">Super User</a></td>
</tr>
<tr>
<td><a href="#" class="choose-site" id="softwarerecs">Software Recommendations</a></td>
</tr>
</table>
</div>
<table class="col-md-offset-2" id="datatable">
</table>
</div></div>
<div id="footer">
<div class="container text-center" style="padding-top:10px; color:rgba(0,0,0,0.6)">
<span>Made with <3 by <a href='http://chat.stackexchange.com/rooms/11540/charcoal-hq' target='_blank'>The Charcoal Team</a> using <a href='http://getbootstrap.com/' tagert='_blank'>Bootstrap</a>, <a href="http://momentjs.com/">Moment.js</a>, and <a href="http://mattbradley.github.io/livestampjs/">Livestamp.js</a>. And some awesome <a href="http://glyphicons.com/">Glyphicons</a>.</span>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
</body>
</html>