mirror of
https://github.com/zyx0814/dzzoffice.git
synced 2025-04-04 22:33:37 +08:00
31 lines
3.0 KiB
HTML
31 lines
3.0 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
<title><!--{if !empty($navtitle)}-->$navtitle - <!--{/if}-->$_G['setting']['sitename']</title>
|
|
<meta name="keywords" content="{if !empty($_G['setting']['metakeywords'])}{echo htmlspecialchars($_G['setting']['metakeywords'])}{/if}" />
|
|
<meta name="description" content="{if !empty($_G['setting']['metadescription'])}{echo htmlspecialchars($_G['setting']['metadescription'])} {/if}" />
|
|
<meta name="generator" content="$_G['setting']['sitename']" />
|
|
<meta name="author" content="$_G['setting']['sitename']" />
|
|
<meta name="copyright" content="2012-{eval echo dgmdate(TIMESTAMP,'Y-m-d');} www.dzzoffice.com" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="default">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="apple-touch-fullscreen" content="yes">
|
|
<link rel="stylesheet" type="text/css" href="static/lyear/css/materialdesignicons.min.css?{VERHASH}" rel="preload">
|
|
<link rel="stylesheet" type="text/css" href="static/lyear/css/bootstrap.min.css?{VERHASH}" rel="preload">
|
|
<link rel="stylesheet" type="text/css" href="static/lyear/css/animate.min.css?{VERHASH}" rel="preload">
|
|
<link rel="stylesheet" type="text/css" href="static/lyear/css/style.min.css?{VERHASH}" rel="preload">
|
|
<script type="text/javascript" src="static/lyear/js/jquery.min.js?{VERHASH}" rel="preload"></script>
|
|
<script type="text/javascript" src="static/lyear/js/common.js?{VERHASH}" rel="preload"></script>
|
|
<script type="text/javascript" src="static/lyear/js/lyear-loading.js?{VERHASH}" rel="preload"></script>
|
|
<script type="text/javascript" src="static/lyear/js/bootstrap-notify.min.js?{VERHASH}" rel="preload"></script>
|
|
<script type="text/javascript">
|
|
var DZZSCRIPT='{DZZSCRIPT}',LANG='{$_G['language']}', STATICURL = 'static/', IMGDIR = '{$_G['setting']['imgdir']}', VERHASH = '{VERHASH}', charset = '{CHARSET}', dzz_uid = '{$_G['uid']}', cookiepre = '{$_G['config']['cookie']['cookiepre']}', cookiedomain = '{$_G[config]['cookie']['cookiedomain']}', cookiepath = '{$_G['config']['cookie']['cookiepath']}',attackevasive = '{$_G['config']['security']['attackevasive']}', disallowfloat = '{$_G['setting']['disallowfloat']}', REPORTURL = '{$_G['currenturl_encode']}', SITEURL = '{$_G['siteurl']}', JSPATH = '{$_G['setting']['jspath']}',MOD_PATH='{MOD_PATH}',APP_URL='{MOD_URL}',MOD_URL='{MOD_URL}',sitename='{$_G['setting']['sitename']}',ismobile = '{$_G['ismobile']}',data_theme = '{$_G['cookie']['the_site_theme']}';
|
|
</script>
|
|
<!--{hook header_tpl}-->
|
|
</head>
|
|
<body id="nv_{$_G['basescript']}" class="$bodyClass"<!--{if !empty($lyeartheme)}--> data-theme="$_G['cookie']['the_site_theme']"<!--{/if}--> style="$bodystyle">
|
|
<div id="append_parent" style="z-index:99999;"></div>
|
|
<div id="ajaxwaitid" style="z-index:99999;"></div> |