You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
130 lines
6.1 KiB
130 lines
6.1 KiB
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="Expires" content="0">
|
|
<meta http-equiv="Pragma" content="no-cache">
|
|
<meta http-equiv="Cache-control" content="no-cache">
|
|
<meta http-equiv="Cache" content="no-cache">
|
|
<meta http-equiv="content-language" content="zh-TW">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
|
<meta name="keywords" content="展會資訊 - G-Yi 駒驛物流">
|
|
<meta name="description" content="">
|
|
<title>展會資訊 - G-Yi 駒驛物流</title>
|
|
<link rel="shortcut icon" href="../images/favicon.ico">
|
|
<link href="../../Scripts/3rd/jquery-ui/jquery-ui.min.css" rel="stylesheet" />
|
|
<link href="../../Scripts/3rd/select2/css/select2.min.css" rel="stylesheet" />
|
|
<link href="../css/main.css?v=20180730" rel="stylesheet" type="text/css">
|
|
<link href="../css/expo.css" rel="stylesheet" type="text/css">
|
|
<link href="../../Content/simplePagination.css" rel="stylesheet" />
|
|
<style>
|
|
.select2-container, .select2-selection--single, .select2-selection__rendered, .select2-selection__arrow {
|
|
height: 40px !important;
|
|
}
|
|
|
|
.select2-container, .select2-selection__rendered {
|
|
min-width: 70px;
|
|
}
|
|
|
|
.select2-selection__placeholder, .select2-container--default .select2-selection--single .select2-selection__rendered {
|
|
line-height: 40px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<!-- header -->
|
|
<header>
|
|
<div id="headerWrapper">
|
|
<h1><a href="index.html">駒驛</a></h1>
|
|
<ul id="language">
|
|
<!--<li class="cn"><a href="#">简</a></li>-->
|
|
<li class="en"><a href="expo_en.html">EN</a></li>
|
|
</ul>
|
|
<h4>Menu</h4>
|
|
<ul id="menu">
|
|
<li id="index"><a href="index.html">首頁</a></li>
|
|
<li id="about"><a href="about.html">關於駒驛</a></li>
|
|
<li id="service"><a href="service.html">服務項目</a></li>
|
|
<li id="inquiry"><a href="inquiry.html">線上詢價</a></li>
|
|
<li id="contact"><a href="contact.html">聯絡駒驛</a></li>
|
|
<li id="download"><a href="download.html">資料下載</a></li>
|
|
</ul>
|
|
</div>
|
|
</header>
|
|
<!-- header end -->
|
|
<!--------------------- article --------------------->
|
|
<div class="article">
|
|
<h1 class="addBG">服務展會資訊<span>| Exhibitions |</span></h1>
|
|
<p> </p>
|
|
<!--------------------- expoSort --------------------->
|
|
<ul id="expoSort">
|
|
<li>
|
|
<input type="text" class="maxText textStyle" id="keyword" placeholder="請輸入關鍵字">
|
|
</li>
|
|
<li>
|
|
<select class="maxText textStyle" id="area"></select>
|
|
</li>
|
|
<li>
|
|
<input class="textStyle datepicker" placeholder="開始日期" id="datestart" readonly> 至 <input class="textStyle datepicker" id="dateend" placeholder="結束日期" readonly>
|
|
</li>
|
|
<li><input type="submit" value="查詢" class="btn btnStyle"></li>
|
|
</ul>
|
|
<!--------------------- expoSort end --------------------->
|
|
<p> </p>
|
|
<ul class="expoList"></ul>
|
|
<!--------------------- page --------------------->
|
|
<div id="pager"></div>
|
|
<!--------------------- page end --------------------->
|
|
</div>
|
|
<!--------------------- article end --------------------->
|
|
<!--------------------- footer --------------------->
|
|
<footer>
|
|
<div id="footer">
|
|
<img src="../images/logoFooter.png">
|
|
<ul>
|
|
<li>台北市南港區重陽路457號10樓</li>
|
|
<li>02-2785-7900</li>
|
|
<li><a href="mailto:info@g-yi.com">info@g-yi.com</a></li>
|
|
</ul>
|
|
<p>Copyright © 駒驛物流</p>
|
|
</div>
|
|
</footer>
|
|
<div id="toTop">TOP</div>
|
|
<div id="money" class="NoShowInMobile"><a href="inquiry.html"></a></div>
|
|
<!--------------------- footer end --------------------->
|
|
<script id="temp_expo" type="text/x-jsrender">
|
|
<li>
|
|
<div class="expoListLeft">
|
|
<div class="squareThumb"><img width="100%" src="{{:~setFilePath(LogoFilePath)}}"></div>
|
|
</div>
|
|
<div class="expoListRight">
|
|
<h4>{{:Exhibitioname_TW}}</h4>
|
|
<p class="italic">{{:Exhibitioname_EN}}</p>
|
|
<p>時間:{{:~setRangeDate(ExhibitionDateStart,ExhibitionDateEnd)}}</p>
|
|
<p>地點:<a href="#">台灣</a> / {{:ExhibitionAddressName}}</p>
|
|
<div class="exopBtn">
|
|
<p class="money"><a href="inquiry.html?SN={{:SN}}&State={{:State}}&Year={{:~getYear(ExhibitionDateStart)}}&Month={{:~getMonth(ExhibitionDateStart)}}">線上詢價</a></p>
|
|
<!--<p class="heart"><a href="javascript:void(0)">收藏展覽</a></p>-->
|
|
</div>
|
|
</div>
|
|
</li>
|
|
</script>
|
|
</body>
|
|
</html>
|
|
<script src="../../Scripts/jquery-1.11.3.min.js"></script>
|
|
<script src="../../Scripts/3rd/jquery-ui/jquery-ui.min.js"></script>
|
|
<script src="../js/menu.js?v=20180730"></script>
|
|
<script src="../../Scripts/3rd/imgLiquid-min.js"></script>
|
|
<script src="../../Scripts/3rd/select2/js/select2.min.js"></script>
|
|
<script src="../../Scripts/jquery.simplePagination.js"></script>
|
|
<script src="../../Scripts/jsrender.min.js"></script>
|
|
<script src="../../Scripts/jquery.blockUI.js"></script>
|
|
<script src="../../Scripts/lib/base64.js"></script>
|
|
<script src="../../Scripts/lib/Util.min.js?v=20180730"></script>
|
|
<script src="../js/expo.js"></script>
|
|
<!--Global site tag(gtag.js) - Google Analytics-->
|
|
<script>
|
|
if ('www.g-yi.com'.indexOf(window.location.hostname) > -1) {
|
|
document.write('<script async src="https://www.googletagmanager.com/gtag/js?id=UA-120713824-1"><\x2Fscript><script type="text/javascript">window.dataLayer = window.dataLayer || [];function gtag() { dataLayer.push(arguments); } gtag("js", new Date()); gtag("config", "UA-120713824-1");<\x2Fscript>');
|
|
}
|
|
</script>
|