2022-11-14 17:31:15 +00:00
|
|
|
{include file='library/page_header.html'}
|
|
|
|
<link rel="stylesheet" type="text/css" href="{$tpl}css/room.css">
|
|
|
|
|
|
|
|
<div class="mainArea">
|
|
|
|
<div class="wrap b-box">
|
|
|
|
<div class="titleBox clearfix">
|
|
|
|
<h2><em>SERVICE</em><strong>服務項目</strong></h2>
|
|
|
|
</div>
|
|
|
|
<div class="contentBox clearfix">
|
|
|
|
<div class="g-tl-12 leftBox">
|
|
|
|
<h1 class="articleTitle">{$room.name}</h1>
|
|
|
|
<div class="Img"><img src="{$room.image1}"></div>
|
|
|
|
|
|
|
|
<ul class="side_album clearfix">
|
|
|
|
<!--{foreach from=$rm_gallery_list item=rm_gallery name=rm_gallery}-->
|
|
|
|
<li class="b-box"><a class="titan-lb" data-titan-group="gallery" data-fancybox="group" rel="fancybox-thumb" href="{$rm_gallery.img_url}" title=""><img src="{$rm_gallery.img_url}" ></a></li>
|
|
|
|
<!--{/foreach}-->
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<div class="tab clearfix">
|
|
|
|
<a href="#intro" class="current">服務說明</a>
|
|
|
|
<a href="#notice">注意事項</a>
|
|
|
|
</div>
|
|
|
|
<ul class="tabContent">
|
|
|
|
<li id="intro">
|
|
|
|
<div class="textEditor">
|
|
|
|
{$room.intro}
|
|
|
|
</div>
|
|
|
|
</li>
|
|
|
|
<li id="price">
|
|
|
|
</li>
|
|
|
|
<li id="notice">
|
|
|
|
<div class="textEditor">
|
|
|
|
{$room.notice}
|
|
|
|
</div>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{include file='library/page_footer.html'}
|