Commit e7f5999a authored by jshaikh's avatar jshaikh

Changes in xsl for mobile


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@106653 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ce2253d7
......@@ -60,7 +60,7 @@
padding:10px 0 0 0;}
.editDisplayecnterClass3 {readOnly:true; color:#5fdeb2; TEXT-ALIGN:left; font-size:16px;
padding:10px 0 0 0;}
.tableClass {margin-bottom:10px; width:100%; background-color:#FFF;
.tableClass {margin-bottom:10px; background-color:#FFF;
/*padding:10px;*/ border-left: 1px solid #d9d9d9; border-top: 1px
solid #d9d9d9;}
.tableClass td {border-bottom: 1px solid #d9d9d9; border-right: 1px solid
......@@ -115,7 +115,7 @@
</tr>
</tbody>
</table>
<div style="overflow:scroll;">
<xsl:for-each select="//Detail1">
<table class="tableClass tbletopbrd" cellSpacing="0" cellPadding="0" width="100%" border="0">
<TBODY>
......@@ -247,7 +247,8 @@
</TBODY>
</table>
<br></br>
<table class="tableClass" cellSpacing="0" cellPadding="0" width="100%" border="0">
<div style= "overflow-x:scroll">
<table class="tableClass" cellSpacing="0" width="120%" cellPadding="0" border="0">
<tbody>
<xsl:variable name="dbID"><xsl:value-of select="@dbID" /></xsl:variable>
<tr border="1">
......@@ -331,7 +332,7 @@
</font>
</td>
</tr>
<tr>
<!--<tr>
<td class="editDisplayheaderClass" colSpan="6" width="1%" style="text-align: left;font-size: 18px;">
<font face="Times New Roman" size="2">
Reason Code :
......@@ -339,13 +340,22 @@
<xsl:value-of select="reason_descr" />
</font>
</td>
<!--<td class="editDisplayheaderClass" colSpan="3" width="1%" style="text-align: left;font-size: 18px;">
<td class="editDisplayheaderClass" colSpan="3" width="1%" style="text-align: left;font-size: 18px;">
<font face="Times New Roman" size="2">
Return Reference :
<xsl:value-of select="ret_ref" />
</font>
</td>
--></tr>
</tr>-->
</tbody>
</table>
</div>
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<tbody>
<xsl:variable name="dbID"><xsl:value-of select="@dbID" /></xsl:variable>
<tr>
<td class="editDisplayRemarkClass" style = "padding: 5px;" colspan = "8">
<font face="Times New Roman">
......@@ -353,8 +363,9 @@
</font>
</td>
</tr>
</tbody>
</table>
</tbody>
</table>
</xsl:for-each>
<br />
<table width="100%" border="0" cellspacing="0" cellpadding="0">
......@@ -364,7 +375,8 @@
</td>
</tr>
</table>
<table class="tableClass" cellSpacing="0" cellPadding="0" width="100%" border="0">
<div style="overflow-x:scroll">
<table class="tableClass" cellSpacing="0" cellPadding="0" width="120%" border="0">
<tbody>
<xsl:for-each select="//Detail1">
<tr border="1">
......@@ -467,6 +479,7 @@
</tbody>
</table>
</div>
</form>
<!--<script>
var _parent = window.parent;
......
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