Skip to content

Commit

Permalink
Update updateaccount.jsp
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeozero authored Jun 22, 2021
1 parent d1b5fc8 commit 1905f9c
Showing 1 changed file with 23 additions and 22 deletions.
45 changes: 23 additions & 22 deletions WebContent/updateaccount.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<style>
div{margin-top: 20px;}
.red{background-color: red;color: white;}
.deepblue{background-color: #1892B7;color: white;}
.blue{background-color: lightblue;color: gray;}
.gray{background-color: lightgray;}
.yellow{background-color: yellow;color: gray;}
Expand Down Expand Up @@ -58,27 +59,27 @@
<table id="personaltb" border="1" cellspacing="0" cellpadding="0">
<tr>
<th><img src="./images/Financial.png"></th>
<th class="title" colspan="5">Financial Group</th>
<th class="title" colspan="5">Financial</th>
<th class="sub" colspan="6">Personal Information</th>
</tr>
<tr><td class="red" colspan="12">Agent Use Only</td></tr>
<tr><td class="deepblue" colspan="12">Agent Use Only</td></tr>
<tr>
<td class="red">Agent Code</td>
<td class="deepblue">Agent Code</td>
<td colspan="2"><input type="text" value="${transdetail.agentCode}" name="agentCode" id="agentcode"><input type="hidden" value="${transdetail.id}" name="id"></td>
<td class="red">Enter Date</td>
<td class="deepblue">Enter Date</td>
<td colspan="3"><input type="date" value="<fmt:formatDate value='${transdetail.enterDate }' pattern='yyyy-MM-dd'/>" name="enterDate"></td>
<td class="red" colspan="2">Customer ID</td>
<td class="deepblue" colspan="2">Customer ID</td>
<td colspan="3"><input type="text" value="${transdetail.customer.customerId}" name="customer.customerId" readonly="readonly"></td>
</tr>
<tr><td class="red" colspan="12">Referral</td></tr>
<tr><td class="deepblue" colspan="12">Referral</td></tr>
<tr>
<td class="red">First Name</td>
<td class="deepblue">First Name</td>
<td colspan="2"><input type="text" class="upper" value="${transdetail.referrerFirstName}" name="referrerFirstName"></td>
<td class="red">Last Name</td>
<td class="deepblue">Last Name</td>
<td colspan="2"><input type="text" class="upper" value="${transdetail.referrerLastName}" name="referrerLastName"></td>
<td class="red">Time</td>
<td class="deepblue">Time</td>
<td colspan="2"><input type="date" value="<fmt:formatDate value='${transdetail.referralTime }' pattern='yyyy-MM-dd'/>" name="referralTime"></td>
<td class="red">ID</td>
<td class="deepblue">ID</td>
<td colspan="2"><input type="text" value="${transdetail.referrerId}" name="referrerId"></td>
</tr>
<tr>
Expand Down Expand Up @@ -525,27 +526,27 @@
<table border="1" cellspacing="0" cellpadding="0">
<tr>
<th><img src="./images/Financial.png"></th>
<th class="title" colspan="5">Financial Group</th>
<th class="title" colspan="5">Financial</th>
<th class="sub" colspan="6">Co Applicant Information</th>
</tr>
<tr><td class="red" colspan="12">Agent Use Only</td></tr>
<tr><td class="deepblue" colspan="12">Agent Use Only</td></tr>
<tr>
<td class="red">Agent Code</td>
<td class="deepblue">Agent Code</td>
<td colspan="2"><input type="text" readonly="readonly"></td>
<td class="red">Enter Date</td>
<td class="deepblue">Enter Date</td>
<td colspan="3"><input type="text" readonly="readonly"></td>
<td class="red" colspan="2">Customer ID</td>
<td class="deepblue" colspan="2">Customer ID</td>
<td colspan="3"><input type="text" value="${transdetail.coApplicant.customerId}" name="coApplicant.customerId"></td>
</tr>
<tr><td class="red" colspan="12">Referral</td></tr>
<tr><td class="deepblue" colspan="12">Referral</td></tr>
<tr>
<td class="red">First Name</td>
<td class="deepblue">First Name</td>
<td colspan="2"><input type="text" readonly="readonly"></td>
<td class="red">Last Name</td>
<td class="deepblue">Last Name</td>
<td colspan="2"><input type="text" readonly="readonly"></td>
<td class="red">Time</td>
<td class="deepblue">Time</td>
<td colspan="2"><input type="text" readonly="readonly"></td>
<td class="red">ID</td>
<td class="deepblue">ID</td>
<td colspan="2"><input type="text" readonly="readonly"></td>
</tr>
<tr>
Expand Down Expand Up @@ -792,7 +793,7 @@
<table id="table1" border="1" cellspacing="0" cellpadding="0">
<tr>
<th><img src="./images/Financial.png"></th>
<th class="title" colspan="3">Financial Group</th>
<th class="title" colspan="3">Financial</th>
<th class="sub" colspan="3">Assets & Liabilities</th>
</tr>
<tr>
Expand Down Expand Up @@ -1000,7 +1001,7 @@
<table style="box-shadow: 0rem 0rem 0rem white;">
<tr>
<th><img src="./images/Financial.png"></th>
<th class="title" colspan="3">Financial Group</th>
<th class="title" colspan="3">Financial</th>
<th class="sub" colspan="3">Account Infomation</th>
</tr>
</table>
Expand Down

0 comments on commit 1905f9c

Please sign in to comment.