Merge branch 'builds' of ssh://114.34.163.174:2222/wayne/bnbweb into builds

This commit is contained in:
Wayne Hsu 2023-05-17 16:51:22 +08:00
commit 1f1919e4dd
2 changed files with 54 additions and 47 deletions

View File

@ -1,48 +1,53 @@
<!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['title']; ?></title>
<meta name="description" content="<?php echo $this->_var['web']['mdesc']; ?>">
<meta name="keywords" content="<?php echo $this->_var['web']['mkeyword']; ?>">
<link rel="stylesheet" type="text/css" href="<?php echo $this->_var['tpl']; ?>css/layout.css">
<script src="<?php echo $this->_var['tpl']; ?>js/include.js"></script>
</head>
<body>
<div class="outerWrap ins b-box">
<div class="bannerArea b-box">
<div class="wrap b-box">
<div class="bannerBox">
<ul id="banner">
<li><img src="<?php echo $this->_var['web']['inbanner']; ?>" alt="baner3"></li>
</ul>
<div class="bannerTopLogo"></div>
</div>
</div>
</div>
<header>
<div class="wrap b-box clearfix">
<div class="leftBox clearfix">
<div class="logo"><a href="/" title="<?php echo $this->_var['web']['cname']; ?>" style="background: url(<?php echo $this->_var['web']['logo']; ?>) no-repeat;"><?php echo $this->_var['web']['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="#" class="contactLink" data-mail="<?php echo $this->_var['web']['email']; ?>"><i class="fa fa-envelope"></i></a>
<a href="tel:<?php echo $this->_var['web']['tel']; ?>"><i class="fa fa-phone"></i></a>
<a class="fb" href="<?php echo $this->_var['web']['facebook']; ?>" target="_blank"><i class="fa fa-facebook"></i></a>
</div>
<div class="rightBox">
<a href="tel:<?php echo $this->_var['web']['tel']; ?>" target="_blank">來電諮詢 / CONTACT</a>
</div>
</div>
<!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['title']; ?></title>
<meta name="description" content="<?php echo $this->_var['web']['mdesc']; ?>">
<meta name="keywords" content="<?php echo $this->_var['web']['mkeyword']; ?>">
<link rel="stylesheet" type="text/css" href="<?php echo $this->_var['tpl']; ?>css/layout.css">
<script src="<?php echo $this->_var['tpl']; ?>js/include.js"></script>
</head>
<body>
<div class="outerWrap ins b-box">
<div class="bannerArea b-box">
<div class="wrap b-box">
<div class="bannerBox">
<ul id="banner">
<li><img src="<?php echo $this->_var['web']['inbanner']; ?>" alt="baner3"></li>
</ul>
<div class="bannerTopLogo"></div>
</div>
</div>
</div>
<header>
<div class="wrap b-box clearfix">
<div class="leftBox clearfix">
<div class="logo"><a href="/" title="<?php echo $this->_var['web']['cname']; ?>" style="background: url(<?php echo $this->_var['web']['logo']; ?>) no-repeat;"><?php echo $this->_var['web']['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">
<?php if ($this->_var['web']['line']): ?>
<a class="fb" href="<?php echo $this->_var['web']['line']; ?>" target="_blank"><i class="fa fa-comment"></i></a>
<?php endif; ?>
<a href="#" class="contactLink" data-mail="<?php echo $this->_var['web']['email']; ?>"><i class="fa fa-envelope"></i></a>
<a href="tel:<?php echo $this->_var['web']['tel']; ?>"><i class="fa fa-phone"></i></a>
<?php if ($this->_var['web']['facebook']): ?>
<a class="fb" href="<?php echo $this->_var['web']['facebook']; ?>" target="_blank"><i class="fa fa-facebook"></i></a>
<?php endif; ?>
</div>
<div class="rightBox">
<a href="tel:<?php echo $this->_var['web']['tel']; ?>" target="_blank">來電諮詢 / CONTACT</a>
</div>
</div>
</header>

View File

@ -5,6 +5,8 @@
<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']; ?>">
<link rel="canonical" href="https://<?php echo $this->_var['main_domain']; ?>/" />
<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">