12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?php /* Smarty version 2.6.17, created on 2018-04-25 14:56:14
- compiled from header.html */ ?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <head>
- <title><?php if ($this->_tpl_vars['weixinShare']['title']): ?><?php echo $this->_tpl_vars['weixinShare']['title']; ?>
- <?php else: ?><?php echo $this->_tpl_vars['title']; ?>
- <?php endif; ?></title>
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
- <meta name="apple-mobile-web-app-capable" content="yes">
- <meta name="apple-mobile-web-app-status-bar-style" content="black">
- <meta name="format-detection" content="telephone=no">
- <meta http-equiv="Expires" CONTENT="-1">
- <meta http-equiv="Cache-Control" CONTENT="no-cache">
- <meta http-equiv="Pragma" CONTENT="no-cache">
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <script src="<?php echo $this->_tpl_vars['web_cfg']['cdn']; ?>
- /kissy/1.4.0/seed.js?t=1408326831" data-config="{combine:false}" charset="utf-8"></script>
- <script src="<?php echo $this->_tpl_vars['web_cfg']['cdn']; ?>
- /cfg-min.js?t=1408326831" data-config="{combine:false}" charset="utf-8"></script>
- <script src="<?php echo $this->_tpl_vars['web_cfg']['domain']; ?>
- /kissy-versions.php" charset="utf-8"></script>
- <script src="<?php echo $this->_tpl_vars['web_cfg']['cdn']; ?>
- /public/static/js/jquery-1.8.3.min.js?v=0.2" charset="utf-8"></script>
- <script src="<?php echo $this->_tpl_vars['web_cfg']['cdn']; ?>
- /public/static/js/sidebar.js?v=0.2" charset="utf-8"></script>
- <link rel="stylesheet" type="text/css" href="<?php echo $this->_tpl_vars['web_cfg']['cdn']; ?>
- /public/static/css/base.css" />
- <link rel="stylesheet" type="text/css" href="<?php echo $this->_tpl_vars['web_cfg']['cdn']; ?>
- /public/static/css/style.css" />
- <link rel="stylesheet" type="text/css" href="<?php echo $this->_tpl_vars['web_cfg']['cdn']; ?>
- /public/bootstrap/font-awesome-4.3.0/css/font-awesome.css" />
- <style>
- .submit_btn_style,.bg_color,.v_close_btn{background-color:<?php echo $this->_tpl_vars['platform']['color']; ?>
- ;}
- .v_nav dl.on a{color:<?php if ($this->_tpl_vars['platform']['color']): ?><?php echo $this->_tpl_vars['platform']['color']; ?>
- <?php else: ?>#f00<?php endif; ?>;}
- .font_color{color:<?php echo $this->_tpl_vars['platform']['color']; ?>
- ;}
- </style>
- <script type="text/javascript">
- var VG = {};
-
- VG.conf = {
- root_domain: '<?php echo $this->_tpl_vars['web_cfg']['domain']; ?>
- '
- , cdn_domain: '<?php echo $this->_tpl_vars['web_cfg']['cdn']; ?>
- '
- , url: '<?php echo $this->_tpl_vars['web_cfg']['url']; ?>
- '
- };
- </script>
- <script src="<?php echo $this->_tpl_vars['web_cfg']['cdn']; ?>
- /public/share/zepto.min.js"></script>
- <script src="<?php echo $this->_tpl_vars['web_cfg']['cdn']; ?>
- /public/share/jweixin.js?2"></script>
- <script src="<?php echo $this->_tpl_vars['web_cfg']['cdn']; ?>
- /public/share/mshare.js?22"></script>
- <body id="body">
|