사용자:필드셋 스타일

This commit is contained in:
whitedot
2013-01-04 14:39:59 +09:00
parent 3e6c61f3db
commit 308be0e1ce
3 changed files with 9 additions and 5 deletions

View File

@ -15,7 +15,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<option value="c">코멘트만
</select>
<label for="mb_id">회원아이디</label>
<input type="text" id="mb_id" name="mb_id" value="<?=$mb_id?>">
<input type="text" id="mb_id" name="mb_id" class="fieldset_input" value="<?=$mb_id?>">
<input type="submit" class="fieldset_submit" value="검색">
<script>
function select_change()