ÿØÿà JFIF ` ` ÿþ
Server : Apache System : Linux ruga7-004.fmcity.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : tkt_travelbus ( 1137) PHP Version : 7.0.0p1 Disable Function : mysql_pconnect Directory : /tkt_travelbus/www/skin/latest/main_facebook/ |
Upload File : |
<? if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 $rows = count($list); $style_name = "mw-group-$bo_table-$rows-$subject_len"; ?> <link rel="stylesheet" href="../css/jquery.bxslider.css" /> <script src="../js/jquery.min.js"></script> <script src="../js/commontop.js"></script> <script src="../js/jquery-ui.min.js"></script> <div style="position:relative; width:100%;"> <article class="mvis"><!-- mvis start --> <ul class="bxslider"> <? for ($i=0; $i<$rows; $i++) { ?> <li> <div id="<?=$style_name?>"> <table width="335" border="0" cellspacing="0" cellpadding="0"> <tr> <? $img = "$g4[path]/data/file/$bo_table/thumb/{$list[$i][wr_id]}"; if (!@file_exists($img)) $img = "$g4[path]/data/file/$bo_table/thumbnail/{$list[$i][wr_id]}"; if (!@file_exists($img)) $img = "{$list[$i][file][0][path]}/{$list[$i][file][0][file]}"; if (!@file_exists($img)) $img = ""; if (!$list[$i][wr_id]) $img = ""; if (@is_dir($img)) $img = ""; // 이미지 경로가 없을 경우처리 [2008-03-28] if( trim(strrchr($img, "/")) == '/' ) $img = ''; $img = $img ? $img : $latest_skin_path.'/img/noimg.gif'; ?> <td valign=top> <table style="border-collapse:collapse;" cellspacing="0" width="335" align="center"> <tr> <td height="200"> <a href="<?=$list[$i][wr_2]?>" target="_blank"><img src="<?=$img?>" width="335" height="200"></a> </td> </tr> <tr> <td height="10" background="../images/bgnm.gif"></td> </tr> <tr> <td height="35" background="../images/bgnm.gif" align='left'><a href="<?=$list[$i][wr_2]?>" target="_blank"><span style="color:#333;font-size:15px; font-family:Malgun gothic,Nanum gothic,dotum;line-height:140%;letter-spacing:-1px;margin-left:20px;"><b><?=cut_str(strip_tags($list[$i][subject]),50,"..")?></b></span></a></td> </tr> <tr> <td height="40" background="../images/bgnm.gif" style="padding-left:20px;"> <table style="border-collapse:collapse;" cellspacing="0" width="270" align="left"> <tr> <td align='left'><a href="<?=$list[$i][wr_2]?>" target="_blank"><span style="color:#999;font-size:12px; Malgun gothic,Nanum gothic,dotum;line-height:130%;letter-spacing:-1px;"><?=cut_str(strip_tags($list[$i][wr_content]),140,"...")?></span></a></td> </tr> </table> </td> </tr> <tr> <td height="30" background="../images/bgnm.gif" align='left'><span style="color:#1e3a78;font-size:11px; font-family:tahoma;font-family:Malgun gothic,Nanum gothic,dotum;margin-left:20px;"><b><?=$list[$i][wr_1]?></b></span></td> </tr> <tr><td height=10 background="../images/bgnm.gif"></td></tr> <tr><td height=1 bgcolor=#dddddd></td></tr> </table> </td> </tr> </table> </td> </tr> <tr> <td height="1" bgcolor="#dddddd"></td> </tr> </table> </div> </li> <? } ?> </ul> </article><!-- mvis end --> </div>