Commit d2ba6ec6 authored by dpawar's avatar dpawar

Remove css


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94124 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b8f64f46
...@@ -41,12 +41,7 @@ ...@@ -41,12 +41,7 @@
</head> </head>
<body> <body>
<style type="text/css">
.tftable {font-size:12px;color:#333344;width:100%;border-width: 1px;border-color: #E5E4E2;border-collapse: collapse;}
.tftable th {font-size:12px;background-color:#C2DFFF;border-width: 1px;padding: 8px;border-style: solid;border-color: #4863A0;text-align:left;}
.tftable tr {background-color:#F0F8FF;}
.tftable td {font-size:12px;border-width: 1px;padding: 8px;border-style: solid;border-color: #E5E4E2;}
</style>
<a style="position:absolute;top:10;left:0;height:50;width:1200;background:url(/ibase/webitm/images/title_bar_bg_blue.jpg);font-family:Verdana"></a> <a style="position:absolute;top:10;left:0;height:50;width:1200;background:url(/ibase/webitm/images/title_bar_bg_blue.jpg);font-family:Verdana"></a>
<% <%
GenericUtility genericUtility = GenericUtility.getInstance(); GenericUtility genericUtility = GenericUtility.getInstance();
...@@ -136,7 +131,7 @@ ...@@ -136,7 +131,7 @@
<br/> <br/>
<DIV ID="TableBorder" class="tableborderDiv"> <DIV ID="TableBorder" class="tableborderDiv">
<TABLE name="main" border = "3" id="main" CLASS="tftable" STYLE="class:header_css;POSITION:relative;TOP:20;left:10;width:790" > <TABLE name="main" border = "3" id="main" CLASS="sort-table" STYLE="class:header_css;POSITION:relative;TOP:20;left:10;width:790" >
<tr><input type = "button" VALUE = "Back" onClick = "history.back();" /></tr> <tr><input type = "button" VALUE = "Back" onClick = "history.back();" /></tr>
<thead> <thead>
<th colspan="11">&nbsp;</th> <th colspan="11">&nbsp;</th>
...@@ -184,6 +179,7 @@ ...@@ -184,6 +179,7 @@
<td align = "right"><font size="-1"><%=((BOMStkBean.nonStkQty == 0) ? "0.000" :df.format(BOMStkBean.nonStkQty))%></font></td> <td align = "right"><font size="-1"><%=((BOMStkBean.nonStkQty == 0) ? "0.000" :df.format(BOMStkBean.nonStkQty))%></font></td>
<td align = "right"><font size="-1"><%=((BOMStkBean.reqQty == 0) ? "0.000" :df.format(BOMStkBean.reqQty))%></font></td> <td align = "right"><font size="-1"><%=((BOMStkBean.reqQty == 0) ? "0.000" :df.format(BOMStkBean.reqQty))%></font></td>
<td align = "right"><font size="-1"><%=((BOMStkBean.allockQty == 0) ? "0.000" :df.format(BOMStkBean.allockQty))%></font></td> <td align = "right"><font size="-1"><%=((BOMStkBean.allockQty == 0) ? "0.000" :df.format(BOMStkBean.allockQty))%></font></td>
<!-- added by Dadaso pawar 10/01/14 --> <!-- added by Dadaso pawar 10/01/14 -->
<td align = "right"><font size="-1"><%=((BOMStkBean.stkQty == 0) ? "0.000" :df.format(BOMStkBean.stkQtyL))%></font></td> <td align = "right"><font size="-1"><%=((BOMStkBean.stkQty == 0) ? "0.000" :df.format(BOMStkBean.stkQtyL))%></font></td>
<td align = "right"><font size="-1"><%=((BOMStkBean.nonStkQty == 0) ? "0.000" :df.format(BOMStkBean.nonStkQtyL))%></font></td> <td align = "right"><font size="-1"><%=((BOMStkBean.nonStkQty == 0) ? "0.000" :df.format(BOMStkBean.nonStkQtyL))%></font></td>
......
...@@ -39,12 +39,7 @@ ...@@ -39,12 +39,7 @@
</head> </head>
<body> <body>
<style type="text/css">
.tftable {font-size:12px;color:#333344;width:100%;border-width: 1px;border-color: #E5E4E2;border-collapse: collapse;}
.tftable th {font-size:12px;background-color:#C2DFFF;border-width: 1px;padding: 8px;border-style: solid;border-color: #4863A0;text-align:left;}
.tftable tr {background-color:#F0F8FF;}
.tftable td {font-size:12px;border-width: 1px;padding: 8px;border-style: solid;border-color: #E5E4E2;}
</style>
<a style="position:absolute;top:10;left:0;height:50;width:1200;background:url(/ibase/webitm/images/title_bar_bg_blue.jpg);font-family:Verdana"></a> <a style="position:absolute;top:10;left:0;height:50;width:1200;background:url(/ibase/webitm/images/title_bar_bg_blue.jpg);font-family:Verdana"></a>
<% <%
GenericUtility genericUtility = GenericUtility.getInstance(); GenericUtility genericUtility = GenericUtility.getInstance();
...@@ -117,7 +112,7 @@ ...@@ -117,7 +112,7 @@
%> %>
<br/> <br/>
<DIV ID="TableBorder" class="tableborderDiv"> <DIV ID="TableBorder" class="tableborderDiv">
<TABLE name="main" border = "1" id="main" CLASS="tftable" STYLE="class:header_css;POSITION:relative;TOP:20;left:10;width:790" > <TABLE name="main" border = "1" id="main" CLASS="sort-table" STYLE="class:header_css;POSITION:relative;TOP:20;left:10;width:790" >
<tr><input type = "button" VALUE = "Back" onClick = "history.back();" /></tr> <tr><input type = "button" VALUE = "Back" onClick = "history.back();" /></tr>
......
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