-
Notifications
You must be signed in to change notification settings - Fork 6
/
base.html
636 lines (566 loc) · 25.4 KB
/
base.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
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
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
<!doctype html>
<html><head>
<meta charset="utf-8">
<title>BLOCKS - Bootstrap Dashboard Theme</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="Carlos Alvarez - Alvarez.is">
<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.min.css" />
<link href="http://www.prepbootstrap.com/Content/css/single-page-admin/main.css" rel="stylesheet">
<link href="http://www.prepbootstrap.com/Content/css/single-page-admin/font-style.css" rel="stylesheet">
<link href="http://www.prepbootstrap.com/Content/css/single-page-admin/flexslider.css" rel="stylesheet">
<script type="text/javascript" src="http://www.prepbootstrap.com/Content/js/jquery-1.10.2.min.js"></script>
<!-- Placed at the end of the document so the pages load faster -->
<script type="text/javascript" src="http://www.prepbootstrap.com/Content/js/single-page-admin/bootstrap.js"></script>
<script type="text/javascript" src="http://www.prepbootstrap.com/Content/js/single-page-admin/lineandbars.js"></script>
<script type="text/javascript" src="http://www.prepbootstrap.com/Content/js/single-page-admin/dash-charts.js"></script>
<script type="text/javascript" src="http://www.prepbootstrap.com/Content/js/single-page-admin/gauge.js"></script>
<!-- NOTY JAVASCRIPT -->
<script type="text/javascript" src="http://www.prepbootstrap.com/Content/js/single-page-admin/noty/jquery.noty.js"></script>
<script type="text/javascript" src="http://www.prepbootstrap.com/Content/js/single-page-admin/noty/layouts/top.js"></script>
<script type="text/javascript" src="http://www.prepbootstrap.com/Content/js/single-page-admin/noty/layouts/topLeft.js"></script>
<script type="text/javascript" src="http://www.prepbootstrap.com/Content/js/single-page-admin/noty/layouts/topRight.js"></script>
<script type="text/javascript" src="http://www.prepbootstrap.com/Content/js/single-page-admin/noty/layouts/topCenter.js"></script>
<!-- You can add more layouts if you want -->
<script type="text/javascript" src="http://www.prepbootstrap.com/Content/js/single-page-admin/noty/themes/default.js"></script>
<!-- <script type="text/javascript" src="assets/js/dash-noty.js"></script> This is a Noty bubble when you init the theme-->
<script type="text/javascript" src="http://code.highcharts.com/highcharts.js"></script>
<script src="http://www.prepbootstrap.com/Content/js/single-page-admin/jquery.flexslider.js" type="text/javascript"></script>
<script type="text/javascript" src="http://www.prepbootstrap.com/Content/js/single-page-admin/admin.js"></script>
<style type="text/css">
body {
padding-top: 60px;
}
</style>
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Google Fonts call. Font Used Open Sans & Raleway -->
<link href="http://fonts.googleapis.com/css?family=Raleway:400,300" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css">
<script type="text/javascript">
$(document).ready(function () {
$("#btn-blog-next").click(function () {
$('#blogCarousel').carousel('next')
});
$("#btn-blog-prev").click(function () {
$('#blogCarousel').carousel('prev')
});
$("#btn-client-next").click(function () {
$('#clientCarousel').carousel('next')
});
$("#btn-client-prev").click(function () {
$('#clientCarousel').carousel('prev')
});
});
$(window).load(function () {
$('.flexslider').flexslider({
animation: "slide",
slideshow: true,
start: function (slider) {
$('body').removeClass('loading');
}
});
});
</script>
<script src="//load.sumome.com/" data-sumo-site-id="6ac66a7426b3b9402539374d777a42fab013e40b209c3a31d663a6882377ae9b" async="async"></script>
</head>
<body>
<!-- NAVIGATION MENU -->
<div class="navbar-nav navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="https://github.com/hyipinfo"><img src="http://www.prepbootstrap.com/Content/images/shared/single-page-admin/logo30.png" alt=""> BLOCKS Dashboard</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html"><i class="icon-home icon-white"></i> Home</a></li>
<li><a href="tables.html"><i class="icon-th icon-white"></i> Tables</a></li>
<li><a href="login.html"><i class="icon-lock icon-white"></i> Login</a></li>
<li><a href="user.html"><i class="icon-user icon-white"></i> User</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<div class="container">
<!-- FIRST ROW OF BLOCKS -->
<div class="row">
<!-- USER PROFILE BLOCK -->
<div class="col-sm-3 col-lg-3">
<div class="dash-unit">
<dtitle>User Profile</dtitle>
<hr>
<div class="thumbnail">
<img src="https://avatars2.githubusercontent.com/u/11951884" alt="HYIP Team" class="img-circle">
</div><!-- /thumbnail -->
<h1>HYIP Team</h1>
<h3>Madrid, Spain</h3>
<br>
<div class="info-user">
<span aria-hidden="true" class="li_user fs1"></span>
<span aria-hidden="true" class="li_settings fs1"></span>
<span aria-hidden="true" class="li_mail fs1"></span>
<span aria-hidden="true" class="li_key fs1"></span>
</div>
</div>
</div>
<!-- DONUT CHART BLOCK -->
<div class="col-sm-3 col-lg-3">
<div class="dash-unit">
<dtitle>Site Bandwidth</dtitle>
<hr>
<div id="load"></div>
<h2>45%</h2>
</div>
</div>
<!-- DONUT CHART BLOCK -->
<div class="col-sm-3 col-lg-3">
<div class="dash-unit">
<dtitle>Disk Space</dtitle>
<hr>
<div id="space"></div>
<h2>65%</h2>
</div>
</div>
<div class="col-sm-3 col-lg-3">
<!-- LOCAL TIME BLOCK -->
<div class="half-unit">
<dtitle>Local Time</dtitle>
<hr>
<div class="clockcenter">
<digiclock>12:45:25</digiclock>
</div>
</div>
<!-- SERVER UPTIME -->
<div class="half-unit">
<dtitle>Server Uptime</dtitle>
<hr>
<div class="cont">
<p><img src="http://www.prepbootstrap.com/Content/images/shared/single-page-admin/up.png" alt=""> <bold>Up</bold> | 356ms.</p>
</div>
</div>
</div>
</div><!-- /row -->
<!-- SECOND ROW OF BLOCKS -->
<div class="row">
<div class="col-sm-3 col-lg-3">
<!-- MAIL BLOCK -->
<div class="dash-unit">
<dtitle>Inbox (1)</dtitle>
<hr>
<div class="framemail">
<div class="window">
<ul class="mail">
<li>
<i class="unread"></i>
<img class="avatar" src="http://www.prepbootstrap.com/Content/images/shared/single-page-admin/photo01.jpeg" alt="avatar">
<p class="sender">Adam W.</p>
<p class="message"><strong>Working</strong> - This is the last...</p>
<div class="actions">
<a><img src="http://png-1.findicons.com/files//icons/2232/wireframe_mono/16/undo.png" alt="reply"></a>
<a><img src="http://png-1.findicons.com/files//icons/2232/wireframe_mono/16/star_fav.png" alt="favourite"></a>
<a><img src="http://png-4.findicons.com/files//icons/2232/wireframe_mono/16/tag.png" alt="label"></a>
<a><img src="http://png-4.findicons.com/files//icons/2232/wireframe_mono/16/trash.png" alt="delete"></a>
</div>
</li>
<li>
<i class="read"></i>
<img class="avatar" src="http://www.prepbootstrap.com/Content/images/shared/single-page-admin/photo02.jpg" alt="avatar">
<p class="sender">Dan E.</p>
<p class="message"><strong>Hey man!</strong> - You have to taste ...</p>
<div class="actions">
<a><img src="http://png-1.findicons.com/files//icons/2232/wireframe_mono/16/undo.png" alt="reply"></a>
<a><img src="http://png-1.findicons.com/files//icons/2232/wireframe_mono/16/star_fav.png" alt="favourite"></a>
<a><img src="http://png-4.findicons.com/files//icons/2232/wireframe_mono/16/tag.png" alt="label"></a>
<a><img src="http://png-4.findicons.com/files//icons/2232/wireframe_mono/16/trash.png" alt="delete"></a>
</div>
</li>
<li>
<i class="read"></i>
<img class="avatar" src="http://www.prepbootstrap.com/Content/images/shared/single-page-admin/photo03.jpg" alt="avatar">
<p class="sender">Leonard N.</p>
<p class="message"><strong>New Mac :D</strong> - So happy with ...</p>
<div class="actions">
<a><img src="http://png-1.findicons.com/files//icons/2232/wireframe_mono/16/undo.png" alt="reply"></a>
<a><img src="http://png-1.findicons.com/files//icons/2232/wireframe_mono/16/star_fav.png" alt="favourite"></a>
<a><img src="http://png-4.findicons.com/files//icons/2232/wireframe_mono/16/tag.png" alt="label"></a>
<a><img src="http://png-4.findicons.com/files//icons/2232/wireframe_mono/16/trash.png" alt="delete"></a>
</div>
</li>
<li>
<i class="read"></i>
<img class="avatar" src="http://www.prepbootstrap.com/Content/images/shared/single-page-admin/photo04.jpg" alt="avatar">
<p class="sender">Peter B.</p>
<p class="message"><strong>Thank you</strong> - Finally I can ...</p>
<div class="actions">
<a><img src="http://png-1.findicons.com/files//icons/2232/wireframe_mono/16/undo.png" alt="reply"></a>
<a><img src="http://png-1.findicons.com/files//icons/2232/wireframe_mono/16/star_fav.png" alt="favourite"></a>
<a><img src="http://png-4.findicons.com/files//icons/2232/wireframe_mono/16/tag.png" alt="label"></a>
<a><img src="http://png-4.findicons.com/files//icons/2232/wireframe_mono/16/trash.png" alt="delete"></a>
</div>
</li>
</ul>
</div>
</div>
</div><!-- /dash-unit -->
</div><!-- /span3 -->
<!-- GRAPH CHART - lineandbars.js file -->
<div class="col-sm-3 col-lg-3">
<div class="dash-unit">
<dtitle>Other Information</dtitle>
<hr>
<div class="section-graph">
<div id="importantchart"></div>
<br>
<div class="graph-info">
<i class="graph-arrow"></i>
<span class="graph-info-big">634.39</span>
<span class="graph-info-small">+2.18 (3.71%)</span>
</div>
</div>
</div>
</div>
<!-- LAST MONTH REVENUE -->
<div class="col-sm-3 col-lg-3">
<div class="dash-unit">
<dtitle>Last Month Revenue</dtitle>
<hr>
<div class="cont">
<p><bold>$879</bold> | <ok>Approved</ok></p>
<br>
<p><bold>$377</bold> | Pending</p>
<br>
<p><bold>$156</bold> | <bad>Denied</bad></p>
<br>
<p><img src="http://www.prepbootstrap.com/Content/images/shared/single-page-admin/up-small.png" alt=""> 12% Compared Last Month</p>
</div>
</div>
</div>
<!-- 30 DAYS STATS - CAROUSEL FLEXSLIDER -->
<div class="col-sm-3 col-lg-3">
<div class="dash-unit">
<dtitle>Last 30 Days Stats</dtitle>
<hr>
<br>
<br>
<div class="flexslider">
<ul class="slides">
<li><img src="http://www.prepbootstrap.com/Content/images/shared/single-page-admin/slide01.png" alt="slider"></li>
<li><img src="http://www.prepbootstrap.com/Content/images/shared/single-page-admin/slide02.png" alt="slider"></li>
</ul>
</div>
<div class="cont">
<p>StatCounter Information</p>
</div>
</div>
</div>
</div><!-- /row -->
<!-- THIRD ROW OF BLOCKS -->
<div class="row">
<div class="col-sm-3 col-lg-3">
<!-- BARS CHART - lineandbars.js file -->
<div class="half-unit">
<dtitle>Stock Information</dtitle>
<hr>
<div class="cont">
<div class="info-aapl">
<h4>AAPL</h4>
<ul>
<li><span class="orange" style="height: 37.5%"></span></li>
<li><span class="orange" style="height: 47.5%"></span></li>
<li><span class="orange" style="height: 70%"></span></li>
<li><span class="orange" style="height: 85%"></span></li>
<li><span class="green" style="height: 75%"></span></li>
<li><span class="green" style="height: 50%"></span></li>
<li><span class="green" style="height: 15%"></span></li>
</ul>
</div>
</div>
</div>
<!-- TO DO LIST -->
<div class="half-unit">
<dtitle>To Do List</dtitle>
<hr>
<div class="cont">
<p><bold>13</bold> | Pending Tasks</p>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width:60%;"><span class="sr-only">60% Complete</span>
</div>
</div>
</div>
</div>
<div class="col-sm-3 col-lg-3">
<!-- LIVE VISITORS BLOCK -->
<div class="half-unit">
<dtitle>Live Visitors</dtitle>
<hr>
<div class="cont">
<p><bold>388</bold></p>
<p><img src="http://www.prepbootstrap.com/Content/images/shared/single-page-admin/up-small.png" alt=""> 412 Max. | <img src="http://www.prepbootstrap.com/Content/images/shared/single-page-admin/down-small.png" alt=""> 89 Min.</p>
</div>
</div>
<!-- PAGE VIEWS BLOCK -->
<div class="half-unit">
<dtitle>Page Views</dtitle>
<hr>
<div class="cont">
<p><bold>145.0K</bold></p>
<p><img src="http://www.prepbootstrap.com/Content/images/shared/single-page-admin/up-small.png" alt=""> 23.88%</p>
</div>
</div>
</div>
<div class="col-sm-3 col-lg-3">
<!-- TOTAL SUBSCRIBERS BLOCK -->
<div class="half-unit">
<dtitle>Total Subscribers</dtitle>
<hr>
<div class="cont">
<p><bold>14.744</bold></p>
<p>98 Subscribed Today</p>
</div>
</div>
<!-- FOLLOWERS BLOCK -->
<div class="half-unit">
<dtitle>Twitter Followers</dtitle>
<hr>
<div class="cont">
<p><bold>17.833 Followers</bold></p>
<p>SomeUser</p>
</div>
</div>
</div>
<!-- LATEST NEWS BLOCK -->
<div class="col-sm-3 col-lg-3">
<div class="dash-unit">
<dtitle>Latest News</dtitle>
<hr>
<div class="info-user">
<span aria-hidden="true" class="li_news fs2"></span>
</div>
<br>
<div class="text">
<p><b>Alvarez.is:</b> A beautiful new Dashboard theme has been realised by Carlos Alvarez. Please, visit <a href="http://alvarez.is">Alvarez.is</a> for more details.</p>
<p><grey>Last Update: 5 minutes ago.</grey></p>
</div>
</div>
</div>
</div><!-- /row -->
<!-- FOURTH ROW OF BLOCKS -->
<div class="row">
<!-- TWITTER WIDGET BLOCK -->
<div class="col-sm-3 col-lg-3">
<div class="dash-unit">
<dtitle>Twitter Widget</dtitle>
<hr>
<div class="info-user">
<span aria-hidden="true" class="li_megaphone fs2"></span>
</div>
<br>
<div id="jstwitter" class="clearfix">
<ul id="twitter_update_list"></ul>
</div>
<script src="http://twitter.com/javascripts/blogger.js"></script><!-- Script Needed to load the Tweets -->
<script src="http://api.twitter.com/1/statuses/user_timeline/wrapbootstrap.json?callback=twitterCallback2&count=1"></script>
<!-- To show your tweets replace "wrapbootstrap", in the line above, with your user. -->
<div class="text">
<p><grey>Show your tweets here!</grey></p>
</div>
</div>
</div>
<!-- NOTIFICATIONS BLOCK -->
<div class="col-sm-3 col-lg-3">
<div class="dash-unit">
<dtitle>Notifications</dtitle>
<hr>
<div class="info-user">
<span aria-hidden="true" class="li_bubble fs2"></span>
</div>
<div class="cont">
<p><button class="btnnew noty" data-noty-options="{"text":"This is a success notification","layout":"topRight","type":"success"}">Top Right</button></p>
<p><button class="btnnew noty" data-noty-options="{"text":"This is an informaton notification","layout":"topLeft","type":"information"}">Top Left</button></p>
<p><button class="btnnew noty" data-noty-options="{"text":"This is an alert notification with fade effect.","layout":"topCenter","type":"alert","animateOpen": {"opacity": "show"}}">Top Center (fade)</button></p>
</div>
</div>
</div>
<!-- SWITCHES BLOCK -->
<div class="col-sm-3 col-lg-3">
<div class="dash-unit">
<dtitle>Switches</dtitle>
<hr>
<div class="info-user">
<span aria-hidden="true" class="li_params fs2"></span>
</div>
<br>
<div class="switch">
<input type="radio" class="switch-input" name="view" value="on" id="on" checked="">
<label for="on" class="switch-label switch-label-off">On</label>
<input type="radio" class="switch-input" name="view" value="off" id="off">
<label for="off" class="switch-label switch-label-on">Off</label>
<span class="switch-selection"></span>
</div>
<div class="switch switch-blue">
<input type="radio" class="switch-input" name="view2" value="week2" id="week2" checked="">
<label for="week2" class="switch-label switch-label-off">Week</label>
<input type="radio" class="switch-input" name="view2" value="month2" id="month2">
<label for="month2" class="switch-label switch-label-on">Month</label>
<span class="switch-selection"></span>
</div>
<div class="switch switch-yellow">
<input type="radio" class="switch-input" name="view3" value="yes" id="yes" checked="">
<label for="yes" class="switch-label switch-label-off">Yes</label>
<input type="radio" class="switch-input" name="view3" value="no" id="no">
<label for="no" class="switch-label switch-label-on">No</label>
<span class="switch-selection"></span>
</div>
</div>
</div>
<!-- GAUGE CHART BLOCK -->
<div class="col-sm-3 col-lg-3">
<div class="dash-unit">
<dtitle>Gauge Chart</dtitle>
<hr>
<div class="info-user">
<span aria-hidden="true" class="li_lab fs2"></span>
</div>
<canvas id="canvas" width="300" height="300">
</canvas></div>
</div>
</div><!--/row -->
<!-- FOURTH ROW OF BLOCKS -->
<div class="row">
<!-- ACCORDION BLOCK -->
<div class="col-sm-3 col-lg-3">
<div class="dash-unit">
<dtitle>Accordion</dtitle>
<hr>
<div class="accordion" id="accordion2">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion2" href="#collapseOne">
Collapsible Group Item #1
</a>
</div>
<div id="collapseOne" class="accordion-body collapse in">
<div class="accordion-inner">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla iaculis mattis lorem.
</div>
</div>
</div>
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion2" href="#collapseTwo">
Collapsible Group Item #2
</a>
</div>
<div id="collapseTwo" class="accordion-body collapse">
<div class="accordion-inner">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla iaculis mattis lorem.
</div>
</div>
</div>
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion2" href="#collapseThree">
Collapsible Group Item #3
</a>
</div>
<div id="collapseThree" class="accordion-body collapse">
<div class="accordion-inner">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla iaculis mattis lorem.
</div>
</div>
</div>
</div><!--/accordion -->
</div>
</div>
<div class="col-sm-3 col-lg-3">
<!-- LAST USER BLOCK -->
<div class="half-unit">
<dtitle>Last Registered User</dtitle>
<hr>
<div class="cont2">
<img src="http://www.prepbootstrap.com/Content/images/shared/single-page-admin/user-avatar.jpg" alt="">
<br>
<br>
<p>Paul Smith</p>
<p><bold>Liverpool, England</bold></p>
</div>
</div>
<!-- MODAL BLOCK -->
<div class="half-unit">
<dtitle>Modal</dtitle>
<hr>
<div class="cont">
<a href="#myModal" role="button" class="btnnew" data-toggle="modal">Example Modal Window</a>
</div>
</div>
</div>
<!-- Modal -->
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title">Modal title</h4>
</div>
<div class="modal-body">
...
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary">Save changes</button>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<!-- FAST CONTACT BLOCK -->
<div class="col-sm-3 col-lg-3">
<div class="dash-unit">
<dtitle>Fast Contact</dtitle>
<hr>
<div class="cont">
<form action="#get-in-touch" method="POST" id="contact">
<input type="text" id="contactname" name="contactname" placeholder="Name">
<input type="text" id="email" name="email" placeholder="Email">
<div class="textarea-container"><textarea id="message" name="message" placeholder="Message"></textarea></div>
<input type="submit" id="submit" name="submit" value="Send">
</form>
</div>
</div>
</div>
<!-- INFORMATION BLOCK -->
<div class="col-sm-3 col-lg-3">
<div class="dash-unit">
<dtitle>Block Dashboard</dtitle>
<hr>
<div class="info-user">
<span aria-hidden="true" class="li_display fs2"></span>
</div>
<br>
<div class="text">
<p>Block Dashboard created by Basicoh.</p>
<p>Special Thanks to Highcharts, Linecons and Bootstrap for their amazing tools.</p>
</div>
</div>
</div>
</div><!--/row -->
</div> <!-- /container -->
<div id="footerwrap">
<footer class="clearfix"></footer>
<div class="container">
<div class="row">
<div class="col-sm-12 col-lg-12">
<p><img src="http://www.prepbootstrap.com/Content/images/shared/single-page-admin/logo.png" alt=""></p>
<p>Blocks Dashboard Theme - Crafted With Love - Copyright 2013</p>
</div>
</div><!-- /row -->
</div><!-- /container -->
</div><!-- /footerwrap -->
</body></html>