동영상ㆍ뮤직비디오용 스킨 > 그누4 스킨

그누4 스킨

스킨의 저작권은 해당 스킨 제작자님께 있으며, 그누보드의 저작권과 다를 수 있습니다.
스킨 다운로드시 좋아요와 감사의 코멘트를 남기시면 제작자에게 큰 힘이됩니다. ^^y
그누보드와 관련이 있지만 스킨과 빌더가 아니면 플러그인 게시판에 올려주세요.

동영상ㆍ뮤직비디오용 스킨 정보

게시판 동영상ㆍ뮤직비디오용 스킨

첨부파일

dong.zip (35.7K) 296회 다운로드 2005-06-27 22:35:06

본문

g3용으로 배포된 동영상용 스킨입니다.
http://sir.co.kr/bbs/board.php?bo_table=g3_skin&wr_id=10527

본 스킨은 각종 동영상 재생용 스킨입니다.

1. 서문
- 저작권이다 뭐다해서 인터넷 세상이 어지럽습니다. 그런 이유에서인지는 몰라도 동영상이나 음악관련 스킨이 많이 부족하여 제가 기존에 사용하던걸 올려 봅니다. 잘 사용하시고 법망은 알아서들 피해가시기 바랍니다.

2. 기능
- 게시판의 일반적인 기능 모두 사용 가능합니다.

3. 특징 및 설명
- 동영상 플레이용 스킨입니다.
- 추가필드 wr_1(가수), wr_2(작곡가)가 사용되었습니다.
- 불여우에서도 잘 됩니다. (^ ^)V
- 게시판 목록에서 플레이, 가사보기, 수정, 삭제가 가능합니다.

4. 사용방법
- 첨부파일을 다운 받아 압축을 푼 뒤 skin/board/ 디렉토리에 올립니다.
그런 다음 관리자로 들어가서 두번째 빨간박스에 있는 "skin 디렉토리"에서 올리신 스킨을 선택하시면 됩니다.
- 링크1에 플레이 될 동영상 소스를 입력하시면 됩니다.

