-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathp1.html
More file actions
245 lines (222 loc) · 11.9 KB
/
p1.html
File metadata and controls
245 lines (222 loc) · 11.9 KB
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
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Cobi - CSCW2014</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="http://code.jquery.com/ui/1.9.1/themes/base/jquery-ui.css">
<style>
body {
padding-top: 100px;
padding-bottom: 40px;
}
</style>
<link rel="stylesheet" href="css/bootstrap-responsive.min.css">
<link rel="stylesheet" href="js/vendor/select2/select2.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.6.1-respond-1.1.0.min.js"></script>
</head>
<body>
<!-- <div id="testers">test</div> -->
<!--[if lt IE 7]>
<p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better experience this site.</p>
<![endif]-->
<!-- This code is taken from http://twitter.github.com/bootstrap/examples/hero.html -->
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container-fluid">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="#">Cobi</a>
<div class="nav-collapse collapse">
<div class="row-fluid">
<!--<div class="brand span2">Cobi</div>-->
<div class="offset2 span6">
<input type="hidden" id="searchbox"/>
</div>
<div class="user-display pull-right"></div>
</div>
<div class="row-fluid">
<div id="statusbar" class="alert offset2 span10"></div>
</div>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container-fluid">
<!-- Example row of columns -->
<div class="row-fluid">
<div class="span2 left-sidebar">
<div class="sidebar-fixed">
<h4>
<a class="toggle-options" data-toggle="collapse" data-target="#list-constraints">
<span class="toggle-icon icon-chevron-right"></span>
Conflicts <span id="constraints-count" class="badge badge-important"></span>
</a>
</h4>
<ul id="list-constraints" class="collapse">
<li id="high-severity-constraints">
<h5 class="high-severity sublist-header" data-severity="high">
<a href="#">High severity</a> (<span class="count"></span>)
</h5>
<ul class="sublist-constraints"></ul>
</li>
<li id="medium-severity-constraints">
<h5 class="medium-severity sublist-header" data-severity="medium">
<a href="#">Medium severity</a> (<span class="count"></span>)
</h5>
<ul class="sublist-constraints"></ul>
</li>
</ul>
<h4>
<a class="toggle-options" data-toggle="collapse" data-target="#list-preferences">
<span class="toggle-icon icon-chevron-right"></span>
Preferences <span id="preferences-count" class="badge badge-info"></span>
</a>
</h4>
<ul id="list-preferences" class="collapse"></ul>
<h4>
<a class="toggle-options" data-toggle="collapse" data-target="#list-view-options">
<span class="toggle-icon icon-chevron-right"></span>
View Options
</a>
</h4>
<ul id="list-view-options" class="collapse"></ul>
<h4>
<a class="toggle-options" data-toggle="collapse" data-target="#list-session-types">
<span class="toggle-icon icon-chevron-right"></span>
Session Types
</a>
</h4>
<ul id="list-session-types" class="collapse"></ul>
<h4>
<a class="toggle-options" data-toggle="collapse" data-target="#list-personas">
<span class="toggle-icon icon-chevron-right"></span>
Personas
</a>
</h4>
<ul id="list-personas" class="collapse"></ul>
<h4>
<a class="toggle-options" data-toggle="collapse" data-target="#list-communities">
<span class="toggle-icon icon-chevron-right"></span>
Communities
</a>
</h4>
<ul id="list-communities" class="collapse"></ul>
<h4>
<a class="toggle-options" data-toggle="collapse" data-target="#list-history">
<span class="toggle-icon icon-chevron-right"></span>
History
<span id="history-count" class="badge badge-inverse"></span>
</a>
</h4>
<ul id="list-history" class="collapse"></ul>
</div>
</div>
<div class="span10 main">
<div class="main-fixed">
<div class="row-fluid">
<div class="span4">
<h4>Unscheduled Sessions <span id="unscheduled-count" class="badge badge-inverse"></span></h4>
<div class="unscheduled-panel span12">
<span class='left'></span>
<span class="unscheduled-wrapper">
<table id="unscheduled">
<tr></tr>
</table>
</span>
<span class='right'></span>
</div>
</div>
<div class="span4">
<h4>Unscheduled Papers <span id="unscheduled-papers-count" class="badge badge-inverse"></span></h4>
<div class="unscheduled-papers-panel span12">
<span class='left'></span>
<span class="unscheduled-papers-wrapper">
<table id="unscheduled-papers">
<tr></tr>
</table>
</span>
<span class='right'></span>
</div>
</div>
<div class="span4">
<h4>Unscheduled Chairs <span id="unscheduled-chairs-count" class="badge badge-inverse"></span></h4>
<div class="unscheduled-chairs-panel span12">
<span class='left'></span>
<span class="unscheduled-chairs-wrapper">
<table id="unscheduled-chairs">
<tr></tr>
</table>
</span>
<span class='right'></span>
</div>
</div>
</div>
<div class="row-fluid">
<div class="program-panel span12">
<span class="program-wrapper">
<table id="program" class="table table-bordered">
<tbody></tbody>
</table>
</span>
</div>
</div>
</div>
</div>
</div>
<footer>
<p></p>
</footer>
<div class="modal"><!-- Modal Loading Spinner --></div>
</div> <!-- /container -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.8.2.min.js"><\/script>')</script>
<script src="js/vendor/jquery.md5.js"></script>
<script src="js/vendor/jquery-ui-1.9.1.custom.min.js"></script>
<!--<script src="js/vendor/jquery.fuzzymatch.min.js"></script>-->
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/vendor/underscore-min.js"></script>
<script src="js/vendor/bootstrapx-clickover.js"></script>
<script src="js/vendor/select2/select2.min.js"></script>
<script src="js/vendor/fuse.js"></script>
<!--<script src="js/scheduleDataJsonCompact.js"></script>-->
<script src="js/roomSessionPopularity.js"></script>
<script src="js/options.js"></script>
<script src="js/first-personas.js"></script>
<script src="js/CCOps.js"></script>
<script src="js/cobi.js"></script>
<script src="js/db.js"></script>
<script src="js/util.js"></script>
<script src="js/p1.js"></script>
<script src="js/ViewMode.js"></script>
<script src="js/MoveMode.js"></script>
<script src="js/VisualOps.js"></script>
<script src="js/PaperVisualOps.js"></script>
<script src="js/ChairVisualOps.js"></script>
<script src="js/Conflicts.js"></script>
<script src="js/Statusbar.js"></script>
<script src="js/Sidebar.js"></script>
<script src="js/Searchbox.js"></script>
<script src="js/UnscheduledPanel.js"></script>
<script src="js/Polling.js"></script>
<script src="js/StringDist.js"></script>
<!--
<script>
var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
-->
</body>
</html>