Commit 4f65714d authored by nkhan's avatar nkhan

*** empty log message ***


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104292 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 841c72e0
...@@ -123,10 +123,11 @@ body,div,form,td,table,a { ...@@ -123,10 +123,11 @@ body,div,form,td,table,a {
color: red; color: red;
font-size: 45px; font-size: 45px;
opacity: 0.3; opacity: 0.3;
margin-top: 200px; margin-top: 154px;
transform: rotate(300deg); transform: rotate(300deg);
-webkit-transform: rotate(300deg); -webkit-transform: rotate(300deg);
border-bottom: 1px solid red; border-bottom: 1px solid red;
border-top: 1px solid red; border-top: 1px solid red;
width:100%;
} }
...@@ -33,24 +33,25 @@ ...@@ -33,24 +33,25 @@
<title>Customer Details</title> <title>Customer Details</title>
<script type="text/javascript"> <script type="text/javascript">
function getBlackList(blkvalue) function getBlackList(blkvalue, rank)
{ {
if(blkvalue != 'N') console.log("rank[" + rank + "]");
{ if (blkvalue != 'N') {
console.log("@@@@@@@@@@"+blkvalue); console.log("@@@@@@@@@@" + blkvalue);
document.getElementById("bkkdiv").style.display = 'block'; document.getElementById("bkkdiv").style.display = 'block';
} }
} if (rank == '') {
function dynamicJsImg(cntType) document.getElementById("breakword").remove();
{ }
}
function dynamicJsImg(cntType) {
alert(cntType); alert(cntType);
} }
</script> </script>
</head> </head>
<body onload="getBlackList('<%= custList.get(11)%>');, alertSize();"> <body onload="getBlackList('<%= custList.get(11)%>','<%= custList.get(6) %>');">
<div id="bkkdiv"> <div id="bkkdiv" style="width:100%">
<p id="bg-text">BLACK LISTED <br/> <%= custList.get(12)%></p> <p id="bg-text">BLACK LISTED <br> <%= custList.get(12)%></p>
</div> </div>
<table class="itemtbl" id="itemtbl" cellpadding="0" cellspacing="0"> <table class="itemtbl" id="itemtbl" cellpadding="0" cellspacing="0">
<tr class="trbg"> <tr class="trbg">
...@@ -63,9 +64,14 @@ function dynamicJsImg(cntType) ...@@ -63,9 +64,14 @@ function dynamicJsImg(cntType)
</div> </div>
</td> </td>
</tr> </tr>
<tr> <td class="highlight rght" colspan="2" style="margin: 0;padding: 0;">
<td class="highlight " ><%= custList.get(15) %> </td> <div style = "float: left;padding-top: 10px;padding-right: 10px;padding-left: 5px">
<td class="highlight " align="right">Rank # <%= custList.get(6) %></td> <%= custList.get(15) %>
</div>
<div class="highlight " style = "float: right;padding-top: 10px;padding-right: 10px;">
Rank # <br id="breakword"><%= custList.get(6) %></br>
</div>
</td>
</tr> </tr>
<tr> <tr>
<td class="highlight rght" colspan="2" style="margin: 0;padding: 0;"> <td class="highlight rght" colspan="2" style="margin: 0;padding: 0;">
...@@ -144,10 +150,10 @@ function dynamicJsImg(cntType) ...@@ -144,10 +150,10 @@ function dynamicJsImg(cntType)
</td> </td>
</tr> </tr>
<tr> <tr>
<td class="highlight " colspan="2" nowrap="true">Total Due Amount Till Date <%= custList.get(13) %></strong></td> <td class="highlight " colspan="2" nowrap="true">Total Due Amount Till Date <%= custList.get(13) %>&nbsp;&nbsp; <%= custList.get(1) %></strong></td>
</tr> </tr>
<tr> <tr>
<td class="highlight " colspan="2">Limit <%=custList.get(14) %></strong></td> <td class="highlight " colspan="2">Limit <%=custList.get(14) %>&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);">
......
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