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