mirror of https://github.com/ColorlibHQ/gentelella
Make footer fix on bottom
parent
a172918f23
commit
d52f463bb0
|
@ -369,98 +369,95 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- Start Calendar modal -->
|
||||
<div id="CalenderModalNew" class="modal fade" 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" id="myModalLabel">New Calendar Entry</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div id="testmodal" style="padding: 5px 20px;">
|
||||
<form id="antoform" class="form-horizontal calender" role="form">
|
||||
<div class="form-group">
|
||||
<label class="col-sm-3 control-label">Title</label>
|
||||
<div class="col-sm-9">
|
||||
<input type="text" class="form-control" id="title" name="title">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-3 control-label">Description</label>
|
||||
<div class="col-sm-9">
|
||||
<textarea class="form-control" style="height:55px;" id="descr" name="descr"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-default antoclose" data-dismiss="modal">Close</button>
|
||||
<button type="button" class="btn btn-primary antosubmit">Save changes</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="CalenderModalEdit" class="modal fade" 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" id="myModalLabel2">Edit Calendar Entry</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
|
||||
<div id="testmodal2" style="padding: 5px 20px;">
|
||||
<form id="antoform2" class="form-horizontal calender" role="form">
|
||||
<div class="form-group">
|
||||
<label class="col-sm-3 control-label">Title</label>
|
||||
<div class="col-sm-9">
|
||||
<input type="text" class="form-control" id="title2" name="title2">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-3 control-label">Description</label>
|
||||
<div class="col-sm-9">
|
||||
<textarea class="form-control" style="height:55px;" id="descr2" name="descr"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-default antoclose2" data-dismiss="modal">Close</button>
|
||||
<button type="button" class="btn btn-primary antosubmit2">Save changes</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="fc_create" data-toggle="modal" data-target="#CalenderModalNew"></div>
|
||||
<div id="fc_edit" data-toggle="modal" data-target="#CalenderModalEdit"></div>
|
||||
|
||||
<!-- End Calendar modal -->
|
||||
<!-- /page content -->
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Start Calendar modal -->
|
||||
<div id="CalenderModalNew" class="modal fade" 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" id="myModalLabel">New Calendar Entry</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div id="testmodal" style="padding: 5px 20px;">
|
||||
<form id="antoform" class="form-horizontal calender" role="form">
|
||||
<div class="form-group">
|
||||
<label class="col-sm-3 control-label">Title</label>
|
||||
<div class="col-sm-9">
|
||||
<input type="text" class="form-control" id="title" name="title">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-3 control-label">Description</label>
|
||||
<div class="col-sm-9">
|
||||
<textarea class="form-control" style="height:55px;" id="descr" name="descr"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-default antoclose" data-dismiss="modal">Close</button>
|
||||
<button type="button" class="btn btn-primary antosubmit">Save changes</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="CalenderModalEdit" class="modal fade" 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" id="myModalLabel2">Edit Calendar Entry</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
|
||||
<div id="testmodal2" style="padding: 5px 20px;">
|
||||
<form id="antoform2" class="form-horizontal calender" role="form">
|
||||
<div class="form-group">
|
||||
<label class="col-sm-3 control-label">Title</label>
|
||||
<div class="col-sm-9">
|
||||
<input type="text" class="form-control" id="title2" name="title2">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-3 control-label">Description</label>
|
||||
<div class="col-sm-9">
|
||||
<textarea class="form-control" style="height:55px;" id="descr2" name="descr"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-default antoclose2" data-dismiss="modal">Close</button>
|
||||
<button type="button" class="btn btn-primary antosubmit2">Save changes</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="fc_create" data-toggle="modal" data-target="#CalenderModalNew"></div>
|
||||
<div id="fc_edit" data-toggle="modal" data-target="#CalenderModalEdit"></div>
|
||||
|
||||
<!-- End Calendar modal -->
|
||||
|
||||
<div id="custom_notifications" class="custom-notifications dsp_none">
|
||||
<ul class="list-unstyled notifications clearfix" data-tabbed_notifications="notif-group">
|
||||
</ul>
|
||||
|
|
|
@ -501,23 +501,20 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
|
||||
</div>
|
||||
<!-- /page content -->
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="custom_notifications" class="custom-notifications dsp_none">
|
||||
|
|
|
@ -493,25 +493,22 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
<br />
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
|
||||
</div>
|
||||
<!-- /page content -->
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="custom_notifications" class="custom-notifications dsp_none">
|
||||
|
|
|
@ -360,7 +360,7 @@
|
|||
<div class="clearfix"></div>
|
||||
|
||||
|
||||
<div class="col-md-4 col-sm-4 col-xs-12 animated fadeInDown">
|
||||
<div class="col-md-4 col-sm-4 col-xs-12">
|
||||
<div class="well profile_view">
|
||||
<div class="col-sm-12">
|
||||
<h4 class="brief"><i>Digital Strategist</i></h4>
|
||||
|
@ -391,14 +391,15 @@
|
|||
<div class="col-xs-12 col-sm-6 emphasis">
|
||||
<button type="button" class="btn btn-success btn-xs"> <i class="fa fa-user">
|
||||
</i> <i class="fa fa-comments-o"></i> </button>
|
||||
<button type="button" class="btn btn-primary btn-xs"> <i class="fa fa-user">
|
||||
</i> View Profile </button>
|
||||
<button type="button" class="btn btn-primary btn-xs">
|
||||
<i class="fa fa-user"> </i> View Profile
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-4 col-sm-4 col-xs-12 animated fadeInDown">
|
||||
<div class="col-md-4 col-sm-4 col-xs-12">
|
||||
<div class="well profile_view">
|
||||
<div class="col-sm-12">
|
||||
<h4 class="brief"><i>Digital Strategist</i></h4>
|
||||
|
@ -429,14 +430,15 @@
|
|||
<div class="col-xs-12 col-sm-6 emphasis">
|
||||
<button type="button" class="btn btn-success btn-xs"> <i class="fa fa-user">
|
||||
</i> <i class="fa fa-comments-o"></i> </button>
|
||||
<button type="button" class="btn btn-primary btn-xs"> <i class="fa fa-user">
|
||||
</i> View Profile </button>
|
||||
<button type="button" class="btn btn-primary btn-xs">
|
||||
<i class="fa fa-user"> </i> View Profile
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-4 col-sm-4 col-xs-12 animated fadeInDown">
|
||||
<div class="col-md-4 col-sm-4 col-xs-12">
|
||||
<div class="well profile_view">
|
||||
<div class="col-sm-12">
|
||||
<h4 class="brief"><i>Digital Strategist</i></h4>
|
||||
|
@ -467,14 +469,15 @@
|
|||
<div class="col-xs-12 col-sm-6 emphasis">
|
||||
<button type="button" class="btn btn-success btn-xs"> <i class="fa fa-user">
|
||||
</i> <i class="fa fa-comments-o"></i> </button>
|
||||
<button type="button" class="btn btn-primary btn-xs"> <i class="fa fa-user">
|
||||
</i> View Profile </button>
|
||||
<button type="button" class="btn btn-primary btn-xs">
|
||||
<i class="fa fa-user"> </i> View Profile
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-4 col-sm-4 col-xs-12 animated fadeInDown">
|
||||
<div class="col-md-4 col-sm-4 col-xs-12">
|
||||
<div class="well profile_view">
|
||||
<div class="col-sm-12">
|
||||
<h4 class="brief"><i>Digital Strategist</i></h4>
|
||||
|
@ -505,14 +508,15 @@
|
|||
<div class="col-xs-12 col-sm-6 emphasis">
|
||||
<button type="button" class="btn btn-success btn-xs"> <i class="fa fa-user">
|
||||
</i> <i class="fa fa-comments-o"></i> </button>
|
||||
<button type="button" class="btn btn-primary btn-xs"> <i class="fa fa-user">
|
||||
</i> View Profile </button>
|
||||
<button type="button" class="btn btn-primary btn-xs">
|
||||
<i class="fa fa-user"> </i> View Profile
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-4 col-sm-4 col-xs-12 animated fadeInDown">
|
||||
<div class="col-md-4 col-sm-4 col-xs-12">
|
||||
<div class="well profile_view">
|
||||
<div class="col-sm-12">
|
||||
<h4 class="brief"><i>Digital Strategist</i></h4>
|
||||
|
@ -543,14 +547,15 @@
|
|||
<div class="col-xs-12 col-sm-6 emphasis">
|
||||
<button type="button" class="btn btn-success btn-xs"> <i class="fa fa-user">
|
||||
</i> <i class="fa fa-comments-o"></i> </button>
|
||||
<button type="button" class="btn btn-primary btn-xs"> <i class="fa fa-user">
|
||||
</i> View Profile </button>
|
||||
<button type="button" class="btn btn-primary btn-xs">
|
||||
<i class="fa fa-user"> </i> View Profile
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-4 col-sm-4 col-xs-12 animated fadeInDown">
|
||||
<div class="col-md-4 col-sm-4 col-xs-12">
|
||||
<div class="well profile_view">
|
||||
<div class="col-sm-12">
|
||||
<h4 class="brief"><i>Digital Strategist</i></h4>
|
||||
|
@ -581,14 +586,15 @@
|
|||
<div class="col-xs-12 col-sm-6 emphasis">
|
||||
<button type="button" class="btn btn-success btn-xs"> <i class="fa fa-user">
|
||||
</i> <i class="fa fa-comments-o"></i> </button>
|
||||
<button type="button" class="btn btn-primary btn-xs"> <i class="fa fa-user">
|
||||
</i> View Profile </button>
|
||||
<button type="button" class="btn btn-primary btn-xs">
|
||||
<i class="fa fa-user"> </i> View Profile
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-4 col-sm-4 col-xs-12 animated fadeInDown">
|
||||
<div class="col-md-4 col-sm-4 col-xs-12">
|
||||
<div class="well profile_view">
|
||||
<div class="col-sm-12">
|
||||
<h4 class="brief"><i>Digital Strategist</i></h4>
|
||||
|
@ -619,14 +625,15 @@
|
|||
<div class="col-xs-12 col-sm-6 emphasis">
|
||||
<button type="button" class="btn btn-success btn-xs"> <i class="fa fa-user">
|
||||
</i> <i class="fa fa-comments-o"></i> </button>
|
||||
<button type="button" class="btn btn-primary btn-xs"> <i class="fa fa-user">
|
||||
</i> View Profile </button>
|
||||
<button type="button" class="btn btn-primary btn-xs">
|
||||
<i class="fa fa-user"> </i> View Profile
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-4 col-sm-4 col-xs-12 animated fadeInDown">
|
||||
<div class="col-md-4 col-sm-4 col-xs-12">
|
||||
<div class="well profile_view">
|
||||
<div class="col-sm-12">
|
||||
<h4 class="brief"><i>Digital Strategist</i></h4>
|
||||
|
@ -657,14 +664,15 @@
|
|||
<div class="col-xs-12 col-sm-6 emphasis">
|
||||
<button type="button" class="btn btn-success btn-xs"> <i class="fa fa-user">
|
||||
</i> <i class="fa fa-comments-o"></i> </button>
|
||||
<button type="button" class="btn btn-primary btn-xs"> <i class="fa fa-user">
|
||||
</i> View Profile </button>
|
||||
<button type="button" class="btn btn-primary btn-xs">
|
||||
<i class="fa fa-user"> </i> View Profile
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-4 col-sm-4 col-xs-12 animated fadeInDown">
|
||||
<div class="col-md-4 col-sm-4 col-xs-12">
|
||||
<div class="well profile_view">
|
||||
<div class="col-sm-12">
|
||||
<h4 class="brief"><i>Digital Strategist</i></h4>
|
||||
|
@ -695,33 +703,31 @@
|
|||
<div class="col-xs-12 col-sm-6 emphasis">
|
||||
<button type="button" class="btn btn-success btn-xs"> <i class="fa fa-user">
|
||||
</i> <i class="fa fa-comments-o"></i> </button>
|
||||
<button type="button" class="btn btn-primary btn-xs"> <i class="fa fa-user">
|
||||
</i> View Profile </button>
|
||||
<button type="button" class="btn btn-primary btn-xs">
|
||||
<i class="fa fa-user"> </i> View Profile
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
|
||||
</div>
|
||||
<!-- /page content -->
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="custom_notifications" class="custom-notifications dsp_none">
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
body.nav-sm .container.body .left_col {
|
||||
width: 70px;
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
z-index: 200;
|
||||
position: absolute;
|
||||
}
|
||||
|
@ -664,17 +663,19 @@ li.current-page a {
|
|||
display: block;
|
||||
padding: 4px 6px;
|
||||
}
|
||||
.x_content canvas {}
|
||||
footer {
|
||||
background: #fff;
|
||||
padding: 15px 20px;
|
||||
margin: 0 -10px;
|
||||
display: block;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
footer {
|
||||
margin: 0 -20px;
|
||||
margin-left: 230px;
|
||||
}
|
||||
}
|
||||
.nav-sm footer {
|
||||
margin-left: 70px ;
|
||||
}
|
||||
.tile-stats.sparkline {
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
|
|
|
@ -494,20 +494,18 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
|
||||
</div>
|
||||
<!-- /page content -->
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="custom_notifications" class="custom-notifications dsp_none">
|
||||
|
|
|
@ -677,30 +677,24 @@
|
|||
<div class="clearfix"></div>
|
||||
</div>
|
||||
<div class="x_content">
|
||||
|
||||
<div id="echart_guage" style="height:370px;"></div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
|
||||
</div>
|
||||
<!-- /page content -->
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="custom_notifications" class="custom-notifications dsp_none">
|
||||
|
|
|
@ -134,7 +134,7 @@
|
|||
<div class="dashboard_graph">
|
||||
|
||||
<div class="row x_title">
|
||||
<div class="col-md-6">
|
||||
<div class="col-md-6">
|
||||
<h3>Empty <small>no content</small></h3>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
|
@ -152,20 +152,18 @@
|
|||
|
||||
</div>
|
||||
<br />
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
</div>
|
||||
<!-- /page content -->
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="custom_notifications" class="custom-notifications dsp_none">
|
||||
|
|
|
@ -1373,22 +1373,20 @@
|
|||
</div>
|
||||
<button type="submit" class="btn btn-default">Send invitation</button>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /page content -->
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
</div>
|
||||
<!-- /page content -->
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -1794,19 +1794,18 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
</div>
|
||||
<!-- /page content -->
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="custom_notifications" class="custom-notifications dsp_none">
|
||||
|
|
|
@ -773,24 +773,21 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
|
||||
</div>
|
||||
<!-- /page content -->
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="custom_notifications" class="custom-notifications dsp_none">
|
||||
|
|
|
@ -361,10 +361,8 @@
|
|||
<div class="clearfix"></div>
|
||||
</div>
|
||||
<div class="x_content">
|
||||
|
||||
<p>Drag multiple files to the box below for multi upload or click to select files. This is for demonstration purposes only, the files are not uploaded to any server.</p>
|
||||
<form action="choices/form_upload.html" class="dropzone" style="border: 1px solid #e5e5e5; height: 300px; "></form>
|
||||
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
|
@ -374,20 +372,18 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
|
||||
</div>
|
||||
<!-- /page content -->
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="custom_notifications" class="custom-notifications dsp_none">
|
||||
|
|
|
@ -446,26 +446,23 @@
|
|||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
|
||||
</div>
|
||||
<!-- /page content -->
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="custom_notifications" class="custom-notifications dsp_none">
|
||||
|
|
|
@ -618,30 +618,24 @@
|
|||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- End SmartWizard Content -->
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
|
||||
</div>
|
||||
<!-- /page content -->
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="custom_notifications" class="custom-notifications dsp_none">
|
||||
|
|
|
@ -1587,80 +1587,77 @@
|
|||
<li>
|
||||
<a>
|
||||
<span class="image">
|
||||
<img src="images/img.jpg" alt="img" />
|
||||
</span>
|
||||
<img src="images/img.jpg" alt="img" />
|
||||
</span>
|
||||
<span>
|
||||
<span>John Smith</span>
|
||||
<span class="time">3 mins ago</span>
|
||||
<span>John Smith</span>
|
||||
<span class="time">3 mins ago</span>
|
||||
</span>
|
||||
<span class="message">
|
||||
Film festivals used to be do-or-die moments for movie makers. They were where you met the producers that
|
||||
</span>
|
||||
Film festivals used to be do-or-die moments for movie makers. They were where you met the producers that
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a>
|
||||
<span class="image">
|
||||
<img src="images/img.jpg" alt="img" />
|
||||
</span>
|
||||
<img src="images/img.jpg" alt="img" />
|
||||
</span>
|
||||
<span>
|
||||
<span>John Smith</span>
|
||||
<span class="time">3 mins ago</span>
|
||||
<span>John Smith</span>
|
||||
<span class="time">3 mins ago</span>
|
||||
</span>
|
||||
<span class="message">
|
||||
Film festivals used to be do-or-die moments for movie makers. They were where you met the producers that
|
||||
</span>
|
||||
Film festivals used to be do-or-die moments for movie makers. They were where you met the producers that
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a>
|
||||
<span class="image">
|
||||
<img src="images/img.jpg" alt="img" />
|
||||
</span>
|
||||
<img src="images/img.jpg" alt="img" />
|
||||
</span>
|
||||
<span>
|
||||
<span>John Smith</span>
|
||||
<span class="time">3 mins ago</span>
|
||||
<span>John Smith</span>
|
||||
<span class="time">3 mins ago</span>
|
||||
</span>
|
||||
<span class="message">
|
||||
Film festivals used to be do-or-die moments for movie makers. They were where you met the producers that
|
||||
</span>
|
||||
Film festivals used to be do-or-die moments for movie makers. They were where you met the producers that
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a>
|
||||
<span class="image">
|
||||
<img src="images/img.jpg" alt="img" />
|
||||
</span>
|
||||
<img src="images/img.jpg" alt="img" />
|
||||
</span>
|
||||
<span>
|
||||
<span>John Smith</span>
|
||||
<span class="time">3 mins ago</span>
|
||||
<span>John Smith</span>
|
||||
<span class="time">3 mins ago</span>
|
||||
</span>
|
||||
<span class="message">
|
||||
Film festivals used to be do-or-die moments for movie makers. They were where you met the producers that
|
||||
</span>
|
||||
Film festivals used to be do-or-die moments for movie makers. They were where you met the producers that
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
|
||||
</div>
|
||||
<!-- /page content -->
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="custom_notifications" class="custom-notifications dsp_none">
|
||||
|
|
|
@ -1750,28 +1750,23 @@
|
|||
<span class="nt"></div></span></code></pre>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
|
||||
</div>
|
||||
<!-- /page content -->
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="custom_notifications" class="custom-notifications dsp_none">
|
||||
|
|
|
@ -2358,31 +2358,25 @@
|
|||
|
||||
<div class="fa-hover col-md-3 col-sm-4 col-xs-12"><a href="#/wheelchair"><i class="fa fa-wheelchair"></i> fa-wheelchair</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
|
||||
</div>
|
||||
<!-- /page content -->
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="js/bootstrap.min.js"></script>
|
||||
|
|
|
@ -564,20 +564,18 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
|
||||
</div>
|
||||
<!-- /page content -->
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="custom_notifications" class="custom-notifications dsp_none">
|
||||
|
|
|
@ -921,8 +921,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<!-- End to do list -->
|
||||
|
||||
|
||||
|
||||
<!-- start of weather widget -->
|
||||
<div class="col-md-6 col-sm-6 col-xs-12">
|
||||
<div class="x_panel">
|
||||
|
@ -950,25 +949,19 @@
|
|||
<div class="col-sm-12">
|
||||
<div class="temperature"><b>Monday</b>, 07:30 AM
|
||||
<span>F</span>
|
||||
<span><b>C</b>
|
||||
</span>
|
||||
<span><b>C</b></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-sm-4">
|
||||
<div class="weather-icon">
|
||||
<span>
|
||||
<canvas height="84" width="84" id="partly-cloudy-day"></canvas>
|
||||
</span>
|
||||
|
||||
<canvas height="84" width="84" id="partly-cloudy-day"></canvas>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-8">
|
||||
<div class="weather-text">
|
||||
<h2>Texas
|
||||
<br><i>Partly Cloudy Day</i>
|
||||
</h2>
|
||||
<h2>Texas <br><i>Partly Cloudy Day</i></h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -977,22 +970,16 @@
|
|||
<h3 class="degrees">23</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
|
||||
<div class="clearfix"></div>
|
||||
|
||||
<div class="row weather-days">
|
||||
<div class="col-sm-2">
|
||||
<div class="daily-weather">
|
||||
<h2 class="day">Mon</h2>
|
||||
<h3 class="degrees">25</h3>
|
||||
<span>
|
||||
<canvas id="clear-day" width="32" height="32">
|
||||
</canvas>
|
||||
|
||||
</span>
|
||||
<h5>15
|
||||
<i>km/h</i>
|
||||
</h5>
|
||||
<canvas id="clear-day" width="32" height="32"></canvas>
|
||||
<h5>15 <i>km/h</i></h5>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-2">
|
||||
|
@ -1000,9 +987,7 @@
|
|||
<h2 class="day">Tue</h2>
|
||||
<h3 class="degrees">25</h3>
|
||||
<canvas height="32" width="32" id="rain"></canvas>
|
||||
<h5>12
|
||||
<i>km/h</i>
|
||||
</h5>
|
||||
<h5>12 <i>km/h</i></h5>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-2">
|
||||
|
@ -1010,9 +995,7 @@
|
|||
<h2 class="day">Wed</h2>
|
||||
<h3 class="degrees">27</h3>
|
||||
<canvas height="32" width="32" id="snow"></canvas>
|
||||
<h5>14
|
||||
<i>km/h</i>
|
||||
</h5>
|
||||
<h5>14 <i>km/h</i></h5>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-2">
|
||||
|
@ -1020,9 +1003,7 @@
|
|||
<h2 class="day">Thu</h2>
|
||||
<h3 class="degrees">28</h3>
|
||||
<canvas height="32" width="32" id="sleet"></canvas>
|
||||
<h5>15
|
||||
<i>km/h</i>
|
||||
</h5>
|
||||
<h5>15 <i>km/h</i></h5>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-2">
|
||||
|
@ -1030,9 +1011,7 @@
|
|||
<h2 class="day">Fri</h2>
|
||||
<h3 class="degrees">28</h3>
|
||||
<canvas height="32" width="32" id="wind"></canvas>
|
||||
<h5>11
|
||||
<i>km/h</i>
|
||||
</h5>
|
||||
<h5>11 <i>km/h</i></h5>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-2">
|
||||
|
@ -1040,9 +1019,7 @@
|
|||
<h2 class="day">Sat</h2>
|
||||
<h3 class="degrees">26</h3>
|
||||
<canvas height="32" width="32" id="cloudy"></canvas>
|
||||
<h5>10
|
||||
<i>km/h</i>
|
||||
</h5>
|
||||
<h5>10 <i>km/h</i></h5>
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
|
@ -1055,19 +1032,18 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
</div>
|
||||
<!-- /page content -->
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="custom_notifications" class="custom-notifications dsp_none">
|
||||
|
|
|
@ -785,21 +785,18 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
|
||||
</div>
|
||||
<!-- /page content -->
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div id="custom_notifications" class="custom-notifications dsp_none">
|
||||
|
|
|
@ -880,22 +880,18 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
|
||||
</div>
|
||||
<!-- /page content -->
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div id="custom_notifications" class="custom-notifications dsp_none">
|
||||
|
|
|
@ -521,20 +521,18 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
|
||||
</div>
|
||||
<!-- /page content -->
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="custom_notifications" class="custom-notifications dsp_none">
|
||||
|
|
|
@ -30,20 +30,24 @@ $(function () {
|
|||
else {
|
||||
if ($(this).is('.active')) {
|
||||
$(this).removeClass('active');
|
||||
$('ul', this).slideUp();
|
||||
$('ul', this).slideUp(function() {
|
||||
setContentHeight();
|
||||
});
|
||||
} else {
|
||||
$SIDEBAR_MENU.find('li').removeClass('active');
|
||||
$SIDEBAR_MENU.find('li ul').slideUp();
|
||||
|
||||
$(this).addClass('active');
|
||||
$('ul', this).slideDown();
|
||||
$('ul', this).slideDown(function() {
|
||||
setContentHeight();
|
||||
});
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
$MENU_TOGGLE.on('click', function() {
|
||||
if ($BODY.hasClass('nav-md')) {
|
||||
$BODY.removeClass('nav-md').addClass('nav-sm');
|
||||
$BODY.removeClass('nav-md').addClass('nav-sm', 1000);
|
||||
$LEFT_COL.removeClass('scroll-view').removeAttr('style');
|
||||
$SIDEBAR_FOOTER.hide();
|
||||
|
||||
|
@ -51,7 +55,7 @@ $(function () {
|
|||
$SIDEBAR_MENU.find('li.active').addClass('active-sm').removeClass('active');
|
||||
}
|
||||
} else {
|
||||
$BODY.removeClass('nav-sm').addClass('nav-md');
|
||||
$BODY.removeClass('nav-sm').addClass('nav-md', 1000);
|
||||
$SIDEBAR_FOOTER.show();
|
||||
|
||||
if ($SIDEBAR_MENU.find('li').hasClass('active-sm')) {
|
||||
|
@ -65,7 +69,29 @@ $(function () {
|
|||
|
||||
$SIDEBAR_MENU.find('a').filter(function () {
|
||||
return this.href == URL;
|
||||
}).parent('li').addClass('current-page').parent('ul').slideDown().parent().addClass('active');
|
||||
}).parent('li').addClass('current-page').parent('ul').slideDown(function() {
|
||||
setContentHeight();
|
||||
}).parent().addClass('active');
|
||||
|
||||
// recompute content when resizing
|
||||
$(window).smartresize(function(){
|
||||
setContentHeight();
|
||||
});
|
||||
|
||||
// TODO: This is some kind of easy fix, maybe we can improve this
|
||||
var setContentHeight = function () {
|
||||
// reset height
|
||||
$RIGHT_COL.css('min-height', $(window).height());
|
||||
|
||||
var bodyHeight = $BODY.height(),
|
||||
leftColHeight = $LEFT_COL.height() + $SIDEBAR_FOOTER.height(),
|
||||
contentHeight = bodyHeight < leftColHeight ? leftColHeight : bodyHeight;
|
||||
|
||||
// normalize content
|
||||
contentHeight -= $NAV_MENU.height() + $FOOTER.height();
|
||||
|
||||
$RIGHT_COL.css('min-height', contentHeight);
|
||||
};
|
||||
});
|
||||
|
||||
// Panel toolbox
|
||||
|
@ -95,12 +121,6 @@ $(function () {
|
|||
});
|
||||
});
|
||||
|
||||
// Right column height
|
||||
$(".right_col").css("min-height", $(window).height());
|
||||
$(window).resize(function () {
|
||||
$(".right_col").css("min-height", $(window).height());
|
||||
});
|
||||
|
||||
// Tooltip
|
||||
$(function () {
|
||||
$('[data-toggle="tooltip"]').tooltip();
|
||||
|
@ -324,4 +344,40 @@ if (typeof NProgress != 'undefined') {
|
|||
$(window).load(function () {
|
||||
NProgress.done();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Resize function without multiple trigger
|
||||
*
|
||||
* Usage:
|
||||
* $(window).smartresize(function(){
|
||||
* // code here
|
||||
* });
|
||||
*/
|
||||
(function($,sr){
|
||||
// debouncing function from John Hann
|
||||
// http://unscriptable.com/index.php/2009/03/20/debouncing-javascript-methods/
|
||||
var debounce = function (func, threshold, execAsap) {
|
||||
var timeout;
|
||||
|
||||
return function debounced () {
|
||||
var obj = this, args = arguments;
|
||||
function delayed () {
|
||||
if (!execAsap)
|
||||
func.apply(obj, args);
|
||||
timeout = null;
|
||||
}
|
||||
|
||||
if (timeout)
|
||||
clearTimeout(timeout);
|
||||
else if (execAsap)
|
||||
func.apply(obj, args);
|
||||
|
||||
timeout = setTimeout(delayed, threshold || 100);
|
||||
};
|
||||
};
|
||||
|
||||
// smartresize
|
||||
jQuery.fn[sr] = function(fn){ return fn ? this.bind('resize', debounce(fn)) : this.trigger(sr); };
|
||||
|
||||
})(jQuery,'smartresize');
|
|
@ -1,3 +1,4 @@
|
|||
<!-- TODO: Investigate this broken page -->
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
|
|
|
@ -560,20 +560,18 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
|
||||
</div>
|
||||
<!-- /page content -->
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="custom_notifications" class="custom-notifications dsp_none">
|
||||
|
|
|
@ -503,19 +503,18 @@
|
|||
<!-- /line graph -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
</div>
|
||||
<!-- /page content -->
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="custom_notifications" class="custom-notifications dsp_none">
|
||||
|
@ -536,8 +535,6 @@
|
|||
<script src="js/moris/raphael-min.js"></script>
|
||||
<script src="js/moris/morris.min.js"></script>
|
||||
<script src="js/moris/example.js"></script>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
|
@ -468,19 +468,18 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
</div>
|
||||
<!-- /page content -->
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="custom_notifications" class="custom-notifications dsp_none">
|
||||
|
|
|
@ -38,11 +38,8 @@
|
|||
|
||||
|
||||
<body class="nav-md">
|
||||
|
||||
<div class="container body">
|
||||
|
||||
<div class="main_container">
|
||||
|
||||
<!-- page content -->
|
||||
<div class="col-md-12">
|
||||
<div class="col-middle">
|
||||
|
@ -68,9 +65,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<!-- /page content -->
|
||||
|
||||
</div>
|
||||
<!-- footer content -->
|
||||
</div>
|
||||
|
||||
<div id="custom_notifications" class="custom-notifications dsp_none">
|
||||
|
|
|
@ -38,11 +38,8 @@
|
|||
|
||||
|
||||
<body class="nav-md">
|
||||
|
||||
<div class="container body">
|
||||
|
||||
<div class="main_container">
|
||||
|
||||
<!-- page content -->
|
||||
<div class="col-md-12">
|
||||
<div class="col-middle">
|
||||
|
@ -68,9 +65,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<!-- /page content -->
|
||||
|
||||
</div>
|
||||
<!-- footer content -->
|
||||
</div>
|
||||
|
||||
<div id="custom_notifications" class="custom-notifications dsp_none">
|
||||
|
|
|
@ -1,368 +1,367 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<!-- Meta, title, CSS, favicons, etc. -->
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<!-- Meta, title, CSS, favicons, etc. -->
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Gentallela Alela! | </title>
|
||||
|
||||
<title>Gentallela Alela! | </title>
|
||||
<!-- Bootstrap core CSS -->
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="fonts/css/font-awesome.min.css" rel="stylesheet">
|
||||
<link href="css/animate.min.css" rel="stylesheet">
|
||||
|
||||
<link href="fonts/css/font-awesome.min.css" rel="stylesheet">
|
||||
<link href="css/animate.min.css" rel="stylesheet">
|
||||
<!-- Custom styling plus plugins -->
|
||||
<link href="css/custom.css" rel="stylesheet">
|
||||
<link href="css/icheck/flat/green.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom styling plus plugins -->
|
||||
<link href="css/custom.css" rel="stylesheet">
|
||||
<link href="css/icheck/flat/green.css" rel="stylesheet">
|
||||
<script src="js/jquery.min.js"></script>
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../assets/js/ie8-responsive-file-warning.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
||||
<!--[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>
|
||||
|
||||
|
||||
<script src="js/jquery.min.js"></script>
|
||||
<body class="nav-md">
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../assets/js/ie8-responsive-file-warning.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
||||
<!--[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>
|
||||
<div class="container body">
|
||||
|
||||
|
||||
<body class="nav-md">
|
||||
<div class="main_container">
|
||||
|
||||
<div class="container body">
|
||||
<div class="col-md-3 left_col">
|
||||
<div class="left_col scroll-view">
|
||||
|
||||
|
||||
<div class="main_container">
|
||||
|
||||
<div class="col-md-3 left_col">
|
||||
<div class="left_col scroll-view">
|
||||
|
||||
<div class="navbar nav_title" style="border: 0;">
|
||||
<a href="index.html" class="site_title"><i class="fa fa-paw"></i> <span>Gentellela Alela!</span></a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
|
||||
<!-- menu prile quick info -->
|
||||
<div class="profile">
|
||||
<div class="profile_pic">
|
||||
<img src="images/img.jpg" alt="..." class="img-circle profile_img">
|
||||
<div class="navbar nav_title" style="border: 0;">
|
||||
<a href="index.html" class="site_title"><i class="fa fa-paw"></i> <span>Gentellela Alela!</span></a>
|
||||
</div>
|
||||
<div class="profile_info">
|
||||
<span>Welcome,</span>
|
||||
<h2>John Doe</h2>
|
||||
<div class="clearfix"></div>
|
||||
|
||||
<!-- menu prile quick info -->
|
||||
<div class="profile">
|
||||
<div class="profile_pic">
|
||||
<img src="images/img.jpg" alt="..." class="img-circle profile_img">
|
||||
</div>
|
||||
<div class="profile_info">
|
||||
<span>Welcome,</span>
|
||||
<h2>John Doe</h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /menu prile quick info -->
|
||||
<!-- /menu prile quick info -->
|
||||
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<!-- sidebar menu -->
|
||||
<div id="sidebar-menu" class="main_menu_side hidden-print main_menu">
|
||||
<!-- sidebar menu -->
|
||||
<div id="sidebar-menu" class="main_menu_side hidden-print main_menu">
|
||||
|
||||
<div class="menu_section">
|
||||
<h3>General</h3>
|
||||
<ul class="nav side-menu">
|
||||
<li><a><i class="fa fa-home"></i> Home <span class="fa fa-chevron-down"></span></a>
|
||||
<ul class="nav child_menu" style="display: none">
|
||||
<li><a href="index.html">Dashboard</a>
|
||||
</li>
|
||||
<li><a href="index2.html">Dashboard2</a>
|
||||
</li>
|
||||
<li><a href="index3.html">Dashboard3</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a><i class="fa fa-edit"></i> Forms <span class="fa fa-chevron-down"></span></a>
|
||||
<ul class="nav child_menu" style="display: none">
|
||||
<li><a href="form.html">General Form</a>
|
||||
</li>
|
||||
<li><a href="form_advanced.html">Advanced Components</a>
|
||||
</li>
|
||||
<li><a href="form_validation.html">Form Validation</a>
|
||||
</li>
|
||||
<li><a href="form_wizards.html">Form Wizard</a>
|
||||
</li>
|
||||
<li><a href="form_upload.html">Form Upload</a>
|
||||
</li>
|
||||
<li><a href="form_buttons.html">Form Buttons</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a><i class="fa fa-desktop"></i> UI Elements <span class="fa fa-chevron-down"></span></a>
|
||||
<ul class="nav child_menu" style="display: none">
|
||||
<li><a href="general_elements.html">General Elements</a>
|
||||
</li>
|
||||
<li><a href="media_gallery.html">Media Gallery</a>
|
||||
</li>
|
||||
<li><a href="typography.html">Typography</a>
|
||||
</li>
|
||||
<li><a href="icons.html">Icons</a>
|
||||
</li>
|
||||
<li><a href="glyphicons.html">Glyphicons</a>
|
||||
</li>
|
||||
<li><a href="widgets.html">Widgets</a>
|
||||
</li>
|
||||
<li><a href="invoice.html">Invoice</a>
|
||||
</li>
|
||||
<li><a href="inbox.html">Inbox</a>
|
||||
</li>
|
||||
<li><a href="calendar.html">Calendar</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a><i class="fa fa-table"></i> Tables <span class="fa fa-chevron-down"></span></a>
|
||||
<ul class="nav child_menu" style="display: none">
|
||||
<li><a href="tables.html">Tables</a>
|
||||
</li>
|
||||
<li><a href="tables_dynamic.html">Table Dynamic</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a><i class="fa fa-bar-chart-o"></i> Data Presentation <span class="fa fa-chevron-down"></span></a>
|
||||
<ul class="nav child_menu" style="display: none">
|
||||
<li><a href="chartjs.html">Chart JS</a>
|
||||
</li>
|
||||
<li><a href="chartjs2.html">Chart JS2</a>
|
||||
</li>
|
||||
<li><a href="morisjs.html">Moris JS</a>
|
||||
</li>
|
||||
<li><a href="echarts.html">ECharts </a>
|
||||
</li>
|
||||
<li><a href="other_charts.html">Other Charts </a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="menu_section">
|
||||
<h3>Live On</h3>
|
||||
<ul class="nav side-menu">
|
||||
<li><a><i class="fa fa-bug"></i> Additional Pages <span class="fa fa-chevron-down"></span></a>
|
||||
<ul class="nav child_menu" style="display: none">
|
||||
<li><a href="e_commerce.html">E-commerce</a>
|
||||
</li>
|
||||
<li><a href="projects.html">Projects</a>
|
||||
</li>
|
||||
<li><a href="project_detail.html">Project Detail</a>
|
||||
</li>
|
||||
<li><a href="contacts.html">Contacts</a>
|
||||
</li>
|
||||
<li><a href="profile.html">Profile</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a><i class="fa fa-windows"></i> Extras <span class="fa fa-chevron-down"></span></a>
|
||||
<ul class="nav child_menu" style="display: none">
|
||||
<li><a href="page_404.html">404 Error</a>
|
||||
</li>
|
||||
<li><a href="page_500.html">500 Error</a>
|
||||
</li>
|
||||
<li><a href="plain_page.html">Plain Page</a>
|
||||
</li>
|
||||
<li><a href="login.html">Login Page</a>
|
||||
</li>
|
||||
<li><a href="pricing_tables.html">Pricing Tables</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
<li><a><i class="fa fa-laptop"></i> Landing Page <span class="label label-success pull-right">Coming Soon</span></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<!-- /sidebar menu -->
|
||||
|
||||
<!-- /menu footer buttons -->
|
||||
<div class="sidebar-footer hidden-small">
|
||||
<a data-toggle="tooltip" data-placement="top" title="Settings">
|
||||
<span class="glyphicon glyphicon-cog" aria-hidden="true"></span>
|
||||
</a>
|
||||
<a data-toggle="tooltip" data-placement="top" title="FullScreen">
|
||||
<span class="glyphicon glyphicon-fullscreen" aria-hidden="true"></span>
|
||||
</a>
|
||||
<a data-toggle="tooltip" data-placement="top" title="Lock">
|
||||
<span class="glyphicon glyphicon-eye-close" aria-hidden="true"></span>
|
||||
</a>
|
||||
<a data-toggle="tooltip" data-placement="top" title="Logout">
|
||||
<span class="glyphicon glyphicon-off" aria-hidden="true"></span>
|
||||
</a>
|
||||
</div>
|
||||
<!-- /menu footer buttons -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- top navigation -->
|
||||
<div class="top_nav">
|
||||
|
||||
<div class="nav_menu">
|
||||
<nav class="" role="navigation">
|
||||
<div class="nav toggle">
|
||||
<a id="menu_toggle"><i class="fa fa-bars"></i></a>
|
||||
</div>
|
||||
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
<li class="">
|
||||
<a href="javascript:;" class="user-profile dropdown-toggle" data-toggle="dropdown" aria-expanded="false">
|
||||
<img src="images/img.jpg" alt="">John Doe
|
||||
<span class=" fa fa-angle-down"></span>
|
||||
</a>
|
||||
<ul class="dropdown-menu dropdown-usermenu pull-right">
|
||||
<li><a href="javascript:;"> Profile</a>
|
||||
<div class="menu_section">
|
||||
<h3>General</h3>
|
||||
<ul class="nav side-menu">
|
||||
<li><a><i class="fa fa-home"></i> Home <span class="fa fa-chevron-down"></span></a>
|
||||
<ul class="nav child_menu" style="display: none">
|
||||
<li><a href="index.html">Dashboard</a>
|
||||
</li>
|
||||
<li><a href="index2.html">Dashboard2</a>
|
||||
</li>
|
||||
<li><a href="index3.html">Dashboard3</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="javascript:;">
|
||||
<span class="badge bg-red pull-right">50%</span>
|
||||
<span>Settings</span>
|
||||
</a>
|
||||
<li><a><i class="fa fa-edit"></i> Forms <span class="fa fa-chevron-down"></span></a>
|
||||
<ul class="nav child_menu" style="display: none">
|
||||
<li><a href="form.html">General Form</a>
|
||||
</li>
|
||||
<li><a href="form_advanced.html">Advanced Components</a>
|
||||
</li>
|
||||
<li><a href="form_validation.html">Form Validation</a>
|
||||
</li>
|
||||
<li><a href="form_wizards.html">Form Wizard</a>
|
||||
</li>
|
||||
<li><a href="form_upload.html">Form Upload</a>
|
||||
</li>
|
||||
<li><a href="form_buttons.html">Form Buttons</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="javascript:;">Help</a>
|
||||
<li><a><i class="fa fa-desktop"></i> UI Elements <span class="fa fa-chevron-down"></span></a>
|
||||
<ul class="nav child_menu" style="display: none">
|
||||
<li><a href="general_elements.html">General Elements</a>
|
||||
</li>
|
||||
<li><a href="media_gallery.html">Media Gallery</a>
|
||||
</li>
|
||||
<li><a href="typography.html">Typography</a>
|
||||
</li>
|
||||
<li><a href="icons.html">Icons</a>
|
||||
</li>
|
||||
<li><a href="glyphicons.html">Glyphicons</a>
|
||||
</li>
|
||||
<li><a href="widgets.html">Widgets</a>
|
||||
</li>
|
||||
<li><a href="invoice.html">Invoice</a>
|
||||
</li>
|
||||
<li><a href="inbox.html">Inbox</a>
|
||||
</li>
|
||||
<li><a href="calendar.html">Calendar</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="login.html"><i class="fa fa-sign-out pull-right"></i> Log Out</a>
|
||||
<li><a><i class="fa fa-table"></i> Tables <span class="fa fa-chevron-down"></span></a>
|
||||
<ul class="nav child_menu" style="display: none">
|
||||
<li><a href="tables.html">Tables</a>
|
||||
</li>
|
||||
<li><a href="tables_dynamic.html">Table Dynamic</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a><i class="fa fa-bar-chart-o"></i> Data Presentation <span class="fa fa-chevron-down"></span></a>
|
||||
<ul class="nav child_menu" style="display: none">
|
||||
<li><a href="chartjs.html">Chart JS</a>
|
||||
</li>
|
||||
<li><a href="chartjs2.html">Chart JS2</a>
|
||||
</li>
|
||||
<li><a href="morisjs.html">Moris JS</a>
|
||||
</li>
|
||||
<li><a href="echarts.html">ECharts </a>
|
||||
</li>
|
||||
<li><a href="other_charts.html">Other Charts </a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</div>
|
||||
<div class="menu_section">
|
||||
<h3>Live On</h3>
|
||||
<ul class="nav side-menu">
|
||||
<li><a><i class="fa fa-bug"></i> Additional Pages <span class="fa fa-chevron-down"></span></a>
|
||||
<ul class="nav child_menu" style="display: none">
|
||||
<li><a href="e_commerce.html">E-commerce</a>
|
||||
</li>
|
||||
<li><a href="projects.html">Projects</a>
|
||||
</li>
|
||||
<li><a href="project_detail.html">Project Detail</a>
|
||||
</li>
|
||||
<li><a href="contacts.html">Contacts</a>
|
||||
</li>
|
||||
<li><a href="profile.html">Profile</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a><i class="fa fa-windows"></i> Extras <span class="fa fa-chevron-down"></span></a>
|
||||
<ul class="nav child_menu" style="display: none">
|
||||
<li><a href="page_404.html">404 Error</a>
|
||||
</li>
|
||||
<li><a href="page_500.html">500 Error</a>
|
||||
</li>
|
||||
<li><a href="plain_page.html">Plain Page</a>
|
||||
</li>
|
||||
<li><a href="login.html">Login Page</a>
|
||||
</li>
|
||||
<li><a href="pricing_tables.html">Pricing Tables</a>
|
||||
</li>
|
||||
|
||||
<li role="presentation" class="dropdown">
|
||||
<a href="javascript:;" class="dropdown-toggle info-number" data-toggle="dropdown" aria-expanded="false">
|
||||
<i class="fa fa-envelope-o"></i>
|
||||
<span class="badge bg-green">6</span>
|
||||
</a>
|
||||
<ul id="menu1" class="dropdown-menu list-unstyled msg_list" role="menu">
|
||||
<li>
|
||||
<a>
|
||||
<span class="image">
|
||||
<img src="images/img.jpg" alt="Profile Image" />
|
||||
</span>
|
||||
<span>
|
||||
<span>John Smith</span>
|
||||
<span class="time">3 mins ago</span>
|
||||
</span>
|
||||
<span class="message">
|
||||
Film festivals used to be do-or-die moments for movie makers. They were where...
|
||||
</span>
|
||||
</a>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a>
|
||||
<span class="image">
|
||||
<img src="images/img.jpg" alt="Profile Image" />
|
||||
</span>
|
||||
<span>
|
||||
<span>John Smith</span>
|
||||
<span class="time">3 mins ago</span>
|
||||
</span>
|
||||
<span class="message">
|
||||
Film festivals used to be do-or-die moments for movie makers. They were where...
|
||||
</span>
|
||||
</a>
|
||||
<li><a><i class="fa fa-laptop"></i> Landing Page <span class="label label-success pull-right">Coming Soon</span></a>
|
||||
</li>
|
||||
<li>
|
||||
<a>
|
||||
<span class="image">
|
||||
<img src="images/img.jpg" alt="Profile Image" />
|
||||
</span>
|
||||
<span>
|
||||
<span>John Smith</span>
|
||||
<span class="time">3 mins ago</span>
|
||||
</span>
|
||||
<span class="message">
|
||||
Film festivals used to be do-or-die moments for movie makers. They were where...
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a>
|
||||
<span class="image">
|
||||
<img src="images/img.jpg" alt="Profile Image" />
|
||||
</span>
|
||||
<span>
|
||||
<span>John Smith</span>
|
||||
<span class="time">3 mins ago</span>
|
||||
</span>
|
||||
<span class="message">
|
||||
Film festivals used to be do-or-die moments for movie makers. They were where...
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<div class="text-center">
|
||||
<a>
|
||||
<strong>See All Alerts</strong>
|
||||
<i class="fa fa-angle-right"></i>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<!-- /sidebar menu -->
|
||||
|
||||
<!-- /menu footer buttons -->
|
||||
<div class="sidebar-footer hidden-small">
|
||||
<a data-toggle="tooltip" data-placement="top" title="Settings">
|
||||
<span class="glyphicon glyphicon-cog" aria-hidden="true"></span>
|
||||
</a>
|
||||
<a data-toggle="tooltip" data-placement="top" title="FullScreen">
|
||||
<span class="glyphicon glyphicon-fullscreen" aria-hidden="true"></span>
|
||||
</a>
|
||||
<a data-toggle="tooltip" data-placement="top" title="Lock">
|
||||
<span class="glyphicon glyphicon-eye-close" aria-hidden="true"></span>
|
||||
</a>
|
||||
<a data-toggle="tooltip" data-placement="top" title="Logout">
|
||||
<span class="glyphicon glyphicon-off" aria-hidden="true"></span>
|
||||
</a>
|
||||
</div>
|
||||
<!-- /menu footer buttons -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- top navigation -->
|
||||
<div class="top_nav">
|
||||
|
||||
<div class="nav_menu">
|
||||
<nav class="" role="navigation">
|
||||
<div class="nav toggle">
|
||||
<a id="menu_toggle"><i class="fa fa-bars"></i></a>
|
||||
</div>
|
||||
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
<li class="">
|
||||
<a href="javascript:;" class="user-profile dropdown-toggle" data-toggle="dropdown" aria-expanded="false">
|
||||
<img src="images/img.jpg" alt="">John Doe
|
||||
<span class=" fa fa-angle-down"></span>
|
||||
</a>
|
||||
<ul class="dropdown-menu dropdown-usermenu pull-right">
|
||||
<li><a href="javascript:;"> Profile</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="javascript:;">
|
||||
<span class="badge bg-red pull-right">50%</span>
|
||||
<span>Settings</span>
|
||||
</a>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<!-- /top navigation -->
|
||||
|
||||
<!-- page content -->
|
||||
<div class="right_col" role="main">
|
||||
<div class="">
|
||||
<div class="page-title">
|
||||
<div class="title_left">
|
||||
<h3>Plain Page</h3>
|
||||
</div>
|
||||
|
||||
<div class="title_right">
|
||||
<div class="col-md-5 col-sm-5 col-xs-12 form-group pull-right top_search">
|
||||
<div class="input-group">
|
||||
<input type="text" class="form-control" placeholder="Search for...">
|
||||
<span class="input-group-btn">
|
||||
<button class="btn btn-default" type="button">Go!</button>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
|
||||
<div class="row">
|
||||
|
||||
<div class="col-md-12 col-sm-12 col-xs-12">
|
||||
<div class="x_panel" style="height:600px;">
|
||||
<div class="x_title">
|
||||
<h2>Plain Page</h2>
|
||||
<ul class="nav navbar-right panel_toolbox">
|
||||
<li><a class="collapse-link"><i class="fa fa-chevron-up"></i></a>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"><i class="fa fa-wrench"></i></a>
|
||||
<ul class="dropdown-menu" role="menu">
|
||||
<li><a href="#">Settings 1</a>
|
||||
</li>
|
||||
<li><a href="#">Settings 2</a>
|
||||
</li>
|
||||
</ul>
|
||||
<li>
|
||||
<a href="javascript:;">Help</a>
|
||||
</li>
|
||||
<li><a class="close-link"><i class="fa fa-close"></i></a>
|
||||
<li><a href="login.html"><i class="fa fa-sign-out pull-right"></i> Log Out</a>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="clearfix"></div>
|
||||
</li>
|
||||
|
||||
<li role="presentation" class="dropdown">
|
||||
<a href="javascript:;" class="dropdown-toggle info-number" data-toggle="dropdown" aria-expanded="false">
|
||||
<i class="fa fa-envelope-o"></i>
|
||||
<span class="badge bg-green">6</span>
|
||||
</a>
|
||||
<ul id="menu1" class="dropdown-menu list-unstyled msg_list" role="menu">
|
||||
<li>
|
||||
<a>
|
||||
<span class="image">
|
||||
<img src="images/img.jpg" alt="Profile Image" />
|
||||
</span>
|
||||
<span>
|
||||
<span>John Smith</span>
|
||||
<span class="time">3 mins ago</span>
|
||||
</span>
|
||||
<span class="message">
|
||||
Film festivals used to be do-or-die moments for movie makers. They were where...
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a>
|
||||
<span class="image">
|
||||
<img src="images/img.jpg" alt="Profile Image" />
|
||||
</span>
|
||||
<span>
|
||||
<span>John Smith</span>
|
||||
<span class="time">3 mins ago</span>
|
||||
</span>
|
||||
<span class="message">
|
||||
Film festivals used to be do-or-die moments for movie makers. They were where...
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a>
|
||||
<span class="image">
|
||||
<img src="images/img.jpg" alt="Profile Image" />
|
||||
</span>
|
||||
<span>
|
||||
<span>John Smith</span>
|
||||
<span class="time">3 mins ago</span>
|
||||
</span>
|
||||
<span class="message">
|
||||
Film festivals used to be do-or-die moments for movie makers. They were where...
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a>
|
||||
<span class="image">
|
||||
<img src="images/img.jpg" alt="Profile Image" />
|
||||
</span>
|
||||
<span>
|
||||
<span>John Smith</span>
|
||||
<span class="time">3 mins ago</span>
|
||||
</span>
|
||||
<span class="message">
|
||||
Film festivals used to be do-or-die moments for movie makers. They were where...
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<div class="text-center">
|
||||
<a>
|
||||
<strong>See All Alerts</strong>
|
||||
<i class="fa fa-angle-right"></i>
|
||||
</a>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<!-- /top navigation -->
|
||||
|
||||
<!-- page content -->
|
||||
<div class="right_col" role="main">
|
||||
<div class="">
|
||||
<div class="page-title">
|
||||
<div class="title_left">
|
||||
<h3>Plain Page</h3>
|
||||
</div>
|
||||
|
||||
<div class="title_right">
|
||||
<div class="col-md-5 col-sm-5 col-xs-12 form-group pull-right top_search">
|
||||
<div class="input-group">
|
||||
<input type="text" class="form-control" placeholder="Search for...">
|
||||
<span class="input-group-btn">
|
||||
<button class="btn btn-default" type="button">Go!</button>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
|
||||
<div class="row">
|
||||
|
||||
<div class="col-md-12 col-sm-12 col-xs-12">
|
||||
<div class="x_panel" style="height:600px;">
|
||||
<div class="x_title">
|
||||
<h2>Plain Page</h2>
|
||||
<ul class="nav navbar-right panel_toolbox">
|
||||
<li><a class="collapse-link"><i class="fa fa-chevron-up"></i></a>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"><i class="fa fa-wrench"></i></a>
|
||||
<ul class="dropdown-menu" role="menu">
|
||||
<li><a href="#">Settings 1</a>
|
||||
</li>
|
||||
<li><a href="#">Settings 2</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a class="close-link"><i class="fa fa-close"></i></a>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="clearfix"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /page content -->
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
|
@ -373,30 +372,24 @@
|
|||
</footer>
|
||||
<!-- /footer content -->
|
||||
</div>
|
||||
<!-- /page content -->
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div id="custom_notifications" class="custom-notifications dsp_none">
|
||||
<ul class="list-unstyled notifications clearfix" data-tabbed_notifications="notif-group"></ul>
|
||||
<div class="clearfix"></div>
|
||||
<div id="notif-group" class="tabbed_notifications"></div>
|
||||
</div>
|
||||
|
||||
<div id="custom_notifications" class="custom-notifications dsp_none">
|
||||
<ul class="list-unstyled notifications clearfix" data-tabbed_notifications="notif-group">
|
||||
</ul>
|
||||
<div class="clearfix"></div>
|
||||
<div id="notif-group" class="tabbed_notifications"></div>
|
||||
</div>
|
||||
<script src="js/bootstrap.min.js"></script>
|
||||
|
||||
<script src="js/bootstrap.min.js"></script>
|
||||
<!-- bootstrap progress js -->
|
||||
<script src="js/progressbar/bootstrap-progressbar.min.js"></script>
|
||||
<!-- icheck -->
|
||||
<script src="js/icheck/icheck.min.js"></script>
|
||||
|
||||
<!-- bootstrap progress js -->
|
||||
<script src="js/progressbar/bootstrap-progressbar.min.js"></script>
|
||||
<!-- icheck -->
|
||||
<script src="js/icheck/icheck.min.js"></script>
|
||||
<script src="js/custom.js"></script>
|
||||
|
||||
<script src="js/custom.js"></script>
|
||||
|
||||
<!-- pace -->
|
||||
<script src="js/pace/pace.min.js"></script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
<!-- pace -->
|
||||
<script src="js/pace/pace.min.js"></script>
|
||||
</body>
|
||||
</html>
|
|
@ -501,27 +501,24 @@
|
|||
</div>
|
||||
<!-- price element -->
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
</div>
|
||||
<!-- /page content -->
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="custom_notifications" class="custom-notifications dsp_none">
|
||||
|
|
|
@ -663,20 +663,18 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
|
||||
</div>
|
||||
<!-- /page content -->
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="custom_notifications" class="custom-notifications dsp_none">
|
||||
|
|
|
@ -500,20 +500,18 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
|
||||
</div>
|
||||
<!-- /page content -->
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="custom_notifications" class="custom-notifications dsp_none">
|
||||
|
|
|
@ -706,20 +706,18 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
|
||||
</div>
|
||||
<!-- /page content -->
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="custom_notifications" class="custom-notifications dsp_none">
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<!-- TODO: Investigate this broken page -->
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
|
@ -25,25 +26,19 @@
|
|||
<script src="js/jquery.min.js"></script>
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../assets/js/ie8-responsive-file-warning.js"></script>
|
||||
<![endif]-->
|
||||
<script src="../assets/js/ie8-responsive-file-warning.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
||||
<!--[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]-->
|
||||
|
||||
<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 class="nav-md">
|
||||
|
||||
<div class="container body">
|
||||
|
||||
|
||||
<div class="main_container">
|
||||
|
||||
<div class="col-md-3 left_col">
|
||||
<div class="left_col scroll-view">
|
||||
|
||||
|
@ -269,17 +264,10 @@
|
|||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
<!-- /top navigation -->
|
||||
|
||||
<!-- page content -->
|
||||
|
||||
<!-- /page content -->
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
</div>
|
||||
|
||||
<div id="custom_notifications" class="custom-notifications dsp_none">
|
||||
|
|
|
@ -770,18 +770,17 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
|
||||
</div>
|
||||
<!-- /page content -->
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
|
@ -3035,18 +3035,17 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
|
||||
</div>
|
||||
<!-- /page content -->
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
|
@ -393,29 +393,25 @@
|
|||
<span class="label label-info">Info</span>
|
||||
<span class="label label-warning">Warning</span>
|
||||
<span class="label label-danger">Danger</span>
|
||||
|
||||
<span class="badge badge-success">42</span>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
|
||||
</div>
|
||||
<!-- /page content -->
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="custom_notifications" class="custom-notifications dsp_none">
|
||||
|
|
|
@ -923,21 +923,18 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
|
||||
</div>
|
||||
<!-- /page content -->
|
||||
|
||||
<!-- footer content -->
|
||||
<footer>
|
||||
<div class="pull-right">
|
||||
Gentelella - Bootstrap Admin Template by <a href="https://colorlib.com">Colorlib</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</footer>
|
||||
<!-- /footer content -->
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="custom_notifications" class="custom-notifications dsp_none">
|
||||
|
|
Loading…
Reference in New Issue