50 lines
1.7 KiB
HTML
50 lines
1.7 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<!-- Set render engine for 360 browser -->
|
|
<meta name="renderer" content="webkit">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<!-- HTML5 shim for IE8 support of HTML5 elements -->
|
|
<!--[if lt IE 9]>
|
|
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
|
<![endif]-->
|
|
|
|
<link href="__PUBLIC__/simpleboot/themes/{:C('SP_ADMIN_STYLE')}/theme.min.css" rel="stylesheet">
|
|
<link href="__PUBLIC__/simpleboot/css/simplebootadmin.css" rel="stylesheet">
|
|
<link href="__PUBLIC__/js/artDialog/skins/default.css" rel="stylesheet" />
|
|
<link href="__PUBLIC__/simpleboot/font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
|
|
<style>
|
|
form .input-order{margin-bottom: 0px;padding:3px;width:40px;}
|
|
.table-actions{margin-top: 5px; margin-bottom: 5px;padding:0px;}
|
|
.table-list{margin-bottom: 0px;}
|
|
</style>
|
|
<!--[if IE 7]>
|
|
<link rel="stylesheet" href="__PUBLIC__/simpleboot/font-awesome/4.4.0/css/font-awesome-ie7.min.css">
|
|
<![endif]-->
|
|
<script type="text/javascript">
|
|
//全局变量
|
|
var GV = {
|
|
ROOT: "__ROOT__/",
|
|
WEB_ROOT: "__WEB_ROOT__/",
|
|
JS_ROOT: "public/js/",
|
|
APP:'{$Think.MODULE_NAME}'/*当前应用名*/
|
|
};
|
|
</script>
|
|
<script src="__PUBLIC__/js/jquery.js"></script>
|
|
<script src="__PUBLIC__/js/wind.js"></script>
|
|
<script src="__PUBLIC__/simpleboot/bootstrap/js/bootstrap.min.js"></script>
|
|
<script>
|
|
$(function(){
|
|
$("[data-toggle='tooltip']").tooltip();
|
|
});
|
|
</script>
|
|
<if condition="APP_DEBUG">
|
|
<style>
|
|
#think_page_trace_open{
|
|
z-index:9999;
|
|
}
|
|
</style>
|
|
</if> |