1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <%--
- - FileName : TBEDescPopup.jsp
- - Author(s) : mk Lee
- - Date : 2016.12.02
- - Description: TBE유의사항 안내
- --%>
- <%@ page contentType="text/html; charset=utf-8" %>
- <%@ page import="kr.co.hsnc.common.sql.RowSet" %>
- <%@ page import="kr.co.hsnc.common.util.ValueObject" %>
- <%@ page import="com.udapsoft.waf.system.*" %>
- <%@ page import="com.udapsoft.waf.common.*" %>
- <%@ page import="kr.co.udapsoft.common.*" %>
- <%@ page import="com.udapsoft.waf.common.ui.HTMLMaker" %>
- <%@ page import="com.udapsoft.waf.system.HandlerStorage" %>
- <%@ include file="/jsp/work/taglib.jsp" %>
- <modular:search id="form1">
- <modular:key id="fevent" />
- </modular:search>
- <FORM id="form1" name="form1" method="post" modular:type="search">
- <INPUT type="hidden" name="fevent" id="fevent" value="">
- <!-- 검색조건 시작 -->
- <table class="form-table">
- <colgroup>
- <col width="10" />
- <col width="*" />
- </colgroup>
- <tr>
- <td style="text-align: center;">1</td>
- <td style="height:25px;">외주입찰 사용자매뉴얼(<a href="/common/file/FileDownloadServlet?file_id=91591">다운로드</a>) page 17~19 참고하여 진행하시기 바랍니다.</td>
- </tr>
- <tr>
- <td style="text-align: center;">2</td>
- <td style="height:40px;">업체 기술자료 평가시 "조건부 적합"은 가급적 지양하시기 바랍니다.<br>(조건부 적합으로 평가한 경우 적합 조건에 대해 반드시 명기)</td>
- </tr>
- <tr>
- <td style="text-align: center;">3</td>
- <td style="height:25px;">기술검토와 관련없는 내용 (신용평가등급, 현금흐름) 등의 내용은 제외하고 작성하시기 바랍니다. </td>
- </tr>
- <tr>
- <td style="text-align: center;">4</td>
- <td style="height:25px;">업체 확인이 필요한 사항은 Clarification Sheet를 별도 작성하여 업체 확인 서명을 받으신 후, TBE 결과보고서에 첨부하시기 바랍니다.</td>
- </tr>
- </table>
- </form>
|