/var/www/globavet.com/en/contactus.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<?php require_once('../webadmin/configure.php');?>
<!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>Contact Us - Victory Animal Hospital</title>
<meta name="keywords" content="Victory Animal Hospital,獸醫,獸醫診所,動物醫院,veterinary,animal hospital,veterinary clinic,Vet,動物診所,Animal hospitals,Veterinarian,Vet clinic,Vet specialist,Vet Hospital">
<meta name="description" content="Victory Animal Hospital " />
<link rel="stylesheet" type="text/css" href="../css/style.css" />
<link rel="stylesheet" type="text/css" href="../css/jqueryslidemenu.css" />

<!--[if lte IE 7]>
<style type="text/css">
html .jqueryslidemenu{height: 1%;} /*Holly Hack for IE7 and below*/
</style>
<![endif]-->

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>
<script type="text/javascript" src="../js/jqueryslidemenu.js"></script>
</head>
<body>
<table width="1000" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td height="400" align="left" valign="top" style="background-image:url(../images/banner.jpg)">
    <div id="headerlogo"><a href="home.php"><img src="../images/blank.png" width="330" height="100" /></a></div>
    <table border="0" cellpadding="0" cellspacing="0" class="headerlang" id="headerlangtable">
      <tr>
        <td><a href="../en/<?=basename($_SERVER['PHP_SELF'])."?".$_SERVER['QUERY_STRING'];?>">ENGLISH</a> &nbsp;&nbsp; <a href="../tc/<?=basename($_SERVER['PHP_SELF'])."?".$_SERVER['QUERY_STRING'];?>">中文</a> </td>
      </tr>
    </table>
    <div id="mapsearch-codesearch">
      <form action="search.php">
          <input type="text" class="codesearchbox" name="s" value="" />
          <input name="image" type="image" class="codesearchbox_submit" value="" src="../images/blank.png" />
        </form>
    </div></td>
  </tr>
  <tr>
    <td align="left" valign="top"><div id="myslidemenu" class="jqueryslidemenu">
        <ul>
        <li><a href="home.php">Home</a></li>
        <li><a href="news.php">News</a></li>
        <li><a href="aboutus.php">About Us</a></li>
        <li><a href="services.php">Our Services</a></li>
        <li><a href="clinic_spec.php">Clinic Specialities</a></li>
        <li><a href="info.php">Client & Pet Information</a></li>
        <li><a href="https://eshop.victoryanimalhospital.com" target="_blank">Food Delivery</a></li>
        <li><a href="contactus.php">Contact Us</a></li>
        </ul>
        <br style="clear: left" />
    </div></td>
  </tr>
  <tr>
    <td width="235" align="left" valign="top" class="pagetitlebg"><table width="970" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="235" class="pagetitle1">Contact Us</td>
        <td width="22" class="pagetitle1"><img src="../images/icon_title.jpg" width="22" height="24" /></td>
        <?php
            $sql 
"SELECT Contactus.TitleEN, Contactus.DescEN, Contactus.TitleTC, Contactus.DescTC 
                    FROM Contactus"
;
            
$result mysql_query($sql);                
            
$row mysql_fetch_array($result,MYSQL_ASSOC);                            
        
?>   
        <td width="713" class="pagetitle2"><?=$row{'TitleEN'};?></td>
      </tr>
      
    </table></td>
  </tr>
  <tr>
    <td align="left" valign="top" bgcolor="#FFFFFF" class="pagecontentbg"><table width="700" border="0" cellpadding="0" cellspacing="0"id="pagecontent">
      <tr>
        <td align="left" valign="top" class="pagecontenttxt"><?=$row{'DescEN'};?><!-- End Page Content --></td>
      </tr>
    </table>
      </td>
  </tr>
  <tr>
    <td align="center" valign="middle" class="footer">Copyright © 2017 Globavet Limited. All rights reserved. |  Powered by <a href="http://www.onesolution.com.hk" target="_blank">One Solution Limited</a>. </td>
  </tr>
</table>
</body>
</html>