jhleem / egov star

이다솜 이다솜 2022-02-21 @111


            
Index: base3.10/src/main/webapp/WEB-INF/jsp/egovframework/com/cop/bbs/EgovArticleManageList.jsp =================================================================== --- base3.10/src/main/webapp/WEB-INF/jsp/egovframework/com/cop/bbs/EgovArticleManageList.jsp (revision 110) +++ base3.10/src/main/webapp/WEB-INF/jsp/egovframework/com/cop/bbs/EgovArticleManageList.jsp (revision 111) @@ -81,112 +81,110 @@ <noscript class="noScriptTitle"><spring:message code="common.noScriptTitle.msg" /></noscript> <form name="articleForm" action="<c:url value='/cop/bbs/manage/${reBbsId}/selectArticleList.do'/>" method="post" onSubmit="fn_egov_search_article(); return false;" > -<div class="board_header"> - <h3>${boardMasterVO.bbsNm}</h3><!-- 게시글 목록 --> - <!-- 하단 버튼 --> - <div class="search_box" title="<spring:message code="common.searchCondition.msg" />"> - <div class="date_picker mr10 fl"> - <div class="date_pick"> - <input type="text" class="inputText width100 bgnde" id="searchBgnPnttm" name="searchBgnPnttm" value="${searchVO.searchBgnPnttm}" readonly title="시작날짜를 선택하세요" placeholder="시작날짜" autocomplete="off" inputmode="text"> - <label for="searchBgnPnttm"><em class="blind">달력아이콘</em></label> - </div> - <em class="gap">~</em> - <div class="date_pick"> - <input type="text" class="inputText width100 endde" id="searchEndPnttm" name="searchEndPnttm" value="${searchVO.searchEndPnttm}" readonly title="종료날짜를 선택하세요" placeholder="종료날짜" autocomplete="off" inputmode="text"> - <label for="searchEndPnttm"><em class="blind">달력아이콘</em></label> - </div> - </div> + <div class="board_header"> + <h3>${boardMasterVO.bbsNm}</h3><!-- 게시글 목록 --> + <!-- 하단 버튼 --> + <div class="search_box" title="<spring:message code="common.searchCondition.msg" />"> + <%-- <div class="date_picker mr10 fl"> + <div class="date_pick"> + <input type="text" class="inputText width100 bgnde" id="searchBgnPnttm" name="searchBgnPnttm" value="${searchVO.searchBgnPnttm}" readonly title="시작날짜를 선택하세요" placeholder="시작날짜" autocomplete="off" inputmode="text"> + <label for="searchBgnPnttm"><em class="blind">달력아이콘</em></label> + </div> + <em class="gap">~</em> + <div class="date_pick"> + <input type="text" class="inputText width100 endde" id="searchEndPnttm" name="searchEndPnttm" value="${searchVO.searchEndPnttm}" readonly title="종료날짜를 선택하세요" placeholder="종료날짜" autocomplete="off" inputmode="text"> + <label for="searchEndPnttm"><em class="blind">달력아이콘</em></label> + </div> + </div> --%> - <select class="select fl" name="searchCondition" title="<spring:message code="title.searchCondition" /> <spring:message code="input.cSelect" />"> - <option value="0" <c:if test="${searchVO.searchCondition == '0'}">selected="selected"</c:if> ><spring:message code="comCopBbs.articleVO.list.nttSj" /></option><!-- 글 제목 --> - <option value="1" <c:if test="${searchVO.searchCondition == '1'}">selected="selected"</c:if> ><spring:message code="comCopBbs.articleVO.list.nttCn" /></option><!-- 글 내용 --> - <option value="2" <c:if test="${searchVO.searchCondition == '2'}">selected="selected"</c:if> ><spring:message code="table.reger" /></option><!-- 작성자 --> - </select> - <!-- 검색키워드 및 조회버튼 --> - <input class="inputText" name="searchKeyword" type="text" size="35" title="<spring:message code="title.search" /> <spring:message code="input.input" />" value="${searchVO.searchKeyword}" maxlength="155" > - <button class="btn_board"><spring:message code="button.inquire" /></button> + <select class="select fl" name="searchCondition" title="<spring:message code="title.searchCondition" /> <spring:message code="input.cSelect" />"> + <option value="0" <c:if test="${searchVO.searchCondition == '0'}">selected="selected"</c:if> ><spring:message code="comCopBbs.articleVO.list.nttSj" /></option><!-- 글 제목 --> + <option value="1" <c:if test="${searchVO.searchCondition == '1'}">selected="selected"</c:if> ><spring:message code="comCopBbs.articleVO.list.nttCn" /></option><!-- 글 내용 --> + <option value="2" <c:if test="${searchVO.searchCondition == '2'}">selected="selected"</c:if> ><spring:message code="table.reger" /></option><!-- 작성자 --> + </select> + <!-- 검색키워드 및 조회버튼 --> + <input class="inputText" name="searchKeyword" type="text" size="35" title="<spring:message code="title.search" /> <spring:message code="input.input" />" value="${searchVO.searchKeyword}" maxlength="155" > + <button class="btn_board"><spring:message code="button.inquire" /></button> + </div> </div> -</div> -<div class="board_body"> - <div class="board_infomation flex between itemC"> - <p>총 : <span>${paginationInfo.totalRecordCount}</span>건, 쪽번호 : <span>${paginationInfo.currentPageNo }</span> / <span>${paginationInfo.totalPageCount }</span></p> - <button type="button" class="btn_s bgWhite btn_excel" onclick="fn_downloadExcel(); return false;"> 엑셀다운로드</button> - </div> - <!-- 목록영역 --> - <table class="table_list"> - <caption>게시판 목록 - 번호, 글제목, 등록자, 작성시각, 조회수로 구성</caption> - <colgroup> - <col class="width100"> - <col class="widthauto"> - <col class="width150"> - <col class="width150"> - <col class="width100"> - </colgroup> - <thead> - <tr> - <th scope="col"><spring:message code="table.num" /></th><!-- 번호 --> - <th scope="col" class="board_th_link"><spring:message code="comCopBbs.articleVO.list.nttSj" /></th><!--글 제목 --> - <th scope="col"><spring:message code="table.reger" /></th><!-- 작성자명 --> - <th scope="col"><spring:message code="table.regdate" /></th><!-- 작성시각 --> - <th scope="col"><spring:message code="comCopBbs.articleVO.list.inqireCo" /></th><!-- 조회수 --> - </tr> - </thead> - <tbody class="ov"> - <c:if test="${empty resultList}"> - <!-- 글이 없는 경우 --> - <tr> - <td colspan="5"><spring:message code="common.nodata.msg" /></td> - </tr> - </c:if> - <!-- 공지사항 본문 --> - <c:forEach items="${noticeList}" var="noticeInfo" varStatus="status"> - <tr class="notice"> - <td> - 공지 - </td> - <td class="alignL"> - <a href="#!" onclick="fn_egov_inquire_articledetail(${reBbsId},${noticeInfo.nttId});">${noticeInfo.nttSj} <c:if test="${noticeInfo.commentCo != ''}"> [${noticeInfo.commentCo}]</c:if></a> - </td> - <td>${noticeInfo.frstRegisterNm}</td> - <td>${noticeInfo.frstRegisterPnttm}</td> - <td>${noticeInfo.inqireCo}</td> - </tr> - </c:forEach> - <!-- 게시글 본문 --> - <c:forEach items="${resultList}" var="resultInfo" varStatus="status"> - <tr> - <td> - <c:out value="${paginationInfo.totalRecordCount - ((paginationInfo.currentPageNo-1) * paginationInfo.recordCountPerPage + status.index) }" /> - </td> - <!-- 나머지 경우 --> - <td class="alignL <c:if test="${resultInfo.secretAt == 'Y'}">secret</c:if>"> - <a href="#!" onclick="fn_egov_inquire_articledetail(${reBbsId},${resultInfo.nttId});">${resultInfo.nttSj} <c:if test="${resultInfo.commentCo != ''}">[${resultInfo.commentCo}]</c:if></a> - <c:if test="${resultInfo.secretAt eq 'Y'}"> - <em class="icon_secret">비밀글</em> - </c:if> - </td> - <td>${resultInfo.frstRegisterNm}</td> - <td>${resultInfo.frstRegisterPnttm}</td> - <td>${resultInfo.inqireCo}</td> - </tr> - </c:forEach> - </tbody> -</table> -</div> -<div class="board_footer"> - <!-- paging navigation --> - <div class="page" role="group" aria-label="..."> - <ul> - <ui:pagination paginationInfo="${paginationInfo}" type="admin" jsFunction="fn_egov_select_linkPage" /> - </ul> + <div class="board_body"> + <div class="board_infomation flex between itemC"> + <p>총 : <span>${paginationInfo.totalRecordCount}</span>건, 쪽번호 : <span>${paginationInfo.currentPageNo }</span> / <span>${paginationInfo.totalPageCount }</span></p> + <!-- <button type="button" class="btn_s bgWhite btn_excel" onclick="fn_downloadExcel(); return false;"> 엑셀다운로드</button> --> + </div> + <!-- 목록영역 --> + <table class="table_list"> + <caption>게시판 목록 - 번호, 글제목, 등록자, 작성시각, 조회수로 구성</caption> + <colgroup> + <col class="width100"> + <col class="widthauto"> + <col class="width150"> + <col class="width150"> + <col class="width100"> + </colgroup> + <thead> + <tr> + <th scope="col"><spring:message code="table.num" /></th><!-- 번호 --> + <th scope="col" class="board_th_link"><spring:message code="comCopBbs.articleVO.list.nttSj" /></th><!--글 제목 --> + <th scope="col"><spring:message code="table.reger" /></th><!-- 작성자명 --> + <th scope="col"><spring:message code="table.regdate" /></th><!-- 작성시각 --> + <th scope="col"><spring:message code="comCopBbs.articleVO.list.inqireCo" /></th><!-- 조회수 --> + </tr> + </thead> + <tbody class="ov"> + <c:if test="${empty resultList}"> + <!-- 글이 없는 경우 --> + <tr> + <td colspan="5"><spring:message code="common.nodata.msg" /></td> + </tr> + </c:if> + <!-- 공지사항 본문 --> + <c:forEach items="${noticeList}" var="noticeInfo" varStatus="status"> + <tr class="notice"> + <td>공지</td> + <td class="alignL"> + <a href="#!" onclick="fn_egov_inquire_articledetail(${reBbsId},${noticeInfo.nttId});">${noticeInfo.nttSj} <c:if test="${noticeInfo.commentCo != ''}"> [${noticeInfo.commentCo}]</c:if></a> + </td> + <td>${noticeInfo.frstRegisterNm}</td> + <td>${noticeInfo.frstRegisterPnttm}</td> + <td>${noticeInfo.inqireCo}</td> + </tr> + </c:forEach> + <!-- 게시글 본문 --> + <c:forEach items="${resultList}" var="resultInfo" varStatus="status"> + <tr> + <td> + <c:out value="${paginationInfo.totalRecordCount - ((paginationInfo.currentPageNo-1) * paginationInfo.recordCountPerPage + status.index) }" /> + </td> + <!-- 나머지 경우 --> + <td class="alignL <c:if test="${resultInfo.secretAt == 'Y'}">secret</c:if>"> +<%-- <a href="#!" onclick="fn_egov_inquire_articledetail(${reBbsId},${resultInfo.nttId});">${resultInfo.nttSj} <c:if test="${resultInfo.commentCo != ''}">[${resultInfo.commentCo}]</c:if></a> --%> + <c:if test="${resultInfo.secretAt eq 'Y'}"> + <em class="icon_secret">비밀글</em> + </c:if> + </td> + <td>${resultInfo.frstRegisterNm}</td> + <td>${resultInfo.frstRegisterPnttm}</td> + <td>${resultInfo.inqireCo}</td> + </tr> + </c:forEach> + </tbody> + </table> </div> - <div class="bottom_wrap fr"> - <button type="button" class="btn_s" style="margin-left:3px;" onclick="fn_regist(); return false;"><spring:message code="button.create" /></button> + <div class="board_footer"> + <!-- paging navigation --> + <div class="page" role="group" aria-label="..."> + <ul> + <ui:pagination paginationInfo="${paginationInfo}" type="admin" jsFunction="fn_egov_select_linkPage" /> + </ul> + </div> + <div class="bottom_wrap fr"> + <button type="button" class="btn_s" style="margin-left:3px;" onclick="fn_regist(); return false;"><spring:message code="button.create" /></button> + </div> </div> -</div> -<input name="bbsId" type="hidden" value="${boardMasterVO.bbsId}"> -<input name="nttId" type="hidden" value="0"> -<input name="pageIndex" type="hidden" value="${searchVO.pageIndex}" > + <input name="bbsId" type="hidden" value="${boardMasterVO.bbsId}"> + <input name="nttId" type="hidden" value="0"> + <input name="pageIndex" type="hidden" value="${searchVO.pageIndex}" > </form>
Add a comment
List