?
Path : /home/admin/domains/happytokorea.com/public_html_bk/gall/ |
Current File : /home/admin/domains/happytokorea.com/public_html_bk/gall/read.php |
<? include("template/header.php");?> <? $article = $db->queryUniqueObject("select * from article where ar_id=".$_GET[ar_id])?> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="pageHeading"><? echo nl2br($article->ar_title);?> </td> <td align="right" style="color:#fff;" valign="top"> </td> </tr> </table> </td> </tr> <tr> <td> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="otherpages"> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td > <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script> <!-- <table width="100%" border="1" style=" border-collapse:collapse; color:#FFF; font-size:12px;" class="productListing" >--> <table width="100%" border="1" style=" border-collapse:collapse; color:#FFF; font-size:12px;" > <tr > <td valign="top" style="padding:5px" > <? list($width, $height, $type, $attr) = @getimagesize("upload/".$article->ar_img); ?> <? if($article->ar_img!=""){?> <center><img src="upload/<? echo $article->ar_img;?>" <? if($width>$height){?> width="200" <? }else{?> height="200" <? } ?> border="0" style=" margin:5px" "></center> <br> <? } ?> <? echo nl2br($article->ar_data);?> </td> </tr> </table> <!--Face--> <table border="0" cellpadding="0" cellspacing="0" align="center"> <tr> <td> <img src="images/facebook_table_01.png" width="20" height="17" alt=""></td> <td background="images/facebook_table_02.png"> <img src="images/facebook_table_02.png" width="174" height="17" alt=""></td> <td> <img src="images/facebook_table_03.png" width="16" height="17" alt=""></td> </tr> <tr> <td background="images/facebook_table_04.png"> <img src="images/facebook_table_04.png" width="20" height="178" alt=""></td> <td bgcolor="#FFFFFF"> <div id="fb-root" ></div><script src="http://connect.facebook.net/en_US/all.js#appId=APP_ID&xfbml=1"></script><fb:comments width="680" ></fb:comments> </td> <td background="images/facebook_table_06.png"> <img src="images/facebook_table_06.png" width="16" height="178" alt=""></td> </tr> <tr> <td> <img src="images/facebook_table_07.png" width="20" height="15" alt=""></td> <td background="images/facebook_table_08.png"> <img src="images/facebook_table_08.png" width="174" height="15" alt=""></td> <td> <img src="images/facebook_table_09.png" width="16" height="15" alt=""></td> </tr> </table> <!--Face--> <table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td width="10"><img src="images/pixel_trans.gif" border="0" alt="" width="10" height="1"></td> <td><a href="article.php"><span class="az-template-button"><span class="az-button-left"> </span><span class="az-button-middle"> All Article </span><span class="az-button-right"> </span></span></a></td> <td align="right"></td> <td width="10"><img src="images/pixel_trans.gif" border="0" alt="" width="10" height="1"></td> </tr> </table> </td> </tr> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td> </tr> <tr> <td> </td> </tr> </table> </td> </tr> </table></td> </tr> </table> <? include("template/footer.php");?>