사용자: 영역별 주석 처리 완료

This commit is contained in:
whitedot
2013-06-28 15:12:08 +09:00
parent d74b078ec3
commit 999371c47f
36 changed files with 592 additions and 519 deletions

View File

@ -7,7 +7,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');
<?php if (!$wr_id) { ?><h2 id="bo_list_title"><?php echo $board['bo_subject'] ?><span class="sound_only"> 목록</span></h2><?php } ?>
<!-- 게시판 목록 시작 -->
<!-- 게시판 목록 시작 { -->
<div id="bo_img" style="width:<?php echo $width; ?>">
<?php if ($is_category) { ?>
@ -150,6 +150,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');
<!-- 페이지 -->
<?php echo $write_pages; ?>
<!-- 게시물 검색 시작 { -->
<fieldset id="bo_sch">
<legend>게시물 검색</legend>
@ -172,6 +173,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');
<input type="submit" value="검색" class="btn_submit">
</form>
</fieldset>
<!-- } 게시물 검색 끝 -->
<?php if ($is_checkbox) { ?>
<script>
@ -233,4 +235,4 @@ function select_copy(sw) {
}
</script>
<?php } ?>
<!-- 게시판 목록 끝 -->
<!-- } 게시판 목록 끝 -->