#369 사용자 :스킨 폴더 내 전체 온라인 서식 input,label 연결 확인(모바일포함)

This commit is contained in:
rollydream
2013-03-13 13:16:06 +09:00
parent 1091fc8f30
commit 44414beaa0
8 changed files with 13 additions and 14 deletions

View File

@ -168,7 +168,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');
<option value="wr_name,1"<?=get_selected($sfl, "wr_name,1");?>>글쓴이</option>
<option value="wr_name,0"<?=get_selected($sfl, "wr_name,0");?>>글쓴이(코)</option>
</select>
<input name="stx" value="<?=stripslashes($stx)?>" title="검색어(필수)" required class="fs_input required" size="15" maxlength="15">
<input type="text" name="stx" value="<?=stripslashes($stx)?>" title="검색어(필수)" required class="fs_input required" size="15" maxlength="15">
<input type="submit" class="fs_submit" value="검색">
</form>
</fieldset>

View File

@ -53,7 +53,7 @@ echo $option_hidden;
<? if ($is_name) { ?>
<tr>
<th scope="row"><label for="wr_name">이름<strong class="sound_only">필수</strong></label></th>
<td><input type="text" name="wr_name" value="<?=$name?>"id="wr_name" required class="frm_input required" size="10" maxlength="20"></td>
<td><input type="text" name="wr_name" value="<?=$name?>"id="wr_name" required class="frm_input required" size="10" maxlength="20"></td>
</tr>
<? } ?>