?
Path : /home/admin/public_html/old/promice/ |
Current File : /home/admin/public_html/old/promice/port_en.php |
<? include("header.php");?> <link rel="stylesheet" href="css/feature-carousel.css" charset="utf-8" /> <script src="js/jquery-1.7.min.js" type="text/javascript" charset="utf-8"></script> <script src="js/jquery.featureCarousel.min.js" type="text/javascript" charset="utf-8"></script> <script type="text/javascript"> $(document).ready(function() { var carousel = $("#carousel").featureCarousel({ // include options like this: // (use quotes only for string values, and no trailing comma after last option) // option: value, // option: value }); $("#but_prev").click(function () { carousel.prev(); }); $("#but_pause").click(function () { carousel.pause(); }); $("#but_start").click(function () { carousel.start(); }); $("#but_next").click(function () { carousel.next(); }); }); </script> <table width="1024" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td bgcolor="#FFFFFF"><div align="center"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr valign="top"> <td width="245"> </td> <td width="488"><div align="center"> <table width="1024" border="0" cellpadding="1" cellspacing="1" bgcolor="#FFFFFF"> <tr> <td bgcolor="#0076FA"><img src="images/Referenc_th.jpg" width="472" height="54" /></td> </tr> <tr> <td> </td> </tr> <tr> <td><table width="1021" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="20" height="29" background="images/topcorleft.png"> </td> <td width="975" background="images/toptab.png"> </td> <td width="26" background="images/topcorright.png"> </td> </tr> <tr> <td background="images/tableft.png"> </td> <td bgcolor="#E5E2E2"><span class="style16"> <?php $sqlw="select * from webtalk where id=2"; $db_query=mysql_db_query($db,$sqlw); $resultw=mysql_fetch_array($db_query); $message=$resultw[message]; echo "<br> $message"; ?> </span></td> <td background="images/tabright.png"> </td> </tr> <tr> <td><img src="images/cornerleft.png" width="26" height="31" /></td> <td background="images/bgfoottab.png"> </td> <td><img src="images/cornerright.png" width="26" height="31" /></td> </tr> </table> <p> </p></td> </tr> <tr> <td> </td> </tr> <tr> <td><p style="color: #3399FF; font-weight: bold"> </p> </td> </tr> </table> <? include("footer.php");?> </div> </body> </html>