appUser_detail.jsp 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. <%@ include file="../common/header.jsp"%>
  2. <script type="text/javascript" language="javascript">
  3. <!--
  4. function doUpdateStatus(code,status){
  5. var x = (status == 'ACTIVE' ? window.confirm("<bean:message key="confirm.activate"/>"):window.confirm("<bean:message key="confirm.inactivate"/>"));
  6. if(x){
  7. document.forms.appUser.loginName.value=code;
  8. document.forms.appUser.status.value=status;
  9. document.forms.appUser.action.value="update_status";
  10. document.forms.appUser.submit();
  11. doDisable(document.forms.appUser, "button");
  12. }
  13. }
  14. function doBack(){
  15. document.forms.appUser.action.value="list";
  16. document.forms.appUser.submit();
  17. doDisable(document.forms.appUser, "button");
  18. }
  19. function doEdit(code){
  20. document.forms.appUser.loginName.value=code;
  21. document.forms.appUser.action.value="edit";
  22. document.forms.appUser.submit();
  23. doDisable(document.forms.appUser, "button");
  24. }
  25. -->
  26. </script>
  27. <form name="appUser" method="post" action="appUser.do">
  28. <input type="hidden" name="action">
  29. <input type="hidden" name="clear">
  30. <input type="hidden" name="loginName">
  31. <input type="hidden" name="status">
  32. <input type="hidden" name="appUser_status" value="<bean:write name="appUser_status"/>">
  33. <table width="100%" border="0" align="center" cellpadding="2" cellspacing="4">
  34. <tr>
  35. <td class="titleHeader"><bean:message key="project.appUser.key"/> - DETAIL</td>
  36. </tr>
  37. <tr><td><html:errors/></td></tr>
  38. <tr>
  39. <td align="center"><table width="100%" border="0" cellspacing="1" cellpadding="2">
  40. <tr>
  41. <td width="15%"><b><bean:message key="appUser.loginName.key" /></b></td>
  42. <td align = "left" width="1%">:</td>
  43. <td width="34%"><bean:write name="appUser" property="loginName"/></td>
  44. <td width="5%">&nbsp;</td>
  45. <td width="15%">&nbsp;</td>
  46. <td width="30%">&nbsp;</td>
  47. </tr>
  48. <tr align = "left">
  49. <td width="15%"><b><bean:message key="appUser.firstName.key" /></b></td>
  50. <td width="1%">:</td>
  51. <td align="left" width="34%">
  52. <bean:write name="appUser" property="firstName"/>
  53. </td>
  54. <td width="5%"></td>
  55. <td width="15%"></td>
  56. <td width="30%"></td>
  57. </tr>
  58. <tr align = "left">
  59. <td width="15%"><b><bean:message key="appUser.lastName.key" /></b></td>
  60. <td width="1%">:</td>
  61. <td align="left" width="34%">
  62. <bean:write name="appUser" property="lastName"/>
  63. </td>
  64. <td width="5%"></td>
  65. <td width="15%"></td>
  66. <td width="30%"></td>
  67. </tr>
  68. <tr align = "left">
  69. <td width="15%"><b><bean:message key="appUser.biller.key" /><b></td>
  70. <td width="1%">:</td>
  71. <td align="left" width="34%"><bean:write name="biller" property="code"/> - <bean:write name="biller" property="name"/></td>
  72. <td width="5%">&nbsp;</td>
  73. <td width="15%">&nbsp;</td>
  74. <td width="30%">&nbsp;</td>
  75. </tr>
  76. <tr align = "left">
  77. <td width="15%"><b><bean:message key="appUser.billerGroup.key" /></b></td>
  78. <td width="1%">:</td>
  79. <td align="left" width="34%"><bean:write name="billerGroup" property="name"/></td>
  80. <td width="5%">&nbsp;</td>
  81. <td width="15%">&nbsp;</td>
  82. <td width="30%">&nbsp;</td>
  83. </tr>
  84. <tr align = "left">
  85. <td valign="top" width="15%"><b><bean:message key="appUser.roles.key" /></b></td>
  86. <td valign="top" width="1%">:</td>
  87. <td align="left" width="84%" colspan="4">
  88. <logic:notEmpty name="appUser" property="roles">
  89. <logic:iterate id="element_roles" name="appUser" property="roles">
  90. <bean:write name="element_roles" property="name" />
  91. <br>
  92. </logic:iterate>
  93. </logic:notEmpty>
  94. </td>
  95. </tr>
  96. <tr align = "left">
  97. <td valign="top" width="15%"><b><bean:message key="appUser.accNo.key" /></b></td>
  98. <td valign="top" width="1%">:</td>
  99. <td align="left" width="84%" colspan="4">
  100. <logic:notEmpty name="appUser" property="accountNumbers">
  101. <logic:iterate id="element_roles" name="appUser" property="accountNumbers">
  102. <bean:write name="element_roles" property="acctno" />
  103. <br>
  104. </logic:iterate>
  105. </logic:notEmpty>
  106. </td>
  107. </tr>
  108. <tr align = "left">
  109. <td width="15%"><b><bean:message key="appUser.status.key" /></b></td>
  110. <td width="1%">:</td>
  111. <td align="left" width="34%"><bean:write name="appUser" property="status"/></td>
  112. <td width="5%">&nbsp;</td>
  113. <td width="15%">&nbsp;</td>
  114. <td width="30%">&nbsp;</td>
  115. </tr>
  116. <tr align = "left">
  117. <td width="15%"><b><bean:message key="appUser.modifiedBy.key" /></b></td>
  118. <td width="1%">:</td>
  119. <td align="left" width="34%"><bean:write name="appUser" property="modifiedBy"/></td>
  120. <td width="5%">&nbsp;</td>
  121. <td width="15%">&nbsp;</td>
  122. <td width="30%">&nbsp;</td>
  123. </tr>
  124. <tr>
  125. <td>&nbsp;</td>
  126. <td>&nbsp;</td>
  127. <td>
  128. <input type="button" value=<bean:message key="button.back" /> onclick="doBack();">
  129. </td>
  130. <td>&nbsp;</td>
  131. <td>&nbsp;</td>
  132. <td>&nbsp;</td>
  133. </tr>
  134. <tr>
  135. <td>&nbsp;</td>
  136. <td>&nbsp;</td>
  137. <td>&nbsp;</td>
  138. <td>&nbsp;</td>
  139. <td>&nbsp;</td>
  140. <td>&nbsp;</td>
  141. </tr>
  142. </table></td>
  143. </tr>
  144. <tr>
  145. <td class="search">&nbsp;</td>
  146. </tr>
  147. <tr>
  148. <td>&nbsp;</td>
  149. </tr>
  150. </table>
  151. </form>
  152. <%@ include file="../common/footer.jsp"%>