공지사항 버튼 수정
This commit is contained in:
parent
848ee02e53
commit
d00ff90ea9
@ -103,10 +103,10 @@
|
||||
<option value="1" <c:if test="${searchVO.searchCnd == '1'}">selected="selected"</c:if>>내용</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="btn_wrap">
|
||||
<div class="search_area">
|
||||
<label for="subsearchTxt" class="label">검색어 입력</label>
|
||||
<input type="text" id="subsearchTxt" name="searchWrd" placeholder="검색어를 입력해주세요" title="검색어 입력" size="30" value="<c:out value='${searchVO.searchWrd}'/>">
|
||||
<button type="button" class="btnType01" onclick="javascript:linkPage('1'); return false;">검색</button>
|
||||
<button type="button" class="btnType01 btn_search" onclick="javascript:linkPage('1'); return false;">검색</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
@ -166,7 +166,7 @@
|
||||
<c:if test="${brdMstrVO.fileAtchPosblAt == 'Y'}">
|
||||
<td>
|
||||
<c:if test="${result.atchFileCnt > 0}">
|
||||
<img src="<c:url value='/visitEdu/usr/publish/images/content/file_img.png'/>" alt="첨부파일 있음">
|
||||
<img src="<c:url value='/visitEdu/usr/publish/images/content/icon_file.png'/>" alt="첨부파일 있음">
|
||||
</c:if>
|
||||
</td>
|
||||
</c:if>
|
||||
@ -205,7 +205,7 @@
|
||||
<c:if test="${brdMstrVO.fileAtchPosblAt == 'Y'}">
|
||||
<td>
|
||||
<c:if test="${result.atchFileCnt > 0}">
|
||||
<img src="<c:url value='/visitEdu/usr/publish/images/content/file_img.png'/>" alt="첨부파일 있음">
|
||||
<img src="<c:url value='/visitEdu/usr/publish/images/content/icon_file.png'/>" alt="첨부파일 있음">
|
||||
</c:if>
|
||||
</td>
|
||||
</c:if>
|
||||
@ -232,7 +232,7 @@
|
||||
<div class="btn_left"></div>
|
||||
<div class="btn_center"></div>
|
||||
<div class="btn_right">
|
||||
<button type="button" class="btnType01" onclick="javascript:fn_egov_addNotice(); return false;">글쓰기</button>
|
||||
<button type="button" class="btn fill blue large" onclick="javascript:fn_egov_addNotice(); return false;">글쓰기</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user