%%71^714^714F4B17%%header.html.php 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <?php /* Smarty version 2.6.17, created on 2018-05-29 16:05:33
  2. compiled from header.html */ ?>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  4. <html>
  5. <head>
  6. <title><?php if ($this->_tpl_vars['weixinShare']['title']): ?><?php echo $this->_tpl_vars['weixinShare']['title']; ?>
  7. <?php else: ?><?php echo $this->_tpl_vars['title']; ?>
  8. <?php endif; ?></title>
  9. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
  10. <meta name="apple-mobile-web-app-capable" content="yes">
  11. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  12. <meta name="format-detection" content="telephone=no">
  13. <meta http-equiv="Expires" CONTENT="-1">
  14. <meta http-equiv="Cache-Control" CONTENT="no-cache">
  15. <meta http-equiv="Pragma" CONTENT="no-cache">
  16. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  17. <script src="<?php echo $this->_tpl_vars['web_cfg']['cdn']; ?>
  18. /kissy/1.4.0/seed.js?t=1408326831" data-config="{combine:false}" charset="utf-8"></script>
  19. <script src="<?php echo $this->_tpl_vars['web_cfg']['cdn']; ?>
  20. /cfg-min.js?t=1408326831" data-config="{combine:false}" charset="utf-8"></script>
  21. <script src="<?php echo $this->_tpl_vars['web_cfg']['domain']; ?>
  22. /kissy-versions.php" charset="utf-8"></script>
  23. <script type="text/javascript" src="<?php echo $this->_tpl_vars['web_cfg']['cdn']; ?>
  24. /haili/js/global.js"></script>
  25. <script src="<?php echo $this->_tpl_vars['web_cfg']['cdn']; ?>
  26. /public/static/js/jquery-1.8.3.min.js?v=0.2" charset="utf-8"></script>
  27. <script src="<?php echo $this->_tpl_vars['web_cfg']['cdn']; ?>
  28. /public/static/js/sidebar.js?v=0.2" charset="utf-8"></script>
  29. <?php if ($this->_tpl_vars['applogin'] && $this->_tpl_vars['applogin'] == 1): ?>
  30. <script src="<?php echo $this->_tpl_vars['web_cfg']['cdn']; ?>
  31. /public/login.js" charset="utf-8"></script>
  32. <?php endif; ?>
  33. <link rel="stylesheet" type="text/css" href="<?php echo $this->_tpl_vars['web_cfg']['cdn']; ?>
  34. /public/static/css/base.css" />
  35. <link rel="stylesheet" type="text/css" href="<?php echo $this->_tpl_vars['web_cfg']['cdn']; ?>
  36. /public/static/css/style.css" />
  37. <link rel="stylesheet" type="text/css" href="<?php echo $this->_tpl_vars['web_cfg']['cdn']; ?>
  38. /public/bootstrap/font-awesome-4.3.0/css/font-awesome.css" />
  39. <link rel="stylesheet" type="text/css" href="<?php echo $this->_tpl_vars['web_cfg']['cdn']; ?>
  40. /haili/css/global.css" />
  41. <style>
  42. .submit_btn_style,.bg_color,.v_close_btn{background-color:<?php echo $this->_tpl_vars['platform']['color']; ?>
  43. ;}
  44. .v_nav dl.on a{color:<?php if ($this->_tpl_vars['platform']['color']): ?><?php echo $this->_tpl_vars['platform']['color']; ?>
  45. <?php else: ?>#f00<?php endif; ?>;}
  46. .font_color{color:<?php echo $this->_tpl_vars['platform']['color']; ?>
  47. ;}
  48. </style>
  49. <script type="text/javascript">
  50. var VG = {};
  51. VG.conf = {
  52. root_domain: '<?php echo $this->_tpl_vars['web_cfg']['domain']; ?>
  53. '
  54. , cdn_domain: '<?php echo $this->_tpl_vars['web_cfg']['cdn']; ?>
  55. '
  56. , url: '<?php echo $this->_tpl_vars['web_cfg']['url']; ?>
  57. '
  58. };
  59. <?php if ($this->_tpl_vars['weixinShare']['weixinShare_title']): ?>
  60. var share_url = "<?php echo $this->_tpl_vars['web_cfg']['url']; ?>
  61. ";
  62. var share_title = "<?php echo $this->_tpl_vars['weixinShare']['title']; ?>
  63. ";
  64. var share_img = "<?php echo $this->_tpl_vars['weixinShare']['imgUrl']; ?>
  65. ";
  66. var share_content = "<?php echo $this->_tpl_vars['weixinShare']['content']; ?>
  67. ";
  68. <?php else: ?>
  69. var share_url = '<?php if ($this->_tpl_vars['weixinShare']['jump_url']): ?><?php echo $this->_tpl_vars['weixinShare']['jump_url']; ?>
  70. <?php else: ?><?php echo $this->_tpl_vars['web_cfg']['url']; ?>
  71. <?php endif; ?>';
  72. var share_title = '<?php if ($this->_tpl_vars['weixinShare']['title']): ?><?php echo $this->_tpl_vars['weixinShare']['title']; ?>
  73. <?php else: ?><?php echo $this->_tpl_vars['platform']['weixinShare_title']; ?>
  74. <?php endif; ?>';
  75. var share_img = '<?php if ($this->_tpl_vars['weixinShare']['imgUrl']): ?><?php echo $this->_tpl_vars['weixinShare']['imgUrl']; ?>
  76. <?php else: ?><?php echo $this->_tpl_vars['platform']['weixinShare_img_url']; ?>
  77. <?php endif; ?>';
  78. var share_content = '<?php if ($this->_tpl_vars['weixinShare']['content']): ?><?php echo $this->_tpl_vars['weixinShare']['content']; ?>
  79. <?php else: ?><?php echo $this->_tpl_vars['platform']['weixinShare_content']; ?>
  80. <?php endif; ?>';
  81. <?php endif; ?>
  82. </script>
  83. <script src="<?php echo $this->_tpl_vars['web_cfg']['cdn']; ?>
  84. /public/share/zepto.min.js"></script>
  85. <script src="<?php echo $this->_tpl_vars['web_cfg']['cdn']; ?>
  86. /public/share/jweixin.js?2"></script>
  87. <script src="<?php echo $this->_tpl_vars['web_cfg']['cdn']; ?>
  88. /public/share/mshare.js?124"></script>
  89. <body id="body">