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.

171 lines
7.6 KiB

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PeriodicRiskAssessment.aspx.cs" Inherits="Swift.web.RiskBasedAssessment.PeriodicRiskAssessment" %>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head runat="server">
  4. <title></title>
  5. <link href="../../ui/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
  6. <link href="../../ui/font-awesome/css/font-awesome.min.css" rel="stylesheet" />
  7. <link href="../../ui/css/style.css" rel="stylesheet" />
  8. <style type="text/css">
  9. .auto-style1 {
  10. height: 23px;
  11. }
  12. .auto-style2 {
  13. height: 23px;
  14. width: 98px;
  15. }
  16. .auto-style3 {
  17. width: 98px;
  18. }
  19. .auto-style9 {
  20. position: relative;
  21. min-height: 1px;
  22. float: left;
  23. width: 100%;
  24. left: 0px;
  25. top: 0px;
  26. padding-left: 15px;
  27. padding-right: 15px;
  28. }
  29. .auto-style10 {
  30. height: 23px;
  31. width: 137px;
  32. }
  33. .auto-style11 {
  34. width: 137px;
  35. }
  36. .auto-style12 {
  37. left: 0px;
  38. top: 0px;
  39. }
  40. .auto-style13 {
  41. height: 23px;
  42. width: 233px;
  43. }
  44. .auto-style15 {
  45. width: 233px;
  46. }
  47. </style>
  48. </head>
  49. <body>
  50. <form id="form2" runat="server">
  51. <div class="page-wrapper">
  52. <div class="row">
  53. <div class="col-sm-12">
  54. <div class="page-title">
  55. <ol class="breadcrumb">
  56. <li><a href="List.aspx" target="mainFrame"><i class="fa fa-home"></i></a></li>
  57. <li class="active"><a href="List.aspx">Risk Based Assessment</a></li>
  58. </ol>
  59. </div>
  60. </div>
  61. </div>
  62. <div class="rba-tab">
  63. <div class="listtabs">
  64. <ul class="nav nav-tabs" role="tablist">
  65. <li>
  66. <a href="List.aspx" aria-controls="home" role="tab" data-toggle="tab">Risk Based Assessment List </a></li>
  67. <li><a href="IndividualRiskAssessment.aspx">New Individual Txn Assessment</a></li>
  68. <li role="presentation" class="active"><a href="PeriodicRiskAssessment.aspx">New Periodic Txn Assessment</a></li>
  69. </ul>
  70. </div>
  71. <div class="tab-content">
  72. <div role="tabpanel" class="tab-pane active" id="list">
  73. <div class="auto-style9">
  74. <div class="panel panel-default ">
  75. <div class="panel-heading">
  76. <h4 class="panel-title">Periodic Txn Assessment</h4>
  77. <div class="panel-actions">
  78. <a href="#" class="panel-action panel-action-toggle"></a>
  79. </div>
  80. </div>
  81. <div class="panel-body">
  82. <table class="table table-responsive table-striped table-bordered">
  83. <thead>
  84. <tr>
  85. <th class="auto-style1">
  86. <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; width: 113pt" width="150">
  87. <colgroup>
  88. <col style="mso-width-source: userset; mso-width-alt: 5485; width: 113pt" width="150" />
  89. </colgroup>
  90. <tr height="20" style="height: 15.0pt">
  91. <td class="xl65" height="20" width="150">Criteria</td>
  92. </tr>
  93. </table>
  94. </th>
  95. <th class="auto-style10">
  96. <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; width: 58pt" width="77">
  97. <colgroup>
  98. <col style="mso-width-source: userset; mso-width-alt: 2816; width: 58pt" width="77" />
  99. </colgroup>
  100. <tr height="20" style="height: 15.0pt">
  101. <td class="xl65" height="20" width="77">Condition</td>
  102. </tr>
  103. </table>
  104. </th>
  105. <th class="auto-style13">Criteria</th>
  106. <th class="auto-style2">Value</th>
  107. <th class="auto-style1"><strong>Weight</strong></th>
  108. <th class="auto-style1"><strong></strong></th>
  109. </tr>
  110. </thead>
  111. <tbody id="Tbody1" runat="server">
  112. <tr class="auto-style3">
  113. <td>
  114. <asp:DropDownList runat="server" ID="Criteria" CssClass="form-control" >
  115. </asp:DropDownList>
  116. </td>
  117. <td class="auto-style11">
  118. <asp:DropDownList runat="server" ID="Condition" CssClass="form-control">
  119. </asp:DropDownList>
  120. </td>
  121. <td class="auto-style15">Min.
  122. <asp:TextBox runat="server" ID="MinValue" Width="70"></asp:TextBox>
  123. Max.
  124. <asp:TextBox runat="server" ID="MaxValue" Width="70"></asp:TextBox>
  125. </td>
  126. <td class="auto-style3">
  127. <asp:TextBox runat="server" ID="Result"></asp:TextBox></td>
  128. <td>
  129. <asp:TextBox runat="server" ID="Weight"></asp:TextBox></td>
  130. <td>
  131. <asp:Button runat="server" ID="btnSave" OnClick="btnSave_Click" class="btn btn-primary m-t-25" Text="Save" /></td>
  132. </tr>
  133. </tbody>
  134. </table>
  135. </div>
  136. </div>
  137. </div>
  138. </div>
  139. </div>
  140. </div>
  141. </div>
  142. </form>
  143. </body>
  144. </html>