관리자: input select label 중심 마크업 정리

This commit is contained in:
whitedot
2014-04-02 10:54:19 +09:00
parent f65314bd94
commit 13cdf776f5
32 changed files with 121 additions and 102 deletions

View File

@ -32,7 +32,7 @@ $now_year = (int)substr(G5_TIME_YMD, 0, 4);
}
?>
</select> 년
<label for="year" class="sound_only">월선택</label>
<label for="month" class="sound_only">월선택</label>
<select name="month" id="month">
<option value="">월선택</option>
<?php
@ -50,7 +50,7 @@ $now_year = (int)substr(G5_TIME_YMD, 0, 4);
</select>
</div>
<div class="sch_last">
<label for="pass">관리자 비밀번호</label>
<label for="pass">관리자 비밀번호<strong class="sound_only"> 필수</strong></label>
<input type="password" name="pass" id="pass" class="frm_input required">
<input type="submit" value="확인" class="btn_submit">
</div>