웹접근성 수정 , 타이틀 (자료상세부분 따로 tiles 이용) 수정
This commit is contained in:
parent
e1084316c1
commit
b536f05bc4
@ -633,8 +633,8 @@ function fn_cancel(){
|
|||||||
<div class="con mobile">
|
<div class="con mobile">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<input class="form-control mobile1" type="text" id="mobileNo_1" value="010" title="휴대폰 번호 앞자리" maxlength="3" oninput="this.value = this.value.replace(/[^0-9.]/g, '').replace(/(\..*)\./g, '$1');"/> -
|
<input class="form-control mobile1" type="text" id="mobileNo_1" value="010" title="휴대폰 번호 앞자리" maxlength="3" oninput="this.value = this.value.replace(/[^0-9.]/g, '').replace(/(\..*)\./g, '$1');"/> -
|
||||||
<input class="form-control mobile2" type="text" id="mobileNo_2" value="" title="휴대폰 번호 중간자리" maxlength="4" oninput="this.value = this.value.replace(/[^0-9.]/g, '').replace(/(\..*)\./g, '$1');"/> -
|
<input class="form-control mobile2" type="text" id="mobileNo_2" title="휴대폰 번호 중간자리" maxlength="4" oninput="this.value = this.value.replace(/[^0-9.]/g, '').replace(/(\..*)\./g, '$1');"/> -
|
||||||
<input class="form-control mobile3" type="text" id="mobileNo_3" value="" title="휴대폰 번호 끝자리" maxlength="4" oninput="this.value = this.value.replace(/[^0-9.]/g, '').replace(/(\..*)\./g, '$1');"/>
|
<input class="form-control mobile3" type="text" id="mobileNo_3" title="휴대폰 번호 끝자리" maxlength="4" oninput="this.value = this.value.replace(/[^0-9.]/g, '').replace(/(\..*)\./g, '$1');"/>
|
||||||
<button type="button" class="btn-color" id="mobileCertSendBtn" name="mobileCertSendBtn" style="display:none;" onclick="mobileCert();">인증하기</button>
|
<button type="button" class="btn-color" id="mobileCertSendBtn" name="mobileCertSendBtn" style="display:none;" onclick="mobileCert();">인증하기</button>
|
||||||
<button type="button" class="btn-black" id="mobileReSend" style="display:none;" onclick="mobileCert();">재전송</button>
|
<button type="button" class="btn-black" id="mobileReSend" style="display:none;" onclick="mobileCert();">재전송</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -368,13 +368,18 @@ function detailSearchSetting(){
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
function detailPopClose(){
|
||||||
|
$("#btn-search-detail-cl").focus()
|
||||||
|
gfn_closeLayerPopup();
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="pop-wrap">
|
<div class="pop-wrap">
|
||||||
<div class="Title" title="상세 검색" >
|
<div class="Title" title="상세 검색" >
|
||||||
<span id="detailTitle">상세 검색</span>
|
<span id="detailTitle">상세 검색</span>
|
||||||
<span>검색어와, 검색조건들을 통해서 더 정확한 정보를 찾아보세요.</span>
|
<span>검색어와, 검색조건들을 통해서 더 정확한 정보를 찾아보세요.</span>
|
||||||
<span><a href="javascript:;" class="btn-close-pop" onclick="gfn_closeLayerPopup();"><img src="/images/btn/btn-pop-close.png" alt="닫기"></a></span>
|
<span><a href="javascript:;" class="btn-close-pop" onclick="detailPopClose();"><img src="/images/btn/btn-pop-close.png" alt="닫기"></a></span>
|
||||||
</div>
|
</div>
|
||||||
<form action="/search/searchListCondition.do" method="POST" id="d_referencelistForm" name="d_referencelistForm" class="mCustomScrollbar" data-mcs-theme="dark-2">
|
<form action="/search/searchListCondition.do" method="POST" id="d_referencelistForm" name="d_referencelistForm" class="mCustomScrollbar" data-mcs-theme="dark-2">
|
||||||
<input type="hidden" id="d_filter_class" name="filter_class">
|
<input type="hidden" id="d_filter_class" name="filter_class">
|
||||||
@ -523,7 +528,7 @@ function detailSearchSetting(){
|
|||||||
<div class="btn-wrap">
|
<div class="btn-wrap">
|
||||||
<button type="button" class="btn btn-white" id="cmm_popudp_del" onclick="allReset();">초기화</button>
|
<button type="button" class="btn btn-white" id="cmm_popudp_del" onclick="allReset();">초기화</button>
|
||||||
<button type="button" onclick="d_search();" class="btn btn-color" id="cmm_popudp_submit">검색</button>
|
<button type="button" onclick="d_search();" class="btn btn-color" id="cmm_popudp_submit">검색</button>
|
||||||
<button type="button" class="btn btn-gray btn-close-pop" onclick="gfn_closeLayerPopup();">닫기</button>
|
<button type="button" class="btn btn-gray btn-close-pop" onclick="detailPopClose();">닫기</button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -41,11 +41,10 @@ String councilDnsHost = (String)session.getAttribute("councilDnsHost");
|
|||||||
<title>${councilNm } 소장자료관</title>
|
<title>${councilNm } 소장자료관</title>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
// 제목 설정
|
//제목 설정
|
||||||
function fn_setPageTitle(title) {
|
function fn_setPageTitle(title) {
|
||||||
document.title = "${councilNm } - " + title + " : 소장자료관";
|
document.title = title + " - ${councilNm } 소장자료관";
|
||||||
}
|
}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user