TBEDescPopup.jsp 1.9 KB

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