meta_xm.html 1.6 KB

123456789101112131415161718192021222324252627282930313233
  1. <!DOCTYPE html>
  2. <html lang="zh-cmn-Hans">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  6. <title><?php if(isset($seo_title)){ ?>{$seo_title}<?php }else{ ?>{$site_info.site_seo_title_xm}<?php } ?>-{$site_info.site_name}</title>
  7. <meta name="keywords" content="<?php if(isset($seo_keywords)){ ?>{$seo_keywords}<?php }else{ ?>{$site_info.site_seo_keywords_xm}<?php } ?>" />
  8. <meta name="description" content="<?php if(isset($seo_desc)){ ?>{$seo_desc}<?php }else{ ?>{$site_info.site_seo_desc_xm}<?php } ?>" />
  9. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
  10. <meta name="applicable-device" content="pc,mobile">
  11. <meta http-equiv="Cache-Control" content="no-transform">
  12. <meta http-equiv="Cache-Control" content="no-siteapp">
  13. <meta name="format-detection" content="telephone=no,email=no" />
  14. <link rel="stylesheet" href="__TMPL__/static/css/font-awesome.min.css">
  15. <link rel="stylesheet" href="__TMPL__/static/css/swiper.min.css">
  16. <link rel="stylesheet" href="__TMPL__/static/css/master.css">
  17. <script src="__TMPL__/static/js/jquery-1.8.3.min.js" type="text/javascript"></script>
  18. <!--[if lt IE 9]>
  19. <script src="__TMPL__/static/js/html5shiv.js"></script>
  20. <script src="__TMPL__/static/js/respondshiv.js"></script>
  21. <![endif]-->
  22. <script>
  23. function imageError(ele){
  24. ele.src="/upload/jdxm-img.jpg";
  25. ele.οnerrοr=null;
  26. }
  27. function resetSize(ele){
  28. var w = $(ele).outerWidth();
  29. $(ele).css('height', w/1.3333);
  30. }
  31. </script>
  32. </head>
  33. <body>