You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

212 lines
6.3 KiB

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="RBACalculationDetails.aspx.cs"
  2. Inherits="Swift.web.Remit.RiskBaseAnalysis.RBACalculationDetails" %>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head runat="server">
  6. <title></title>
  7. <link href="../../Css/style.css" rel="Stylesheet" type="text/css" />
  8. <style type="text/css">
  9. .header
  10. {
  11. font-size: 20px;
  12. background: red;
  13. color: White;
  14. height: 40px;
  15. }
  16. .sub-header
  17. {
  18. font-size: 15px;
  19. background: black;
  20. color: White;
  21. height: 20px;
  22. }
  23. table
  24. {
  25. width:80%;
  26. border-collapse: collapse;
  27. }
  28. table, td, th
  29. {
  30. border: 1px solid black;
  31. }
  32. .clear-fix
  33. {
  34. clear:both;
  35. height:15px;
  36. }
  37. </style>
  38. </head>
  39. <body>
  40. <form id="form1" runat="server">
  41. <div>
  42. <div class="breadCrumb">
  43. Risk Base Analysis » RBA Calculation Details</div>
  44. <div class="clear-fix"></div>
  45. <div style="margin-left:10px">
  46. <div>
  47. <table>
  48. <tr class="header">
  49. <th nowrap="nowrap">
  50. RBA Level:
  51. </th>
  52. <th nowrap="nowrap">
  53. <asp:Label runat="server" ID="rbaLevel"></asp:Label>
  54. </th>
  55. <th nowrap="nowrap">
  56. RBA Rating:
  57. </th>
  58. <th nowrap="nowrap">
  59. <asp:Label runat="server" ID="rbaRating"></asp:Label>
  60. </th>
  61. </tr>
  62. <tr>
  63. <td>
  64. Full Name:
  65. </td>
  66. <td>
  67. <asp:Label runat="server" ID="fullName"></asp:Label>
  68. </td>
  69. <td>
  70. DOB:
  71. </td>
  72. <td>
  73. <asp:Label runat="server" ID="dob"></asp:Label>
  74. </td>
  75. </tr>
  76. <tr>
  77. <td>
  78. Gender:
  79. </td>
  80. <td>
  81. <asp:Label runat="server" ID="gender"></asp:Label>
  82. </td>
  83. <td>
  84. Native Country:
  85. </td>
  86. <td>
  87. <asp:Label runat="server" ID="nativeCountry"></asp:Label>
  88. </td>
  89. </tr>
  90. <tr>
  91. <td>
  92. Id Type:
  93. </td>
  94. <td>
  95. <asp:Label runat="server" ID="idType"></asp:Label>
  96. </td>
  97. <td>
  98. Id Number:
  99. </td>
  100. <td>
  101. <asp:Label runat="server" ID="idNumber"></asp:Label>
  102. </td>
  103. </tr>
  104. <tr>
  105. <td>
  106. Country:
  107. </td>
  108. <td>
  109. <asp:Label runat="server" ID="country"></asp:Label>
  110. </td>
  111. <td>
  112. State:
  113. </td>
  114. <td>
  115. <asp:Label runat="server" ID="state"></asp:Label>
  116. </td>
  117. </tr>
  118. <tr>
  119. <td>
  120. City:
  121. </td>
  122. <td>
  123. <asp:Label runat="server" ID="city"></asp:Label>
  124. </td>
  125. <td>
  126. Address:
  127. </td>
  128. <td>
  129. <asp:Label runat="server" ID="address"></asp:Label>
  130. </td>
  131. </tr>
  132. <tr>
  133. <td>
  134. Mobile No:
  135. </td>
  136. <td>
  137. <asp:Label runat="server" ID="mobileNo"></asp:Label>
  138. </td>
  139. <td>
  140. E-mail:
  141. </td>
  142. <td>
  143. <asp:Label runat="server" ID="email"></asp:Label>
  144. </td>
  145. </tr>
  146. </table>
  147. </div>
  148. <div class="clear-fix">
  149. </div>
  150. <div>
  151. <table>
  152. <tr class="header">
  153. <th colspan="3">
  154. RBA Calculation Summary
  155. </th>
  156. </tr>
  157. <tr class="sub-header">
  158. <th style="width: 253px;">
  159. Description
  160. </th>
  161. <th>
  162. Rating
  163. </th>
  164. <th>
  165. Weight
  166. </th>
  167. </tr>
  168. <tr>
  169. <th>
  170. Transaction Assesement
  171. </th>
  172. <td>
  173. <asp:Label runat="server" ID="taRating"></asp:Label>
  174. </td>
  175. <td>
  176. <asp:Label runat="server" ID="taWeight"></asp:Label>
  177. </td>
  178. </tr>
  179. <tr>
  180. <th>
  181. Periodic Assesement
  182. </th>
  183. <td>
  184. <asp:Label runat="server" ID="paRating"></asp:Label>
  185. </td>
  186. <td>
  187. <asp:Label runat="server" ID="paWeight"></asp:Label>
  188. </td>
  189. </tr>
  190. </table>
  191. </div>
  192. <div class="clear-fix">
  193. </div>
  194. <div runat="server" id="rbaCsTa">
  195. </div>
  196. <div class="clear-fix">
  197. </div>
  198. <div runat="server" id="rbaCsPa">
  199. </div>
  200. <div class="clear-fix">
  201. </div>
  202. <div class="clear-fix">
  203. </div>
  204. </div>
  205. </div>
  206. </form>
  207. </body>
  208. </html>