diff --git a/src/main/webapp/WEB-INF/jsp/cmm/sym/ccm/EgovCcmCmmnCodeList.jsp b/src/main/webapp/WEB-INF/jsp/cmm/sym/ccm/EgovCcmCmmnCodeList.jsp
index 9fb206e..8e17c98 100644
--- a/src/main/webapp/WEB-INF/jsp/cmm/sym/ccm/EgovCcmCmmnCodeList.jsp
+++ b/src/main/webapp/WEB-INF/jsp/cmm/sym/ccm/EgovCcmCmmnCodeList.jsp
@@ -54,11 +54,6 @@ function linkPage(pageNo){
******************************************************** */
function fnSearch(){
var listForm = document.listForm ;
-
- if(""!= listForm.searchKeyword.value){
- updateRecentSearch();//최근검색어 등록
- }
-
listForm.submit();
}
/* ********************************************************
diff --git a/src/main/webapp/WEB-INF/jsp/cmm/sym/ccm/EgovCcmCmmnDetailCodeList.jsp b/src/main/webapp/WEB-INF/jsp/cmm/sym/ccm/EgovCcmCmmnDetailCodeList.jsp
index be60025..45fefe2 100644
--- a/src/main/webapp/WEB-INF/jsp/cmm/sym/ccm/EgovCcmCmmnDetailCodeList.jsp
+++ b/src/main/webapp/WEB-INF/jsp/cmm/sym/ccm/EgovCcmCmmnDetailCodeList.jsp
@@ -35,11 +35,6 @@ function linkPage(pageNo){
* 조회 처리
******************************************************** */
function fnSearch(){
-
- if(""!= document.listForm.searchKeyword.value){
- updateRecentSearch();//최근검색어 등록
- }
-
linkPage(1);
}
/* ********************************************************
diff --git a/src/main/webapp/WEB-INF/jsp/cmm/uss/umt/EgovBlockUserList.jsp b/src/main/webapp/WEB-INF/jsp/cmm/uss/umt/EgovBlockUserList.jsp
index 1b1ce37..c7731f0 100644
--- a/src/main/webapp/WEB-INF/jsp/cmm/uss/umt/EgovBlockUserList.jsp
+++ b/src/main/webapp/WEB-INF/jsp/cmm/uss/umt/EgovBlockUserList.jsp
@@ -159,11 +159,6 @@ function linkPage(pageNo){
function fn_search(){
var searchKeyword = $('input[name=searchKeyword]').val();
$('input[name=searchKeyword]').val(searchKeyword.replace(/(\s*)/g, ""));
-
- if(""!= document.listForm.searchKeyword.value){
- updateRecentSearch();//최근검색어 등록
- }
-
linkPage(1);
}
function fnViewCheck(){
diff --git a/src/main/webapp/WEB-INF/jsp/cmm/uss/umt/EgovUserManage.jsp b/src/main/webapp/WEB-INF/jsp/cmm/uss/umt/EgovUserManage.jsp
index 016121c..6f58121 100644
--- a/src/main/webapp/WEB-INF/jsp/cmm/uss/umt/EgovUserManage.jsp
+++ b/src/main/webapp/WEB-INF/jsp/cmm/uss/umt/EgovUserManage.jsp
@@ -111,11 +111,6 @@ function linkPage(pageNo){
}
function fn_search(){
-
- if(""!= document.listForm.searchKeyword.value){
- updateRecentSearch();//최근검색어 등록
- }
-
linkPage(1);
}
diff --git a/src/main/webapp/WEB-INF/jsp/cop/bbs/EgovBoardMstrList.jsp b/src/main/webapp/WEB-INF/jsp/cop/bbs/EgovBoardMstrList.jsp
index 53d42fc..720ee1e 100644
--- a/src/main/webapp/WEB-INF/jsp/cop/bbs/EgovBoardMstrList.jsp
+++ b/src/main/webapp/WEB-INF/jsp/cop/bbs/EgovBoardMstrList.jsp
@@ -41,11 +41,6 @@ function linkPage(pageNo){
document.frm.pageIndex.value = pageNo;
document.frm.method = "get";
document.frm.action = "";
-
- if(""!= document.frm.searchWrd.value){
- updateRecentSearch();//최근검색어 등록
- }
-
document.frm.submit();
}
diff --git a/src/main/webapp/WEB-INF/jsp/egovframework/com/uss/ion/bnr/EgovBannerList.jsp b/src/main/webapp/WEB-INF/jsp/egovframework/com/uss/ion/bnr/EgovBannerList.jsp
index 45153f2..3b61e2c 100644
--- a/src/main/webapp/WEB-INF/jsp/egovframework/com/uss/ion/bnr/EgovBannerList.jsp
+++ b/src/main/webapp/WEB-INF/jsp/egovframework/com/uss/ion/bnr/EgovBannerList.jsp
@@ -125,11 +125,6 @@ function fncBannerListDelete() {
}
function linkPage(pageNo){
-
- if(""!= document.listForm.searchKeyword.value){
- updateRecentSearch();//최근검색어 등록
- }
-
var listForm = document.listForm ;
listForm.pageIndex.value = pageNo ;
diff --git a/src/main/webapp/WEB-INF/jsp/letter/cateconf/CateConfList.jsp b/src/main/webapp/WEB-INF/jsp/letter/cateconf/CateConfList.jsp
index 6f87ed0..6ab767e 100644
--- a/src/main/webapp/WEB-INF/jsp/letter/cateconf/CateConfList.jsp
+++ b/src/main/webapp/WEB-INF/jsp/letter/cateconf/CateConfList.jsp
@@ -113,12 +113,6 @@ function linkPage(pageNo){
function fn_search(){
-
- if(""!= document.listForm.searchKeyword.value){
- updateRecentSearch();//최근검색어 등록
- }
-
-
linkPage(1);
}
function fnViewCheck(){
diff --git a/src/main/webapp/WEB-INF/jsp/letter/hashconf/HashConfList.jsp b/src/main/webapp/WEB-INF/jsp/letter/hashconf/HashConfList.jsp
index 7c554ac..7da7307 100644
--- a/src/main/webapp/WEB-INF/jsp/letter/hashconf/HashConfList.jsp
+++ b/src/main/webapp/WEB-INF/jsp/letter/hashconf/HashConfList.jsp
@@ -111,12 +111,6 @@ function linkPage(pageNo){
}
function fn_search(){
-
-
- if(""!= document.listForm.searchKeyword.value){
- updateRecentSearch();//최근검색어 등록
- }
-
linkPage(1);
}
diff --git a/src/main/webapp/WEB-INF/jsp/letter/messages/LetterMessageList.jsp b/src/main/webapp/WEB-INF/jsp/letter/messages/LetterMessageList.jsp
index 1a77cf6..1a22dd3 100644
--- a/src/main/webapp/WEB-INF/jsp/letter/messages/LetterMessageList.jsp
+++ b/src/main/webapp/WEB-INF/jsp/letter/messages/LetterMessageList.jsp
@@ -121,11 +121,6 @@ function linkPage(pageNo){
function fn_search(){
var searchKeyword = $('input[name=searchKeyword]').val();
$('input[name=searchKeyword]').val(searchKeyword.replace(/(\s*)/g, ""));
-
- if(""!= document.listForm.searchKeyword.value){
- updateRecentSearch();//최근검색어 등록
- }
-
linkPage(1);
}
diff --git a/src/main/webapp/WEB-INF/jsp/letter/photo/LetterPhotoList.jsp b/src/main/webapp/WEB-INF/jsp/letter/photo/LetterPhotoList.jsp
index 2bc52e8..e2bc99b 100644
--- a/src/main/webapp/WEB-INF/jsp/letter/photo/LetterPhotoList.jsp
+++ b/src/main/webapp/WEB-INF/jsp/letter/photo/LetterPhotoList.jsp
@@ -130,11 +130,6 @@ function linkPage(pageNo){
function fn_search(){
var searchKeyword = $('input[name=searchKeyword]').val();
$('input[name=searchKeyword]').val(searchKeyword.replace(/(\s*)/g, ""));
-
- if(""!= document.listForm.searchKeyword.value){
- updateRecentSearch();//최근검색어 등록
- }
-
linkPage(1);
}
diff --git a/src/main/webapp/WEB-INF/jsp/letter/photo/custom/LetterPhotoCustomList.jsp b/src/main/webapp/WEB-INF/jsp/letter/photo/custom/LetterPhotoCustomList.jsp
index 228290d..804fbd5 100644
--- a/src/main/webapp/WEB-INF/jsp/letter/photo/custom/LetterPhotoCustomList.jsp
+++ b/src/main/webapp/WEB-INF/jsp/letter/photo/custom/LetterPhotoCustomList.jsp
@@ -106,11 +106,6 @@ function linkPage(pageNo){
function fn_search(){
var searchKeyword = $('input[name=searchKeyword]').val();
$('input[name=searchKeyword]').val(searchKeyword.replace(/(\s*)/g, ""));
-
- if(""!= document.listForm.searchKeyword.value){
- updateRecentSearch();//최근검색어 등록
- }
-
linkPage(1);
}
diff --git a/src/main/webapp/WEB-INF/jsp/sec/ram/EgovAuthorManage.jsp b/src/main/webapp/WEB-INF/jsp/sec/ram/EgovAuthorManage.jsp
index b06df7f..1eb770a 100644
--- a/src/main/webapp/WEB-INF/jsp/sec/ram/EgovAuthorManage.jsp
+++ b/src/main/webapp/WEB-INF/jsp/sec/ram/EgovAuthorManage.jsp
@@ -69,11 +69,6 @@ function fncManageChecked() {
function fncSelectAuthorList(){
var listForm = document.listForm ;
-
- if(""!= document.listForm.searchKeyword.value){
- updateRecentSearch();//최근검색어 등록
- }
-
linkPage('1');
}
diff --git a/src/main/webapp/WEB-INF/jsp/sec/rmt/EgovRoleManage.jsp b/src/main/webapp/WEB-INF/jsp/sec/rmt/EgovRoleManage.jsp
index 529325a..d27cfa2 100644
--- a/src/main/webapp/WEB-INF/jsp/sec/rmt/EgovRoleManage.jsp
+++ b/src/main/webapp/WEB-INF/jsp/sec/rmt/EgovRoleManage.jsp
@@ -72,11 +72,6 @@ function fncManageChecked() {
}
function fncSelectRoleList(pageNo){
-
- if(""!= document.listForm.searchKeyword.value){
- updateRecentSearch();//최근검색어 등록
- }
-
linkPage(1);
}
diff --git a/src/main/webapp/WEB-INF/jsp/sym/log/clg/EgovLoginLogGroupList.jsp b/src/main/webapp/WEB-INF/jsp/sym/log/clg/EgovLoginLogGroupList.jsp
index 4e49d71..26b34af 100644
--- a/src/main/webapp/WEB-INF/jsp/sym/log/clg/EgovLoginLogGroupList.jsp
+++ b/src/main/webapp/WEB-INF/jsp/sym/log/clg/EgovLoginLogGroupList.jsp
@@ -55,11 +55,6 @@ String.prototype.replaceAll = function(src, repl){
}
function fn_select(pageNo){
-
- if(""!= document.listForm.searchKeyword.value){
- updateRecentSearch();//최근검색어 등록
- }
-
linkPage(1);
}
diff --git a/src/main/webapp/WEB-INF/jsp/sym/log/clg/EgovLoginLogList.jsp b/src/main/webapp/WEB-INF/jsp/sym/log/clg/EgovLoginLogList.jsp
index deb0bc2..4d0fdea 100644
--- a/src/main/webapp/WEB-INF/jsp/sym/log/clg/EgovLoginLogList.jsp
+++ b/src/main/webapp/WEB-INF/jsp/sym/log/clg/EgovLoginLogList.jsp
@@ -44,11 +44,6 @@ String.prototype.replaceAll = function(src, repl){
}
function fn_select(pageNo){
-
- if(""!= document.listForm.searchKeyword.value){
- updateRecentSearch();//최근검색어 등록
- }
-
linkPage(1);
}
diff --git a/src/main/webapp/WEB-INF/jsp/sym/log/clg/SelectLogMethodList.jsp b/src/main/webapp/WEB-INF/jsp/sym/log/clg/SelectLogMethodList.jsp
index 5ff08b5..6295114 100644
--- a/src/main/webapp/WEB-INF/jsp/sym/log/clg/SelectLogMethodList.jsp
+++ b/src/main/webapp/WEB-INF/jsp/sym/log/clg/SelectLogMethodList.jsp
@@ -52,11 +52,6 @@ String.prototype.replaceAll = function(src, repl){
}
function fn_select(pageNo){
-
- if(""!= document.frm.searchKeyword.value){
- updateRecentSearch();//최근검색어 등록
- }
-
linkPage(1);
}
diff --git a/src/main/webapp/WEB-INF/jsp/sym/log/clg/SelectMsgLogList.jsp b/src/main/webapp/WEB-INF/jsp/sym/log/clg/SelectMsgLogList.jsp
index 0a81cd1..825fb8e 100644
--- a/src/main/webapp/WEB-INF/jsp/sym/log/clg/SelectMsgLogList.jsp
+++ b/src/main/webapp/WEB-INF/jsp/sym/log/clg/SelectMsgLogList.jsp
@@ -55,13 +55,6 @@ String.prototype.replaceAll = function(src, repl){
}
function fn_search(){
- /*
-
- if(""!= document.frm.searchKeyword.value){
- updateRecentSearch();//최근검색어 등록
- }
-
- */
var frm = document.frm;
frm.sMonth.value='';
frm.sDay.value='';
@@ -69,13 +62,6 @@ function fn_search(){
}
function fn_select_month(p_month){
- /*
-
- if(""!= document.frm.searchKeyword.value){
- updateRecentSearch();//최근검색어 등록
- }
-
- */
var frm = document.frm;
frm.sMonth.value=p_month;
@@ -85,13 +71,6 @@ function fn_select_month(p_month){
}
function fn_select_day(p_day){
- /*
-
- if(""!= document.frm.searchKeyword.value){
- updateRecentSearch();//최근검색어 등록
- }
-
- */
var frm = document.frm;
//frm.sMonth.value=p_month;
diff --git a/src/main/webapp/WEB-INF/jsp/sym/log/clg/SelectWebLogList.jsp b/src/main/webapp/WEB-INF/jsp/sym/log/clg/SelectWebLogList.jsp
index 1c0e2bf..66bea12 100644
--- a/src/main/webapp/WEB-INF/jsp/sym/log/clg/SelectWebLogList.jsp
+++ b/src/main/webapp/WEB-INF/jsp/sym/log/clg/SelectWebLogList.jsp
@@ -52,11 +52,6 @@ String.prototype.replaceAll = function(src, repl){
}
function fn_search(){
-
- if(""!= document.frm.searchKeyword.value){
- updateRecentSearch();//최근검색어 등록
- }
-
linkPage(1);
}
diff --git a/src/main/webapp/WEB-INF/jsp/sym/mnu/mcm/EgovMenuCreatManage.jsp b/src/main/webapp/WEB-INF/jsp/sym/mnu/mcm/EgovMenuCreatManage.jsp
index 4510179..da12367 100644
--- a/src/main/webapp/WEB-INF/jsp/sym/mnu/mcm/EgovMenuCreatManage.jsp
+++ b/src/main/webapp/WEB-INF/jsp/sym/mnu/mcm/EgovMenuCreatManage.jsp
@@ -33,11 +33,6 @@ function linkPage(pageNo){ //페이징 처리 함수
}
function selectMenuCreatManageList() { //조회 처리 함수
-
- if(""!= document.menuCreatManageForm.searchKeyword.value){
- updateRecentSearch();//최근검색어 등록
- }
-
linkPage(1) ;
}
diff --git a/src/main/webapp/WEB-INF/jsp/sym/site/selectSiteIpList.jsp b/src/main/webapp/WEB-INF/jsp/sym/site/selectSiteIpList.jsp
index 1e2d124..f06ccac 100644
--- a/src/main/webapp/WEB-INF/jsp/sym/site/selectSiteIpList.jsp
+++ b/src/main/webapp/WEB-INF/jsp/sym/site/selectSiteIpList.jsp
@@ -68,11 +68,6 @@ $(document).ready(function(){
});
function fn_select(pageNo){
-
- if(""!= document.listForm.searchKeyword.value){
- updateRecentSearch();//최근검색어 등록
- }
-
linkPage(1);
}
diff --git a/src/main/webapp/WEB-INF/jsp/sym/site/selectSiteManagerList.jsp b/src/main/webapp/WEB-INF/jsp/sym/site/selectSiteManagerList.jsp
index e420a85..c6ada02 100644
--- a/src/main/webapp/WEB-INF/jsp/sym/site/selectSiteManagerList.jsp
+++ b/src/main/webapp/WEB-INF/jsp/sym/site/selectSiteManagerList.jsp
@@ -94,11 +94,6 @@ function fncManageChecked() {
}
function fncSelectLoginPolicyList(pageNo){
-
- if(""!= document.listForm.searchKeyword.value){
- updateRecentSearch();//최근검색어 등록
- }
-
linkPage(1);
}
diff --git a/src/main/webapp/WEB-INF/jsp/uat/uap/EgovLoginGroupPolicyList.jsp b/src/main/webapp/WEB-INF/jsp/uat/uap/EgovLoginGroupPolicyList.jsp
index 88f9771..683d3ac 100644
--- a/src/main/webapp/WEB-INF/jsp/uat/uap/EgovLoginGroupPolicyList.jsp
+++ b/src/main/webapp/WEB-INF/jsp/uat/uap/EgovLoginGroupPolicyList.jsp
@@ -91,11 +91,6 @@ function fncManageChecked() {
}
function fncSelectLoginPolicyList(pageNo){
-
- if(""!= document.listForm.searchKeyword.value){
- updateRecentSearch();//최근검색어 등록
- }
-
linkPage(1);
}
diff --git a/src/main/webapp/WEB-INF/jsp/uss/ion/addr/AddrGroupList.jsp b/src/main/webapp/WEB-INF/jsp/uss/ion/addr/AddrGroupList.jsp
index 730a73c..a9418fd 100644
--- a/src/main/webapp/WEB-INF/jsp/uss/ion/addr/AddrGroupList.jsp
+++ b/src/main/webapp/WEB-INF/jsp/uss/ion/addr/AddrGroupList.jsp
@@ -67,11 +67,6 @@ function fn_delete(){
/* 검색 */
function fn_search(){
-
- if(""!= document.listForm.searchKeyword.value){
- updateRecentSearch();//최근검색어 등록
- }
-
linkPage(1);
}
diff --git a/src/main/webapp/WEB-INF/jsp/uss/ion/addr/AddrList.jsp b/src/main/webapp/WEB-INF/jsp/uss/ion/addr/AddrList.jsp
index d4bfcbc..a4d39a3 100644
--- a/src/main/webapp/WEB-INF/jsp/uss/ion/addr/AddrList.jsp
+++ b/src/main/webapp/WEB-INF/jsp/uss/ion/addr/AddrList.jsp
@@ -67,11 +67,6 @@ function fn_delete(){
/* 검색 */
function fn_search(){
-
- if(""!= document.listForm.searchKeyword.value){
- updateRecentSearch();//최근검색어 등록
- }
-
linkPage(1);
}
diff --git a/src/main/webapp/WEB-INF/jsp/uss/ion/bnr/pop/mainPopupList.jsp b/src/main/webapp/WEB-INF/jsp/uss/ion/bnr/pop/mainPopupList.jsp
index 9ae85bd..0158e42 100644
--- a/src/main/webapp/WEB-INF/jsp/uss/ion/bnr/pop/mainPopupList.jsp
+++ b/src/main/webapp/WEB-INF/jsp/uss/ion/bnr/pop/mainPopupList.jsp
@@ -60,11 +60,6 @@ function doDep3(event){
}
function linkPage(pageNo){
-
- if(""!= document.listForm.searchKeyword.value){
- updateRecentSearch();//최근검색어 등록
- }
-
var listForm = document.listForm ;
listForm.pageIndex.value = pageNo ;
diff --git a/src/main/webapp/WEB-INF/jsp/uss/ion/bnr/sub/subMainZoneList.jsp b/src/main/webapp/WEB-INF/jsp/uss/ion/bnr/sub/subMainZoneList.jsp
index 63dcb96..4ae2aed 100644
--- a/src/main/webapp/WEB-INF/jsp/uss/ion/bnr/sub/subMainZoneList.jsp
+++ b/src/main/webapp/WEB-INF/jsp/uss/ion/bnr/sub/subMainZoneList.jsp
@@ -69,11 +69,6 @@ function doDep3(event){
}
function linkPage(pageNo){
-
- if(""!= document.listForm.searchKeyword.value){
- updateRecentSearch();//최근검색어 등록
- }
-
var listForm = document.listForm ;
listForm.pageIndex.value = pageNo ;
diff --git a/src/main/webapp/WEB-INF/jsp/uss/ion/cert/CertEtcList.jsp b/src/main/webapp/WEB-INF/jsp/uss/ion/cert/CertEtcList.jsp
index ee7aeaf..d0ff073 100644
--- a/src/main/webapp/WEB-INF/jsp/uss/ion/cert/CertEtcList.jsp
+++ b/src/main/webapp/WEB-INF/jsp/uss/ion/cert/CertEtcList.jsp
@@ -34,11 +34,6 @@