url중 /nlib 제거함으로 인해 소스 수정

This commit is contained in:
JSYOO 2021-09-17 10:01:03 +09:00
parent 1dbce7c792
commit 00a9984f68
10 changed files with 23 additions and 23 deletions

View File

@ -109,7 +109,7 @@ public class UserInfoController extends NlibCommonController {
return "nlib/userInfo/putMyInfo"; return "nlib/userInfo/putMyInfo";
}else { }else {
model.addAttribute("msg","비밀번호가 일치하지않습니다."); model.addAttribute("msg","비밀번호가 일치하지않습니다.");
model.addAttribute("url","/nlib/userInfo/pwCertMyInfo.do"); model.addAttribute("url","userInfo/pwCertMyInfo.do");
return "nlib/cmm/alert"; return "nlib/cmm/alert";
} }
} }

View File

@ -98,6 +98,6 @@ function popSubmit() {
</c:forEach> </c:forEach>
</table> </table>
<a href="javascript:void(0)" onclick="gotoInPop('/nlib/inform/selectNCultureOperationInfo.do')">팝업내에서 링크이동</a> <a href="javascript:void(0)" onclick="gotoInPop('/inform/selectNCultureOperationInfo.do')">팝업내에서 링크이동</a>
</body> </body>
</html> </html>

View File

@ -38,7 +38,7 @@ function goFindPw(){
if(confirm("비밀번호를 초기화 하시겠습니까?")) if(confirm("비밀번호를 초기화 하시겠습니까?"))
{ {
$.ajax({ $.ajax({
url : "/nlib/member/initPassword.ajax", url : "/member/initPassword.ajax",
type : "POST", type : "POST",
data : data, data : data,
success : function(result){ success : function(result){

View File

@ -75,7 +75,7 @@ function signUp(){
//연락받을 이메일 입력 //연락받을 이메일 입력
%> %>
$("#loginUserId").val($("#email").val()); $("#loginUserId").val($("#email").val());
document.joinForm.action="/nlib/member/insertMemberInfo.do"; document.joinForm.action="/member/insertMemberInfo.do";
return true; return true;
}else{ }else{
return false; return false;
@ -149,7 +149,7 @@ function emailCert(){
} }
$.ajax({ $.ajax({
url : "/nlib/member/emailCertNum.ajax", url : "/member/emailCertNum.ajax",
type : "POST", type : "POST",
async: false, async: false,
data : {"email" : $("#email").val()}, data : {"email" : $("#email").val()},
@ -179,7 +179,7 @@ function certEmailCheck(){
//ajax 사용자가 입력한 번호를 보내 RESTfull server에서 확인 success or fail 반환 (3분이내인지도) //ajax 사용자가 입력한 번호를 보내 RESTfull server에서 확인 success or fail 반환 (3분이내인지도)
%> %>
$.ajax({ $.ajax({
url : "/nlib/member/emailCertNumChk.ajax", url : "/member/emailCertNumChk.ajax",
type : "POST", type : "POST",
data : {"emailVrfctNo" : $("#emailVrfctNo").val(), data : {"emailVrfctNo" : $("#emailVrfctNo").val(),
"email" : $("#email").val()}, "email" : $("#email").val()},
@ -215,7 +215,7 @@ function mobileCert(){
} }
$.ajax({ $.ajax({
url : "/nlib/member/mobileCertNum.ajax", url : "/member/mobileCertNum.ajax",
type : "POST", type : "POST",
async: false, async: false,
data : {"mobileNo" : $("#mobileNo").val()}, data : {"mobileNo" : $("#mobileNo").val()},
@ -236,7 +236,7 @@ function certMobileCheck(){
//ajax 사용자가 입력한 번호를 보내 RESTfull server에서 확인 success or fail 반환 (3분이내인지도) //ajax 사용자가 입력한 번호를 보내 RESTfull server에서 확인 success or fail 반환 (3분이내인지도)
%> %>
$.ajax({ $.ajax({
url : "/nlib/member/mobileCertNumChk.ajax", url : "/member/mobileCertNumChk.ajax",
type : "POST", type : "POST",
data : {"mobileVrfctNo" : $("#mobileVrfctNo").val(), data : {"mobileVrfctNo" : $("#mobileVrfctNo").val(),
"mobileNo" : $("#mobileNo").val()}, "mobileNo" : $("#mobileNo").val()},
@ -246,7 +246,7 @@ function certMobileCheck(){
{ {
alert("인증되었습니다."); alert("인증되었습니다.");
$("#mobileCertYn").val("Y"); $("#mobileCertYn").val("Y");
document.joinForm.action="/nlib/member/selectAlreadySignUpMobilePopup.do"; document.joinForm.action="/member/selectAlreadySignUpMobilePopup.do";
fn_layerPopFormSubmit("joinForm",false); fn_layerPopFormSubmit("joinForm",false);
}else }else
{ {

View File

@ -140,7 +140,7 @@ function changePassword(){
return false; return false;
} }
$.ajax({ $.ajax({
url : "/nlib/member/changePassword.ajax", url : "/member/changePassword.ajax",
type : "POST", type : "POST",
async: false, async: false,
data : {"password" : $("#password").val() data : {"password" : $("#password").val()
@ -169,7 +169,7 @@ function emailCert(){
} }
$.ajax({ $.ajax({
url : "/nlib/member/emailCertNum.ajax", url : "/member/emailCertNum.ajax",
type : "POST", type : "POST",
async: false, async: false,
data : {"email" : $("#email").val(), data : {"email" : $("#email").val(),
@ -200,7 +200,7 @@ function certEmailCheck(){
//ajax 사용자가 입력한 번호를 보내 RESTfull server에서 확인 success or fail 반환 (3분이내인지도) //ajax 사용자가 입력한 번호를 보내 RESTfull server에서 확인 success or fail 반환 (3분이내인지도)
%> %>
$.ajax({ $.ajax({
url : "/nlib/member/emailCertNumChk.ajax", url : "/member/emailCertNumChk.ajax",
type : "POST", type : "POST",
data : {"emailVrfctNo" : $("#emailVrfctNo").val(), data : {"emailVrfctNo" : $("#emailVrfctNo").val(),
"email" : $("#email").val(), "email" : $("#email").val(),
@ -237,7 +237,7 @@ function mobileCert(){
} }
$.ajax({ $.ajax({
url : "/nlib/member/mobileCertNum.ajax", url : "/member/mobileCertNum.ajax",
type : "POST", type : "POST",
async: false, async: false,
data : {"mobileNo" : $("#mobileNo").val(), data : {"mobileNo" : $("#mobileNo").val(),
@ -260,7 +260,7 @@ function certMobileCheck(){
//ajax 사용자가 입력한 번호를 보내 RESTfull server에서 확인 success or fail 반환 (3분이내인지도) //ajax 사용자가 입력한 번호를 보내 RESTfull server에서 확인 success or fail 반환 (3분이내인지도)
%> %>
$.ajax({ $.ajax({
url : "/nlib/member/mobileCertNumChk.ajax", url : "/member/mobileCertNumChk.ajax",
type : "POST", type : "POST",
data : {"mobileVrfctNo" : $("#mobileVrfctNo").val(), data : {"mobileVrfctNo" : $("#mobileVrfctNo").val(),
"mobileNo" : $("#mobileNo").val(), "mobileNo" : $("#mobileNo").val(),

View File

@ -43,7 +43,7 @@ if("${message}"!="")
}); });
function goPutMyInfo(){ function goPutMyInfo(){
document.pwInputForm.action="/nlib/userInfo/putMyInfo.do"; document.pwInputForm.action="/userInfo/putMyInfo.do";
document.pwInputForm.submit(); document.pwInputForm.submit();
} }
</script> </script>

View File

@ -27,13 +27,13 @@ JSESSIONID = <%=session.getId() %>
&nbsp;<br> &nbsp;<br>
<h2>로그인</h2> <h2>로그인</h2>
<a href="/nlib/login/loginDept.do">로그인</a> <a href="/login/loginDept.do">로그인</a>
&nbsp;<br> &nbsp;<br>
&nbsp;<br> &nbsp;<br>
<h2>로그인이 필요한 화면 링크</h2> <h2>로그인이 필요한 화면 링크</h2>
<a href="/nlib/system/reloadProperties.do">프로퍼티갱신</a> <a href="/system/reloadProperties.do">프로퍼티갱신</a>
&nbsp;<br> &nbsp;<br>
&nbsp;<br> &nbsp;<br>

View File

@ -27,18 +27,18 @@ JSESSIONID = <%=session.getId() %>
&nbsp;<br> &nbsp;<br>
<h2>HOME</h2> <h2>HOME</h2>
<a href="/nlib/">HOME</a> <a href="/">HOME</a>
&nbsp;<br> &nbsp;<br>
&nbsp;<br> &nbsp;<br>
<h2>로그인</h2> <h2>로그인</h2>
<a href="/nlib/login/loginCouncil.do">로그인</a> <a href="/login/loginCouncil.do">로그인</a>
&nbsp;<br> &nbsp;<br>
&nbsp;<br> &nbsp;<br>
<h2>로그인이 필요한 화면 링크</h2> <h2>로그인이 필요한 화면 링크</h2>
<a href="/nlib/system/reloadProperties.do">프로퍼티갱신</a> <a href="/system/reloadProperties.do">프로퍼티갱신</a>
<% <%
String coutTest = "서울특별시 마포구 "; String coutTest = "서울특별시 마포구 ";

View File

@ -19,7 +19,7 @@ http://localhost:8080/nlib/fileupload/js/dropzone.css
<body> <body>
<div id="dropzone"> <div id="dropzone">
<form action="/nlib/fileupload/uploadFile.do" <form action="/fileupload/uploadFile.do"
class="dropzone needsclick" id="myDropzone"> class="dropzone needsclick" id="myDropzone">
<div class="dz-message needsclick"> <div class="dz-message needsclick">
<button type="button" class="dz-button">Drop files here or click to select files.</button><br /> <button type="button" class="dz-button">Drop files here or click to select files.</button><br />

View File

@ -22,14 +22,14 @@ function popPop() {
$.ajax({ $.ajax({
type: "post", type: "post",
url: "https://seoul.nculture.org/nlib/code/listCodes.do", url: "https://seoul.nculture.org/code/listCodes.do",
}).done(function(response){ }).done(function(response){
$("#myPop").html(response); $("#myPop").html(response);
}); });
} }
function popPop2() { function popPop2() {
gotoInPop("https://seoul.nculture.org/nlib/code/listCodesPopup.do"); gotoInPop("https://seoul.nculture.org/code/listCodesPopup.do");
} }
function gotoInPop(url) { function gotoInPop(url) {