|
|
|
19년 전
|
조회 1,554
|
|
|
|
19년 전
|
조회 1,581
|
|
|
|
19년 전
|
조회 1,637
|
|
|
|
19년 전
|
조회 1,549
|
|
|
|
19년 전
|
조회 1,477
|
|
|
|
19년 전
|
조회 1,720
|
|
|
|
19년 전
|
조회 1,565
|
|
|
|
19년 전
|
조회 1,793
|
|
|
|
19년 전
|
조회 1,580
|
|
|
|
19년 전
|
조회 1,844
|
|
|
|
19년 전
|
조회 1,536
|
|
|
|
19년 전
|
조회 1,564
|
|
|
|
19년 전
|
조회 1,927
|
|
|
|
19년 전
|
조회 1,416
|
|
|
|
19년 전
|
조회 2,049
|
|
|
|
19년 전
|
조회 1,577
|
|
|
|
19년 전
|
조회 3,201
|
|
|
|
19년 전
|
조회 2,075
|
|
|
|
19년 전
|
조회 1,547
|
|
|
|
19년 전
|
조회 1,710
|
댓글 5개
아래의 부분 입니다.
코멘트 새창 사용 사용 [v] (코멘트수 클릭시 새창으로 보임)
그누/skin/board/적용스킨/list.skin.php
-----------------------------------------------------------------------
if ($list[$i][comment_cnt])
echo " <a href=\"{$list[$i][comment_href]}\"><span style='font-size:7pt;'>{$list[$i][comment_cnt]}</span></a>";
-----------------------------------------------------------------------
새창제어
그누/js/common.js
-----------------------------------------------------------------------
// 코멘트 창
function win_comment(url)
{
win_open(url, "winComment", "left=50, top=50, width=800, height=600, scrollbars=1");
}
-----------------------------------------------------------------------