<%-- - FileName : SuppNotiDetail.jsp - Author : gyeongmo an - Date : 2014.07.18 - Copyright : Copyright (c) 2014 www.udapsoft.co.kr, Inc. - All rights reserved. - Description: 협력업체 공지사항 상세 --%> <%@ page contentType="text/html; charset=utf-8" %> <%@ page import="com.udapsoft.waf.system.HandlerStorage" %> <%@ page import="com.udapsoft.waf.common.ui.*" %> <%@ page import="kr.co.hsnc.common.util.*"%> <%@ page import="kr.co.hsnc.common.sql.*" %> <%@ page import="kr.co.hsnc.common.sql.*" %> <%@ page import="kr.co.udapsoft.ebid.buyer.common.file.FileManager" %> <%@ include file="/jsp/work/taglib.jsp" %> <% ctx.init(request, response); String fevent = ctx.get("fevent"); HandlerStorage storage = ctx.getHandlerStorage(); ValueObject params = storage.getParams(); ValueObject user = storage.getUser(); String acct_id = ""; if(user != null) { acct_id = user.get("acct_id"); } ValueObject vo = storage.getValueObject("suppNotiDetailRowSet"); String notiDy = vo.get("noti_dy").substring(0, 4) + "-" + vo.get("noti_dy").substring(4, 6) + "-" + vo.get("noti_dy").substring(6, 8); // 레이어로 띄웠는지 체크 String layerYn = params.get("layerYn"); String tempWidth= ""; if(layerYn.equals("Y")) { tempWidth="770px"; } else { tempWidth="100%"; } String pop_win_id = ""; if(!"".equals(params.get("pop_win_id"))) { pop_win_id = params.get("pop_win_id"); } %>
"> ">
목록 <%if(layerYn.equals("Y")) { %> 닫기 <%} %>
제목 <%= InputText.get("supp_noti_title", vo.get("title"), 45, 30, "class=input_blank, readOnly=white, string, left, tabIndex=-1", "string") %> 공지일자 <%= InputText.get("notiDy", notiDy, 45, 30, "class=input_blank, readOnly=white, string, left, tabIndex=-1", "string") %>
작성자 <%= InputText.get("write_nm", vo.get("write_nm"), 45, 30, "class=input_blank, readOnly=white, string, left, tabIndex=-1", "string") %>
내용
<%=HTMLCvt.cvtHTML(vo.get("content")) %>
첨부파일
<%=FileManager.getFileListForDiv("NOTI_DETAIL", vo.get("seq")) %>