사용자: #13 새글에 게시물 선택삭제 기능 마크업

This commit is contained in:
whitedot
2013-11-25 16:51:09 +09:00
parent 30d133e4ff
commit 111222720a

View File

@ -49,7 +49,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<tr>
<?php if ($is_admin) { ?>
<th scope="col">
<label for="all_chk" class="sir_sr">목록 전체</label>
<label for="all_chk" class="sound_only">목록 전체</label>
<input type="checkbox" id="all_chk">
</th>
<?php } ?>
@ -71,8 +71,8 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<tr>
<?php if ($is_admin) { ?>
<td class="sir_set_chk">
<label for="chk_bn_id_<?php echo $i; ?>" class="sir_sr"><?php echo $num?>번</label>
<td class="td_chk">
<label for="chk_bn_id_<?php echo $i; ?>" class="sound_only"><?php echo $num?>번</label>
<input type="checkbox" name="chk_bn_id[]" value="<?php echo $i; ?>">
<input type="hidden" name="bo_table[<?php echo $i; ?>]" value="<?php echo $list[$i]['bo_table']; ?>">
<input type="hidden" name="wr_id[<?php echo $i; ?>]" value="<?php echo $list[$i]['wr_id']; ?>">
@ -95,9 +95,9 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<?php if ($is_admin) { ?>
<div class="sir_bw02 sir_bw">
<input type="submit" onclick="document.pressed=this.value" value="선택삭제" class="sir_b01_adm">
<input type="submit" onclick="document.pressed=this.value" value="선택삭제" class="btn_submit">
</div>
<?}?>
<?php } ?>
</form>
<?php if ($is_admin) { ?>