style: 시추공 정보 입력에서 "좌표직접입력" 팝업 크기 조절
parent
ffd57bf698
commit
49c01dd033
|
|
@ -915,7 +915,7 @@ function fn_MapInput(type){
|
|||
}
|
||||
param = param + "&X="+x+"&Y="+y;
|
||||
|
||||
window.open("/web/map/mapTop.do?PROJECT_CODE="+"${oprojectCode}&HOLE_CODE="+"${oholeCode}"+param,"Calendar","width=800px, height=600px");
|
||||
window.open("/web/map/mapTop.do?PROJECT_CODE="+"${oprojectCode}&HOLE_CODE="+"${oholeCode}"+param,"Calendar","width=800px, height=680px");
|
||||
|
||||
// 지도확인여부 체크
|
||||
fn_checkMapConfirm();
|
||||
|
|
|
|||
|
|
@ -76,8 +76,8 @@
|
|||
lat = "${fY}";
|
||||
}
|
||||
</script>
|
||||
<div style="width:100%;text-align:center;">
|
||||
<a onclick="fn_confirmMap();">
|
||||
<div style="width:100%;text-align:center; margin-top: 10px;">
|
||||
<a onclick="fn_confirmMap();" style="cursor: pointer;">
|
||||
<img src="/images/add_btn_01.gif" alt="확인" />
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue