Commit bd419120 authored by wansari's avatar wansari

D14IKAT004 updated mulitiple rows


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97464 ce508802-f39f-4f6c-b175-0d175dae99d5
parent de77db79
......@@ -8,10 +8,11 @@
<html>
<link rel="stylesheet" href="/ibase/webitm/css/DD/default.css" type="text/css" />
<link id="userThemeLink" type="text/css" rel="stylesheet" href=""/>
<script type="text/javascript" src="/ibase/webitm/js/porderWiz_Popup.js"></script>
<body onload="setUserTheme()">
<form name="Porder_Finish">
<form name="porderFinish" METHOD="post" ACTION="/ibase/ITMWizardHandlerServlet">
<table class="tableClass" id="Details1" border="0" cellspacing="1" cellpadding="1">
<thead class="table-head">
<tr>
......@@ -73,7 +74,7 @@
</thead>
<tbody class="table-body">
<xsl:for-each select="//finish">
<xsl:for-each select="//extra">
<xsl:variable name="item_code"><xsl:value-of select="item_code"/></xsl:variable>
<xsl:variable name="tot_amt"><xsl:value-of select="tot_amt"/></xsl:variable>
<xsl:variable name="supp_code"><xsl:value-of select="supp_code"/></xsl:variable>
......@@ -96,6 +97,15 @@
</xsl:for-each>
</tbody>
</table>
<table>
<tr>
<td colspan="2">
<input type="submit" style="cursor:hand" onclick="javascript:callForm1()"
class="button" value="Goto Form1" title='Goto Form1' />
</td>
</tr>
</table>
</form>
</body>
</html>
......
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