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> <!DOCTYPE html>
<html lang="zh-Hant"> <html lang="zh-Hant">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title><?php echo $this->_var['title']; ?></title> <title><?php echo $this->_var['title']; ?></title>
<meta name="description" content="<?php echo $this->_var['web']['mdesc']; ?>"> <meta name="description" content="<?php echo $this->_var['web']['mdesc']; ?>">
<meta name="keywords" content="<?php echo $this->_var['web']['mkeyword']; ?>"> <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"> <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> <script src="<?php echo $this->_var['tpl']; ?>js/include.js"></script>
</head> </head>
<body> <body>
<div class="outerWrap ins b-box"> <div class="outerWrap ins b-box">
<div class="bannerArea b-box"> <div class="bannerArea b-box">
<div class="wrap b-box"> <div class="wrap b-box">
<div class="bannerBox"> <div class="bannerBox">
<ul id="banner"> <ul id="banner">
<li><img src="<?php echo $this->_var['web']['inbanner']; ?>" alt="baner3"></li> <li><img src="<?php echo $this->_var['web']['inbanner']; ?>" alt="baner3"></li>
</ul> </ul>
<div class="bannerTopLogo"></div> <div class="bannerTopLogo"></div>
</div> </div>
</div> </div>
</div> </div>
<header> <header>
<div class="wrap b-box clearfix"> <div class="wrap b-box clearfix">
<div class="leftBox 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 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> </div>
<nav class="menuBox"> <nav class="menuBox">
<ul class="menu cleafix"> <ul class="menu cleafix">
<li id="menu01"><a href="/#about">關於我們</a></li> <li id="menu01"><a href="/#about">關於我們</a></li>
<li id="menu02"><a href="/#news">最新消息</a></li> <li id="menu02"><a href="/#news">最新消息</a></li>
<li id="menu03"><a href="/room.php?act=list">服務項目</a></li> <li id="menu03"><a href="/room.php?act=list">服務項目</a></li>
<li id="menu04"><a href="/#fac">工程案例</a></li> <li id="menu04"><a href="/#fac">工程案例</a></li>
<li id="menu05"><a href="/#location">交通位置</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> <li id="menu06"><a href="<?php echo $this->_var['site']['facebook']; ?>" target="_blank">FB粉絲團</a></li>
</ul> </ul>
</nav> </nav>
<div class="social"> <div class="social">
<a href="#" class="contactLink" data-mail="<?php echo $this->_var['web']['email']; ?>"><i class="fa fa-envelope"></i></a> <?php if ($this->_var['web']['line']): ?>
<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']['line']; ?>" target="_blank"><i class="fa fa-comment"></i></a>
<a class="fb" href="<?php echo $this->_var['web']['facebook']; ?>" target="_blank"><i class="fa fa-facebook"></i></a> <?php endif; ?>
</div> <a href="#" class="contactLink" data-mail="<?php echo $this->_var['web']['email']; ?>"><i class="fa fa-envelope"></i></a>
<div class="rightBox"> <a href="tel:<?php echo $this->_var['web']['tel']; ?>"><i class="fa fa-phone"></i></a>
<a href="tel:<?php echo $this->_var['web']['tel']; ?>" target="_blank">來電諮詢 / CONTACT</a> <?php if ($this->_var['web']['facebook']): ?>
</div> <a class="fb" href="<?php echo $this->_var['web']['facebook']; ?>" target="_blank"><i class="fa fa-facebook"></i></a>
</div> <?php endif; ?>
</div>
<div class="rightBox">
<a href="tel:<?php echo $this->_var['web']['tel']; ?>" target="_blank">來電諮詢 / CONTACT</a>
</div>
</div>
</header> </header>

View File

@ -5,6 +5,8 @@
<title><?php echo $this->_var['pt']['name']; ?><?php echo $this->_var['pt']['mtitle']; ?></title> <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="description" content="<?php echo $this->_var['pt']['mdesc']; ?>">
<meta name="keywords" content="<?php echo $this->_var['pt']['mkeyword']; ?>"> <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 src="<?php echo $this->_var['tpl']; ?>js/zln2mrk.js"></script>
<script>try{Typekit.load({async: true});}catch(e){}</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/layout.css">