261 lines
12 KiB
PHP
Executable File
261 lines
12 KiB
PHP
Executable File
<!DOCTYPE html>
|
||
<html lang="zh-Hant-TW"><head>
|
||
<meta charset="utf-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title><?php echo $this->_var['pt']['name']; ?>|<?php echo $this->_var['pt']['mtitle']; ?></title>
|
||
<meta name="description" content="<?php echo $this->_var['pt']['mdesc']; ?>">
|
||
<meta name="keywords" content="<?php echo $this->_var['pt']['mkeyword']; ?>">
|
||
<script src="<?php echo $this->_var['tpl']; ?>js/zln2mrk.js"></script>
|
||
<script>try{Typekit.load({async: true});}catch(e){}</script>
|
||
<link rel="stylesheet" type="text/css" href="<?php echo $this->_var['tpl']; ?>css/layout.css">
|
||
<link rel="stylesheet" type="text/css" href="<?php echo $this->_var['tpl']; ?>css/home.css">
|
||
<link rel="stylesheet" type="text/css" href="<?php echo $this->_var['tpl']; ?>css/bootstrap.min.css">
|
||
<link rel="stylesheet" type="text/css" href="<?php echo $this->_var['tpl']; ?>css/main.css">
|
||
<script src="<?php echo $this->_var['tpl']; ?>js/include.js?v=2020082701"></script>
|
||
<link href="https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap" rel="stylesheet">
|
||
</head>
|
||
|
||
<body>
|
||
<div class="outerWrap b-box">
|
||
<header>
|
||
<div class="logo"><a href="/" title="<?php echo $this->_var['pt']['name']; ?>" style="background: url('<?php echo $this->_var['pt']['logo']; ?>') no-repeat;"><?php echo $this->_var['pt']['name']; ?></a></div>
|
||
<nav class="menuBox">
|
||
<ul class="menu cleafix">
|
||
<?php $_from = $this->_var['rnd5_portals_1']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }; $this->push_vars('', 'pts1');$this->_foreach['pts1'] = array('total' => count($_from), 'iteration' => 0);
|
||
if ($this->_foreach['pts1']['total'] > 0):
|
||
foreach ($_from AS $this->_var['pts1']):
|
||
$this->_foreach['pts1']['iteration']++;
|
||
?>
|
||
<li><a href="<?php echo $this->_var['http']; ?><?php echo $this->_var['pts1']['domain']; ?>"><?php echo $this->_var['pts1']['name']; ?></a></li>
|
||
<?php endforeach; endif; unset($_from); ?><?php $this->pop_vars();; ?>
|
||
</ul>
|
||
</nav>
|
||
<div style="display:flex;">
|
||
<div class="hotelslink">
|
||
<strong class="hotelslinkbut"><?php echo $this->_var['keywords']; ?></strong>
|
||
<ul>
|
||
<li><a href="/">不分區</a></li>
|
||
<?php $_from = $this->_var['keyword_list']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }; $this->push_vars('', 'keyword');$this->_foreach['keyword'] = array('total' => count($_from), 'iteration' => 0);
|
||
if ($this->_foreach['keyword']['total'] > 0):
|
||
foreach ($_from AS $this->_var['keyword']):
|
||
$this->_foreach['keyword']['iteration']++;
|
||
?>
|
||
<li><a href="/<?php echo $this->_var['keyword']['name']; ?>-<?php echo $this->_var['pt']['name']; ?>"><?php echo $this->_var['keyword']['name']; ?></a></li>
|
||
<?php endforeach; endif; unset($_from); ?><?php $this->pop_vars();; ?>
|
||
</ul>
|
||
</div>
|
||
<!--<div class="bookingArea"><strong class="bookingBtn" href="javascript:;">依景點分類</strong>-->
|
||
<!--<ul>-->
|
||
<?php $_from = $this->_var['rnd5_portals_3']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }; $this->push_vars('', 'pts3');$this->_foreach['pts3'] = array('total' => count($_from), 'iteration' => 0);
|
||
if ($this->_foreach['pts3']['total'] > 0):
|
||
foreach ($_from AS $this->_var['pts3']):
|
||
$this->_foreach['pts3']['iteration']++;
|
||
?>
|
||
<!--<li><a href="<?php echo $this->_var['http']; ?><?php echo $this->_var['pts3']['domain']; ?>"><?php echo $this->_var['pts3']['name']; ?></a></li>-->
|
||
<?php endforeach; endif; unset($_from); ?><?php $this->pop_vars();; ?>
|
||
<!--</ul>-->
|
||
<!--</div>-->
|
||
</div>
|
||
</header>
|
||
<div class="bannerArea b-box">
|
||
<div class="bannerBox">
|
||
<ul id="banner">
|
||
<?php $_from = $this->_var['ad1_list']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }; $this->push_vars('', 'ad1s');$this->_foreach['ad1s'] = array('total' => count($_from), 'iteration' => 0);
|
||
if ($this->_foreach['ad1s']['total'] > 0):
|
||
foreach ($_from AS $this->_var['ad1s']):
|
||
$this->_foreach['ad1s']['iteration']++;
|
||
?>
|
||
<li>
|
||
<a href="<?php echo $this->_var['http']; ?><?php echo $this->_var['ad1s']['domain']; ?>" target="_blank">
|
||
<img src="/<?php echo $this->_var['ad1s']['image1']; ?>">
|
||
<div class="btxt">
|
||
<h2><?php echo $this->_var['ad1s']['cname']; ?></h2>
|
||
<h3><?php echo $this->_var['ad1s']['banner_text']; ?></h3>
|
||
<?php echo $this->_var['ad1s']['slogon']; ?>
|
||
</div>
|
||
</a>
|
||
</li>
|
||
<?php endforeach; endif; unset($_from); ?><?php $this->pop_vars();; ?>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<div class="mainArea">
|
||
<div class="aboutArea" id="about">
|
||
<a class="btnDown"></a>
|
||
</div>
|
||
<div class="hotelsArea linkshow" id="hotels">
|
||
<div class="wrap b-box clearfix">
|
||
<div class="titleBox">
|
||
<em>Hot Store</em>
|
||
<h2>熱門店家推薦</h2>
|
||
</div>
|
||
<ul>
|
||
<?php $_from = $this->_var['ad2_list']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }; $this->push_vars('', 'ad2s');$this->_foreach['ad2s'] = array('total' => count($_from), 'iteration' => 0);
|
||
if ($this->_foreach['ad2s']['total'] > 0):
|
||
foreach ($_from AS $this->_var['ad2s']):
|
||
$this->_foreach['ad2s']['iteration']++;
|
||
?>
|
||
<li>
|
||
<div class="item clearfix">
|
||
<div class="Img">
|
||
<h3><?php echo $this->_var['ad2s']['cname']; ?><em>View More</em></h3>
|
||
<a href="<?php echo $this->_var['http']; ?><?php echo $this->_var['ad2s']['domain']; ?>" target="_blank"><img src="/<?php echo $this->_var['ad2s']['image2']; ?>" alt="<?php echo $this->_var['ad2s']['cname']; ?>"></a>
|
||
<div class="infobar">
|
||
<p class="information">
|
||
<?php echo $this->_var['ad2s']['address']; ?><br>
|
||
訂房專線:<?php echo $this->_var['ad2s']['tel']; ?></p>
|
||
<a class="weblink" target="_blank" href="<?php echo $this->_var['http']; ?><?php echo $this->_var['ad2s']['domain']; ?>" title="官方網站">官方網站<em>WEB</em></a>
|
||
<a class="bookinglink" target="_blank" href="<?php echo $this->_var['ad2s']['vrmap']; ?>" title="地理位置">地理位置<em>VIEW</em></a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</li>
|
||
<?php if ($this->_foreach['ad2s']['iteration'] == 2): ?>
|
||
</ul>
|
||
<ul>
|
||
<?php endif; ?>
|
||
<?php endforeach; endif; unset($_from); ?><?php $this->pop_vars();; ?>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="newsArea golist2" id="news">
|
||
<div class="wrap b-box clearfix" id="hot">
|
||
<div class="titleBox">
|
||
<em>Recommend</em>
|
||
<h2>優質店家推薦</h2>
|
||
</div>
|
||
<ul class="clearfix">
|
||
|
||
<?php $_from = $this->_var['ad3_list']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }; $this->push_vars('', 'ad3s');$this->_foreach['ad3s'] = array('total' => count($_from), 'iteration' => 0);
|
||
if ($this->_foreach['ad3s']['total'] > 0):
|
||
foreach ($_from AS $this->_var['ad3s']):
|
||
$this->_foreach['ad3s']['iteration']++;
|
||
?>
|
||
<li class="room">
|
||
<div class="roomslick">
|
||
<div class="roomimg"><img alt="<?php echo $this->_var['ad3s']['name']; ?>" src="<?php echo $this->_var['ad3s']['image3']; ?>" title="<?php echo $this->_var['ad3s']['name']; ?>"></div>
|
||
<?php $_from = $this->_var['ad3s']['room']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }; $this->push_vars('', 'a3room');$this->_foreach['a3room'] = array('total' => count($_from), 'iteration' => 0);
|
||
if ($this->_foreach['a3room']['total'] > 0):
|
||
foreach ($_from AS $this->_var['a3room']):
|
||
$this->_foreach['a3room']['iteration']++;
|
||
?>
|
||
<!-- <div class="roomimg"><img alt="<?php echo $this->_var['a3room']['name']; ?>" src="themes/vr/portal/images/index01.jpg" title="<?php echo $this->_var['a3room']['name']; ?>"></div>-->
|
||
<?php endforeach; endif; unset($_from); ?><?php $this->pop_vars();; ?>
|
||
</div>
|
||
<h3 class="ti">| <?php echo $this->_var['ad3s']['cname']; ?></h3>
|
||
<div class="text">
|
||
<?php echo $this->_var['ad3s']['ad_text2']; ?>
|
||
</div>
|
||
<ul class="rooms_icon">
|
||
<?php $_from = $this->_var['ad3s']['fac_list']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }; $this->push_vars('', 'a3fac');$this->_foreach['a3fac'] = array('total' => count($_from), 'iteration' => 0);
|
||
if ($this->_foreach['a3fac']['total'] > 0):
|
||
foreach ($_from AS $this->_var['a3fac']):
|
||
$this->_foreach['a3fac']['iteration']++;
|
||
?>
|
||
<li><img src="<?php echo $this->_var['a3fac']['image']; ?>"><p><?php echo $this->_var['a3fac']['name']; ?></p></li>
|
||
<?php endforeach; endif; unset($_from); ?><?php $this->pop_vars();; ?>
|
||
</ul>
|
||
<div class="w100">
|
||
<a class="btn btn-style01" target="_blank" href="<?php echo $this->_var['http']; ?><?php echo $this->_var['ad3s']['domain']; ?>" title="官方網站">官方網站</a>
|
||
<a class="btn btn-style02" target="_blank" href="<?php echo $this->_var['ad3s']['vrmap']; ?>" title="地理位置">地理位置</a>
|
||
</div>
|
||
</li>
|
||
<?php endforeach; endif; unset($_from); ?><?php $this->pop_vars();; ?>
|
||
|
||
|
||
</ul>
|
||
<!--<div class="text-center bt-wrap">
|
||
<a class="btn btn-normal" href="#" title="看更多房型">看更多房型</a>
|
||
</div>-->
|
||
<div id="order-now-non"></div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="newsArea golist2" id="news">
|
||
<div class="wrap b-box clearfix">
|
||
<div class="titleBox">
|
||
<em>All Store</em>
|
||
<h2>所有店家查詢</h2>
|
||
</div>
|
||
<ul class="linkList clearfix">
|
||
<?php $_from = $this->_var['ad4_list']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }; $this->push_vars('', 'ad4s');$this->_foreach['ad4s'] = array('total' => count($_from), 'iteration' => 0);
|
||
if ($this->_foreach['ad4s']['total'] > 0):
|
||
foreach ($_from AS $this->_var['ad4s']):
|
||
$this->_foreach['ad4s']['iteration']++;
|
||
?>
|
||
<li>
|
||
<div class="item clearfix">
|
||
<div class="Imgbox">
|
||
<div class="Img">
|
||
<a href="<?php echo $this->_var['http']; ?><?php echo $this->_var['ad4s']['domain']; ?>" target='_blank' title="<?php echo $this->_var['ad4s']['cname']; ?>">
|
||
<?php if ($this->_var['ad4s']['image4']): ?>
|
||
<img src="<?php echo $this->_var['ad4s']['image4']; ?>" alt=<?php echo $this->_var['ad4s']['cname']; ?>">
|
||
<?php else: ?>
|
||
<img src="themes/vr/portal/images/nopic.png" alt=<?php echo $this->_var['ad4s']['cname']; ?>">
|
||
<?php endif; ?>
|
||
</a>
|
||
</div>
|
||
<div class="Txt">
|
||
<h3><a href="<?php echo $this->_var['http']; ?><?php echo $this->_var['ad4s']['domain']; ?>" target='_blank' title="<?php echo $this->_var['ad4s']['cname']; ?>"><?php echo $this->_var['ad4s']['cname']; ?></a></h3>
|
||
<p><?php echo $this->_var['ad4s']['slogon']; ?></p>
|
||
<a class="link" href="<?php echo $this->_var['http']; ?><?php echo $this->_var['ad4s']['domain']; ?>" target='_blank' title="more">more</a>
|
||
</div>
|
||
</div>
|
||
<a class="info" href="<?php echo $this->_var['http']; ?><?php echo $this->_var['ad4s']['domain']; ?>" target='_blank'>
|
||
<div class="ad_info">
|
||
<div class="date"><?php echo $this->_var['ad4s']['cname']; ?></div>
|
||
<b class="hotels">more</b>
|
||
</div>
|
||
</a>
|
||
</div>
|
||
</li>
|
||
<?php endforeach; endif; unset($_from); ?><?php $this->pop_vars();; ?>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<footer>
|
||
<a class="gotopbut">TOP</a>
|
||
<div class="wrap">
|
||
<?php echo $this->_var['footer_text']; ?>
|
||
<div class="copyright">
|
||
Copyright © 2020 <?php echo $this->_var['pt']['name']; ?>|優質店家推薦
|
||
</div>
|
||
</div>
|
||
|
||
</footer>
|
||
</div>
|
||
<div class="m_menu b-box clearfix">
|
||
<div class="mask"></div>
|
||
<div class="controlBox clearfix">
|
||
<a class="main"><span></span></a>
|
||
<div class="m_logo"><a href="/"><img src="<?php echo $this->_var['pt']['slogo']; ?>"></a></div>
|
||
<div class="m_hotelslink">
|
||
<strong class="m_hotelslinkbut"><?php echo $this->_var['keywords']; ?></strong>
|
||
<ul>
|
||
<li><a href="/">不分區</a></li>
|
||
<?php $_from = $this->_var['keyword_list']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }; $this->push_vars('', 'keyword');$this->_foreach['keyword'] = array('total' => count($_from), 'iteration' => 0);
|
||
if ($this->_foreach['keyword']['total'] > 0):
|
||
foreach ($_from AS $this->_var['keyword']):
|
||
$this->_foreach['keyword']['iteration']++;
|
||
?>
|
||
<li><a href="/<?php echo $this->_var['keyword']['name']; ?>-<?php echo $this->_var['pt']['name']; ?>"><?php echo $this->_var['keyword']['name']; ?></a></li>
|
||
<?php endforeach; endif; unset($_from); ?><?php $this->pop_vars();; ?>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<div class="hideBox">
|
||
<p class="sp">CONTACT</p>
|
||
<div class="mfun">
|
||
<a href="tel:02-66008966"><i class="fa fa-phone"></i></a>
|
||
</div>
|
||
<p class="sp sp_menu">MENU</p>
|
||
</div>
|
||
</div>
|
||
<link rel="stylesheet" href="<?php echo $this->_var['tpl']; ?>css/index.css">
|
||
<script src="<?php echo $this->_var['tpl']; ?>js/index.js?v=2020073001"></script>
|
||
<div id="fb-root"></div>
|
||
<script src="<?php echo $this->_var['tpl']; ?>js/fb.js"></script>
|
||
</body>
|
||
</html>
|