Commit d3d446ec authored by smestry's avatar smestry

Updated the CustomerDetails JSP for blacklist customer


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104619 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d45c67b3
......@@ -29,30 +29,21 @@
<meta charset="utf-8">
<link type="text/css" rel="stylesheet" href="/ibase/webitm/css/sidePanelDisplay.css">
<title>Customer Details</title>
<script type="text/javascript">
/* function getBlackList(blkvalue, rank)
{
console.log("rank[" + rank + "]");
if (blkvalue == 'Y')
{
console.log("@@@@@@@@@@" + blkvalue);
document.getElementById("bkkdiv").style.display = 'block';
}
/* if (rank == '') {
document.getElementById("breakword").remove();
} */
} */
/* function dynamicJsImg(cntType) {
} */
</script>
</head>
<body onload="getBlackList('<%= custList.get(11)%>','<%= custList.get(6) %>');">
<body>
<%
if("Y".equalsIgnoreCase((String) custList.get(11)))
{
%>
<div id="bkkdiv">
<p id="bg-text">BLACK LISTED <br> <%= custList.get(12)%></p>
</div>
<% } %>
<table class="itemtbl" id="itemtbl" cellpadding="0" cellspacing="0" >
<tr class="trbg">
<td class="highlight rght tdClass" colspan="2" style="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