Merge branch 'master' of http://yongjoon.cho@vcs.iten.co.kr:9999/mjon_advc/mjon_admin
This commit is contained in:
commit
886b550e29
@ -54,11 +54,6 @@ function linkPage(pageNo){
|
|||||||
******************************************************** */
|
******************************************************** */
|
||||||
function fnSearch(){
|
function fnSearch(){
|
||||||
var listForm = document.listForm ;
|
var listForm = document.listForm ;
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= listForm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
listForm.submit();
|
listForm.submit();
|
||||||
}
|
}
|
||||||
/* ********************************************************
|
/* ********************************************************
|
||||||
|
|||||||
@ -35,11 +35,6 @@ function linkPage(pageNo){
|
|||||||
* 조회 처리
|
* 조회 처리
|
||||||
******************************************************** */
|
******************************************************** */
|
||||||
function fnSearch(){
|
function fnSearch(){
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.listForm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
linkPage(1);
|
linkPage(1);
|
||||||
}
|
}
|
||||||
/* ********************************************************
|
/* ********************************************************
|
||||||
|
|||||||
@ -159,11 +159,6 @@ function linkPage(pageNo){
|
|||||||
function fn_search(){
|
function fn_search(){
|
||||||
var searchKeyword = $('input[name=searchKeyword]').val();
|
var searchKeyword = $('input[name=searchKeyword]').val();
|
||||||
$('input[name=searchKeyword]').val(searchKeyword.replace(/(\s*)/g, ""));
|
$('input[name=searchKeyword]').val(searchKeyword.replace(/(\s*)/g, ""));
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.listForm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
linkPage(1);
|
linkPage(1);
|
||||||
}
|
}
|
||||||
function fnViewCheck(){
|
function fnViewCheck(){
|
||||||
|
|||||||
@ -111,11 +111,6 @@ function linkPage(pageNo){
|
|||||||
}
|
}
|
||||||
|
|
||||||
function fn_search(){
|
function fn_search(){
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.listForm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
|
|
||||||
linkPage(1);
|
linkPage(1);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -41,11 +41,6 @@ function linkPage(pageNo){
|
|||||||
document.frm.pageIndex.value = pageNo;
|
document.frm.pageIndex.value = pageNo;
|
||||||
document.frm.method = "get";
|
document.frm.method = "get";
|
||||||
document.frm.action = "<c:url value='/cop/bbs/SelectBBSMasterInfs.do'/>";
|
document.frm.action = "<c:url value='/cop/bbs/SelectBBSMasterInfs.do'/>";
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.frm.searchWrd.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
document.frm.submit();
|
document.frm.submit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -125,11 +125,6 @@ function fncBannerListDelete() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function linkPage(pageNo){
|
function linkPage(pageNo){
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.listForm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
|
|
||||||
var listForm = document.listForm ;
|
var listForm = document.listForm ;
|
||||||
listForm.pageIndex.value = pageNo ;
|
listForm.pageIndex.value = pageNo ;
|
||||||
|
|||||||
@ -113,12 +113,6 @@ function linkPage(pageNo){
|
|||||||
|
|
||||||
function fn_search(){
|
function fn_search(){
|
||||||
|
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.listForm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
|
|
||||||
linkPage(1);
|
linkPage(1);
|
||||||
}
|
}
|
||||||
function fnViewCheck(){
|
function fnViewCheck(){
|
||||||
|
|||||||
@ -112,12 +112,6 @@ function linkPage(pageNo){
|
|||||||
|
|
||||||
function fn_search(){
|
function fn_search(){
|
||||||
|
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.listForm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
|
|
||||||
linkPage(1);
|
linkPage(1);
|
||||||
}
|
}
|
||||||
function fnViewCheck(){
|
function fnViewCheck(){
|
||||||
|
|||||||
@ -121,11 +121,6 @@ function linkPage(pageNo){
|
|||||||
function fn_search(){
|
function fn_search(){
|
||||||
var searchKeyword = $('input[name=searchKeyword]').val();
|
var searchKeyword = $('input[name=searchKeyword]').val();
|
||||||
$('input[name=searchKeyword]').val(searchKeyword.replace(/(\s*)/g, ""));
|
$('input[name=searchKeyword]').val(searchKeyword.replace(/(\s*)/g, ""));
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.listForm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
|
|
||||||
linkPage(1);
|
linkPage(1);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -130,11 +130,6 @@ function linkPage(pageNo){
|
|||||||
function fn_search(){
|
function fn_search(){
|
||||||
var searchKeyword = $('input[name=searchKeyword]').val();
|
var searchKeyword = $('input[name=searchKeyword]').val();
|
||||||
$('input[name=searchKeyword]').val(searchKeyword.replace(/(\s*)/g, ""));
|
$('input[name=searchKeyword]').val(searchKeyword.replace(/(\s*)/g, ""));
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.listForm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
|
|
||||||
linkPage(1);
|
linkPage(1);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -106,11 +106,6 @@ function linkPage(pageNo){
|
|||||||
function fn_search(){
|
function fn_search(){
|
||||||
var searchKeyword = $('input[name=searchKeyword]').val();
|
var searchKeyword = $('input[name=searchKeyword]').val();
|
||||||
$('input[name=searchKeyword]').val(searchKeyword.replace(/(\s*)/g, ""));
|
$('input[name=searchKeyword]').val(searchKeyword.replace(/(\s*)/g, ""));
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.listForm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
|
|
||||||
linkPage(1);
|
linkPage(1);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -69,11 +69,6 @@ function fncManageChecked() {
|
|||||||
|
|
||||||
function fncSelectAuthorList(){
|
function fncSelectAuthorList(){
|
||||||
var listForm = document.listForm ;
|
var listForm = document.listForm ;
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.listForm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
linkPage('1');
|
linkPage('1');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -72,11 +72,6 @@ function fncManageChecked() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function fncSelectRoleList(pageNo){
|
function fncSelectRoleList(pageNo){
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.listForm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
linkPage(1);
|
linkPage(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -55,11 +55,6 @@ String.prototype.replaceAll = function(src, repl){
|
|||||||
}
|
}
|
||||||
|
|
||||||
function fn_select(pageNo){
|
function fn_select(pageNo){
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.listForm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
linkPage(1);
|
linkPage(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -44,11 +44,6 @@ String.prototype.replaceAll = function(src, repl){
|
|||||||
}
|
}
|
||||||
|
|
||||||
function fn_select(pageNo){
|
function fn_select(pageNo){
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.listForm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
linkPage(1);
|
linkPage(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -52,11 +52,6 @@ String.prototype.replaceAll = function(src, repl){
|
|||||||
}
|
}
|
||||||
|
|
||||||
function fn_select(pageNo){
|
function fn_select(pageNo){
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.frm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
linkPage(1);
|
linkPage(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -55,13 +55,6 @@ String.prototype.replaceAll = function(src, repl){
|
|||||||
}
|
}
|
||||||
|
|
||||||
function fn_search(){
|
function fn_search(){
|
||||||
/*
|
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.frm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
*/
|
|
||||||
var frm = document.frm;
|
var frm = document.frm;
|
||||||
frm.sMonth.value='';
|
frm.sMonth.value='';
|
||||||
frm.sDay.value='';
|
frm.sDay.value='';
|
||||||
@ -69,13 +62,6 @@ function fn_search(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
function fn_select_month(p_month){
|
function fn_select_month(p_month){
|
||||||
/*
|
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.frm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
*/
|
|
||||||
|
|
||||||
var frm = document.frm;
|
var frm = document.frm;
|
||||||
frm.sMonth.value=p_month;
|
frm.sMonth.value=p_month;
|
||||||
@ -85,13 +71,6 @@ function fn_select_month(p_month){
|
|||||||
}
|
}
|
||||||
|
|
||||||
function fn_select_day(p_day){
|
function fn_select_day(p_day){
|
||||||
/*
|
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.frm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
*/
|
|
||||||
|
|
||||||
var frm = document.frm;
|
var frm = document.frm;
|
||||||
//frm.sMonth.value=p_month;
|
//frm.sMonth.value=p_month;
|
||||||
|
|||||||
@ -52,11 +52,6 @@ String.prototype.replaceAll = function(src, repl){
|
|||||||
}
|
}
|
||||||
|
|
||||||
function fn_search(){
|
function fn_search(){
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.frm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
linkPage(1);
|
linkPage(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -33,11 +33,6 @@ function linkPage(pageNo){ //페이징 처리 함수
|
|||||||
}
|
}
|
||||||
|
|
||||||
function selectMenuCreatManageList() { //조회 처리 함수
|
function selectMenuCreatManageList() { //조회 처리 함수
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.menuCreatManageForm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
linkPage(1) ;
|
linkPage(1) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -68,11 +68,6 @@ $(document).ready(function(){
|
|||||||
});
|
});
|
||||||
|
|
||||||
function fn_select(pageNo){
|
function fn_select(pageNo){
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.listForm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
linkPage(1);
|
linkPage(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -94,11 +94,6 @@ function fncManageChecked() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function fncSelectLoginPolicyList(pageNo){
|
function fncSelectLoginPolicyList(pageNo){
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.listForm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
linkPage(1);
|
linkPage(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -91,11 +91,6 @@ function fncManageChecked() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function fncSelectLoginPolicyList(pageNo){
|
function fncSelectLoginPolicyList(pageNo){
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.listForm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
linkPage(1);
|
linkPage(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -67,11 +67,6 @@ function fn_delete(){
|
|||||||
|
|
||||||
/* 검색 */
|
/* 검색 */
|
||||||
function fn_search(){
|
function fn_search(){
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.listForm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
linkPage(1);
|
linkPage(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -67,11 +67,6 @@ function fn_delete(){
|
|||||||
|
|
||||||
/* 검색 */
|
/* 검색 */
|
||||||
function fn_search(){
|
function fn_search(){
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.listForm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
linkPage(1);
|
linkPage(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -60,11 +60,6 @@ function doDep3(event){
|
|||||||
}
|
}
|
||||||
|
|
||||||
function linkPage(pageNo){
|
function linkPage(pageNo){
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.listForm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
|
|
||||||
var listForm = document.listForm ;
|
var listForm = document.listForm ;
|
||||||
listForm.pageIndex.value = pageNo ;
|
listForm.pageIndex.value = pageNo ;
|
||||||
|
|||||||
@ -69,11 +69,6 @@ function doDep3(event){
|
|||||||
}
|
}
|
||||||
|
|
||||||
function linkPage(pageNo){
|
function linkPage(pageNo){
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.listForm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
|
|
||||||
var listForm = document.listForm ;
|
var listForm = document.listForm ;
|
||||||
listForm.pageIndex.value = pageNo ;
|
listForm.pageIndex.value = pageNo ;
|
||||||
|
|||||||
@ -34,11 +34,6 @@
|
|||||||
<script type="text/javaScript" language="javascript">
|
<script type="text/javaScript" language="javascript">
|
||||||
|
|
||||||
function fn_search(){
|
function fn_search(){
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.listForm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
linkPage(1);
|
linkPage(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -34,11 +34,6 @@
|
|||||||
<script type="text/javaScript" language="javascript">
|
<script type="text/javaScript" language="javascript">
|
||||||
|
|
||||||
function fn_search(){
|
function fn_search(){
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.listForm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
linkPage(1);
|
linkPage(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -55,11 +55,6 @@ function fn_delete(){
|
|||||||
|
|
||||||
/* 검색 */
|
/* 검색 */
|
||||||
function fn_search(){
|
function fn_search(){
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.listForm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
linkPage(1);
|
linkPage(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -54,11 +54,6 @@ function fn_delete(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
function linkPage(pageNo){
|
function linkPage(pageNo){
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.listForm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
var listForm = document.listForm ;
|
var listForm = document.listForm ;
|
||||||
listForm.pageIndex.value = pageNo ;
|
listForm.pageIndex.value = pageNo ;
|
||||||
listForm.action = "<c:url value='/uss/ion/cnf/metaTagList.do'/>";
|
listForm.action = "<c:url value='/uss/ion/cnf/metaTagList.do'/>";
|
||||||
|
|||||||
@ -56,11 +56,6 @@ function fn_delete(){
|
|||||||
|
|
||||||
/* 검색 */
|
/* 검색 */
|
||||||
function fn_search(){
|
function fn_search(){
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.listForm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
linkPage(1);
|
linkPage(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -41,11 +41,6 @@ function fn_delete(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
function linkPage(pageNo){
|
function linkPage(pageNo){
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.listForm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
|
|
||||||
var listForm = document.listForm ;
|
var listForm = document.listForm ;
|
||||||
listForm.pageIndex.value = pageNo ;
|
listForm.pageIndex.value = pageNo ;
|
||||||
|
|||||||
@ -55,11 +55,6 @@ function fn_delete(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
function linkPage(pageNo){
|
function linkPage(pageNo){
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.listForm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
|
|
||||||
var listForm = document.listForm ;
|
var listForm = document.listForm ;
|
||||||
listForm.pageIndex.value = pageNo ;
|
listForm.pageIndex.value = pageNo ;
|
||||||
|
|||||||
@ -79,11 +79,6 @@ function fn_delete(){
|
|||||||
|
|
||||||
/* 검색 */
|
/* 검색 */
|
||||||
function fn_search(){
|
function fn_search(){
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.listForm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
linkPage(1);
|
linkPage(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -74,11 +74,6 @@ function fn_delete(){
|
|||||||
function fn_search(){
|
function fn_search(){
|
||||||
var searchKeyword = $('input[name=searchKeyword]').val();
|
var searchKeyword = $('input[name=searchKeyword]').val();
|
||||||
$('input[name=searchKeyword]').val(searchKeyword.replace(/(\s*)/g, ""));
|
$('input[name=searchKeyword]').val(searchKeyword.replace(/(\s*)/g, ""));
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.listForm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
linkPage(1);
|
linkPage(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -57,11 +57,6 @@ function fncManageChecked() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function fncSelectCntList(){
|
function fncSelectCntList(){
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.listForm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
linkPage(1);
|
linkPage(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -67,11 +67,6 @@ function fn_delete(){
|
|||||||
|
|
||||||
/* 검색 */
|
/* 검색 */
|
||||||
function fn_search(){
|
function fn_search(){
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.listForm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
linkPage(1);
|
linkPage(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -67,11 +67,6 @@ function fn_delete(){
|
|||||||
|
|
||||||
/* 검색 */
|
/* 검색 */
|
||||||
function fn_search(){
|
function fn_search(){
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.listForm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
linkPage(1);
|
linkPage(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -33,11 +33,6 @@
|
|||||||
<script type="text/javaScript" language="javascript">
|
<script type="text/javaScript" language="javascript">
|
||||||
|
|
||||||
function fn_search(){
|
function fn_search(){
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.listForm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
linkPage(1);
|
linkPage(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -59,11 +59,6 @@ function fn_egov_detail_PopupManage(popupId){
|
|||||||
* 검색 함수
|
* 검색 함수
|
||||||
******************************************************** */
|
******************************************************** */
|
||||||
function fn_egov_search_PopupManage(){
|
function fn_egov_search_PopupManage(){
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.listForm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
linkPage(1);
|
linkPage(1);
|
||||||
}
|
}
|
||||||
/* ********************************************************
|
/* ********************************************************
|
||||||
|
|||||||
@ -50,11 +50,6 @@ function doDep3(event){
|
|||||||
}
|
}
|
||||||
|
|
||||||
function linkPage(pageNo){
|
function linkPage(pageNo){
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.listForm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
|
|
||||||
var listForm = document.listForm ;
|
var listForm = document.listForm ;
|
||||||
listForm.pageIndex.value = pageNo ;
|
listForm.pageIndex.value = pageNo ;
|
||||||
|
|||||||
@ -106,11 +106,6 @@ $(window).load(function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
function linkPage(pageNo){
|
function linkPage(pageNo){
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.listForm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
|
|
||||||
var listForm = document.listForm ;
|
var listForm = document.listForm ;
|
||||||
listForm.pageIndex.value = pageNo ;
|
listForm.pageIndex.value = pageNo ;
|
||||||
|
|||||||
@ -106,11 +106,6 @@ $(window).load(function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
function linkPage(pageNo){
|
function linkPage(pageNo){
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.listForm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
|
|
||||||
var listForm = document.listForm ;
|
var listForm = document.listForm ;
|
||||||
listForm.pageIndex.value = pageNo ;
|
listForm.pageIndex.value = pageNo ;
|
||||||
|
|||||||
@ -94,11 +94,6 @@ function fncManageChecked() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function fncSelectLoginPolicyList(pageNo){
|
function fncSelectLoginPolicyList(pageNo){
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.listForm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
linkPage(1);
|
linkPage(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -76,11 +76,6 @@ function fn_egov_delete_QustnrManage(qestnrId){
|
|||||||
* 검색 함수
|
* 검색 함수
|
||||||
******************************************************** */
|
******************************************************** */
|
||||||
function fn_egov_search_QustnrManage(){
|
function fn_egov_search_QustnrManage(){
|
||||||
<c:if test="${!empty loginId}">
|
|
||||||
if(""!= document.listForm.searchKeyword.value){
|
|
||||||
updateRecentSearch();//최근검색어 등록
|
|
||||||
}
|
|
||||||
</c:if>
|
|
||||||
linkPage(1);
|
linkPage(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -39,16 +39,3 @@ $(document).ready(function(){
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
function updateRecentSearch(){
|
|
||||||
/*$.ajax({
|
|
||||||
url :"/uat/uia/RecentSearchUpdateAjax.do"
|
|
||||||
,type:"post"
|
|
||||||
,data:{"searchWord": $('.recentSearch').val()}
|
|
||||||
,dataType:"json"
|
|
||||||
,success:function(data){
|
|
||||||
}
|
|
||||||
,error: function(){
|
|
||||||
}
|
|
||||||
});*/
|
|
||||||
}
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user