|
|
<script src="/static/admin/bootstrap/js/common-scripts.js"></script>
|
|
|
|
|
|
<div class="modal fade" id="layer_image" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
|
|
|
<div class="modal-dialog">
|
|
|
<div class="row" id="layer_image_img">
|
|
|
<img src="">
|
|
|
</div>
|
|
|
</div><!-- /.modal-dialog -->
|
|
|
</div><!-- /.modal -->
|
|
|
|
|
|
|
|
|
<div class="modal fade" id="carousel_image" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
|
|
|
<div id="carousel_image_img" class="carousel slide">
|
|
|
<!-- 轮播(Carousel)指标 -->
|
|
|
<ol class="carousel-indicators">
|
|
|
</ol>
|
|
|
<!-- 轮播(Carousel)项目 -->
|
|
|
<div class="carousel-inner">
|
|
|
</div>
|
|
|
<!-- 轮播(Carousel)导航 -->
|
|
|
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
|
|
|
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
|
|
|
<span class="sr-only">Previous</span>
|
|
|
</a>
|
|
|
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
|
|
|
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
|
|
|
<span class="sr-only">Next</span>
|
|
|
</a>
|
|
|
</div>
|
|
|
</div><!-- /.modal -->
|
|
|
|
|
|
<!--custom switch-->
|
|
|
<script src="/static/admin/bootstrap/js/bootstrap-switch.js"></script>
|
|
|
<!--custom tagsinput-->
|
|
|
<script src="/static/admin/bootstrap/js/jquery.tagsinput.js"></script>
|
|
|
|
|
|
|
|
|
<script type="text/javascript" src="/static/admin/bootstrap/assets/bootstrap-daterangepicker/date.js"></script>
|
|
|
|
|
|
<script type="text/javascript" src="/static/admin/bootstrap/assets/bootstrap-colorpicker/js/bootstrap-colorpicker.js"></script>
|
|
|
|
|
|
|
|
|
|
|
|
<script src="/static/admin/bootstrap/js/form-component.js"></script>
|
|
|
|
|
|
|
|
|
<style type="text/css">
|
|
|
|
|
|
.loading {
|
|
|
width: 160px;
|
|
|
height: 56px;
|
|
|
position: absolute;
|
|
|
top: 50%;
|
|
|
left: 50%;
|
|
|
line-height: 56px;
|
|
|
color: #fff;
|
|
|
padding-left: 60px;
|
|
|
font-size: 15px;
|
|
|
background: #000 url(/static/admin/images/loading.gif) no-repeat 10px 50%;
|
|
|
opacity: 0.7;
|
|
|
z-index: 9999;
|
|
|
-moz-border-radius: 20px;
|
|
|
-webkit-border-radius: 20px;
|
|
|
border-radius: 20px;
|
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
|
|
|
display: none;
|
|
|
}
|
|
|
|
|
|
.loading-wai {
|
|
|
position: fixed;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
background: rgba(0, 0, 0, 0);
|
|
|
display: none;
|
|
|
z-index: 9999999;
|
|
|
}
|
|
|
</style>
|
|
|
<div class="loading-wai">
|
|
|
<div id="loading" class="loading">Loading...</div>
|
|
|
</div>
|
|
|
|
|
|
</body>
|
|
|
</html>
|