|
|
@ -1,14 +1,19 @@ |
|
|
|
<!DocType html> |
|
|
|
<?php |
|
|
|
|
|
|
|
//常用方法 |
|
|
|
|
|
|
|
require_once __DIR__ . '/../../../../plugins/Html.php'; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
?><!DocType html> |
|
|
|
<html> |
|
|
|
<html> |
|
|
|
<head> |
|
|
|
<head> |
|
|
|
<meta charset="utf-8"> |
|
|
|
<meta charset="utf-8"> |
|
|
|
<title><?php echo $pageTitle;?></title> |
|
|
|
<title><?php echo $pageTitle;?></title> |
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"> |
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"> |
|
|
|
|
|
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico?v1.0"> |
|
|
|
<link href="/css/main.css?v.1.1" rel="stylesheet"> |
|
|
|
<link href="/css/main.css?v.1.1" rel="stylesheet"> |
|
|
|
<!--for theme manual--> |
|
|
|
<!--for theme manual--> |
|
|
|
<link href="/css/github-markdown-light.css" rel="stylesheet"> |
|
|
|
<link href="/css/github-markdown-light.css" rel="stylesheet"> |
|
|
|
<link href="/css/manual.css?v<?=time()?>" rel="stylesheet"> |
|
|
|
<link href="/css/manual.css?v<?=Html::getStaticFileVersion('manual.css', 'css')?>" rel="stylesheet"> |
|
|
|
</head> |
|
|
|
</head> |
|
|
|
<body> |
|
|
|
<body> |
|
|
|
|
|
|
|
|
|
|
@ -30,6 +35,6 @@ include_once $viewFile; |
|
|
|
<script src="/js/js.cookie.min.js"></script> |
|
|
|
<script src="/js/js.cookie.min.js"></script> |
|
|
|
<script src="/js/main.js?v.1.0"></script> |
|
|
|
<script src="/js/main.js?v.1.0"></script> |
|
|
|
<!--for theme manual--> |
|
|
|
<!--for theme manual--> |
|
|
|
<script src="/js/manual.js?v<?=time()?>"></script> |
|
|
|
<script src="/js/manual.js?v<?=Html::getStaticFileVersion('manual.js', 'js')?>"></script> |
|
|
|
</body> |
|
|
|
</body> |
|
|
|
</html> |
|
|
|
</html> |
|
|
|