최근게시물 에서 리플글 안나오게요 정보
최근게시물 에서 리플글 안나오게요
본문
최근게시물에 서 리플글 안나오게 못하나요?
--------------------------------------------
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<table width=100% cellpadding=0 cellspacing=0 align=center>
<? for ($i=0; $i<count($list); $i++) { ?>
<tr>
<td colspan=4 align=left >
<table width=94% cellpadding=0 cellspacing=0 >
<tr>
<td height=18 width=78%>.
<?
//날짜 관련
$view[wr_datetime] = $g4['time_ymdhis'] ; // 2007-10-10 12:10:20
$t_yy = substr($view[wr_datetime],2,2);
$t_mm = substr($view[wr_datetime],5,2);
$t_dd = substr($view[wr_datetime],8,2);
$view_time = $t_yy."/".$t_dd."/".$t_mm; // 월/일/년 MM/DD/YY
//날짜 관련
//echo $list[$i]['icon_reply'] . " ";
echo "<a href='{$list[$i]['href']}'>";
if ($list[$i]['is_notice'])
echo "<strong>{$list[$i]['subject']}</strong>";
else
echo "{$list[$i]['subject']}";
echo "</a>";
// if ($list[$i]['comment_cnt'])
// echo " <a href=\"{$list[$i]['comment_href']}\">{$list[$i]['comment_cnt']}</a>";
// if ($list[$i]['link']['count']) { echo "[{$list[$i]['link']['count']}]"; }
// if ($list[$i]['file']['count']) { echo "<{$list[$i]['file']['count']}>"; }
// echo " " . $list[$i]['icon_new'];
//echo " " . $list[$i]['icon_file'];
// echo " " . $list[$i]['icon_link'];
// echo " " . $list[$i]['icon_hot'];
// echo " " . $list[$i]['icon_secret'];
?></td>
<?if ($list[$i]['ca_name'])
echo " <td width=150 align=right><font style='font-family:돋움; font-size:8pt; color:#999999;'><a href=\"{$list[$i]['ca_name_href']}\">{$list[$i]['ca_name']}</a></td>"; ?>
</tr>
<tr><td bgcolor=#EBEBEB height=1 colspan=2></td>
</tr>
</table></td>
</tr>
<? } ?>
<? if (count($list) == 0) { ?><tr><td colspan=4 align=center height=50><font color=#6A6A6A>게시물이 없습니다.</a></td></tr><? } ?>
</table>
--------------------------------------------
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<table width=100% cellpadding=0 cellspacing=0 align=center>
<? for ($i=0; $i<count($list); $i++) { ?>
<tr>
<td colspan=4 align=left >
<table width=94% cellpadding=0 cellspacing=0 >
<tr>
<td height=18 width=78%>.
<?
//날짜 관련
$view[wr_datetime] = $g4['time_ymdhis'] ; // 2007-10-10 12:10:20
$t_yy = substr($view[wr_datetime],2,2);
$t_mm = substr($view[wr_datetime],5,2);
$t_dd = substr($view[wr_datetime],8,2);
$view_time = $t_yy."/".$t_dd."/".$t_mm; // 월/일/년 MM/DD/YY
//날짜 관련
//echo $list[$i]['icon_reply'] . " ";
echo "<a href='{$list[$i]['href']}'>";
if ($list[$i]['is_notice'])
echo "<strong>{$list[$i]['subject']}</strong>";
else
echo "{$list[$i]['subject']}";
echo "</a>";
// if ($list[$i]['comment_cnt'])
// echo " <a href=\"{$list[$i]['comment_href']}\">{$list[$i]['comment_cnt']}</a>";
// if ($list[$i]['link']['count']) { echo "[{$list[$i]['link']['count']}]"; }
// if ($list[$i]['file']['count']) { echo "<{$list[$i]['file']['count']}>"; }
// echo " " . $list[$i]['icon_new'];
//echo " " . $list[$i]['icon_file'];
// echo " " . $list[$i]['icon_link'];
// echo " " . $list[$i]['icon_hot'];
// echo " " . $list[$i]['icon_secret'];
?></td>
<?if ($list[$i]['ca_name'])
echo " <td width=150 align=right><font style='font-family:돋움; font-size:8pt; color:#999999;'><a href=\"{$list[$i]['ca_name_href']}\">{$list[$i]['ca_name']}</a></td>"; ?>
</tr>
<tr><td bgcolor=#EBEBEB height=1 colspan=2></td>
</tr>
</table></td>
</tr>
<? } ?>
<? if (count($list) == 0) { ?><tr><td colspan=4 align=center height=50><font color=#6A6A6A>게시물이 없습니다.</a></td></tr><? } ?>
</table>
댓글 전체