jhleem / egov star

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


            
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 111) +++ base3.10/src/main/webapp/WEB-INF/jsp/egovframework/com/cop/bbs/EgovArticleManageList.jsp (revision 112) @@ -159,7 +159,7 @@ </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> --%> + <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>
Add a comment
List