Merge branch 'master' of http://yongjoon.cho@vcs.iten.co.kr:9999/itnAdmin/fairnet
This commit is contained in:
commit
6dd19e4cb6
@ -228,14 +228,16 @@ function clipCall(crfNm){
|
||||
</c:choose>
|
||||
</td>
|
||||
<td style="">
|
||||
<c:choose>
|
||||
<!-- 250103 - 고객 요청으로 인하여 모든 권한이 기안, 수정 가능하게 변경 -->
|
||||
<a href="javascript:goPage('edit','${list.cfrncNo}', '${list.statePro}');">${list.conferenceNames}</a>
|
||||
<%-- <c:choose>
|
||||
<c:when test="${ (memberId eq list.regId or memberPosition eq '0911000000') or memberPosition eq '0915000000' and 'N' eq list.caseEnd}">
|
||||
<a href="javascript:goPage('edit','${list.cfrncNo}', '${list.statePro}');">${list.conferenceNames}</a>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<a href="javascript:goPage('view','${list.cfrncNo}', '${list.statePro}');">${list.conferenceNames}</a>
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
</c:choose> --%>
|
||||
</td>
|
||||
<td style="">${list.memberName}</td>
|
||||
<td>${list.endmtrCnt}</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user