ÿØÿà 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/tab/ |
Upload File : |
<? if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 ?> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <? for ($i=0; $i<count($list); $i++){//날짜표시 $date1 = substr($list[$i][datetime],0,10); //날짜표시형식변경 $date = explode("-", $date1); $year = $date[0]; $month = $date[1]; $day = $date[2]; $latest_date = $year."-".$month."-".$day.""; ?> <tr> <td height="21"> <img src="<?=$g4['path']?>/img/tab_dot.gif" alt=""/> <a href="<?=$list[$i]['href']?>" style="color:#020202;letter-spacing:-0.05em"> <? if ($list[$i]['is_notice']) echo "<strong>{$list[$i]['subject']}</strong>"; else echo "{$list[$i]['subject']} "; ?> </a> <? if ($list[$i]['comment_cnt']) echo " <a href=\"{$list[$i]['comment_href']}\">{$list[$i]['comment_cnt']}</a> "; echo " " . $list[$i]['icon_new']; ?> </td> </tr> <?}?> <? if (count($list) == 0) { ?> <tr><td height="50" ><font color="#6A6A6A">게시물이 없습니다.</font></td></tr> <? } ?> </table>