billerCategory_detail.jsp 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <%@ include file="../common/header.jsp"%>
  2. <script type="text/javascript" language="javascript">
  3. <!--
  4. function doBack(){
  5. document.forms.billerCategory.action.value="list";
  6. document.forms.billerCategory.submit();
  7. }
  8. -->
  9. </script>
  10. <!-- CONTENT -->
  11. <form name="billerCategory" method="post" action="billerCategory.do">
  12. <input type="hidden" name="action" value =""/>
  13. <input type="hidden" name="clear" value =""/>
  14. <input type="hidden" name="code" value =""/>
  15. <table width="100%" border="0" align="center" cellpadding="2" cellspacing="4">
  16. <tr>
  17. <td class="titleHeader"><bean:message key="project.billerCategory.key"/> - DETAIL</td>
  18. </tr>
  19. </table>
  20. <table width="100%" border="0" align="center" cellpadding="2" cellspacing="4">
  21. <tr>
  22. <td align="center">
  23. <table width="100%" border="0" cellspacing="1" cellpadding="2">
  24. <tr align = "left">
  25. <td width="15%"><b><bean:message key="billerCategory.code.key" /></b></td>
  26. <td width="1%">:</td>
  27. <td width="34%">
  28. <bean:write name="billerCategory" property="code"/>
  29. </td>
  30. <td width="5%">&nbsp;</td>
  31. <td width="15%">&nbsp;</td>
  32. <td width="10">&nbsp;</td>
  33. <td width="30%">&nbsp;</td>
  34. </tr>
  35. <tr align = "left">
  36. <td width="15%"><b><bean:message key="billerCategory.name.key"/></b></td>
  37. <td width="1%">:</td>
  38. <td width="34%">
  39. <bean:write name="billerCategory" property="name"/>
  40. </td>
  41. <td width="5%">&nbsp;</td>
  42. <td width="15%">&nbsp;</td>
  43. <td width="10">&nbsp;</td>
  44. <td width="30%">&nbsp;</td>
  45. </tr>
  46. <tr align = "left">
  47. <td width="15%"><b><bean:message key="billerCategory.status.key"/></b></td>
  48. <td width="1%">:</td>
  49. <td width="34%">
  50. <bean:write name="billerCategory" property="status"/>
  51. </td>
  52. <td width="5%">&nbsp;</td>
  53. <td width="15%">&nbsp;</td>
  54. <td width="10">&nbsp;</td>
  55. <td width="30%">&nbsp;</td>
  56. </tr>
  57. <tr align = "left">
  58. <td width="15%"><b><bean:message key="billerCategory.modifiedBy.key" /></b></td>
  59. <td width="1%">:</td>
  60. <td width="34%">
  61. <bean:write name="billerCategory" property="modifiedBy"/>
  62. </td>
  63. <td width="5%">&nbsp;</td>
  64. <td width="15%">&nbsp;</td>
  65. <td width="10">&nbsp;</td>
  66. <td width="30%">&nbsp;</td>
  67. </tr>
  68. <tr align = "left">
  69. <td width="15%"><b><bean:message key="billerCategory.lastModified.key" /></b></td>
  70. <td width="1%">:</td>
  71. <td width="34%">
  72. <bean:write name="billerCategory" property="modifiedDate.time"/>
  73. </td>
  74. <td width="5%">&nbsp;</td>
  75. <td width="15%">&nbsp;</td>
  76. <td width="10">&nbsp;</td>
  77. <td width="30%">&nbsp;</td>
  78. </tr>
  79. <tr>
  80. <td>&nbsp;</td>
  81. <td>&nbsp;</td>
  82. <td>&nbsp;</td>
  83. <td>&nbsp;</td>
  84. <td>&nbsp;</td>
  85. <td>&nbsp;</td>
  86. </tr>
  87. <tr>
  88. <td width="15%"></td>
  89. <td width="1%"></td>
  90. <td width="84%">
  91. <input type="button" value=<bean:message key="button.back" /> onclick="doBack();" value="Back" />
  92. </td>
  93. <td colspan="4">&nbsp;</td>
  94. </tr>
  95. </table>
  96. </td>
  97. </tr>
  98. </table>
  99. </form>
  100. <!-- END CONTENT -->
  101. <%@ include file="../common/footer.jsp"%>