table.html
18.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
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
<!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, user-scalable=no">
<title>A.D.A.M. Interactive Anatomy</title>
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/admin-custom.css" rel="stylesheet">
<link href="css/bootstrap-datetimepicker.min.css" rel="stylesheet">
<link href="css/fixed_table_rc.css" type="text/css" rel="stylesheet" media="all" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,800,700,600,400italic">
<!-- HTML5 shim and Respond.js for 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/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container-fluid">
<!-- navigation -->
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="#"><img src="img/logo-main.png" class="img-responsive" alt=""></a>
<div class="">
<div class="btn-group pull-right">
<ul class="nav navbar-nav navbar-right visible-sm visible-md">
<li class="marginR5" data-toggle="tooltip" data-placement="top" title="Logout"><a href="login.html"><i class="fa fa-power-off"></i></a></li>
</ul>
</div>
<div class="btn-group pull-right mar-top17 visible-sm visible-md">
<button type="button" class="btn btn-primary dropdown-toggle btn-sm" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Welcome Maribel Brogden <span class="caret"></span>
</button>
<ul class="dropdown-menu">
<li><a href="#"><strong>Date:</strong> 11/21/2016</a></li>
</ul>
</div>
</div>
<button type="button" class="navbar-toggle collapsed mar-top17" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav toperMenu-spaceleft">
<li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Profile<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="admin-update-profile.html">Update Profile</a></li>
<li><a href="admin-change-password.html">Change Password</a></li>
<li><a href="admin-change-user-id.html">Change User ID</a></li>
</ul>
</li>
<li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Licenses<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="admin-search-license.html">Search License</a></li>
<li><a href="admin-add-new-license.html">Add New License</a></li>
<li><a href="admin-setup-test-account.html">Setup Test Account</a></li>
</ul>
</li>
<li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Product Features<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="admin-manage-discount-code.html">Manage Discount Code</a></li>
<li><a href="admin-subscription-price.html">Subscription Price</a></li>
</ul>
</li>
<li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Users<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="admin-list-user.html">List User</a></li>
<li><a href="admin-add-user.html">Add User</a></li>
<li><a href="admin-Unblock-user.html">Unblock User</a></li>
<li><a href="admin-user-group.html">User Group</a></li>
</ul>
</li>
<li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Reports<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="admin-usage-report.html">Usage Report</a></li>
<li><a href="customer-summary-report.html">Customer Summary Report</a></li>
<li><a href="admin-expiring-subscription-report.html">Expiring Subscription Report</a></li>
<li><a href="admin-new-subscription-report.html">New Subscription Report</a></li>
<li><a href="admin-subscription-cancellation-report.html">Subscription Cancellation Report</a></li>
<li><a href="admin-net-ad-subscription-report.html">Net AD Subscription Report</a></li>
<li><a href="admin-site-license-usage-report.html">Site License Usage Report</a></li>
<li><a href="admin-discount-code-report.html">Discount Code Report</a></li>
<li><a href="admin-image-export-report.html">Image Export Report</a></li>
</ul>
</li>
<li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Site Account<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="admin-add-building-level-account.html">Add Building Level Account</a></li>
</ul>
</li>
<li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Profile<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="admin-view-update-profile.html">View/Update Profile</a></li>
<li><a href="admin-manage-modesty-settings.html">Manage Modesty Settings</a></li>
<li><a href="admin-manage-module.html">Manage Module</a></li>
</ul>
</li>
<li><a href="#">Product</a></li>
</ul>
<!--logout-->
<div class="">
<div class="btn-group pull-right">
<ul class="nav navbar-nav navbar-right hidden-xs hidden-sm">
<li class="marginR5" data-toggle="tooltip" data-placement="top" title="Logout"><a href="login.html"><i class="fa fa-power-off"></i></a></li>
</ul>
</div>
<div class="btn-group pull-right hidden-xs hidden-sm mar-top17">
<button type="button" class="btn btn-primary dropdown-toggle btn-sm" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Welcome Maribel Brogden <span class="caret"></span>
</button>
<ul class="dropdown-menu">
<li><a href="#"><strong>Date:</strong> 11/21/2016</a></li>
</ul>
</div>
</div>
<!--logout-->
</div>
</div>
</nav>
<!-- navigation -->
<div class="clearfix"></div>
<!-- main-heading -->
<div class="row">
<div class="col-sm-12 pageHeading">
<h4>Add Building Level Account</h4>
</div>
<div class="col-sm-12">
<div class="container-fluid main-full">
<div class="row">
<div class="well marginBtm12">
<div class="row">
<div class="col-lg-4 col-sm-4 padd-right0">
<div class="row">
<div class="col-sm-12">
<div class="form-group marginTop10">
<label for="State" class="col-sm-12 col-lg-6 control-label text-right-lg paddTop7 padd-left0">Account Number :</label>
<div class="col-sm-12 col-lg-6 padd-left0 padd-right0">
<select class="form-control input-sm " id="State">
<option selected="">Select</option>
<option>73-0022796</option>
<option>73-0022795</option>
<option>73-0022796</option>
<option>73-0022795</option>
<option>73-0022796</option>
<option>73-0022795</option>
<option>73-0022796</option>
<option>73-0022795</option>
</select>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-4">
<div class="row">
<div class="col-sm-2 padd-left0">
<div class="form-group marginTop10">
<label for="New Group" class="col-sm-12 col-md-1 paddTop7 padd-left0 padd-right0 hidden-xs"> </label>
</div>
<div class="col-sm-12 col-lg-2 padd-left0 padd-right0 mar-left6">
<button class="btn btn-primary btn-sm">Go <i class="fa fa-arrow-right"></i></button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="well">
<table id="fixed_hdr2" class="table-hover" width="100%">
<thead>
<tr>
<th>Site Url</th>
<th>Site Url To</th>
<th>Account Name</th>
<th>Institution Name</th>
<th>Department Name</th>
<th>Client Admin</th>
<th>Client Admin Email ID</th>
<th>Original Entry Date</th>
<th>Last Modified Date</th>
</tr>
</thead>
<tbody>
<tr>
<td contenteditable="true">http://www.devryu.net/</td>
<td contenteditable="true"></td>
<td contenteditable="true">Devry Univ</td>
<td contenteditable="true">Devry Univ</td>
<td contenteditable="true">Devry Univ</td>
<td contenteditable="true">Eric</td>
<td contenteditable="true">esegarra@devry.com</td>
<td contenteditable="true">06-25-2011</td>
<td contenteditable="true">06-25-2011</td>
</tr>
<tr>
<td>http://www.devryu.net/</td>
<td contenteditable="true"></td>
<td contenteditable="true">Devry Univ</td>
<td contenteditable="true">Devry Univ</td>
<td contenteditable="true">Devry Univ</td>
<td contenteditable="true">Eric</td>
<td contenteditable="true">esegarra@devry.com</td>
<td contenteditable="true">06-25-2011</td>
<td contenteditable="true">06-25-2011</td>
</tr>
<tr>
<td>http://www.devryu.net/</td>
<td contenteditable="true"></td>
<td contenteditable="true">Devry Univ</td>
<td contenteditable="true">Devry Univ</td>
<td contenteditable="true">Devry Univ</td>
<td contenteditable="true">Eric</td>
<td contenteditable="true">esegarra@devry.com</td>
<td contenteditable="true">06-25-2011</td>
<td contenteditable="true">06-25-2011</td>
</tr>
<tr>
<td>http://www.devryu.net/</td>
<td contenteditable="true"></td>
<td contenteditable="true">Devry Univ</td>
<td contenteditable="true">Devry Univ</td>
<td contenteditable="true">Devry Univ</td>
<td contenteditable="true">Eric</td>
<td contenteditable="true">esegarra@devry.com</td>
<td contenteditable="true">06-25-2011</td>
<td contenteditable="true">06-25-2011</td>
</tr>
<tr>
<td>http://www.devryu.net/</td>
<td contenteditable="true"></td>
<td contenteditable="true">Devry Univ</td>
<td contenteditable="true">Devry Univ</td>
<td contenteditable="true">Devry Univ</td>
<td contenteditable="true">Eric</td>
<td contenteditable="true">esegarra@devry.com</td>
<td contenteditable="true">06-25-2011</td>
<td contenteditable="true">06-25-2011</td>
</tr>
<tr>
<td>http://www.devryu.net/</td>
<td contenteditable="true"></td>
<td contenteditable="true">Devry Univ</td>
<td contenteditable="true">Devry Univ</td>
<td contenteditable="true">Devry Univ</td>
<td contenteditable="true">Eric</td>
<td contenteditable="true">esegarra@devry.com</td>
<td contenteditable="true">06-25-2011</td>
<td contenteditable="true">06-25-2011</td>
</tr>
<tr>
<td>http://www.devryu.net/</td>
<td contenteditable="true"></td>
<td contenteditable="true">Devry Univ</td>
<td contenteditable="true">Devry Univ</td>
<td contenteditable="true">Devry Univ</td>
<td contenteditable="true">Eric</td>
<td contenteditable="true">esegarra@devry.com</td>
<td contenteditable="true">06-25-2011</td>
<td contenteditable="true">06-25-2011</td>
</tr>
<tr>
<td>http://www.devryu.net/</td>
<td contenteditable="true"></td>
<td contenteditable="true">Devry Univ</td>
<td contenteditable="true">Devry Univ</td>
<td contenteditable="true">Devry Univ</td>
<td contenteditable="true">Eric</td>
<td contenteditable="true">esegarra@devry.com</td>
<td contenteditable="true">06-25-2011</td>
<td contenteditable="true">06-25-2011</td>
</tr>
<tr>
<td>http://www.devryu.net/</td>
<td contenteditable="true"></td>
<td contenteditable="true">Devry Univ</td>
<td contenteditable="true">Devry Univ</td>
<td contenteditable="true">Devry Univ</td>
<td contenteditable="true">Eric</td>
<td contenteditable="true">esegarra@devry.com</td>
<td contenteditable="true">06-25-2011</td>
<td contenteditable="true">06-25-2011</td>
</tr>
<tr>
<td>http://www.devryu.net/</td>
<td contenteditable="true"></td>
<td contenteditable="true">Devry Univ</td>
<td contenteditable="true">Devry Univ</td>
<td contenteditable="true">Devry Univ</td>
<td contenteditable="true">Eric</td>
<td contenteditable="true">esegarra@devry.com</td>
<td contenteditable="true">06-25-2011</td>
<td contenteditable="true">06-25-2011</td>
</tr>
<tr>
<td>http://www.devryu.net/</td>
<td contenteditable="true"></td>
<td contenteditable="true">Devry Univ</td>
<td contenteditable="true">Devry Univ</td>
<td contenteditable="true">Devry Univ</td>
<td contenteditable="true">Eric</td>
<td contenteditable="true">esegarra@devry.com</td>
<td contenteditable="true">06-25-2011</td>
<td contenteditable="true">06-25-2011</td>
</tr>
<tr>
<td>http://www.devryu.net/</td>
<td contenteditable="true"></td>
<td contenteditable="true">Devry Univ</td>
<td contenteditable="true">Devry Univ</td>
<td contenteditable="true">Devry Univ</td>
<td contenteditable="true">Eric</td>
<td contenteditable="true">esegarra@devry.com</td>
<td contenteditable="true">06-25-2011</td>
<td contenteditable="true">06-25-2011</td>
</tr>
</tbody>
</table>
<div class="row">
<div class="col-sm-12 marginTop20 text-center">
<button class="btn btn-primary btn-sm" onclick="location.href='admin-add-building-level-account1.html'"><i class="fa fa-plus-circle"></i> Add</button>
<button class="btn btn-primary btn-sm" onclick="location.href='admin-add-building-level-account1.html'" data-toggle="modal" data-target="#mymodal"><i class="fa fa-edit"></i> Edit</button>
<!--modal-->
<div class="modal fade bs-example-modal-sm text-left" tabindex="-1" role="dialog" id="mymodal">
<div class="modal-dialog modal-sm" role="document">
<div class="modal-content">
<div class="modal-header annotation-modal-header ui-draggable-handle">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title" id="">Alert</h4>
</div>
<div class="modal-body">
<h5>Please select a site account to edit.</h5>
</div>
<div class="modal-footer">
<div class="row">
<div class="col-sm-12"><button class="btn btn-primary btn-sm">Ok</button></div>
</div>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div>
<!--modal-->
<button class="btn btn-primary btn-sm" data-toggle="modal" data-target="#mymodal1"><i class="fa fa-trash"></i> Delete</button>
<!--modal-->
<div class="modal fade bs-example-modal-sm text-left" tabindex="-1" role="dialog" id="mymodal1">
<div class="modal-dialog modal-sm" role="document">
<div class="modal-content">
<div class="modal-header annotation-modal-header ui-draggable-handle">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title" id="">Alert</h4>
</div>
<div class="modal-body">
<h5>Please select a site account to delete.</h5>
</div>
<div class="modal-footer">
<div class="row">
<div class="col-sm-12"><button class="btn btn-primary btn-sm">Ok</button></div>
</div>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div>
<!--modal-->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- main-heading -->
<!--container-->
<!--container-->
</div>
<!-- Footer
<footer class="dark">
<div class="container-fluid text-center">Copyright © 2017 Ebix Inc. All rights reserved.</div>
</footer> -->
<script src="js/jquery-1.11.3.min.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/bootstrap-datetimepicker.min.js"></script>
<script src="https://meetselva.github.io/fixed-table-rows-cols/js/sortable_table.js" type="text/javascript"></script>
<script src="js/fixed_table_rc.js" type="text/javascript"></script>
<!--datepicker-->
<script type="text/javascript">
$(function() {
$('#datetimepicker1, #datetimepicker2').datetimepicker({
//language: 'pt-BR'
});
});
</script>
<!--datepicker-->
<!--Sort Table-->
<script>
$(function () {
$('#fixed_hdr2').fxdHdrCol({
fixedCols: 0,
width: "100%",
height: 330,
colModal: [
{ width: 200, align: 'center' },
{ width: 200, align: 'center' },
{ width: 200, align: 'Center' },
{ width: 200, align: 'Center' },
{ width: 250, align: 'Center' },
{ width: 200, align: 'Center' },
{ width: 200, align: 'Center' },
{ width: 200, align: 'Center' },
{ width: 200, align: 'Center' },
],
sort: true
});
});
</script>
</body>
</html>