사용자: css 오타 수정 및 갤러리스킨 전체선택 추가, 사노라가노라님

This commit is contained in:
whitedot
2013-10-14 10:04:36 +09:00
parent b9c3c2d186
commit e0fce28cbe
3 changed files with 5 additions and 2 deletions

View File

@ -44,6 +44,9 @@ 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);">
<ul id="gall_ul">
<?php for ($i=0; $i<count($list); $i++) {
if($i>0 && ($i % $bo_gallery_cols == 0))