后台UI更新
This commit is contained in:
@@ -1,16 +1,14 @@
|
||||
{extend name="admin/base"/}
|
||||
|
||||
{block name="body"}
|
||||
<Card style="width:350px">
|
||||
<p slot="title">
|
||||
<Icon type="ios-film-outline"></Icon>
|
||||
Classic film
|
||||
</p>
|
||||
<Input v-model="value" placeholder="Enter something..." style="width: 300px" />
|
||||
</Card>
|
||||
{/block}
|
||||
{block name="script"}
|
||||
<script type="text/javascript">
|
||||
var isLoadModule = true;
|
||||
</script>
|
||||
<!-- Default box -->
|
||||
<div class="box box-primary">
|
||||
<div class="box-header with-border">
|
||||
<h3 class="box-title">{$mate_title|default="更新缓存"}</h3>
|
||||
<div class="box-tools pull-right">
|
||||
</div>
|
||||
</div>
|
||||
<div class="box-body">
|
||||
</div>
|
||||
</div>
|
||||
{/block}
|
||||
@@ -12,11 +12,11 @@
|
||||
<!-- Ionicons -->
|
||||
<link rel="stylesheet" href="__static__/plugins/Ionicons/css/ionicons.min.css">
|
||||
<!-- Theme style -->
|
||||
<link rel="stylesheet" href="__css__/AdminLTE.min.css">
|
||||
<link rel="stylesheet" href="__css__/sentcms.min.css">
|
||||
<link rel="stylesheet" href="__css__/style.css?v={$sent_version}">
|
||||
<!-- AdminLTE Skins. Choose a skin from the css/skins
|
||||
folder instead of downloading all of them to reduce the load. -->
|
||||
<link rel="stylesheet" href="__css__/skins/_all-skins.min.css">
|
||||
<link rel="stylesheet" href="__css__/themes.css">
|
||||
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
@@ -165,9 +165,31 @@ folder instead of downloading all of them to reduce the load. -->
|
||||
</aside>
|
||||
<!-- Content Wrapper. Contains page content -->
|
||||
<div class="content-wrapper">
|
||||
<!-- Content Header (Page header) -->
|
||||
<iframe src="/admin/index/dashboard.html" frameborder="0" width="100%" name="main-body"></iframe>
|
||||
<!-- /.content -->
|
||||
<div class="page-tab">
|
||||
<span class="button" data-action="scroll" data-type="left"><i class="fa fa-backward"></i></span>
|
||||
<div class="tab-list">
|
||||
<div class="page-tabs-content">
|
||||
<a href="javascript:;" class="home active menuTab" data-id="/admin/system/dashboard"><span>首页</span></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="dropdown" data-tab-action="nav">
|
||||
<span class="button">相关操作 <i class="fa fa-angle-double-down"></i></span>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="#" data-action="close" data-type="current"><i class="fa fa-times"></i> 关闭当前</a></li>
|
||||
<li><a href="#" data-action="close" data-type="other"><i class="fa fa-times-rectangle-o"></i> 关闭其他</a></li>
|
||||
<li><a href="#" data-action="close" data-type="left"><i class="fa fa-mail-reply"></i> 关闭左侧</a></li>
|
||||
<li><a href="#" data-action="close" data-type="right"><i class="fa fa-mail-forward"></i> 关闭右侧</a></li>
|
||||
<li><a href="#" data-action="close" data-type="all"><i class="fa fa-times-rectangle"></i> 关闭全部</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<span class="button" data-action="scroll" data-type="right"><i class="fa fa-forward"></i></span>
|
||||
<span class="button refresh"><i class="fa fa-refresh"></i> 刷新</span>
|
||||
</div>
|
||||
<div class="mainContent" id="content-main">
|
||||
<!-- Content Header (Page header) -->
|
||||
<iframe src="/admin/index/dashboard.html" class="sent_iframe" data-id="/admin/system/dashboard" frameborder="0" width="100%" name="main-body"></iframe>
|
||||
<!-- /.content -->
|
||||
</div>
|
||||
</div>
|
||||
<!-- Main Footer -->
|
||||
<footer class="main-footer">
|
||||
@@ -195,10 +217,12 @@ folder instead of downloading all of them to reduce the load. -->
|
||||
<!-- Slimscroll -->
|
||||
<script src="__static__/plugins/jquery-slimscroll/jquery.slimscroll.min.js"></script>
|
||||
<script src="__static__/plugins/layer/layer.js"></script>
|
||||
<script src="__static__/plugins/blockUI/jquery.blockUI.js"></script>
|
||||
<script src="__js__/page.js?v={$sent_version}"></script>
|
||||
<!-- AdminLTE App -->
|
||||
<script src="__static__/common/js/core.js?v={$sent_version}"></script>
|
||||
<script src="__js__/sentcms.js?v={$sent_version}"></script>
|
||||
<!-- AdminLTE for demo purposes -->
|
||||
<script src="__js__/app.js?v={$sent_version}"></script>
|
||||
<script src="__js__/index.js?v={$sent_version}"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -11,10 +11,8 @@
|
||||
<!-- Font Awesome -->
|
||||
<link rel="stylesheet" href="__static__/plugins/font-awesome/css/font-awesome.min.css">
|
||||
<!-- Theme style -->
|
||||
<link rel="stylesheet" href="__css__/AdminLTE.min.css">
|
||||
<link rel="stylesheet" href="__css__/sentcms.min.css">
|
||||
<link rel="stylesheet" href="__css__/style.css">
|
||||
<!-- iCheck -->
|
||||
<link rel="stylesheet" href="__static__/plugins/iCheck/square/blue.css">
|
||||
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
|
||||
Reference in New Issue
Block a user