회색 게시판 정보
게시판 회색 게시판관련링크
첨부파일
본문
추천
0
0
댓글 전체
느낌이 좋습니다. 깨끗하고 정제된 느낌~^^ 잘 쓰겠습니다.~~
깔끔하네요 ㅎㅎ
코딩이 작살이네요 ㅡㅡ;; 돼지우리를 보는듯한..
↑님 코멘트가>.......... ~,.~
↑님 코멘트가>.......... ~,.~
코딩이 작살이네요 ㅡㅡ;; 돼지우리를 보는듯한..
감사합니다. 잘 사용하겠습니다.
좋아요!!제가 찾던 게시판이군요
잘쓰겠습니다.감사합니다.
좋은데요.......^^;;
아무것도 모르는 초보인데 그누보드에 와서 많은걸 배우고 있습니다.
앞으로로도 좋은거 많이 올려주시고 초보을 위해서도 힘써주시기 바랍니다.
앞으로로도 좋은거 많이 올려주시고 초보을 위해서도 힘써주시기 바랍니다.

깔끔..산뜻....멋지네요..
W3C에서 MS의 새로운태그를 표준안으로 받아들이게 된다면 좋겠군요.
네스케이프라던지 모질라에서 더이상의 문제점은 없을테니 말입니다.
네스케이프라던지 모질라에서 더이상의 문제점은 없을테니 말입니다.
모질라에서 검색버턴 선택시 다음과 같은 에러가 발생합니다.
그래서 게시판 검색을 사용 할수없군요(문제로다...)
Error: s_view is not defined
그래서 게시판 검색을 사용 할수없군요(문제로다...)
Error: s_view is not defined
멋진스킨 감사합니다.
수고하셨습니다...........
정말 깔끔하네요. ^^;; 감사합니다.
그레이 색상은 아무리 봐도 질리지 않는 색상인거 같습니다.
<!-- 2003.11.26 작성 --><!-- 원글 내용 --><style> .tt {font-size:9pt; COLOR: #575757;}</style><table width=<?=$width?> border=0 align=center cellpadding=0 cellspacing=0><tr> <td width="974" height="30"> 현재위치 : <a href='./'><font color="#999999">HOME</font></a> ><font color="red"> </font><a href="./?doc=bbs/gnuboard.php&bo_table=<?=$board[bo_table]?>"><font color="red"><?=$board[bo_subject]?></font></a> </td> <td></td> </tr><tr height=30 bgcolor=#F5F3EE> <td bgcolor="#F7F7F7" width="60%"> <span class=tt><b><? if ($is_category) echo "[$category_name] "; ?><?=$subject?></b></span></td> <td align=right bgcolor="#F7F7F7" width=40%"><span class=tt><?=$datetime?></span> </td></tr><tr><td colspan=2 height=1 bgcolor=#C3BEB2></td></tr><tr><td colspan=2 height=25> <font color="cf4900">이름</font> : <?=$name?> (<?=$ip?>) <font color="cf4900">조회</font> : <?=$hit?> <? if ($is_good) echo "<font color='#cf4900'>추천</font> : " . $good; ?> <? if ($is_nogood) echo "<font color='#cf4900'>비추천</font> : " . $nogood; ?></td></tr><tr><td colspan=2 height=1 bgcolor=#D4CFC3></td></tr> <tr> <td colspan=2> <table width=100% cellpadding=5> <tr> <td style='word-break:break-all;' class='lh' height=100> <? for ($i=1; $i<=$cfg[file_count]; $i++) { if ($file[$i][view]) { echo $file[$i][view]; } } ?> <!-- 내용 출력 --> <SPAN class=content><?=$content?></SPAN> <!-- 테러 태그 방지용 --> </xml></xmp> </td> </tr> <? // 링크 설정한 값만큼 출력 for ($i=1; $i<=$cfg[link_count]; $i++) { if ($link[$i][link]) { echo "<tr><td class=tt> <img src='$board_skin/icon_link.gif' align='absmiddle'> <a href='{$link[$i][href]}' target='$default[de_link_target]'><span class=tt>{$link[$i][link]}</span></a>, Hit:{$link[$i][hit]}</td></tr>"; } } ?> <? // 파일 업로드 설정한 값만큼 출력 for ($i=1; $i<=$cfg[file_count]; $i++) { if ($file[$i][source]) { echo "<tr><td class=tt> <img src='$board_skin/icon_download.gif' align='absmiddle'> <a href='{$file[$i][href]}'><span class=tt>{$file[$i][source]} ({$file[$i][size]})</span></a>, Down:{$file[$i][download]}</td></tr>"; } } ?>
<? if ($is_signature) { echo "<tr><td>$signature</td></tr>"; } // 서명 출력 ?> </table> </td></tr></table><br><? if ($is_comment) { ?> <!-- 코멘트 내용 --> <? for ($i=0; $i<count($list); $i++) { ?> <a name='c<?=$list[$i][wr_id]?>'></a> <table width=<?=$width?> border=0 align=center cellpadding=0 cellspacing=0> <tr> <td> <?=$list[$i][name]?> </td> <td align=right><font color="cf4900"><?=$list[$i][datetime]?></font> <? if ($list[$i][is_del]) { echo "{$list[$i][del_href]}<img src='$board_skin/com_del.gif' border=0 align=absmiddle></a> "; } ?></td> </tr> <tr> <td width=80% height=1 background='./<?=$board_skin?>/line_width.gif'></td> </tr> <tr> <td colspan=2 valign=top> <table width=100% cellpadding=7 cellspacing=0> <tr> <td style='word-break:break-all; text-align:justify;' class='lh tt'><?=$list[$i][content]?></td> <td></td> </tr> <tr><td colspan=2 align=right> <?=$list[$i][ip]?></td></tr> </table> </td> </tr> </table> <? } // for ?> <? if ($is_comment_write) { ?> <!-- 코멘트 쓰기 --> <table width=<?=$width?> border=0 align=center cellpadding=0 cellspacing=0> <tr><td height=1 bgcolor=#D4CFC3></td></tr> </table><br> <table width=<?=$width?> align=center cellpadding=0 cellspacing=0 border=0> <form name=fgbview method=post action='./?doc=bbs/gbupdate.php'> <input type=hidden name=w value='c'> <input type=hidden name=bo_table value='<?=$bo_table?>'> <input type=hidden name=sselect value='<?=$sselect?>'> <input type=hidden name=stext value='<?=$stext?>'> <input type=hidden name=wr_id value='<?=$wr_id?>'> <input type=hidden name=page value='<?=$page?>'> <input type=hidden name=section value='<?=$section?>'> <colgroup width=170> <colgroup width=''> <colgroup width=50> <tr> <td> <table width=100%> <tr> <td width=70><img src='<?=$board_skin?>/img_name.gif'></td> <td width=100><?=$c_name?></td> </tr> <? if ($is_guest) { ?> <tr> <td><img src='<?=$board_skin?>/img_pw.gif'></td> <td><input type=password name=wr_passwd size=10 class=input required itemname='비밀번호'></td> </tr> <? } ?> </table> </td> <td> <textarea name=wr_content rows=5 style='width:98%; line-height:150%;' required itemname='내용' class=textarea></textarea></td> <td> <table width=100%> <tr><td><input type=image src='<?="$board_skin/btncomment.gif"?>' border=0 align=absmiddle></td></tr> <tr><td><a href='javascript:textarea_size(document.fgbview.wr_content, 5)'><img src='<?=$board_skin?>/icon_down.gif' border=0></a> <a href='javascript:textarea_size(document.fgbview.wr_content, -5)'><img src='<?=$board_skin?>/icon_up.gif' border=0></a></td></tr> </table> </td> </tr> </form> </table><br> <? } // if ?><? } // if ?><!-- 링크 --><table width=<?=$width?> align=center border=0 cellpadding=0 cellspacing=0><tr><td colspan=2 height=1 bgcolor=#D4CFC3></td></tr><tr> <td width=70% height=35> <? if ($search_href) { echo "<a href=\"$search_href\"><img src='$board_skin/searchlist.gif' border=0 alt='검색목록' align=absmiddle></a>"; } ?> <? echo "<a href=\"$list_href\"><img src='$board_skin/list.gif' border=0 alt='목록' align=absmiddle></a>"; ?> <? if ($write_href) { echo "<a href=\"$write_href\"><img src='$board_skin/write.gif' border=0 alt='글쓰기' align=absmiddle></a>"; } ?> <? if ($reply_href) { echo "<a href=\"$reply_href\"><img src='$board_skin/reply.gif' border=0 alt='답변' align=absmiddle></a>"; } ?> <? if ($update_href) { echo "<a href=\"$update_href\"><img src='$board_skin/edit.gif' border=0 alt='수정' align=absmiddle></a>"; } ?> <? if ($delete_href) { echo "<a href=\"$delete_href\"><img src='$board_skin/delete.gif' border=0 alt='삭제' align=absmiddle></a>"; } ?> <? if ($good_href) { echo "<a href=\"$good_href\"><img src='$board_skin/good.gif' border=0 alt='추천' align=absmiddle></a>"; } ?> <? if ($nogood_href) { echo "<a href=\"$nogood_href\"><img src='$board_skin/nogood.gif' border=0 alt='비추천' align=absmiddle></a>"; } ?> <? if ($copy_href) { echo "<a href=\"$copy_href\"><img src='$board_skin/copy.gif' border=0 alt='복사' align=absmiddle></a>"; } ?> <? if ($move_href) { echo "<a href=\"$move_href\"><img src='$board_skin/move.gif' border=0 alt='이동' align=absmiddle></a>"; } ?> <a href="#" onClick="window.open('<?="./?doc=$board_skin/gbprint2.php&&bo_table=$bo_table&page=$page&wr_id=$wr_id"?>', '', 'left=150, top=10, width=730, height=500, scrollbars=1');"><img src='<?=$board_skin?>/print.gif' border=0></a> </td> <td width=30% align=right> <? if ($prev_href) { echo "<a href=\"$prev_href\" title=\"$prev_wr_subject\"><img src='$board_skin/prev.gif' border=0 alt='이전글' align=absmiddle></a>"; } ?> <? if ($next_href) { echo "<a href=\"$next_href\" title=\"$next_wr_subject\"><img src='$board_skin/next.gif' border=0 alt='다음글' align=absmiddle></a>"; } ?> </td></tr></table>
에러가 날수밖에 없군요..죄송 합니다^^
그대로 사용 하실려면
http://www.sir.co.kr/?doc=bbs/gnuboard.php&bo_table=tiptech&page=6&wr_id=3102 이글을 참조설정 하시고.
---------------
위에 소스를 안쓰시는 분은 위에소스를 gbview.php로 저장해서 바꾸시길...
<? if ($is_signature) { echo "<tr><td>$signature</td></tr>"; } // 서명 출력 ?> </table> </td></tr></table><br><? if ($is_comment) { ?> <!-- 코멘트 내용 --> <? for ($i=0; $i<count($list); $i++) { ?> <a name='c<?=$list[$i][wr_id]?>'></a> <table width=<?=$width?> border=0 align=center cellpadding=0 cellspacing=0> <tr> <td> <?=$list[$i][name]?> </td> <td align=right><font color="cf4900"><?=$list[$i][datetime]?></font> <? if ($list[$i][is_del]) { echo "{$list[$i][del_href]}<img src='$board_skin/com_del.gif' border=0 align=absmiddle></a> "; } ?></td> </tr> <tr> <td width=80% height=1 background='./<?=$board_skin?>/line_width.gif'></td> </tr> <tr> <td colspan=2 valign=top> <table width=100% cellpadding=7 cellspacing=0> <tr> <td style='word-break:break-all; text-align:justify;' class='lh tt'><?=$list[$i][content]?></td> <td></td> </tr> <tr><td colspan=2 align=right> <?=$list[$i][ip]?></td></tr> </table> </td> </tr> </table> <? } // for ?> <? if ($is_comment_write) { ?> <!-- 코멘트 쓰기 --> <table width=<?=$width?> border=0 align=center cellpadding=0 cellspacing=0> <tr><td height=1 bgcolor=#D4CFC3></td></tr> </table><br> <table width=<?=$width?> align=center cellpadding=0 cellspacing=0 border=0> <form name=fgbview method=post action='./?doc=bbs/gbupdate.php'> <input type=hidden name=w value='c'> <input type=hidden name=bo_table value='<?=$bo_table?>'> <input type=hidden name=sselect value='<?=$sselect?>'> <input type=hidden name=stext value='<?=$stext?>'> <input type=hidden name=wr_id value='<?=$wr_id?>'> <input type=hidden name=page value='<?=$page?>'> <input type=hidden name=section value='<?=$section?>'> <colgroup width=170> <colgroup width=''> <colgroup width=50> <tr> <td> <table width=100%> <tr> <td width=70><img src='<?=$board_skin?>/img_name.gif'></td> <td width=100><?=$c_name?></td> </tr> <? if ($is_guest) { ?> <tr> <td><img src='<?=$board_skin?>/img_pw.gif'></td> <td><input type=password name=wr_passwd size=10 class=input required itemname='비밀번호'></td> </tr> <? } ?> </table> </td> <td> <textarea name=wr_content rows=5 style='width:98%; line-height:150%;' required itemname='내용' class=textarea></textarea></td> <td> <table width=100%> <tr><td><input type=image src='<?="$board_skin/btncomment.gif"?>' border=0 align=absmiddle></td></tr> <tr><td><a href='javascript:textarea_size(document.fgbview.wr_content, 5)'><img src='<?=$board_skin?>/icon_down.gif' border=0></a> <a href='javascript:textarea_size(document.fgbview.wr_content, -5)'><img src='<?=$board_skin?>/icon_up.gif' border=0></a></td></tr> </table> </td> </tr> </form> </table><br> <? } // if ?><? } // if ?><!-- 링크 --><table width=<?=$width?> align=center border=0 cellpadding=0 cellspacing=0><tr><td colspan=2 height=1 bgcolor=#D4CFC3></td></tr><tr> <td width=70% height=35> <? if ($search_href) { echo "<a href=\"$search_href\"><img src='$board_skin/searchlist.gif' border=0 alt='검색목록' align=absmiddle></a>"; } ?> <? echo "<a href=\"$list_href\"><img src='$board_skin/list.gif' border=0 alt='목록' align=absmiddle></a>"; ?> <? if ($write_href) { echo "<a href=\"$write_href\"><img src='$board_skin/write.gif' border=0 alt='글쓰기' align=absmiddle></a>"; } ?> <? if ($reply_href) { echo "<a href=\"$reply_href\"><img src='$board_skin/reply.gif' border=0 alt='답변' align=absmiddle></a>"; } ?> <? if ($update_href) { echo "<a href=\"$update_href\"><img src='$board_skin/edit.gif' border=0 alt='수정' align=absmiddle></a>"; } ?> <? if ($delete_href) { echo "<a href=\"$delete_href\"><img src='$board_skin/delete.gif' border=0 alt='삭제' align=absmiddle></a>"; } ?> <? if ($good_href) { echo "<a href=\"$good_href\"><img src='$board_skin/good.gif' border=0 alt='추천' align=absmiddle></a>"; } ?> <? if ($nogood_href) { echo "<a href=\"$nogood_href\"><img src='$board_skin/nogood.gif' border=0 alt='비추천' align=absmiddle></a>"; } ?> <? if ($copy_href) { echo "<a href=\"$copy_href\"><img src='$board_skin/copy.gif' border=0 alt='복사' align=absmiddle></a>"; } ?> <? if ($move_href) { echo "<a href=\"$move_href\"><img src='$board_skin/move.gif' border=0 alt='이동' align=absmiddle></a>"; } ?> <a href="#" onClick="window.open('<?="./?doc=$board_skin/gbprint2.php&&bo_table=$bo_table&page=$page&wr_id=$wr_id"?>', '', 'left=150, top=10, width=730, height=500, scrollbars=1');"><img src='<?=$board_skin?>/print.gif' border=0></a> </td> <td width=30% align=right> <? if ($prev_href) { echo "<a href=\"$prev_href\" title=\"$prev_wr_subject\"><img src='$board_skin/prev.gif' border=0 alt='이전글' align=absmiddle></a>"; } ?> <? if ($next_href) { echo "<a href=\"$next_href\" title=\"$next_wr_subject\"><img src='$board_skin/next.gif' border=0 alt='다음글' align=absmiddle></a>"; } ?> </td></tr></table>
에러가 날수밖에 없군요..죄송 합니다^^
그대로 사용 하실려면
http://www.sir.co.kr/?doc=bbs/gnuboard.php&bo_table=tiptech&page=6&wr_id=3102 이글을 참조설정 하시고.
---------------
위에 소스를 안쓰시는 분은 위에소스를 gbview.php로 저장해서 바꾸시길...
깔끔하게 이쁘긴한데 글보기에서 에러가 뜨네요 ㅡㅡ;
고맙습니다. 좋은 스킨이네요~ ^^
좀 늦게 공개해 주셨네요. 아마도 테스트를 충분히 하신듯 ....
7쟁이님 이나 저나 컴퓨터와 자꾸만 멀어지는것 같습니다.
좋은 하루 보내세요!
7쟁이님 이나 저나 컴퓨터와 자꾸만 멀어지는것 같습니다.
좋은 하루 보내세요!
좋은 스킨. 감사합니다.
이제 스킨 막 쏟아지는겁니까..??
깔끔하고 좋습니다. ^^
깔끔하고 좋습니다. ^^

호~정말 깔금하네요 ^^
7쟁이님.. 역시 깔끔합니다... 아..좋다.
감사합니다. 잘 사용하겠습니다.
감사합니다.