| Server IP : 210.245.233.93 / Your IP : 216.73.216.226 Web Server : Apache/2.2.15 (CentOS) System : Linux webserver2.onesolution.com.hk 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64 User : apache ( 48) PHP Version : 5.3.3 Disable Function : exec, shell_exec, system, passthru, popen, proc_open, pcntl_exec MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/awintours.com/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Avonwin Holdings Tours Limited</title>
<meta name="keywords" content="Avonwin Holdings Tours Limited">
<meta name="description" content="Avonwin Holdings Tours Limited" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
</head>
<body>
<div id="container">
<!-- Body -->
<div id="body">
<table width="1000" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="65"><div id="divleft" class="logo"><a href="index.html"><img src="images/logo.jpg" width="280" height="65" border="0" /></a></div>
<div id="divright" class="orderbtn"><table border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" valign="top"><a href="order_form.php"><img src="images/btn_headerorder.jpg" width="111" height="38" border="0" /></a></td>
</tr>
<tr>
<td align="center" valign="top" class="headertxt">旅行社牌照號碼: 352960</td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td height="40" align="center" valign="middle"><table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><a href="index.html"><img src="images/M1.jpg" width="87" height="40" border="0" /></a></td>
<td><a href="aboutus.php"><img src="images/M2.jpg" width="110" height="40" border="0" /></a></td>
<td><a href="ticketing_park.php"><img src="images/M3.jpg" width="134" height="40" border="0" /></a></td>
<td><a href="travel.php"><img src="images/M4.jpg" width="106" height="40" border="0" /></a></td>
<td><a href="travelbus.php"><img src="images/M5.jpg" width="106" height="40" border="0" /></a></td>
<td><a href="order_policy.php"><img src="images/M6.jpg" width="142" height="40" border="0" /></a></td>
<td><a href="contactus.php"><img src="images/M7.jpg" width="113" height="40" border="0" /></a></td>
<td><img src="images/M_line.jpg" width="2" height="40" /></td>
</tr>
</table></td>
</tr>
<tr>
<td><img src="images/pagebanner.jpg" width="1000" height="195" /></td>
</tr>
<tr>
<td height="400" align="center" valign="top"><table width="600" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="50"><div id="divleft"><img src="images/title_news.jpg" width="250" height="50" /></div>
<div id="divright" class="path"><a href="index.html">主頁</a> > 最新消息</div> </td>
</tr>
<?php require("webadmin/configure.php");
$result = mysql_query("SELECT * FROM news ORDER BY newsdate DESC, newsid DESC ");
while ($row = mysql_fetch_array($result,MYSQL_ASSOC))
{
?>
<tr>
<td align="left" valign="top" id="content" class="txt"><a name="<?=$row{'newsid'};?>" id="<?=$row{'newsid'};?>"></a><p><strong><?=$row{'newstitle'};?></strong></p>
<p><?=$row{'newsdesc'};?></p>
<p>刊登日期:<?=$row{'newsdate'};?> </p>
<hr /></td>
</tr>
<?php } ?>
</table></td>
</tr>
</table>
</div>
<!-- Body -->
<!-- Footer -->
<div id="footer">
<table width="1000" align="center" cellpadding="0" cellspacing="0" class="footer">
<tr>
<td width="1000" align="center" valign="middle">
Copyright © 2010 Avonwin Holdings Tours Limited. All Rights Reserved.<br />
<a href="disclaimer.php">免責條款及聲明</a></td>
</tr>
</table>
</div>
<!-- End Footer -->
</div>
</body>
</html>