최신글에서요 최신글 제목대신 첨부된 그림파일이 나오게 하려면 어떻게 하나요 ? > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

최신글에서요 최신글 제목대신 첨부된 그림파일이 나오게 하려면 어떻게 하나요 ? 정보

최신글에서요 최신글 제목대신 첨부된 그림파일이 나오게 하려면 어떻게 하나요 ?

본문

<table width=100% cellpadding=0 cellspacing=0>
<? for ($i=0; $i<count($list); $i++) { ?>
<tr>
    <td colspan=4 align=center>
        <table width=95%>
        <tr>
            <td height=20><img src='<?=$latest_skin_path?>/img/latest_icon.gif' align=absmiddle>
            <?
            echo $list[$i]['icon_reply'] . " ";
            echo "<a href='{$list[$i]['wr_link1']}' target='_blank'>";
            if ($list[$i]['is_notice'])
                echo "<font style='font-family:돋움; font-size:9pt; color:#2C88B9;'><strong>{$list[$i]['subject']}</strong></font>";
            else
                echo "<font style='font-family:돋움; 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:돋움; font-size:8pt; 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']}>"; }
            // 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></tr>
        <tr><td bgcolor=#EBEBEB height=1></td></tr>
        </table></td>
</tr>
  • 복사

댓글 전체

<table width=100% cellpadding=0 cellspacing=0>
<? for ($i=0; $i<count($list); $i++) {
$image = $list[$i][file][0][file]; //원본
$img = $g4['path'] . "/data/file/$bo_table/$image";
?>
<tr>
    <td colspan=4 align=center>
        <table width=95%>
        <tr>
            <td height=20><img src='<?=$latest_skin_path?>/img/latest_icon.gif' align=absmiddle>
            <?
            echo $list[$i]['icon_reply'] . " ";
            echo "<a href='{$list[$i]['wr_link1']}' target='_blank'>";
            if ($list[$i]['is_notice'])
                echo "<img src='{$img}' width='넓이수치' height='높이수치' border='0'>";
            else
                echo "<img src='{$img}' width='넓이수치' height='높이수치' border='0'>";
            echo "</a>";
            if ($list[$i]['comment_cnt'])
                echo " <a href=\"{$list[$i]['comment_href']}\"><span style='font-family:돋움; font-size:8pt; 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']}>"; }
            // 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></tr>
        <tr><td bgcolor=#EBEBEB height=1></td></tr>
        </table></td>
</tr>
© SIRSOFT
현재 페이지 제일 처음으로