ThinkAdmin/application/extra/view/admin.main.html

23 lines
1.2 KiB
PHP

<!DOCTYPE html>
<html lang="zh-cn">
<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('browser_icon')}" />
<title>{block name="title"}{$title|default=''}&nbsp;{if !empty($title)}·{/if}&nbsp;{:sysconf('site_name')}{/block}</title>
<link rel="stylesheet" href="__PUBLIC__/static/plugs/bootstrap/css/bootstrap.min.css?ver={:date('ymd')}"/>
<link rel="stylesheet" href="__PUBLIC__/static/plugs/layui/css/layui.css?ver={:date('ymd')}"/>
<link rel="stylesheet" href="__PUBLIC__/static/theme/default/css/console.css?ver={:date('ymd')}">
<link rel="stylesheet" href="__PUBLIC__/static/theme/default/css/animate.css?ver={:date('ymd')}">{block name="style"}{/block}
<script>window.ROOT_URL = '__PUBLIC__';</script>
<script src="__PUBLIC__/static/plugs/require/require.js?ver={:date('ymd')}"></script>
<script src="__PUBLIC__/static/admin/app.js?ver={:date('ymd')}"></script>
</head>
{block name="bodyTag"}
<body>
{block name="body"}{/block}
{block name="script"}{/block}
</body>
{/block}
</html>