bnbweb/themes/vr/portal/portal.html
2023-06-28 14:37:44 +08:00

265 lines
10 KiB
HTML
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="zh-Hant-TW">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{$pt.name}{$pt.mtitle}</title>
<meta name="description" content="{$pt.mdesc}">
<meta name="keywords" content="{$pt.mkeyword}">
<link rel="canonical" href="https://{$main_domain}/" />
<script src="{$tpl}js/zln2mrk.js"></script>
<script>try { Typekit.load({ async: true }); } catch (e) { }</script>
<link rel="stylesheet" type="text/css" href="{$tpl}css/layout.css">
<link rel="stylesheet" type="text/css" href="{$tpl}css/home.css">
<link rel="stylesheet" type="text/css" href="{$tpl}css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="{$tpl}css/main.css">
<script src="{$tpl}js/include.js?v=2020082701"></script>
<link href="https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap" rel="stylesheet">
<link rel="stylesheet"
href="https://owlcarousel2.github.io/OwlCarousel2/assets/owlcarousel/assets/owl.carousel.min.css">
<link rel="stylesheet"
href="https://owlcarousel2.github.io/OwlCarousel2/assets/owlcarousel/assets/owl.theme.default.min.css">
<link rel="stylesheet" href="{$tpl}css/style.css">
</head>
<body>
<header>
<div class="logo pc">
<a href="/" title="{$pt.name}" style="background: url('{$pt.logo}') no-repeat; background-size: contain;">
{$pt.name}
</a>
</div>
<div class="logo mobile">
<a href="/"><img src="{$pt.mlogo}"></a>
</div>
<div class="container">
<div class="row justify-content-end">
<div class="col-sm-auto col-4">
<div class="dropdown">
<button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenuButton"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
全領域類別
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<!--{foreach from=$rnd5_portals_1 item=pts1 name=pts1}-->
<a class="dropdown-item" href="{$http}{$pts1.domain}">{$pts1.name}</a>
<!--{/foreach}-->
</div>
</div>
</div>
<div class="col-sm-auto col-4">
<div class="dropdown">
<button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenuButton"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
全服務類別
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
{foreach from=$rnd5_portals_3 item=pts3 name=pts3}
<a class="dropdown-item" href="{$http}{$pts3.domain}">{$pts3.name}</a>
{/foreach}
</div>
</div>
</div>
<div class="col-sm-auto col-4">
<div class="dropdown">
<button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenuButton"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
{$keywords}
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="/">不分區</a>
<!--{foreach from=$keyword_list item=keyword name=keyword}-->
<a class="dropdown-item" href="/{$keyword.name}-{$pt.name}">{$keyword.name}</a>
<!--{/foreach}-->
</div>
</div>
</div>
<div class="col-auto">
<a class="btn btn-primary" href="#" role="button">粉絲專頁</a>
</div>
</div>
</div>
</header>
<section>
<div class="owl-carousel owl-theme owl-home">
<!--{foreach from=$ad1_list item=ad1s name=ad1s}-->
<div class="item">
<a href="{$http}{$ad1s.domain}"
target="_blank">
<img src="/{$ad1s.image1}">
</a>
</div>
<!--{/foreach}-->
</div>
</section>
<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>
<!--{foreach from=$ad2_list item=ad2s name=ad2s}-->
<li>
<div class="item clearfix">
<div class="Img">
<h3>{$ad2s.cname}<em>View More</em></h3>
<a href="{$http}{$ad2s.domain}" target="_blank"><img
src="/{$ad2s.image2}"
alt="{$ad2s.cname}"></a>
<div class="infobar">
<p class="information">
{$ad2s.address}<br>
服務專線:{$ad2s.tel}</p>
<a class="weblink" target="_blank" href="{$http}{$ad2s.domain}"
title="官方網站">官方網站<em>WEB</em></a>
<a class="bookinglink" target="_blank" href="{$ad2s.vrmap}"
title="地理位置">地理位置<em>VIEW</em></a>
</div>
</div>
</div>
</li>
{if $smarty.foreach.ad2s.iteration eq 2}
</ul>
<ul>
{/if}
<!--{/foreach}-->
</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">
<!--{foreach from=$ad3_list item=ad3s name=ad3s}-->
<li class="room">
<div class="roomslick">
<div class="roomimg"><img alt="{$ad3s.name}"
src="{$ad3s.image3}" title="{$ad3s.name}">
</div>
</div>
<h3 class="ti">| {$ad3s.cname}</h3>
<div class="text">
{$ad3s.ad_text2}
</div>
<ul class="rooms_icon">
<!--{foreach from=$ad3s.fac_list item=a3fac name=a3fac}-->
<li><img src="{$a3fac.image}">
<p>{$a3fac.name}</p>
</li>
<!--{/foreach}-->
</ul>
<div class="w100">
<a class="btn btn-style01" target="_blank" href="{$http}{$ad3s.domain}"
title="官方網站">官方網站</a>
<a class="btn btn-style02" target="_blank" href="{$ad3s.vrmap}"
title="地理位置">地理位置</a>
</div>
</li>
<!--{/foreach}-->
</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">
<!--{foreach from=$ad4_list item=ad4s name=ad4s}-->
<li>
<div class="item clearfix">
<div class="Imgbox">
<div class="Img">
<a href="{$http}{$ad4s.domain}" target='_blank' title="{$ad4s.cname}">
{if $ad4s.image4}
<img src="{$ad4s.image4}" alt={$ad4s.cname}">
{else}
<img src="images/nopic.png" alt={$ad4s.cname}">
{/if}
</a>
</div>
<div class="Txt">
<h3><a href="{$http}{$ad4s.domain}" target='_blank'
title="{$ad4s.cname}">{$ad4s.cname}</a></h3>
<p>{$ad4s.slogon}</p>
<a class="link" href="{$http}{$ad4s.domain}" target='_blank' title="more">more</a>
</div>
</div>
<a class="info" href="{$http}{$ad4s.domain}" target='_blank'>
<div class="ad_info">
<div class="date">{$ad4s.cname}</div>
<b class="hotels">more</b>
</div>
</a>
</div>
</li>
<!--{/foreach}-->
</ul>
</div>
</div>
</div>
<footer>
<a class="gotopbut">TOP</a>
<div class="wrap">
{$footer_text}
<div class="copyright">
Copyright © 2020 {$pt.name}|優質店家推薦
</div>
</div>
</footer>
<link rel="stylesheet" href="{$tpl}css/index.css">
<script src="{$tpl}js/index.js?v=2020073001"></script>
<div id="fb-root"></div>
<script src="{$tpl}js/fb.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous">
</script>
<script src="https://owlcarousel2.github.io/OwlCarousel2/assets/vendors/jquery.min.js"></script>
<script src="https://owlcarousel2.github.io/OwlCarousel2/assets/owlcarousel/owl.carousel.js"></script>
<script>
$(document).ready(function () {
$('.owl-home').owlCarousel({
loop: true,
items: 1,
margin: 10,
nav: false,
dots: true,
autoplay: true
});
});
</script>
</body>
</html>