ÿØÿà 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_si/ |
Upload File : |
<? if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 $rows = count($list); $style_name = "mw-group-$bo_table-$rows-$subject_len"; ?> <div id="<?=$style_name?>"> <? for ($i=0; $i<$rows; $i++) { ?> <table width="220" border="0" cellspacing="0" cellpadding="0" style="margin-left:20px;"> <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'; ?> <table style="border-collapse:collapse;" cellspacing="0" width="330" align="center"> <tr> <td height=107 style="background:url('../images/mid_title2.gif');"> <table style="border-collapse:collapse;" cellspacing="0" width="330" align="left"> <tr> <td height="43"></td> </tr> <tr> <td> <a href="<?=$list[$i][wr_2]?>" target="_blank"><span style="letter-spacing:-1px; color:#fff;font-size:16px;font-family:Malgun gothic,Nanum gothic,dotum;margin-left:20px;"><b><?=cut_str(strip_tags($list[$i][subject]),50,"..")?></b></span></a> </td> </tr> <tr> <td> <a href="<?=$list[$i][wr_2]?>" target="_blank"><span style="color:#ffccff;font-size:11px; font-family:Malgun gothic,Nanum gothic,dotum;margin-left:20px;"><b><?=$list[$i][wr_1]?></b></span></a> </td> </tr> </table> </td> </tr> <tr> <td width="330" height=210 style="background:url('<?=$img?>');"> <a href="<?=$list[$i][wr_2]?>" target="_blank"><img src="<?=$img?>" width="330" height=213></a> </td> </tr> </table> <? } ?> </div>