/var/www/(Del)yunfung.com.hk/en/main.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
83
84
85
86
<?php require("configure.php"); ?>
<html>
<head>
<title>Yun Fung Metal Industrial Limited</title>
<meta http-equiv="Content-Type" content="text/html; charset=big5" />
<link rel="stylesheet" href="style.css">
<script type="text/javascript" src="flash/objectSwap.js"></script>
</head>
<body bgcolor="#CFCEE1" LEFTMARGIN="0" TOPMARGIN="0" style="background-repeat:repeat-x" background="image/page_bg.png">
<table width="800" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td width="800" height="265"><?php require("header.php"); ?></td>
  </tr>
  <tr>
    <td align="left" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="180" align="left" valign="top" style="padding-top:30;padding-bottom:30;padding-left:20;padding-right:20"><table width="180" border="0" cellpadding="0" cellspacing="0">
          <tr>
            <td class="subtitle">Our Product</td>
          </tr>
          <tr>
            <td class="content" style="padding-bottom:10">We supply full range of gastener, with over 25,000 standard parts and special purpose fasteners to choose from, including...</td>
          </tr>
          <!--Sub Menu-->
          <?php
                $sql 
"SELECT * ";
                
$sql .= "FROM category ";
                
$sql .= "WHERE category.catid";

                
//echo $sql;
                
$result mysql_query($sql);
                
$x=1;
                while (
$row mysql_fetch_array($result,MYSQL_ASSOC))
                {
                    
                    print 
"<tr><td valign='top'>";
                    
//$knowledgeDoc = $row{'knowledgeDoc'};

                    
print '<a class="submenu" href="product_detail.php?catid='$row{'catid'} .'" >'.$row{'catname'}.'</a>';

                    print 
"</td></tr>";
                    print 
"<tr><td>";
                    print 
"<img src='image/sub_menu_line.gif' width='180' height='7'>";
                      print 
"</td></tr>";
                    
$x $x +1;                
                }
                
?>
        </table></td>
        <td align="left" valign="top" style="padding-top:30;padding-bottom:30;padding-left:20;padding-right:20"><table width="560" border="0" cellpadding="0" cellspacing="0">
          <tr>
            <td colspan="3" class="subtitle">Welcome To Yun Fung Website</td>
          </tr>
          <tr>
            <td colspan="3"class="content" style="padding-bottom:20">Metal Industrial Ltd. is a premier manufacturer, specialize in producing high quality fasteners and metal hardware export to the worldwide market. With over 30 years extensive experience and skill, we have been engineering a full range of fastener, with over 25,000 parts supply for various industrial fields, such as aerospace, automotive, construction, telecommunications and audio products, etc.... We are solely dedicated to the provision of a quality products and innovative services to suit the individual needs of consumer. </td>
          </tr>
          <tr>
            <td colspan="3" align="right" class="more1"><a href="aboutus.php" class="more1">read more &gt;&gt;</a> </td>
          </tr>
          <tr>
            <td colspan="3" background="image/sub_menu_line.gif"><img src="image/sub_menu_line.gif" width="180" height="7" /></td>
          </tr>
          <tr>
            <td colspan="3" class="subtitle" style="padding-top:20">Factory Profile</td>
          </tr>
          <tr>
            <td colspan="3" class="content" style="padding-bottom:20">Back up with our owned factory plant located in Dongguan/ China, we have now employing over 200 headcounts (including QA, QC and technicians, etc). Our production output more than 15 million pieces per annum and material consumption range from 100 to 200 tones yearly. </td>
          </tr>
          <tr>
            <td align="left"><img src="image/factory_pic01.jpg" width="178" height="133" /></td>
            <td align="left"><img src="image/factory_pic02.jpg" width="180" height="133" /></td>
            <td align="left"><img src="image/factory_pic03.jpg" width="180" height="133" /></td>
          </tr>
          <tr>
            <td colspan="3" align="right" class="more1"><a href="factory.php" class="more1">read more &gt;&gt;</a> </td>
          </tr>
        </table></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td height="45" align="right"><p class="footer">Copyright &copy; 2009 Yun Fung Metal Industrial Limited. All Rights reserved. </p>    </td>
  </tr>
</table>
</body>

</html>