5. 스킨제작에 도움을 주신분
도솔천님, mando님, 아쿠아엠프 제작자님께서 도움을 주셨습니다.
(1) 도솔천님께서 도움 주신 내용
- 본 스킨의 원소스 입니다.
음악 링크와 파일 겸용 게시판(http://sir.co.kr/bbs/board.php?bo_table=g3_skin&wr_id=1060)
(2) 아쿠아엠프 제작자님(http://styx.theaqua.com/)
- 스킨에 사용된 이미지는 아쿠아엠프에서 무단으로 가져온 겁니다.
- 홈페이지가 공사중이라 연락할 방법이 없습니다. 허락을 못 받았는데 문제되면 내리도록 하겠습니다.

6. 저작권
- 저작권은 없습니다. 어떤곳에서 어떠한 용도로 사용하셔도 무방합니다.
- 수정, 재배포도 당연히 가능합니다.

7. 기타
- 스킨에 사용된 이미지를 허락받지 않고 하였기에 마음에 걸립니다.
스킨에 사용될 이미지 이쁜넘으로 공개 구걸 합니다. ^^ㅋ
디자인은 너무 어렵습니다.
추천
1

댓글 전체

Warning: Cannot modify header information - headers already sent by (output started at /home2/gio77/public_html/free/skin/board/dong/write_update.skin.php:7) in /home2/gio77/public_html/free/lib/common.lib.php on line 73

글을 저장하면
이런 애러가 뜹니다 G4 최신버젼 사용중이구요~
4.00.17 (05.06.29)버전으로 업글하면 에러가 발생합니다.
write_update.skin.php파일 4~7라인 아래소스를 삭제하시면 됩니다.

=====================================
// 자신만의 코드를 넣어주세요.
?>

<?
====================================
(05-06-27 22:35)
[수정]
[2005. 06. 28 11:30] 1차수정

list.skin.php 파일 77~83라인 아래소스를 51라인 <tr> 위로 옮겨 주세요. ^^

<form name="fboardlist" method="post">
<input type="hidden" name="bo_table" value="<?=$bo_table?>">
<input type="hidden" name="sfl"  value="<?=$sfl?>">
<input type="hidden" name="stx"  value="<?=$stx?>">
<input type="hidden" name="spt"  value="<?=$spt?>">
<input type="hidden" name="page" value="<?=$page?>">
<input type="hidden" name="sw"  value="">


================= 변경된 list.skin.php 파일 전체 ======================

<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
if (!$skin_no) $skin_no = "01";
?>


<link rel='stylesheet' href='<?=$board_skin_path?>/style<?=$skin_no?>.css' type='text/css'>

<table width='<?=$width?>' align=center cellpadding="0" cellspacing="0" border="0"><tr><td>

<table width=100% cellpadding="0" cellspacing="0" border="0">
<tr><td colspan=2 height=8></td></tr>
<tr>
<form name="fcategory" method="get">
    <td width=60% align=left>
<!-- 현재위치표시 -->
현재위치 : <a href='<?=$g4[path]?>'>Home</a>
<?
if($bo_table) {  //게시판에 들어 갔을 경우
if($group[gr_subject]!=''){ echo "&nbsp;>&nbsp;<a href='$g4[path]/bbs/group.php?gr_id=$group[gr_id]'>$group[gr_subject]</a>"; }// 그룹이름 출력
if($board[bo_subject]!='') {                                      // 게시판이름 출력
echo "&nbsp;>&nbsp;<a href='$g4[path]/bbs/board.php?bo_table=$board[bo_table]'>$board[bo_subject]</a>";
}
} else {
echo "&nbsp;>$html_title"; }//일반페이지에 접속했을 경우
// echo cut_str($write[wr_subject], 25);  // 게시물 제목 출력, 현재는 미표시, #제거하면 표시
?>

<? if ($is_category) { ?>
&nbsp;>&nbsp;<select name=sca onchange="location='<?=$category_location?>'+this.value;"><option value=''>전체</option><?=$category_option?></select>
<? } ?>

</td>
    <td width=40% align=right>
<? if ($admin_href) { ?>
<a href='<?=$admin_href?>'>게시물 <?=number_format($total_count)?>건</a>&nbsp;
<a href='<?=$rss_href?>' target="_blank"><img src='<?=$board_skin_path?>/img/btn_rss.gif' border=0 align=absmiddle></a>
<? } else { ?>
게시물 <?=number_format($total_count)?>건&nbsp;
<a href='<?=$rss_href?>' target="_blank"><img src='<?=$board_skin_path?>/img/btn_rss.gif' border=0 align=absmiddle></a>
<? } ?>

</td>
    </form>
</tr>

<tr><td colspan=2 height=5></td></tr>
</table>

<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<form name="fboardlist" method="post">
<input type="hidden" name="bo_table" value="<?=$bo_table?>">
<input type="hidden" name="sfl"  value="<?=$sfl?>">
<input type="hidden" name="stx"  value="<?=$stx?>">
<input type="hidden" name="spt"  value="<?=$spt?>">
<input type="hidden" name="page" value="<?=$page?>">
<input type="hidden" name="sw"  value="">

<tr>
<td height="30" background="<?=$board_skin_path?>/img/bg2.gif">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="30" class="padd_l3">
<table width="100%" border="0" cellpadding="0" cellspacing="0" style="table-layout: fixed;">
<tr>
<td width="11"><img src="<?=$board_skin_path?>/img/lcd2_left.gif" width="11" height="30"></td>
<td nowrap="nowrap" background="<?=$board_skin_path?>/img/lcd2_bg.gif"><font color="#ffffff"><b>&nbsp;Playlist</b></font></td>
<td width="11"><img src="<?=$board_skin_path?>/img/lcd2_right.gif" width="10" height="30"></td>
</tr>
</table>
</td>
<td width="20"><img src="<?=$board_skin_path?>/img/btn2_close.gif" width="21" height="30" border="0" align="middle"  class="hand"></td>
</tr>
</table>
</td>
</tr>
</table>

<?
// 번호에 이미지를 사용할 경우는 아래의 주석을 제거하고 $list[$i][num]의 내용을 수정후 사용하세요.
// if (!is_int($list[$i][num])) { $list[$i][num] = "<img src='$board_skin_path/img/arrow.gif'>"; }
?>
<? for ($i=0; $i<count($list); $i++) { ?>
<table width=100% border=0 cellpadding=0 cellspacing=0 align="center">
<tr align=center <? if ($list[$i][is_notice]) { echo "bgcolor='#F9FBFB'"; } else { echo " onmouseover=\"this.style.backgroundColor='#EEEEEE';return true;\" onMouseOut=\"this.style.backgroundColor='';return true;\""; }?>>
    <td height="25" width="50">
<?
        if ($list[$i][is_notice]) // 공지사항
            echo "<img src=\"$board_skin_path/img/notice_icon.gif\" border=0>";
        else if ($wr_id == $list[$i][wr_id]) // 현재위치
            echo "<font color='#2C8CB9'><strong>{$list[$i][num]}</strong>";
        else
            echo "{$list[$i][num]}";
        ?>
</td>
    <td align=left>
<? if ($is_checkbox) { ?><input type=checkbox name=chk_wr_id[] value="<?=$list[$i][wr_id]?>"><? } ?>&nbsp;
<?=$list[$i][reply]?>
        <?=$list[$i][icon_reply]?>
        <a href='<?=$list[$i][href]?>'><? if ($list[$i][is_notice]) echo "<font color=#C84385><b>"; else echo "<span class=tt>"; ?><font color="#284F80"><?=$list[$i][subject]?></font><? if ($list[$i][is_notice]) echo "</b></font>"; else echo "</span>"; ?></a>
        <span style='font-size:8pt;'><span class=tt><? if ($list[$i][comment_cnt])
            echo " <a href=\"{$list[$i][comment_href]}\"><span class=w_comment_cnt>{$list[$i][comment_cnt]}</a>";?></span></span>
        <?=$list[$i][icon_new]?>
        <?=$list[$i][icon_file]?>
        <?=$list[$i][icon_link]?>     
        <?=$list[$i][icon_hot]?>
        <?=$list[$i][icon_secret]?>

</td>
    <td width="25">
<a href="#" onClick="window.open('<?="$board_skin_path/popup.php?bo_table=$bo_table&wr_id={$list[$i][wr_id]}"?>', '', 'scrollbars=no,resizeable=no,toolbar=no,status=no,top=0,left=0,width=360,height=580');" title='바로듣기'><img src='<?=$board_skin_path?>/img/btn_listen.gif' border='0' align='absmiddle'></a>
</td>
    <td width="25">
<a href="#" onClick="window.open('<?="$board_skin_path/gasa.php?bo_table=$bo_table&page=$page&wr_id={$list[$i][wr_id]}"?>', 'gbgasa', 'scrollbars=1,resizeable=no,toolbar=no,status=no,top=0,left=0,width=380,height=440')" title='가사보기'><img src='<?=$board_skin_path?>/img/btn_list.gif' border='0' align='absmiddle'></a>
</td>
    <td width="25">
<a href="<?=$write_href?>&w=u&wr_id=<?=$list[$i][wr_id]?>&page=<?=$page?>"><img src='<?=$board_skin_path?>/img/btn_edit.gif' border='0' align='absmiddle' title='수정하기'></a>
</td>
    <td width="25">
<a href="javascript:if (confirm('삭제하시겠습니까?')) { location='./delete.php?w=d&bo_table=<?=$bo_table?>&wr_id=<?=$list[$i][wr_id]?>&page=<?=$page?>';}"><img src='<?=$board_skin_path?>/img/btn_delete.gif' border='0' align='absmiddle' title='삭제하기'></a>
</td>
</tr>
</table>

<table border="0" cellpadding="0" cellspacing="0" width="98%" align="center"> <tr><td height=1 bgcolor=#f0f0f1></td></tr></table>
<? } ?>

<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<? if (count($list) == 0) { echo "<tr><td colspan=8 align=center height=100 class='content contentbg'>자료가 없습니다.</td></tr>"; } ?>
</td>
</tr>
</form>
</table>


<!-- 페이지 표시 시작 -->
<table width='100%' align=center cellpadding="0" cellspacing="0" border="0" background="<?=$board_skin_path?>/img/bg2.gif">
<tr>
    <td height="30" align="center" valign="middle">
        <table width="500" border="0" cellspacing="0" cellpadding="0">
        <tr>
            <td width="100%" align="center">
                <? if ($prev_part_href) { echo "<a href='$prev_part_href'>이전검색</a>"; } ?>
                <?
                // 기본으로 넘어오는 페이지를 아래와 같이 변환하여 이미지로도 출력할 수 있습니다.
                //echo $write_pages;
                $write_pages = str_replace("처음", "[처음]", $write_pages);
                $write_pages = str_replace("이전", "이전", $write_pages);
                $write_pages = str_replace("다음", "다음", $write_pages);
                $write_pages = str_replace("맨끝", "[맨끝]", $write_pages);
                $write_pages = preg_replace("/<span>([0-9]*)<\/span>/", "<font style=\"font-family:돋움; font-size:9pt; color:#797979\">$1</font>", $write_pages);
                $write_pages = preg_replace("/<b>([0-9]*)<\/b>/", "<font style=\"font-family:돋움; font-size:9pt; color:orange;\">$1</font>", $write_pages);
                ?>
                <?=$write_pages?>
                <? if ($next_part_href) { echo "다음검색</a>"; } ?>
            </td>
        </tr>
        </table></td>
</tr>
</table>
<!-- 페이지 표시 끝 -->

<table width="100%" cellspacing="0" cellpadding="0">
<tr align="left" valign="middle">
    <td width="50%" height="40">
<? if ($is_checkbox) { ?> <INPUT onclick="if (this.checked) all_checked(true); else all_checked(false);" type=checkbox><? } ?>
        <? if ($list_href) { ?><a href="<?=$list_href?>">목록</a><? } ?>
        <? if ($write_href) { ?><a href="<?=$write_href?>">글쓰기</a><? } ?>
        <? if ($is_checkbox) { ?>
            <a href="javascript:select_delete();">선택삭제</a>
            <a href="javascript:select_copy('copy');">선택복사</a>
            <a href="javascript:select_copy('move');">선택이동</a>
        <? } ?>
    </td>
    <form name=fsearch method=get>
    <input type=hidden name=bo_table value="<?=$bo_table?>">
    <input type=hidden name=sca      value="<?=$sca?>">
    <td width="50%" align="right">
        <select name=sfl>
            <option value='wr_1'>가수</option>
            <option value='wr_2'>작곡</option>
            <option value='wr_subject+wr_content'>제목+내용</option>
<option value='wr_subject'>제목</option>
            <option value='wr_content'>내용</option>
            <option value='mb_id'>회원아이디</option>
            <option value='wr_name'>이름</option>
        </select>
        <INPUT maxLength=15 size=10 name=stx itemname="검색어" required value="<?=$stx?>">
        <SELECT name=sop>
            <OPTION value=or>Or</OPTION>
<OPTION value=and>And</OPTION>
        </SELECT>
    </td>
    <td width="10%" align="center"><input type=image src="<?=$board_skin_path?>/img/search_btn.gif" border=0></td>
    </form>
</tr>
</table>

</td></tr></table>

<script language="JavaScript">
if ("<?=$sca?>") document.fcategory.sca.value = "<?=$sca?>";
if ("<?=$stx?>") {
    document.fsearch.sfl.value = "<?=$sfl?>";
    document.fsearch.sop.value = "<?=$sop?>";
}
</script>

<? if ($is_checkbox) { ?>
<script language="JavaScript">
function all_checked(sw)
{
    var f = document.fboardlist;

    for (var i=0; i<f.length; i++) {
        if (f.elements[i].name == "chk_wr_id[]")
            f.elements[i].checked = sw;
    }
}

function check_confirm(str)
{
    var f = document.fboardlist;
    var chk_count = 0;

    for (var i=0; i<f.length; i++) {
        if (f.elements[i].name == "chk_wr_id[]" && f.elements[i].checked)
            chk_count++;
    }

    if (!chk_count) {
        alert(str + "할 게시물을 하나 이상 선택하세요.");
        return false;
    }
    return true;
}

// 선택한 게시물 삭제
function select_delete()
{
    var f = document.fboardlist;

    str = "삭제";
    if (!check_confirm(str))
        return;

    if (!confirm("선택한 게시물을 정말 "+str+" 하시겠습니까?\n\n한번 "+str+"한 자료는 복구할 수 없습니다"))
        return;

    f.action = "./delete_all.php";
    f.submit();
}

// 선택한 게시물 복사 및 이동
function select_copy(sw)
{
    var f = document.fboardlist;

    if (sw == "copy")
        str = "복사";
    else
        str = "이동";
                   
    if (!check_confirm(str))
        return;

    var sub_win = window.open("", "move", "left=50, top=50, width=396, height=550, scrollbars=1");

    f.sw.value = sw;
    f.target = "move";
    f.action = "./move.php";
    f.submit();
}
</script>
<? } ?>
<!-- 게시판 목록 끝 -->

====================  끝 ===================================

수정이 안되니 이렇게 할 수 밖에 없군요.
미리 살펴보지 못하고 올려서 죄송합니다. (__)
선택복사, 선택이동 버튼을 누르면 ....
SW값이 넘어 오지 않았습니다를 뿌려댑니다....흠.....스킨 껍질만 바꾸려다 실수가 있나 해서 원본을 이용해도
같은 현상이 나오는군요...ㅎ
list.skin.php 파일 77~83라인 아래소스를 51라인 <tr> 위로 옮겨 주세요. ^^

<form name="fboardlist" method="post">
<input type="hidden" name="bo_table" value="<?=$bo_table?>">
<input type="hidden" name="sfl"  value="<?=$sfl?>">
<input type="hidden" name="stx"  value="<?=$stx?>">
<input type="hidden" name="spt"  value="<?=$spt?>">
<input type="hidden" name="page" value="<?=$page?>">
<input type="hidden" name="sw"  value="">


================= 변경된 list.skin.php 파일 전체 ======================

<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
if (!$skin_no) $skin_no = "01";
?>


<link rel='stylesheet' href='<?=$board_skin_path?>/style<?=$skin_no?>.css' type='text/css'>

<table width='<?=$width?>' align=center cellpadding="0" cellspacing="0" border="0"><tr><td>

<table width=100% cellpadding="0" cellspacing="0" border="0">
<tr><td colspan=2 height=8></td></tr>
<tr>
<form name="fcategory" method="get">
    <td width=60% align=left>
<!-- 현재위치표시 -->
현재위치 : <a href='<?=$g4[path]?>'>Home</a>
<?
if($bo_table) {  //게시판에 들어 갔을 경우
if($group[gr_subject]!=''){ echo "&nbsp;>&nbsp;<a href='$g4[path]/bbs/group.php?gr_id=$group[gr_id]'>$group[gr_subject]</a>"; }// 그룹이름 출력
if($board[bo_subject]!='') {                                      // 게시판이름 출력
echo "&nbsp;>&nbsp;<a href='$g4[path]/bbs/board.php?bo_table=$board[bo_table]'>$board[bo_subject]</a>";
}
} else {
echo "&nbsp;>$html_title"; }//일반페이지에 접속했을 경우
// echo cut_str($write[wr_subject], 25);  // 게시물 제목 출력, 현재는 미표시, #제거하면 표시
?>

<? if ($is_category) { ?>
&nbsp;>&nbsp;<select name=sca onchange="location='<?=$category_location?>'+this.value;"><option value=''>전체</option><?=$category_option?></select>
<? } ?>

</td>
    <td width=40% align=right>
<? if ($admin_href) { ?>
<a href='<?=$admin_href?>'>게시물 <?=number_format($total_count)?>건</a>&nbsp;
<a href='<?=$rss_href?>' target="_blank"><img src='<?=$board_skin_path?>/img/btn_rss.gif' border=0 align=absmiddle></a>
<? } else { ?>
게시물 <?=number_format($total_count)?>건&nbsp;
<a href='<?=$rss_href?>' target="_blank"><img src='<?=$board_skin_path?>/img/btn_rss.gif' border=0 align=absmiddle></a>
<? } ?>

</td>
    </form>
</tr>

<tr><td colspan=2 height=5></td></tr>
</table>

<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<form name="fboardlist" method="post">
<input type="hidden" name="bo_table" value="<?=$bo_table?>">
<input type="hidden" name="sfl"  value="<?=$sfl?>">
<input type="hidden" name="stx"  value="<?=$stx?>">
<input type="hidden" name="spt"  value="<?=$spt?>">
<input type="hidden" name="page" value="<?=$page?>">
<input type="hidden" name="sw"  value="">

<tr>
<td height="30" background="<?=$board_skin_path?>/img/bg2.gif">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="30" class="padd_l3">
<table width="100%" border="0" cellpadding="0" cellspacing="0" style="table-layout: fixed;">
<tr>
<td width="11"><img src="<?=$board_skin_path?>/img/lcd2_left.gif" width="11" height="30"></td>
<td nowrap="nowrap" background="<?=$board_skin_path?>/img/lcd2_bg.gif"><font color="#ffffff"><b>&nbsp;Playlist</b></font></td>
<td width="11"><img src="<?=$board_skin_path?>/img/lcd2_right.gif" width="10" height="30"></td>
</tr>
</table>
</td>
<td width="20"><img src="<?=$board_skin_path?>/img/btn2_close.gif" width="21" height="30" border="0" align="middle"  class="hand"></td>
</tr>
</table>
</td>
</tr>
</table>

<?
// 번호에 이미지를 사용할 경우는 아래의 주석을 제거하고 $list[$i][num]의 내용을 수정후 사용하세요.
// if (!is_int($list[$i][num])) { $list[$i][num] = "<img src='$board_skin_path/img/arrow.gif'>"; }
?>
<? for ($i=0; $i<count($list); $i++) { ?>
<table width=100% border=0 cellpadding=0 cellspacing=0 align="center">
<tr align=center <? if ($list[$i][is_notice]) { echo "bgcolor='#F9FBFB'"; } else { echo " onmouseover=\"this.style.backgroundColor='#EEEEEE';return true;\" onMouseOut=\"this.style.backgroundColor='';return true;\""; }?>>
    <td height="25" width="50">
<?
        if ($list[$i][is_notice]) // 공지사항
            echo "<img src=\"$board_skin_path/img/notice_icon.gif\" border=0>";
        else if ($wr_id == $list[$i][wr_id]) // 현재위치
            echo "<font color='#2C8CB9'><strong>{$list[$i][num]}</strong>";
        else
            echo "{$list[$i][num]}";
        ?>
</td>
    <td align=left>
<? if ($is_checkbox) { ?><input type=checkbox name=chk_wr_id[] value="<?=$list[$i][wr_id]?>"><? } ?>&nbsp;
<?=$list[$i][reply]?>
        <?=$list[$i][icon_reply]?>
        <a href='<?=$list[$i][href]?>'><? if ($list[$i][is_notice]) echo "<font color=#C84385><b>"; else echo "<span class=tt>"; ?><font color="#284F80"><?=$list[$i][subject]?></font><? if ($list[$i][is_notice]) echo "</b></font>"; else echo "</span>"; ?></a>
        <span style='font-size:8pt;'><span class=tt><? if ($list[$i][comment_cnt])
            echo " <a href=\"{$list[$i][comment_href]}\"><span class=w_comment_cnt>{$list[$i][comment_cnt]}</a>";?></span></span>
        <?=$list[$i][icon_new]?>
        <?=$list[$i][icon_file]?>
        <?=$list[$i][icon_link]?>       
        <?=$list[$i][icon_hot]?>
        <?=$list[$i][icon_secret]?>

</td>
    <td width="25">
<a href="#" onClick="window.open('<?="$board_skin_path/popup.php?bo_table=$bo_table&wr_id={$list[$i][wr_id]}"?>', '', 'scrollbars=no,resizeable=no,toolbar=no,status=no,top=0,left=0,width=360,height=580');" title='바로듣기'><img src='<?=$board_skin_path?>/img/btn_listen.gif' border='0' align='absmiddle'></a>
</td>
    <td width="25">
<a href="#" onClick="window.open('<?="$board_skin_path/gasa.php?bo_table=$bo_table&page=$page&wr_id={$list[$i][wr_id]}"?>', 'gbgasa', 'scrollbars=1,resizeable=no,toolbar=no,status=no,top=0,left=0,width=380,height=440')" title='가사보기'><img src='<?=$board_skin_path?>/img/btn_list.gif' border='0' align='absmiddle'></a>
</td>
    <td width="25">
<a href="<?=$write_href?>&w=u&wr_id=<?=$list[$i][wr_id]?>&page=<?=$page?>"><img src='<?=$board_skin_path?>/img/btn_edit.gif' border='0' align='absmiddle' title='수정하기'></a>
</td>
    <td width="25">
<a href="javascript:if (confirm('삭제하시겠습니까?')) { location='./delete.php?w=d&bo_table=<?=$bo_table?>&wr_id=<?=$list[$i][wr_id]?>&page=<?=$page?>';}"><img src='<?=$board_skin_path?>/img/btn_delete.gif' border='0' align='absmiddle' title='삭제하기'></a>
</td>
</tr>
</table>

<table border="0" cellpadding="0" cellspacing="0" width="98%" align="center"> <tr><td height=1 bgcolor=#f0f0f1></td></tr></table>
<? } ?>

<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<? if (count($list) == 0) { echo "<tr><td colspan=8 align=center height=100 class='content contentbg'>자료가 없습니다.</td></tr>"; } ?>
</td>
</tr>
</form>
</table>


<!-- 페이지 표시 시작 -->
<table width='100%' align=center cellpadding="0" cellspacing="0" border="0" background="<?=$board_skin_path?>/img/bg2.gif">
<tr>
    <td height="30" align="center" valign="middle">
        <table width="500" border="0" cellspacing="0" cellpadding="0">
        <tr>
            <td width="100%" align="center">
                <? if ($prev_part_href) { echo "<a href='$prev_part_href'>이전검색</a>"; } ?>
                <?
                // 기본으로 넘어오는 페이지를 아래와 같이 변환하여 이미지로도 출력할 수 있습니다.
                //echo $write_pages;
                $write_pages = str_replace("처음", "[처음]", $write_pages);
                $write_pages = str_replace("이전", "이전", $write_pages);
                $write_pages = str_replace("다음", "다음", $write_pages);
                $write_pages = str_replace("맨끝", "[맨끝]", $write_pages);
                $write_pages = preg_replace("/<span>([0-9]*)<\/span>/", "<font style=\"font-family:돋움; font-size:9pt; color:#797979\">$1</font>", $write_pages);
                $write_pages = preg_replace("/<b>([0-9]*)<\/b>/", "<font style=\"font-family:돋움; font-size:9pt; color:orange;\">$1</font>", $write_pages);
                ?>
                <?=$write_pages?>
                <? if ($next_part_href) { echo "다음검색</a>"; } ?>
            </td>
        </tr>
        </table></td>
</tr>
</table>
<!-- 페이지 표시 끝 -->

<table width="100%" cellspacing="0" cellpadding="0">
<tr align="left" valign="middle">
    <td width="50%" height="40">
<? if ($is_checkbox) { ?> <INPUT onclick="if (this.checked) all_checked(true); else all_checked(false);" type=checkbox><? } ?>
        <? if ($list_href) { ?><a href="<?=$list_href?>">목록</a><? } ?>
        <? if ($write_href) { ?><a href="<?=$write_href?>">글쓰기</a><? } ?>
        <? if ($is_checkbox) { ?>
            <a href="javascript:select_delete();">선택삭제</a>
            <a href="javascript:select_copy('copy');">선택복사</a>
            <a href="javascript:select_copy('move');">선택이동</a>
        <? } ?>
    </td>
    <form name=fsearch method=get>
    <input type=hidden name=bo_table value="<?=$bo_table?>">
    <input type=hidden name=sca      value="<?=$sca?>">
    <td width="50%" align="right">
        <select name=sfl>
            <option value='wr_1'>가수</option>
            <option value='wr_2'>작곡</option>
            <option value='wr_subject+wr_content'>제목+내용</option>
<option value='wr_subject'>제목</option>
            <option value='wr_content'>내용</option>
            <option value='mb_id'>회원아이디</option>
            <option value='wr_name'>이름</option>
        </select>
        <INPUT maxLength=15 size=10 name=stx itemname="검색어" required value="<?=$stx?>">
        <SELECT name=sop>
            <OPTION value=or>Or</OPTION>
<OPTION value=and>And</OPTION>
        </SELECT>
    </td>
    <td width="10%" align="center"><input type=image src="<?=$board_skin_path?>/img/search_btn.gif" border=0></td>
    </form>
</tr>
</table>

</td></tr></table>

<script language="JavaScript">
if ("<?=$sca?>") document.fcategory.sca.value = "<?=$sca?>";
if ("<?=$stx?>") {
    document.fsearch.sfl.value = "<?=$sfl?>";
    document.fsearch.sop.value = "<?=$sop?>";
}
</script>

<? if ($is_checkbox) { ?>
<script language="JavaScript">
function all_checked(sw)
{
    var f = document.fboardlist;

    for (var i=0; i<f.length; i++) {
        if (f.elements[i].name == "chk_wr_id[]")
            f.elements[i].checked = sw;
    }
}

function check_confirm(str)
{
    var f = document.fboardlist;
    var chk_count = 0;

    for (var i=0; i<f.length; i++) {
        if (f.elements[i].name == "chk_wr_id[]" && f.elements[i].checked)
            chk_count++;
    }

    if (!chk_count) {
        alert(str + "할 게시물을 하나 이상 선택하세요.");
        return false;
    }
    return true;
}

// 선택한 게시물 삭제
function select_delete()
{
    var f = document.fboardlist;

    str = "삭제";
    if (!check_confirm(str))
        return;

    if (!confirm("선택한 게시물을 정말 "+str+" 하시겠습니까?\n\n한번 "+str+"한 자료는 복구할 수 없습니다"))
        return;

    f.action = "./delete_all.php";
    f.submit();
}

// 선택한 게시물 복사 및 이동
function select_copy(sw)
{
    var f = document.fboardlist;

    if (sw == "copy")
        str = "복사";
    else
        str = "이동";
                     
    if (!check_confirm(str))
        return;

    var sub_win = window.open("", "move", "left=50, top=50, width=396, height=550, scrollbars=1");

    f.sw.value = sw;
    f.target = "move";
    f.action = "./move.php";
    f.submit();
}
</script>
<? } ?>
<!-- 게시판 목록 끝 -->

====================  끝 ===================================
WOW 아래링크의 스킨목록들 그누보드4로 다 나오는 겁니까...???
http://hyusig.net/v2/bbs/board.php?bo_table=bbs&wr_id=22

기대하고 있겠습니다. 미리 감사드립니다.
다 안나옵니다.
겔러리 스킨은 더이상 의미가 없습니다.
다중파일 업로드가 기본으로 지원되기 때문에 예전의 복잡한 답사기 형식은 취할 필요가 없어 졌거든요.
착한아이님께서 배포하신 겔러리 스킨으로 충분합니다.
블로그 스킨도 제외할 생각입니다.
플러그인으로 나올것만 같은 예감이 듭니다.
기왕이면 관리자님께서 유료로 만드시어 돈 많이 버셨으면 합니다.
그 나머지는 변환할 계획입니다.
시간이 나는대로요..... ㅎㅎ
제가 하고 있는걸 모두 알고 계신거예요?
무서운데요.....
방금전에 "다빈치코드"를 다 읽었는데 웬지 감시를 당하고 있다는 기분이...... ㅎㅎㅎ
멋진놈 가지고 나오셨군요.
수고하셨습니다.

한동안 안보이셔서 모두 걱정하고 있었습니다.ㅋㅋㅋ
http://www.sir.co.kr/bbs/board.php?bo_table=cm_free&wr_id=54819&sca=&sfl=wr_subject&stx=%B1%EE%B8%B8%B5%B5%B5%CF&sop=and
전체 5,850 |RSS
그누4 스킨 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1402호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT