Merge branch 'advc' of http://yongjoon.cho@vcs.iten.co.kr:9999/hylee/offedu into advc
This commit is contained in:
commit
3273b1b442
@ -88,24 +88,20 @@
|
||||
<th scope="row">교육부문</th>
|
||||
<td colspan="3" style="position: relative;">
|
||||
<ve:code codeId="VEA001" code="${info.prcsDiv}"/>
|
||||
<div class="put_photo">
|
||||
<div class="put_photo">
|
||||
<div class="put_photo_in">
|
||||
<div class="put_photo">
|
||||
<div class="put_photo_in">
|
||||
<div class="put_photo_box">
|
||||
<c:if test="${empty info.imageAtchFileId}">
|
||||
<img src="${pageContext.request.contextPath}/visitEdu/usr/publish/images/content/img_add.png" alt="이미지를 넣어주세요">
|
||||
</c:if>
|
||||
<c:if test="${not empty info.imageAtchFileId}">
|
||||
<img id="instrPhoto" class="id_pic" alt="사진" src='<c:url value='/uss/ion/pwm/getImage.do'/>?atchFileId=<c:out value="${info.imageAtchFileId}"/>' />
|
||||
</c:if>
|
||||
<input type="hidden" name="imageAtchFileId" id="imageAtchFileId" value="<c:out value='${info.imageAtchFileId}'/>"/>
|
||||
</div>
|
||||
<!-- <button type="button" class="btnType01" onclick="fncPhotoPopup(); return false;">사진등록</button> -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="put_photo_box">
|
||||
<c:if test="${empty info.imageAtchFileId}">
|
||||
<img src="${pageContext.request.contextPath}/visitEdu/usr/publish/images/content/img_add.png" alt="이미지를 넣어주세요">
|
||||
</c:if>
|
||||
<c:if test="${not empty info.imageAtchFileId}">
|
||||
<img id="instrPhoto" class="id_pic" alt="사진" src='<c:url value='/uss/ion/pwm/getImage.do'/>?atchFileId=<c:out value="${info.imageAtchFileId}"/>' />
|
||||
</c:if>
|
||||
<input type="hidden" name="imageAtchFileId" id="imageAtchFileId" value="<c:out value='${info.imageAtchFileId}'/>"/>
|
||||
</div>
|
||||
<!-- <button type="button" class="btnType01" onclick="fncPhotoPopup(); return false;">사진등록</button> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@ -215,7 +215,7 @@ function fncSelectRole(roleCode) {
|
||||
<td><c:out value="${authorRole.roleDc}"/></td>
|
||||
<td><c:out value="${authorRole.creatDt}"/></td>
|
||||
<td>
|
||||
<select name="regYn" title="등록여부">
|
||||
<select name="regYn" title="등록여부" class="sel_box">
|
||||
<option value="Y" <c:if test="${authorRole.regYn == 'Y'}">selected</c:if> >등록</option>
|
||||
<option value="N" <c:if test="${authorRole.regYn == 'N'}">selected</c:if> >미등록</option>
|
||||
</select>
|
||||
|
||||
@ -227,7 +227,7 @@ String.prototype.replaceAll = function(src, repl){
|
||||
<tr>
|
||||
<th><span class="reqArea">콘텐츠 이름</span></th>
|
||||
<td>
|
||||
<form:input path="cntName" cssClass="txaIpt" maxlength="100"/>
|
||||
<form:input path="cntName" cssClass="txaIpt" maxlength="100" style="width:95%"/>
|
||||
<form:errors path="cntName" cssClass="error"/>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@ -67,7 +67,7 @@
|
||||
.btn_type01:hover{background-color: #faf5f2;}
|
||||
.btn_type02{ background-color: #999; color: #fff; }
|
||||
.btn_type02:hover{background-color: #888;}
|
||||
.btn_type03{border: 1px solid #888; background-color: #fff; color: #888;}
|
||||
.btn_type03{border: 1px solid #888; background-color: #fff; color: #888; border-radius: 5px;}
|
||||
.btn_type03:hover{background-color: #f5f5f5;}
|
||||
.btn_type04{background-color: #3a72db; color: #fff; border-radius: 5px;}
|
||||
.btn_type04:hover{background-color: #1854c3;}
|
||||
|
||||
@ -108,3 +108,6 @@
|
||||
|
||||
/*관리자관리 > 대국민관리(외부개발자용) > 사용자관리 > 사용자수정 버튼 스타일*/
|
||||
.in_bt{border: none; letter-spacing: -0.8px; padding: 0 25px; height: 45px;}
|
||||
|
||||
/*권한관리 > 권한별롤관리 > 등록여부 select 박스*/
|
||||
.tbType01 tbody td .sel_box{background-image: url(/offedu/visitEdu/adm/publish/image/content/select.png);}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user