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 {
color: red;
font-size: 45px;
opacity: 0.3;
margin-top: 200px;
margin-top: 154px;
transform: rotate(300deg);
-webkit-transform: rotate(300deg);
border-bottom: 1px solid red;
border-top: 1px solid red;
width:100%;
}
......@@ -33,24 +33,25 @@
<title>Customer Details</title>
<script type="text/javascript">
function getBlackList(blkvalue)
function getBlackList(blkvalue, rank)
{
if(blkvalue != 'N')
{
console.log("@@@@@@@@@@"+blkvalue);
document.getElementById("bkkdiv").style.display = 'block';
}
}
function dynamicJsImg(cntType)
{
alert(cntType);
}
console.log("rank[" + rank + "]");
if (blkvalue != 'N') {
console.log("@@@@@@@@@@" + blkvalue);
document.getElementById("bkkdiv").style.display = 'block';
}
if (rank == '') {
document.getElementById("breakword").remove();
}
}
function dynamicJsImg(cntType) {
alert(cntType);
}
</script>
</head>
<body onload="getBlackList('<%= custList.get(11)%>');, alertSize();">
<div id="bkkdiv">
<p id="bg-text">BLACK LISTED <br/> <%= custList.get(12)%></p>
<body onload="getBlackList('<%= custList.get(11)%>','<%= custList.get(6) %>');">
<div id="bkkdiv" style="width:100%">
<p id="bg-text">BLACK LISTED <br> <%= custList.get(12)%></p>
</div>
<table class="itemtbl" id="itemtbl" cellpadding="0" cellspacing="0">
<tr class="trbg">
......@@ -63,10 +64,15 @@ function dynamicJsImg(cntType)
</div>
</td>
</tr>
<tr>
<td class="highlight " ><%= custList.get(15) %> </td>
<td class="highlight " align="right">Rank # <%= custList.get(6) %></td>
</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">
<%= 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>
<td class="highlight rght" colspan="2" style="margin: 0;padding: 0;">
<div style = "float: left;">
......@@ -144,10 +150,10 @@ function dynamicJsImg(cntType)
</td>
</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>
<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>
<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