Merge branch 'advc' of http://yongjoon.cho@vcs.iten.co.kr:9999/hylee/offedu into advc
This commit is contained in:
commit
e6c9cd18e8
@ -390,7 +390,7 @@
|
|||||||
<td>
|
<td>
|
||||||
<label for="post" class="label">우편번호 입력</label>
|
<label for="post" class="label">우편번호 입력</label>
|
||||||
<input type="text" class="adressFst adr_input" placeholder="우편번호입력" value="${info.post}" id="post" name="post" title="우편번호" readonly />
|
<input type="text" class="adressFst adr_input" placeholder="우편번호입력" value="${info.post}" id="post" name="post" title="우편번호" readonly />
|
||||||
<button type="button" class="btnType01" onclick="fn_postCode(this);" title="새창 열림">주소찾기</button>
|
<button type="button" class="btnType01 address_btn" onclick="fn_postCode(this);" title="새창 열림">주소찾기</button>
|
||||||
<label for="addr" class="label">주소 입력</label>
|
<label for="addr" class="label">주소 입력</label>
|
||||||
<input type="text" class="adressMid searchResultAddr" placeholder="주소를 입력해주세요." value="${info.addr}" id="addr" name="addr" readonly />
|
<input type="text" class="adressMid searchResultAddr" placeholder="주소를 입력해주세요." value="${info.addr}" id="addr" name="addr" readonly />
|
||||||
<label for="addrDetail" class="label">상세주소 입력</label>
|
<label for="addrDetail" class="label">상세주소 입력</label>
|
||||||
|
|||||||
@ -251,7 +251,7 @@
|
|||||||
|
|
||||||
<c:when test="${empty list.qestnrId10Cnt or list.qestnrId10Cnt eq 0}">
|
<c:when test="${empty list.qestnrId10Cnt or list.qestnrId10Cnt eq 0}">
|
||||||
<!-- 작성된 설문이 없다 -->
|
<!-- 작성된 설문이 없다 -->
|
||||||
<button type="button" class="btnType01" data-tooltip="sub37_pop20"
|
<button type="button" class="btnType01 sur_bt" data-tooltip="sub37_pop20"
|
||||||
onclick="fncQustnrList('${list.eduAplctOrd}','${list.eduChasiOrd}','10','insert'
|
onclick="fncQustnrList('${list.eduAplctOrd}','${list.eduChasiOrd}','10','insert'
|
||||||
,'${list.qustnrTmplatId}','${list.qestnrId10}',''
|
,'${list.qustnrTmplatId}','${list.qestnrId10}',''
|
||||||
)" title="팝업 열림">설문등록</button>
|
)" title="팝업 열림">설문등록</button>
|
||||||
|
|||||||
@ -1389,10 +1389,10 @@ function _chkChasiTime(p_this){
|
|||||||
</c:choose>
|
</c:choose>
|
||||||
|
|
||||||
disabled>
|
disabled>
|
||||||
<label for="isltn_Y">예</label>
|
<label for="isltn0_Y">예</label>
|
||||||
<input type="radio" name="isltn0Yn" id="isltn0_N" value="N"
|
<input type="radio" name="isltn0Yn" id="isltn0_N" value="N"
|
||||||
${empty info.isltnYn or info.isltnYn eq 'N' ? 'checked' : info.isltnYn} disabled>
|
${empty info.isltnYn or info.isltnYn eq 'N' ? 'checked' : info.isltnYn} disabled>
|
||||||
<label for="isltn_N">아니오</label>
|
<label for="isltn0_N">아니오</label>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<!--
|
<!--
|
||||||
|
|||||||
@ -831,7 +831,7 @@ select.selType1 {height: 40px; border: 1px solid #d5d5d5; border-radius: 5px; pa
|
|||||||
.list_view .pdf_bt{padding: 5px 10px; border-radius: 5px; margin: 0 0 6px 0;}
|
.list_view .pdf_bt{padding: 5px 10px; border-radius: 5px; margin: 0 0 6px 0;}
|
||||||
.list_view .info_con{padding: 16px 30px 10px 30px;}
|
.list_view .info_con{padding: 16px 30px 10px 30px;}
|
||||||
|
|
||||||
/*나의강의실 > 최근 교육 목록 > 설문등록, 이수증 버튼 추가*/
|
/*실무역량강화 > 나의강의실 > 최근 교육 목록 > 설문등록, 이수증 버튼 추가 + 기소유예 > 교육 신청 목록 > 설문등록 버튼 추가*/
|
||||||
.tb_list02 .sur_bt{padding: 5px 10px; border-radius: 5px;}
|
.tb_list02 .sur_bt{padding: 5px 10px; border-radius: 5px;}
|
||||||
.tb_list02 .cer_bt{padding: 5px 10px; border-radius: 5px;}
|
.tb_list02 .cer_bt{padding: 5px 10px; border-radius: 5px;}
|
||||||
|
|
||||||
@ -846,6 +846,8 @@ select.selType1 {height: 40px; border: 1px solid #d5d5d5; border-radius: 5px; pa
|
|||||||
.full_faq .faq li button .qst_text{z-index: 1;}
|
.full_faq .faq li button .qst_text{z-index: 1;}
|
||||||
.full_faq .faq li .answer{background-color: #fff;}
|
.full_faq .faq li .answer{background-color: #fff;}
|
||||||
|
|
||||||
|
/*체험교실 > 운영목록 > 운영상세 > 수강신청 > 신청인 정보 주소 입력칸 레이아웃 수정(주소찾기 버튼 마진값 추가)*/
|
||||||
|
.tb_type01 table .address_btn{margin-right: 9%}
|
||||||
|
|
||||||
@media all and (max-width: 1300px){
|
@media all and (max-width: 1300px){
|
||||||
/*교육소개 추가*/
|
/*교육소개 추가*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user