23 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
| <head>
 | |
|     <meta charset="utf-8">
 | |
|     <title>{$title ?? '后台管理系统'}</title>
 | |
|     <meta name="renderer" content="webkit">
 | |
|     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
 | |
|     <meta id="fileDomain" data-oss="{$fileDomain ?? ''}">
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
 | |
|     <link rel="stylesheet" href="__LAYUIMINI__/lib/layui-v2.6.3/css/layui.css" media="all">
 | |
|     <link rel="stylesheet" href="__LAYUIMINI__/lib/font-awesome-4.7.0/css/font-awesome.min.css" media="all">
 | |
|     <link rel="stylesheet" href="__MANAGER__/css/ocms.css?v={:mt_rand()}" media="all">
 | |
|     <link rel="stylesheet" href="__LAYUIMINI__/css/public.css" media="all">
 | |
|     <link rel="stylesheet" href="__MANAGER__/css/upload.css" media="all">
 | |
|     <script src="__LAYUIMINI__/lib/layui-v2.6.3/layui.js" charset="utf-8"></script>
 | |
|     <script src="__LAYUIMINI__/js/lay-config.js?v={:mt_rand()}" charset="utf-8"></script>
 | |
|     <script src="__MANAGER__/js/common.js?v={:mt_rand()}" charset="utf-8"></script>
 | |
|     <script src="__MANAGER__/js/upload.js?v={:mt_rand()}" charset="utf-8"></script>
 | |
| </head>
 | |
| <body>
 | |
| {__CONTENT__}
 | |
| </body>
 | |
| </html> |