ThinkAdmin/application/extra/view/admin.main.html
2017-02-16 10:12:52 +08:00

25 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="renderer" content="webkit"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="shortcut icon" href="{:sysconf('app_logo')}" />
<title>{block name="title"}{$title|default=''}&nbsp;{if !empty($title)}-{/if}&nbsp;{:sysconf('app_name')}{/block}</title>
<link rel="stylesheet" href="__STATIC__/plugs/bootstrap/css/bootstrap.min.css"/>
<link rel="stylesheet" href="__STATIC__/theme/default/css/console.css">
<link rel="stylesheet" href="__STATIC__/theme/default/css/animate.css">
{block name="style"}{/block}
<script>window.ROOT_URL='__ROOT__';</script>
<script src="__STATIC__/plugs/require/require.js"></script>
<script src="__STATIC__/admin/app.js"></script>
</head>
{block name="bodyTag"}
<body>
{block name="body"}
{/block}
{block name="script"}
{/block}
</body>
{/block}
</html>