|
|
|
19년 전
|
조회 1,567
|
|
|
|
19년 전
|
조회 1,554
|
|
|
|
19년 전
|
조회 1,464
|
|
|
|
19년 전
|
조회 1,535
|
|
|
|
19년 전
|
조회 2,235
|
|
|
|
19년 전
|
조회 1,571
|
|
|
|
19년 전
|
조회 1,544
|
|
|
|
19년 전
|
조회 1,741
|
|
|
|
19년 전
|
조회 1,597
|
|
|
|
19년 전
|
조회 1,477
|
|
|
|
19년 전
|
조회 1,715
|
|
|
|
19년 전
|
조회 1,560
|
|
|
|
19년 전
|
조회 2,116
|
|
|
|
19년 전
|
조회 1,536
|
|
|
|
19년 전
|
조회 1,633
|
|
|
|
19년 전
|
조회 1,281
|
|
|
|
19년 전
|
조회 1,625
|
|
|
|
19년 전
|
조회 1,745
|
|
|
|
19년 전
|
조회 1,541
|
|
|
|
19년 전
|
조회 1,679
|
댓글 2개
-------------------------------------------------------------
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<head>
<style type="text/css">
<!--
body {
scrollbar-face-color:#f4f4f4;
scrollbar-highlight-color: ffffff;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-shadow-color: cccccc;
scrollbar-darkshadow-color: #dddddd;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: cccccc}
-->
</style></head>
<div style="height:610; width:229;overflow-x:hidden;overflow-y:scroll;">
<table width=100% cellpadding=0 cellspacing=0>
<colgroup width=14>
<colgroup>
<colgroup width=37>
<colgroup width=14>
<? for ($i=0; $i<count($list); $i++) { ?>
<tr>
<td colspan=4 align=center>
<table width=95%>
<tr>
<td height=18><img src='<?=$latest_skin_path?>/img/latest_icon.gif' align=absmiddle>
<?
echo $list[$i]['icon_reply'] . " ";
echo "<a href='../bbs/board.php?bo_table=$bo_table&wr_id={$list[$i][wr_id]}' target='ifrm'> ";
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]['link']['count']) { echo "[{$list[$i]['link']['count']}]"; }
// if ($list[$i]['file']['count']) { echo "<{$list[$i]['file']['count']}>"; }
?></td></tr>
<tr><td bgcolor=#EBEBEB height=1></td></tr>
</table></td>
</tr>
<? } ?>
<? if (count($list) == 0) { ?><tr><td colspan=4 align=center height=50><font color=#6A6A6A>게시물이 없습니다.</a></td></tr><? } ?>
</table>
</div>
------------------------------------------------------------------
그리고 나머지 파일은 기본 그누보드하구 똑같아요. 이 부분만 고쳐주시구 나머지 그누보드
어떻게 수정해야 하는지만 가르쳐주시면 정말 정말 정말 만배는 감사하겠습니다. ㅜㅜ
뮤죤님 신경써주셔서 너무 감사해요!!