stampDescPopup.jsp 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <%--
  2. - FileName : stampDescPopup.jsp
  3. - Author(s) : Eno Lee
  4. - Date : 2015.01.12
  5. - Description: 인지세안내
  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="200" />
  25. <col width="100" />
  26. </colgroup>
  27. <tr>
  28. <th style="text-align: center; height:25px;">계약금액(VAT포함)</th>
  29. <th style="text-align: center;">납부금액</th>
  30. </tr>
  31. <tr>
  32. <td style="height:25px;">1천만원 초과 ~ 3천만원 이하</td>
  33. <td style="text-align: center;">2만원</td>
  34. </tr>
  35. <tr>
  36. <td style="height:25px;">3천만원 초과 ~ 5천만원 이하</td>
  37. <td style="text-align: center;">4만원</td>
  38. </tr>
  39. <tr>
  40. <td style="height:25px;">5천만원 초과 ~ 1억원 이하</td>
  41. <td style="text-align: center;">7만원</td>
  42. </tr>
  43. <tr>
  44. <td style="height:25px;">1억원 초과 ~ 10억원 이하</td>
  45. <td style="text-align: center;">15만원</td>
  46. </tr>
  47. <tr>
  48. <td style="height:25px;">10억원 초과</td>
  49. <td style="text-align: center;">35만원</td>
  50. </tr>
  51. </table>
  52. </form>