pzct/view/layout_bak.html

41 lines
1.8 KiB
HTML
Executable File

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<!-- 自适应代码适配 -->
<meta name="applicable-device"content="pc,mobile">
<!-- 防止页面转码start -->
<meta name="format-detection" content="telephone=no" />
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<!-- 防止页面转码end -->
<!-- 代码适配pc -->
<meta name="applicable-device" content="pc">
<!-- 代码适配手机 -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>{$seoTitle??''}</title>
<meta name="keywords" content="{$seoKeywords ?? ''}" />
<meta name="description" content="{$seoDescription ?? ''}" />
<meta name="csrf-token" id="token" content="{$_token ?? ''}">
<link rel="stylesheet" type="text/css" href="__CSS__/base.css"/>
<link rel="stylesheet" type="text/css" href="__CSS__/swiper.min.css"/>
<link rel="stylesheet" type="text/css" href="__CSS__/animate.css"/>
<link rel="stylesheet" type="text/css" href="__CSS__/style.css"/>
<script src="__JS__/jquery.min.js" type="text/javascript" charset="utf-8"></script>
<script src="__JS__/wow.js" type="text/javascript" charset="utf-8"></script>
<script src="__JS__/swiper.min.js" type="text/javascript" charset="utf-8"></script>
<script src="__JS__/swiper.animate1.0.3.min.js" type="text/javascript" charset="utf-8"></script>
<script src="__JS__/javascript.js" type="text/javascript" charset="utf-8"></script>
</head>
<body class="{$bodyClass ?? ''}" id="top">
{:widget('menu/index', ['categoryId' => $categoryId ?? 0])}
{__CONTENT__}
{:widget('common/footer')}
</body>
</html>