Commit f791040c authored by smestry's avatar smestry

Updated the jsp for Side panel


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104116 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 01c8263b
...@@ -15,9 +15,10 @@ ...@@ -15,9 +15,10 @@
String custName = (String) custList.get(11); String custName = (String) custList.get(11);
System.out.println("custName inside jsp ::: ["+ custName +"]"); System.out.println("custName inside jsp ::: ["+ custName +"]");
String imgPath = customerDetailBean.getCustomerImage(custCode, custName); String imgPath = customerDetailBean.getCustomerImage(custCode.trim(), custName.trim());
System.out.println("imgPath inside jsp ::: ["+ imgPath +"]"); System.out.println("imgPath inside jsp ::: ["+ imgPath +"]");
%> %>
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
...@@ -25,6 +26,7 @@ ...@@ -25,6 +26,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>Customer Details</title> <title>Customer Details</title>
<link type="text/css" rel="stylesheet" href="/ibase/webitm/css/sidePanelDisplay.css"> <link type="text/css" rel="stylesheet" href="/ibase/webitm/css/sidePanelDisplay.css">
<%-- <link href="<%=request.getContextPath()%>/webitm/css/firmplan/firmplan.css" rel="stylesheet"/> --%>
</head> </head>
<body> <body>
<!-- <div class="firstDiv">Customer Details:</div> --> <!-- <div class="firstDiv">Customer Details:</div> -->
...@@ -32,7 +34,7 @@ ...@@ -32,7 +34,7 @@
<tr> <tr>
<td class="highlight rght" colspan="2"> <td class="highlight rght" colspan="2">
<div style = "float: left;"> <div style = "float: left;">
<img src=<%=imgPath%> alt="Image Not Found" style="width: 30px;"></img> <img src="<%=imgPath%>" alt="Image Not Found" style="width: 30px;"></img>
</div> </div>
<div class="highlight strong-text" style = "float: left;margin-top: 8px;margin-left: 10px;"> <div class="highlight strong-text" style = "float: left;margin-top: 8px;margin-left: 10px;">
<%= custName%> <%= custName%>
......
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