You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

86 lines
2.6 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<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>