최근 게시물 누르면 새창으로 뜨게하는법좀 질문드려요
본문
<title></title>
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<table width="309" border="0" cellspacing="0" cellpadding="0">
<? for ($i=0; $i<count($list); $i++) { ?>
<tr>
<td colspan=3 align=center>
<table width=309>
<tr>
<td height=3> <img src="<?=$latest_skin_path?>/img/dot1.gif" width="2" height="2" align="absmiddle">
<?
echo $list[$i]['icon_reply'] . " ";
echo "<a href='{$list[$i]['href']}'> ";
if ($list[$i]['is_notice'])
echo "<font style='font-family:gmx; font-size:9pt; color:#2C88B9;'><strong>{$list[$i]['subject']}</strong></font>";
else
echo "<font style='font-family:gmx; font-size:9pt; color:#6A6A6A;'>{$list[$i]['subject']}</font>";
echo "</a>";
<tr>
<td colspan=3 align=center>
<table width=309>
<tr>
<td height=3> <img src="<?=$latest_skin_path?>/img/dot1.gif" width="2" height="2" align="absmiddle">
<?
echo $list[$i]['icon_reply'] . " ";
echo "<a href='{$list[$i]['href']}'> ";
if ($list[$i]['is_notice'])
echo "<font style='font-family:gmx; font-size:9pt; color:#2C88B9;'><strong>{$list[$i]['subject']}</strong></font>";
else
echo "<font style='font-family:gmx; font-size:9pt; color:#6A6A6A;'>{$list[$i]['subject']}</font>";
echo "</a>";
if ($list[$i]['comment_cnt'])
echo " <a href=\"{$list[$i]['comment_href']}\"><span style='font-family:gmx; font-size:9pt; color:#9A9A9A;'>{$list[$i]['comment_cnt']}</span></a>";
echo " <a href=\"{$list[$i]['comment_href']}\"><span style='font-family:gmx; font-size:9pt; color:#9A9A9A;'>{$list[$i]['comment_cnt']}</span></a>";
// if ($list[$i]['link']['count']) { echo "[{$list[$i]['link']['count']}]"; }
// if ($list[$i]['file']['count']) { echo "<{$list[$i]['file']['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_secret'];
?></td></tr>
<tr></td>
</table></td>
</tr>
<? } ?>
echo " " . $list[$i]['icon_file'];
echo " " . $list[$i]['icon_link'];
echo " " . $list[$i]['icon_secret'];
?></td></tr>
<tr></td>
</table></td>
</tr>
<? } ?>
<? if (count($list) == 0) { ?><tr><td colspan=3 align=center height=50><font color=#6A6A6A>게시물이 없습니다.</a></td></tr><? } ?>
<tr> </tr>
</table>
</td>
</tr>
</table>
<tr> </tr>
</table>
</td>
</tr>
</table>
어떻게 바꿔줘야 새창으로 뜰까요 부탁드려요 고수님들
답변을 작성하시기 전에 로그인 해주세요.