更新UI
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="box-body">
|
||||
<form id="form" method="post" class="form form-horizontal">
|
||||
<form id="form" method="post" class="form form-horizontal" role=form>
|
||||
<div class="tabs-wrapper">
|
||||
<ul class="nav nav-tabs">
|
||||
<li class="active"><a href="#tab1" data-toggle="tab">基 础</a></li>
|
||||
|
||||
@@ -1,16 +1,4 @@
|
||||
{extend name="admin/public/base"/}
|
||||
{block name="style"}
|
||||
<link rel="stylesheet" href="__static__/plugins/tagsinput/bootstrap-tagsinput.css">
|
||||
<script src="__static__/plugins/tagsinput/bootstrap-tagsinput.js"></script>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="__static__/plugins/webuploader/webuploader.css">
|
||||
<!-- datepicker statr -->
|
||||
<link href="__static__/plugins/datepicker/css/foundation-datepicker.min.css" rel="stylesheet" type="text/css">
|
||||
<script src="__static__/plugins/datepicker/js/foundation-datepicker.js"></script>
|
||||
<script src="__static__/plugins/datepicker/js/foundation-datepicker.zh-CN.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="__static__/plugins/board/board.min.css">
|
||||
<!-- datepicker end -->
|
||||
{/block}
|
||||
{block name="body"}
|
||||
<div class="box box-primary">
|
||||
<div class="box-header with-border">
|
||||
@@ -73,10 +61,4 @@
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
{/block}
|
||||
{block name="script"}
|
||||
<script type="text/javascript" src="__static__/plugins/webuploader/webuploader.min.js"></script>
|
||||
<script type="text/javascript" src="__static__/plugins/webuploader/webuploader.custom.js"></script>
|
||||
<script type="text/javascript" src="__static__/common/js/droppable.js"></script>
|
||||
<script type="text/javascript" src="__static__/plugins/board/board.min.js"></script>
|
||||
{/block}
|
||||
@@ -5,18 +5,12 @@
|
||||
<!-- Tell the browser to be responsive to screen width -->
|
||||
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
|
||||
<title>SentCMS网站管理系统后台</title>
|
||||
<link rel="stylesheet" type="text/css" href="__static__/common/css/font-awesome.min.css?time={:time()}">
|
||||
<link rel="stylesheet" type="text/css" href="__plugins__/bootstrap/css/bootstrap.min.css?time={:time()}">
|
||||
<link rel="stylesheet" href="__plugins__/adminlte/css/adminlte.min.css?time={:time()}">
|
||||
<link rel="stylesheet" href="__plugins__/adminlte/css/skins/_all-skins.min.css?time={:time()}">
|
||||
<link rel="stylesheet" type="text/css" href="__css__/style.css?time={:time()}">
|
||||
<!-- 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:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<script src="__static__/common/js/html5shiv.js"></script>
|
||||
<script src="__static__/common/js/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
<style>
|
||||
.tabs-wrapper .nav-tabs{margin-bottom: 15px;}
|
||||
</style>
|
||||
</head>
|
||||
<body class="hold-transition skin-blue sidebar-mini">
|
||||
Reference in New Issue
Block a user