공통: 갤러리 스킨 전체선택 조건문 추가, 사노라가노라님
This commit is contained in:
@ -44,8 +44,12 @@ include_once(G5_LIB_PATH.'/thumbnail.lib.php');
|
||||
<input type="hidden" name="page" value="<?php echo $page ?>">
|
||||
<input type="hidden" name="sw" value="">
|
||||
|
||||
<label for="chkall" class="sound_only">현재 페이지 게시물 전체</label>
|
||||
<input type="checkbox" id="chkall" onclick="if (this.checked) all_checked(true); else all_checked(false);">
|
||||
<?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++) {
|
||||
|
||||
Reference in New Issue
Block a user