관리자: #152 의 온라인서식필수입력:관리자모드 처리, 회원추가 게시판그룹, 게시판 추가 남음

This commit is contained in:
whitedot
2013-01-18 17:21:23 +09:00
parent 7ca5b00914
commit bf7e63c752
13 changed files with 62 additions and 64 deletions

View File

@ -22,12 +22,12 @@ include_once($g4['path'].'/head.sub.php');
<td><?=$bo_table?></td>
</tr>
<tr>
<th scope="col"><label for="target_table">복사 테이블명</label></th>
<td><input type="text" id="target_table" name="target_table" maxlength="20" class="required alnum_" required="required" title="복사할 TABLE"> 영문자, 숫자, _ 만 가능 (공백없이)</td>
<th scope="col"><label for="target_table">복사 테이블명<strong class="sound_only">필수</strong></label></th>
<td><input type="text" id="target_table" name="target_table" maxlength="20" class="required alnum_" required title="복사할 TABLE"> 영문자, 숫자, _ 만 가능 (공백없이)</td>
</tr>
<tr>
<th scope="col"><label for="target_subject">게시판 제목</label></th>
<td><input type="text" id="target_subject" name="target_subject" maxlength="120" value="[복사본] <?=$board['bo_subject']?>" required="required" title="게시판 제목"></td>
<th scope="col"><label for="target_subject">게시판 제목<strong class="sound_only">필수</strong></label></th>
<td><input type="text" id="target_subject" name="target_subject" maxlength="120" class="required" value="[복사본] <?=$board['bo_subject']?>" required title="게시판 제목"></td>
</tr>
<tr>
<th scope="col">복사 유형</th>