65 lines
2.4 KiB
HTML
65 lines
2.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>SentCMS网站管理系统</title>
|
|
<!-- 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">
|
|
<!-- Bootstrap 3.3.7 -->
|
|
<link rel="stylesheet" href="__static__/plugins/bootstrap/dist/css/bootstrap.min.css">
|
|
<!-- Font Awesome -->
|
|
<link rel="stylesheet" href="__static__/plugins/font-awesome/css/font-awesome.min.css">
|
|
<!-- Ionicons -->
|
|
<link rel="stylesheet" href="__static__/plugins/Ionicons/css/ionicons.min.css">
|
|
<!-- Theme style -->
|
|
<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__/themes.css">
|
|
<!-- jQuery 3 -->
|
|
<script src="__static__/plugins/jquery/dist/jquery.min.js"></script>
|
|
<!-- Bootstrap 3.3.7 -->
|
|
<script src="__static__/plugins/bootstrap/dist/js/bootstrap.min.js"></script>
|
|
<!-- Slimscroll -->
|
|
<script src="__static__/plugins/jquery-slimscroll/jquery.slimscroll.min.js"></script>
|
|
<script src="__static__/plugins/layer/layer.js"></script>
|
|
|
|
<!-- 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>
|
|
<![endif]-->
|
|
{block name="head"}{/block}
|
|
</head>
|
|
<body>
|
|
<div class="content-wrapper content-body">
|
|
<section class="content">
|
|
{block name="body"}
|
|
<!-- Default box -->
|
|
<div class="box">
|
|
<div class="box-header with-border">
|
|
<h3 class="box-title">Title</h3>
|
|
<div class="box-tools pull-right">
|
|
</div>
|
|
</div>
|
|
<div class="box-body">
|
|
Start creating your amazing application!
|
|
</div><!-- /.box-body -->
|
|
<div class="box-footer">
|
|
Footer
|
|
</div><!-- /.box-footer-->
|
|
</div><!-- /.box -->
|
|
{/block}
|
|
</section>
|
|
</div>
|
|
|
|
<!-- 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>
|
|
{block name="script"}{/block}
|
|
</body>
|
|
</html> |