Commit b66bc066 authored by nkhan's avatar nkhan

*** empty log message ***


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104335 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 00311eb8
...@@ -91,11 +91,32 @@ function getBlackList(blkvalue, rank) ...@@ -91,11 +91,32 @@ function getBlackList(blkvalue, rank)
<%=custList.get(4)%> <%=custList.get(4)%>
</div> </div>
</td> </td>
</tr>
<tr>
<td class="highlight rght" colspan="2" style="margin: 0;padding: 0;">
<div style = "float: left;padding-top: 10px;padding-right: 10px;padding-left: 5px">
Total order till date
</div>
<div class="highlight " style = "float: right;padding-top: 10px;padding-right: 10px;">
<%= custList.get(2) %> &nbsp;&nbsp; <%= custList.get(1) %>
</div>
</td>
</tr>
<tr>
<td class="highlight rght" colspan="2" style="margin: 0;padding: 0;">
<div style = "float: left;padding-top: 10px;padding-right: 10px;padding-left: 5px">
Payment Amount
</div>
<div class="highlight " style = "float: right;padding-top: 10px;padding-right: 10px;">
<%= custList.get(17) %> &nbsp;&nbsp; <%= custList.get(1) %>
</div>
</td>
</tr> </tr>
<tr> <tr>
<td class="highlight " >Number Of Open Orders </td> <td class="highlight " >Number Of Open Orders </td>
<td class="highlight " align="right" ><%= custList.get(5) %> &nbsp;&nbsp; <%= custList.get(1) %></td> <td class="highlight " align="right" ><%= custList.get(5) %> &nbsp;&nbsp; <%= custList.get(1) %></td>
</tr> </tr>
<tr> <tr>
<td class="highlight rght" colspan="2" style="margin: 0;padding: 0;border-top: #e5e4e9 1px solid;border-bottom: #e5e4e9 1px solid;height: 40px;background: rgb(219, 217, 208);"> <td class="highlight rght" colspan="2" style="margin: 0;padding: 0;border-top: #e5e4e9 1px solid;border-bottom: #e5e4e9 1px solid;height: 40px;background: rgb(219, 217, 208);">
<div class="highlight " style = "float: left;padding-top: 2px;padding-left: 10px;font-size: 14px;"> <div class="highlight " style = "float: left;padding-top: 2px;padding-left: 10px;font-size: 14px;">
...@@ -154,9 +175,6 @@ function getBlackList(blkvalue, rank) ...@@ -154,9 +175,6 @@ function getBlackList(blkvalue, rank)
<tr> <tr>
<td class="highlight " colspan="2">Limit <%=custList.get(14) %>&nbsp;&nbsp; <%= custList.get(1) %></td> <td class="highlight " colspan="2">Limit <%=custList.get(14) %>&nbsp;&nbsp; <%= custList.get(1) %></td>
</tr> </tr>
<tr>
<td class="highlight " colspan="2"> Total Order till Date <%= custList.get(2) %></td>
</tr>
<tr> <tr>
<td class="highlight rght" colspan="2" style="margin: 0;padding: 0;border-top: #e5e4e9 1px solid;border-bottom: #e5e4e9 1px solid;height: 40px;background: rgb(219, 217, 208);"> <td class="highlight rght" colspan="2" style="margin: 0;padding: 0;border-top: #e5e4e9 1px solid;border-bottom: #e5e4e9 1px solid;height: 40px;background: rgb(219, 217, 208);">
<div class="highlight " style = "float: left;padding-top: 2px;padding-left: 10px;font-size: 14px;"> <div class="highlight " style = "float: left;padding-top: 2px;padding-left: 10px;font-size: 14px;">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment