<%-- - FileName : SuppReferenceDetail.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.udapsoft.ebid.buyer.common.file.FileManager" %> <%@ page import="com.udapsoft.waf.common.util.DateUtil" %> <%@ 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("suppReferenceDetailRowSet"); //레이어로 띄웠는지 체크 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_reference_title", vo.get("title"), 45, 30, "class=input_blank, readOnly=white, string, left, tabIndex=-1", "string") %> 일자 <%= InputText.get("noti_dy", DateUtil.formatDateTime(vo.get("noti_dy"), "yyyyMMdd", "yyyy-MM-dd"), 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")) %>
첨부파일 <% RowSet fileList = FileManager.getFileList("REFERENCE_DETAIL", vo.get("seq")); for(int i = 0; i < fileList.size(); i++){ %> <% } %>
');"><%=fileList.getRow(i).get("FILE_NAME")%>
adjust size [Attach File]
<%=FileManager.getFileListForDiv("REFERENCE_DETAIL", vo.get("seq")) %>