공통: 갤러리 스킨 전체선택 조건문 추가, 사노라가노라님

This commit is contained in:
whitedot
2013-10-16 13:36:42 +09:00
parent b23cbfea16
commit 3ce235581e
3 changed files with 17 additions and 3 deletions

View File

@ -47,6 +47,13 @@ include_once(G5_LIB_PATH.'/thumbnail.lib.php');
<h2>이미지 목록</h2>
<?php if ($is_checkbox) { ?>
<div id="gall_allchk">
<label for="chkall" class="sound_only">현재 페이지 게시물 전체</label>
<input type="checkbox" id="chkall" onclick="if (this.checked) all_checked(true); else all_checked(false);">
</div>
<?php } ?>
<ul id="gall_ul">
<?php for ($i=0; $i<count($list); $i++) {
?>