619 lines
14 KiB
PHP
Executable File
619 lines
14 KiB
PHP
Executable File
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="zh-Hant">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title><?php echo $this->_var['site']['cname']; ?></title>
|
|
|
|
<meta name="description" content="<?php echo $this->_var['site']['mdesc']; ?>">
|
|
|
|
<meta name="keywords" content="<?php echo $this->_var['site']['mkeyword']; ?>">
|
|
|
|
<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/fac.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="<?php echo $this->_var['tpl']; ?>css/video.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="<?php echo $this->_var['tpl']; ?>css/jquery.mb.YTPlayer.min.css">
|
|
|
|
<script src="<?php echo $this->_var['tpl']; ?>js/include.js"></script>
|
|
|
|
<script src="<?php echo $this->_var['tpl']; ?>js/jquery.mb.YTPlayer.js"></script>
|
|
|
|
<script src="<?php echo $this->_var['tpl']; ?>js/player.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="loadingArea">
|
|
|
|
<div class="loadingMask"></div>
|
|
|
|
<div class="loader">
|
|
|
|
<div class="Img"><img src="<?php echo $this->_var['site']['slogo']; ?>"></div>
|
|
|
|
<div class="spin"><img src="themes/vr/web/images/loader.svg"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="outerWrap b-box">
|
|
|
|
<div class="bannerArea b-box">
|
|
|
|
<div class="wrap b-box">
|
|
|
|
<div class="bannerBox">
|
|
|
|
<div class="bannerTopLogo"></div>
|
|
|
|
<ul id="banner">
|
|
|
|
<li>
|
|
|
|
<img src="<?php echo $this->_var['site']['index_banner']; ?>" alt="banner">
|
|
|
|
<div class="bannerContent">
|
|
|
|
<div class="titleBox">
|
|
|
|
<div class="topTitle"><?php echo $this->_var['site']['ename']; ?></div>
|
|
|
|
<div class="bottomTitle"><?php echo $this->_var['site']['cname']; ?></div>
|
|
|
|
</div>
|
|
|
|
<span style="font-size:15px;"><span style="color:#ffffff;">
|
|
|
|
<?php echo $this->_var['site']['slogon']; ?>
|
|
|
|
</span></span>
|
|
|
|
<br />
|
|
|
|
<div class="pc">
|
|
|
|
<div class="btn clearfix">
|
|
|
|
<a href="tel:<?php echo $this->_var['site']['tel']; ?>" target="_blank"><i class="fa fa-calendar-check-o"></i> 立即來電諮詢</a>
|
|
|
|
<a href="<?php echo $this->_var['site']['vrmap']; ?>" target="_blank"><i class="fa fa-youtube-play"></i> 地理位置</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="playerBox" style="background:url('<?php echo $this->_var['site']['index_banner']; ?>'); background-size:cover;">
|
|
|
|
<div id="bgndVideo" class="player" data-property="{videoURL:'<?php echo $this->_var['site']['index_ytb']; ?>',containment:'.playerBox',autoPlay:true, mute:true, startAt:0, opacity:1}">My video</div>
|
|
|
|
</div>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="btnDown"></div>
|
|
|
|
</div>
|
|
|
|
<header>
|
|
|
|
<div class="wrap b-box clearfix">
|
|
|
|
<div class="leftBox clearfix">
|
|
|
|
<div class="logo"><a href="/" title="<?php echo $this->_var['site']['cname']; ?>" style="background: url(<?php echo $this->_var['site']['logo']; ?>) no-repeat;"><?php echo $this->_var['site']['cname']; ?></a></div>
|
|
|
|
</div>
|
|
|
|
<nav class="menuBox">
|
|
|
|
<ul class="menu cleafix">
|
|
|
|
<li id="menu01"><a href="#about">關於我們</a></li>
|
|
|
|
<li id="menu02"><a href="#news">最新消息</a></li>
|
|
|
|
<li id="menu03"><a href="room.php?act=list">服務項目</a></li>
|
|
|
|
<li id="menu04"><a href="#fac">工程案例</a></li>
|
|
|
|
<li id="menu05"><a href="#location">交通位置</a></li>
|
|
|
|
<li id="menu06"><a href="<?php echo $this->_var['site']['facebook']; ?>" target="_blank">FB粉絲團</a></li>
|
|
|
|
</ul>
|
|
|
|
</nav>
|
|
|
|
<div class="social">
|
|
|
|
<a href="mailto:<?php echo $this->_var['site']['email']; ?>" class="contactLink" data-mail="<?php echo $this->_var['site']['email']; ?>"><i class="fa fa-envelope"></i></a>
|
|
|
|
<a href="tel:<?php echo $this->_var['site']['tel']; ?>"><i class="fa fa-phone"></i></a>
|
|
|
|
<a class="fb" href="<?php echo $this->_var['site']['facebook']; ?>" target="_blank"><i class="fa fa-facebook"></i></a>
|
|
|
|
</div>
|
|
|
|
<div class="rightBox" id="headerBooking">
|
|
|
|
<a href="tel:<?php echo $this->_var['site']['tel']; ?>" target="_blank">來電諮詢 / CONTACT</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</header>
|
|
|
|
<div class="mainArea">
|
|
|
|
<div class="newsArea" id="news">
|
|
|
|
<div class="wrap b-box clearfix">
|
|
|
|
<div class="topBox">
|
|
|
|
<div class="boxWrap">
|
|
|
|
<span>最新消息</span>
|
|
|
|
<h3>
|
|
|
|
<a href="news.php?act=list" data-news="NEWS">NEWS</a>
|
|
|
|
</h3>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<ul class="clearfix" id="newsAreaLink">
|
|
|
|
<?php $_from = $this->_var['news_list']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }; $this->push_vars('', 'news');$this->_foreach['news'] = array('total' => count($_from), 'iteration' => 0);
|
|
if ($this->_foreach['news']['total'] > 0):
|
|
foreach ($_from AS $this->_var['news']):
|
|
$this->_foreach['news']['iteration']++;
|
|
?>
|
|
|
|
<li class="g-tl-4 g-tv-12 clearfix">
|
|
|
|
<div class="item clearfix">
|
|
|
|
<div class="Img"><a href="news.php?id=<?php echo $this->_var['news']['id']; ?>" title="<?php echo $this->_var['news']['subject']; ?>"><img src="<?php echo $this->_var['news']['image']; ?>"></a></div>
|
|
|
|
<div class="Txt b-box">
|
|
|
|
<div class="date"><?php echo $this->_var['news']['start_time']; ?></div>
|
|
|
|
<h3><a href="news.php?id=<?php echo $this->_var['news']['id']; ?>" title="<?php echo $this->_var['news']['subject']; ?>" data-abhover="<?php echo $this->_var['news']['subject']; ?>"><?php echo $this->_var['news']['subject']; ?></a></h3>
|
|
|
|
<a href="news.php?id=<?php echo $this->_var['news']['id']; ?>" class="btnMore">View More</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</li>
|
|
|
|
<?php endforeach; endif; unset($_from); ?><?php $this->pop_vars();; ?>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="roomArea" id="rooms">
|
|
|
|
<div class="wrap b-box clearfix">
|
|
|
|
<div class="leftBox">
|
|
|
|
<ul class="roomList clearfix" id="roomList">
|
|
|
|
<?php $_from = $this->_var['rooms_list']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }; $this->push_vars('', 'room');$this->_foreach['room'] = array('total' => count($_from), 'iteration' => 0);
|
|
if ($this->_foreach['room']['total'] > 0):
|
|
foreach ($_from AS $this->_var['room']):
|
|
$this->_foreach['room']['iteration']++;
|
|
?>
|
|
|
|
<li class="">
|
|
|
|
<div class="item clearfix">
|
|
|
|
<div class="Img">
|
|
|
|
<a href="room.php?id=<?php echo $this->_var['room']['id']; ?>">
|
|
|
|
<img src="<?php echo $this->_var['room']['image1']; ?>" alt="<?php echo $this->_var['room']['name']; ?>">
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</li>
|
|
|
|
<?php endforeach; endif; unset($_from); ?><?php $this->pop_vars();; ?>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="rightBox">
|
|
|
|
<div class="topBox">
|
|
|
|
<div class="boxWrap">
|
|
|
|
<span>服務項目</span>
|
|
|
|
<h3><a href="room.php?act=list" data-news="SERVICE">SERVICE</a></h3>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<ul class="roomTxtList clearfix" id="roomTxtList">
|
|
|
|
<?php $_from = $this->_var['rooms_list']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }; $this->push_vars('', 'room');$this->_foreach['room'] = array('total' => count($_from), 'iteration' => 0);
|
|
if ($this->_foreach['room']['total'] > 0):
|
|
foreach ($_from AS $this->_var['room']):
|
|
$this->_foreach['room']['iteration']++;
|
|
?>
|
|
|
|
<li class="">
|
|
|
|
<div class="item clearfix">
|
|
|
|
<div class="Txt b-box">
|
|
|
|
<h3><strong><a href="room.php?id=<?php echo $this->_var['room']['id']; ?>" ><?php echo $this->_var['room']['name']; ?></a></strong></h3>
|
|
|
|
<p class="ellipsis"><?php echo $this->_var['room']['price']; ?></p>
|
|
|
|
<a href="room.php?id=<?php echo $this->_var['room']['id']; ?>" class="btnMore">View More</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</li>
|
|
|
|
<?php endforeach; endif; unset($_from); ?><?php $this->pop_vars();; ?>
|
|
|
|
</ul>
|
|
|
|
<div class="arrowBox">
|
|
|
|
<div class="prevArrow"></div>
|
|
|
|
<div class="nextArrow"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="aboutArea" id="about">
|
|
|
|
<div class="wrap b-box clearfix">
|
|
|
|
<div class="Img"><img src="<?php echo $this->_var['site']['about_image']; ?>" alt="about"></div>
|
|
|
|
<div class="contentArea">
|
|
|
|
<div class="topBox">
|
|
|
|
<div class="rightBox">
|
|
|
|
<div class="Txt">
|
|
|
|
<?php echo $this->_var['site']['aboutus']; ?>
|
|
|
|
<div class="btn">
|
|
|
|
<a href="tel:<?php echo $this->_var['site']['tel']; ?>">Contact Us</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="bottomBox">
|
|
|
|
<div class="leftBox">
|
|
|
|
<h2>about</h2>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="mapArea mapArea123" id="fac">
|
|
|
|
<div class="wrap b-box clearfix">
|
|
|
|
<div class="pc" style="text-align: center;">
|
|
|
|
<div class="topBox">
|
|
|
|
<div class="boxWrap">
|
|
|
|
<span>工程案例</span>
|
|
|
|
<h3>
|
|
|
|
<a href="javascript:;" data-location="CASE">CASE</a>
|
|
|
|
</h3>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="mo">
|
|
|
|
<div class="topBox">
|
|
|
|
<div class="boxWrap">
|
|
|
|
<span>工程案例</span>
|
|
|
|
<h3>
|
|
|
|
<a href="javascript:;" data-location="CASE">CASE</a>
|
|
|
|
</h3>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="contentBox clearfix">
|
|
|
|
<div class="classBox">
|
|
|
|
<ul class="classLink">
|
|
|
|
<?php $_from = $this->_var['fac_list']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }; $this->push_vars('', 'fac');$this->_foreach['fac'] = array('total' => count($_from), 'iteration' => 0);
|
|
if ($this->_foreach['fac']['total'] > 0):
|
|
foreach ($_from AS $this->_var['fac']):
|
|
$this->_foreach['fac']['iteration']++;
|
|
?>
|
|
<?php if ($this->_var['fac']['selected']): ?>
|
|
<li><a href="javascript:;" class="current"><?php echo $this->_var['fac']['name']; ?></a></li>
|
|
<?php endif; ?>
|
|
<?php endforeach; endif; unset($_from); ?><?php $this->pop_vars();; ?>
|
|
|
|
</ul>
|
|
|
|
<div class="m_classLink"></div>
|
|
|
|
</div>
|
|
|
|
<ul class="facList clearfix">
|
|
|
|
<?php $_from = $this->_var['facility_list']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }; $this->push_vars('', 'facility');$this->_foreach['facility'] = array('total' => count($_from), 'iteration' => 0);
|
|
if ($this->_foreach['facility']['total'] > 0):
|
|
foreach ($_from AS $this->_var['facility']):
|
|
$this->_foreach['facility']['iteration']++;
|
|
?>
|
|
|
|
<li class="g-d-3 g-ml-6 g-mv-12 clearfix">
|
|
|
|
<div class="Img"><a class="titan-lb" data-titan-group="gallery" data-fancybox="group" rel="fancybox-thumb" href="<?php echo $this->_var['facility']['img_url']; ?>"><img src="<?php echo $this->_var['facility']['img_url']; ?>"></a></div>
|
|
|
|
</li>
|
|
|
|
<?php endforeach; endif; unset($_from); ?><?php $this->pop_vars();; ?>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="mapArea" id="location">
|
|
<div class="wrap b-box clearfix">
|
|
<div class="topBox topBox04">
|
|
<div class="boxWrap">
|
|
<span>交通位置</span>
|
|
<h3>
|
|
<a href="javascript:;" data-location="LOCATION">LOCATION</a>
|
|
</h3>
|
|
</div>
|
|
</div>
|
|
<div class="textEditor">
|
|
<iframe allowfullscreen="<?php echo $this->_var['site']['location_map']; ?>" frameborder="0" scrolling="no" src="<?php echo $this->_var['site']['location_map']; ?>" style="border:0" width="100%" height="450"></iframe><br />
|
|
<br />
|
|
<?php echo $this->_var['site']['location_desc']; ?>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<footer class="clearfix">
|
|
|
|
<div class="wrap b-box clearfix">
|
|
|
|
<div class="g-4 row one">
|
|
|
|
<ul class="downMenu cleafix">
|
|
|
|
<li id="menu11"><a href="#about">關於我們</a></li>
|
|
|
|
<li id="menu12"><a href="#news">最新消息</a></li>
|
|
|
|
<li id="menu13"><a href="room.php?act=list">服務項目</a></li>
|
|
|
|
<li id="menu14"><a href="#fac">工程案例</a></li>
|
|
|
|
<li id="menu15"><a href="#location">交通位置</a></li>
|
|
|
|
<li id="menu16"><a href="<?php echo $this->_var['site']['facebook']; ?>" target="_blank">FB粉絲團</a></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="g-3 row two">
|
|
|
|
<h5 class="copyright">
|
|
|
|
<p><?php echo $this->_var['site']['cname']; ?></p><p class="en"><?php echo $this->_var['site']['ename']; ?></p><br />
|
|
|
|
<address><?php echo $this->_var['site']['address']; ?></address><br />
|
|
|
|
<?php echo $this->_var['site']['tel']; ?><br />
|
|
|
|
<?php echo $this->_var['site']['email']; ?></h5>
|
|
|
|
</div>
|
|
|
|
<div class="g-5 row three clearfix">
|
|
|
|
<div class="title">Contact Us</div>
|
|
|
|
<div class="social">
|
|
|
|
<a href="mailto:<?php echo $this->_var['site']['email']; ?>" class="contactLink" data-mail="<?php echo $this->_var['site']['email']; ?>"><i class="fa fa-envelope"></i></a>
|
|
|
|
<a href="tel:<?php echo $this->_var['site']['tel']; ?>"><i class="fa fa-phone"></i></a>
|
|
|
|
<a class="fb" href="<?php echo $this->_var['site']['facebook']; ?>" target="_blank"><i class="fa fa-facebook"></i></a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<div class="endArea"><?php echo $this->_var['site']['ename']; ?> © ALL RIGHTS RESERVED.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="top"></div>
|
|
|
|
</footer>
|
|
|
|
</div>
|
|
|
|
<canvas class="clickFire"></canvas>
|
|
|
|
<div class="m_menu b-box clearfix">
|
|
|
|
<div class="mask"></div>
|
|
|
|
<div class="controlBox clearfix">
|
|
|
|
<a class="main"><!--<i class="fa fa-reorder"></i>--></a>
|
|
|
|
<div class="m_logo"><a href="/"><img src="<?php echo $this->_var['site']['slogo']; ?>"></a></div>
|
|
|
|
<div class="bookingBox">
|
|
|
|
<a href="tel:<?php echo $this->_var['site']['tel']; ?>" target="_blank">CONTACT</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="hideBox">
|
|
|
|
<p class="sp">CONTACT</p>
|
|
|
|
<div class="mfun">
|
|
|
|
<a href="<?php echo $this->_var['site']['vrmap']; ?>" class="marker" target="_blank"><i class="fa fa-map-marker"></i></a>
|
|
|
|
<a href="tel:<?php echo $this->_var['site']['tel']; ?>"><i class="fa fa-phone"></i></a>
|
|
|
|
<a href="mailto:<?php echo $this->_var['site']['email']; ?>" class="contactLink" data-mail="<?php echo $this->_var['site']['email']; ?>"><i class="fa fa-envelope"></i></a>
|
|
|
|
</div>
|
|
|
|
<!--<p class="sp sp_menu">MENU</p>-->
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="fMenu">
|
|
|
|
<ul class="clearfix">
|
|
|
|
<li><a href="/"><i class="fa fa-calendar-check-o"></i><span>首頁</span></a></li>
|
|
|
|
<li><a href="room.php?act=list"><i class="fa fa-bed"></i><span>服務</span></a></li>
|
|
|
|
<li><a href="#news"><i class="fa fa-rss"></i><span>消息</span></a></li>
|
|
|
|
<li><a href="#location" class="marker"><i class="fa fa-map-marker"></i><span>地圖</span></a></li>
|
|
|
|
<li><a class="goTop"><i class="fa fa-angle-up"></i><span>Top</span></a></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<link rel="stylesheet" href="<?php echo $this->_var['tpl']; ?>css/index.css">
|
|
|
|
<script src="<?php echo $this->_var['tpl']; ?>js/index.js?v=20200726"></script>
|
|
|
|
<script src="<?php echo $this->_var['tpl']; ?>js/google.js"></script>
|
|
|
|
<script type="text/javascript" src="http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
|
|
|
|
<div id="fb-root"></div>
|
|
|
|
<script src="<?php echo $this->_var['tpl']; ?>js/fb.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|