main.php 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <?php
  2. /* @var $this \yii\web\View */
  3. /* @var $content string */
  4. use yii\helpers\Html;
  5. use mobile\modules\live\assets\AppAsset;
  6. AppAsset::register($this);
  7. ?>
  8. <?php $this->beginPage() ?>
  9. <!doctype html>
  10. <html lang="<?= Yii::$app->language ?>">
  11. <!-- 公共头部 -->
  12. <head>
  13. <meta charset="<?= Yii::$app->charset ?>">
  14. <title><?= Html::encode($this->title) ?></title>
  15. <meta name="viewport" content="width=device-width, initial-scale=1"/>
  16. <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport"/>
  17. <!-- UC强制全屏 -->
  18. <meta name="full-screen" content="yes">
  19. <link rel="shortcut icon" href="/image/favicon.ico" type="image/x-icon"/>
  20. <!-- QQ强制全屏 -->
  21. <meta name="x5-fullscreen" content="true">
  22. <meta name="apple-mobile-web-app-capable" content="yes">
  23. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  24. <meta name="format-detection" content="telephone=no"/>
  25. <?= Html::csrfMetaTags() ?>
  26. <?php $this->head() ?>
  27. </head>
  28. <body>
  29. <?php $this->beginBody() ?>
  30. <?= $content ?>
  31. <div class="gongsijianjie">
  32. <a href="/about/company">关于我们</a>
  33. <a href="/search/list">海南房产</a>
  34. </div>
  35. <div class="footer_copy" style="border-top:none; padding-bottom:0px;">
  36. <span class="buton_tel"><img src="/image/m_lb4_2.png" alt="">咨询电话:0898-88207801</span>
  37. </div>
  38. <div class="footer_copy" style="border-top:none;"><a style="color:#B3B3B4" target="_blank" href="http://www.beian.miit.gov.cn/">备案号:桂ICP备18003631号-23</a></div>
  39. <div class="footer_copy">&copy; <?=$_SERVER['SERVER_NAME'] ?></div>
  40. <div class="w_im" style="height:67px;"></div>
  41. <div class="y_puicfoot">
  42. <div class="y_puicfoot_main">
  43. <div class="y_centxq customize_btn" data-name="<?= \common\fm\Opencc::ConvertHn('帮您') ?>找<?= \common\fm\Opencc::ConvertHn('房') ?>" data-id="0" data-module="115">
  44. <a href="javascript:;"><img src="/overseas/img/dingzhi.png" alt="">看房定制</a>
  45. </div>
  46. <div class="y_centxq y_centxq2">
  47. <a href="javascript:;" rel="nofollow" onclick="$53click()"><img src="/overseas/img/news.png" alt="">政策问询</a>
  48. </div>
  49. <div class="y_call">
  50. <a href="javascript:;"><img src="/overseas/img/pulic_ico3.gif" alt=""></a>
  51. </div>
  52. </div>
  53. </div>
  54. <?php echo Yii::$app->hostserver->Cityshangwu() ?>
  55. <?php $this->endBody() ?>
  56. </body>
  57. <!-- //站长统计 -->
  58. <div class="Statistics">
  59. <script type="text/javascript">var cnzz_protocol = (("https:" == document.location.protocol) ? " https://" : " http://");
  60. document.write(unescape("%3Cspan id='cnzz_stat_icon_1273922903'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "s13.cnzz.com/z_stat.php%3Fid%3D1273922903%26show%3Dpic' type='text/javascript'%3E%3C/script%3E"));</script>
  61. </div>
  62. <!-- 百度统计2020-07-26 -->
  63. <script>
  64. var _hmt = _hmt || [];
  65. (function() {
  66. var hm = document.createElement("script");
  67. hm.src = "https://hm.baidu.com/hm.js?e1759de2a70269669f4cc5dcdaf1c095";
  68. var s = document.getElementsByTagName("script")[0];
  69. s.parentNode.insertBefore(hm, s);
  70. })();
  71. </script>
  72. <!-- 20200806 360统计 -->
  73. <script>
  74. (function(b,a,e,h,f,c,g,s){b[h]=b[h]||function(){(b[h].c=b[h].c||[]).push(arguments)};
  75. b[h].s=!!c;g=a.getElementsByTagName(e)[0];s=a.createElement(e);
  76. s.src="//s.union.360.cn/"+f+".js";s.defer=!0;s.async=!0;g.parentNode.insertBefore(s,g)
  77. })(window,document,"script","_qha",353648,false);
  78. </script>
  79. </html>
  80. <script>
  81. //商务通js
  82. $(function () {
  83. setInterval(function () {
  84. $('#LRfloater0').hide();
  85. $('#LRfloater1').hide();
  86. // $('#LRMINIBar').css({'bottom':'65px'})
  87. }, 80);
  88. })
  89. </script>
  90. <?php $this->endPage() ?>