2024/02/14 관리자페이지 스타일 수정
This commit is contained in:
parent
a319299940
commit
46ad75c007
@ -612,7 +612,7 @@
|
||||
</th>
|
||||
<td>
|
||||
<label for="eduSlctAreaCd" class="label">지역 선택</label>
|
||||
<kc:select codeId="VE0008" selectedValue="${info.eduSlctAreaCd}" id="eduSlctAreaCd" name="eduSlctAreaCd" styleClass="selType1" css="readonly" defaultText="지역" defaultValue=""
|
||||
<kc:select codeId="VE0008" selectedValue="${info.eduSlctAreaCd}" id="eduSlctAreaCd" name="eduSlctAreaCd" styleClass="selType1 sel_type1" css="readonly" defaultText="지역" defaultValue=""
|
||||
script="onFocus='this.initialSelect = this.selectedIndex;' onChange='this.selectedIndex = this.initialSelect;'"/>
|
||||
<input type="text" value="${info.scholInsttNm}" style="min-width:400px;" size="25" readonly id="scholInsttNm" name="scholInsttNm" title="학교(기관)명">
|
||||
<button type="button" class="btn_type06" onclick="fncScholList();">학교검색</button>
|
||||
@ -686,11 +686,11 @@
|
||||
<c:set var="birthDay" value="${fn:substring(info.DBirth, 6, 8)}"/>
|
||||
</c:if>
|
||||
<label for="birthYear" class="label">년도 선택</label>
|
||||
<select name="birthYear" id="birthYear" class="selType1 birthYear birth_da" selectValue="${birthYear}"></select>
|
||||
<select name="birthYear" id="birthYear" class="selType1 birthYear birth_da sel_type1" selectValue="${birthYear}"></select>
|
||||
<label for="birthMonth" class="label">월 선택</label>
|
||||
<select name="birthMonth" id="birthMonth" class="selType1 birthMonth birth_da" selectValue="${birthMonth}"></select>
|
||||
<select name="birthMonth" id="birthMonth" class="selType1 birthMonth birth_da sel_type1" selectValue="${birthMonth}"></select>
|
||||
<label for="birthDay" class="label">일 선택</label>
|
||||
<select name="birthDay" id="birthDay" class="selType1 birthDay birth_da" selectValue="${birthDay}"></select>
|
||||
<select name="birthDay" id="birthDay" class="selType1 birthDay birth_da sel_type1" selectValue="${birthDay}"></select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user