用户列表和详情修改
This commit is contained in:
@@ -47,12 +47,12 @@
|
||||
<link rel="icon" href="static/assets/img/ico/favicon.ico" type="image/png">
|
||||
<!-- Windows8 touch icon ( http://www.buildmypinnedsite.com/ )-->
|
||||
<meta name="msapplication-TileColor" content="#3399cc" />
|
||||
<!--<script src="static/assets/plugins/tables/jquery-1.10.2.min.js"></script>-->
|
||||
<script src="static/assets/plugins/tables/jquery-1.10.2.min.js"></script>
|
||||
<!-- Javascripts -->
|
||||
<!-- Load pace first -->
|
||||
<script src="static/assets/plugins/core/pace/pace.min.js"></script>
|
||||
<!-- Important javascript libs(put in all pages) -->
|
||||
<script src="static/assets/js/jquery-1.8.3.min.js"></script>
|
||||
<!--<script src="static/assets/js/jquery-1.8.3.min.js"></script>-->
|
||||
<script>
|
||||
window.jQuery || document.write('<script src="static/assets/js/libs/jquery-2.1.1.min.js">\x3C/script>')
|
||||
</script>
|
||||
@@ -66,7 +66,9 @@
|
||||
<script type="text/javascript" src="static/assets/js/libs/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<!-- Bootstrap plugins -->
|
||||
<script src="static/assets/js/bootstrap/bootstrap.js"></script>
|
||||
<!--<script src="static/assets/js/bootstrap/bootstrap.js"></script>-->
|
||||
<script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js" type="text/javascript"></script>
|
||||
<link href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
|
||||
<!-- Core plugins ( not remove ever) -->
|
||||
<!-- Handle responsive view functions -->
|
||||
<script src="static/assets/js/jRespond.min.js"></script>
|
||||
@@ -174,7 +176,28 @@
|
||||
<!-- End .page-header -->
|
||||
</div>
|
||||
<!-- End .row -->
|
||||
<t:insertAttribute name="body" />
|
||||
<div class="outlet">
|
||||
<!-- Start .outlet -->
|
||||
<!-- Page start here ( usual with .row ) -->
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<!-- col-lg-12 start here -->
|
||||
<div class="panel panel-default plain toggle panelClose panelRefresh">
|
||||
<!-- Start .panel -->
|
||||
<div class="panel-heading white-bg">
|
||||
<h4 class="panel-title">${pagetitle}</h4>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<t:insertAttribute name="body" />
|
||||
</div>
|
||||
</div>
|
||||
<!-- End .panel -->
|
||||
</div>
|
||||
<!-- col-lg-12 end here -->
|
||||
</div>
|
||||
<!-- Page End here -->
|
||||
</div>
|
||||
<!-- End .outlet -->
|
||||
</div>
|
||||
<!-- End .content-wrapper -->
|
||||
<div class="clearfix"></div>
|
||||
|
||||
Reference in New Issue
Block a user