Commit 1d5ff84e authored by wansari's avatar wansari

D14IKAT004 aligned at bottom button next and previous and add


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97429 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 754f0663
......@@ -32,8 +32,8 @@
<body>
<form name="porderWizFormII" id="porderWizFormII" METHOD="post" ACTION="/ibase/ITMWizardHandlerServlet">
<div class="mainPage-Container" style="overflow: auto;">
<div class="mainPage-Container">
<div style="overflow: auto;height:485px">
<div style="margin-top: 8px; width:100%; padding: 0px; float: left;">
<table id="activityTable" border="0" cellSpacing="1" cellPadding="0">
<div style="width: 99%; margin-top: 5px;">
......@@ -61,9 +61,17 @@
<xsl:variable name="trans_mode"><xsl:value-of select="trans_mode"/></xsl:variable>
<xsl:variable name="dlv_date"><xsl:value-of select="dlv_date"/></xsl:variable>
<xsl:variable name="pord_type"><xsl:value-of select="pord_type"/></xsl:variable>
<xsl:variable name="task_desc"><xsl:value-of select="task_desc"/></xsl:variable>
<xsl:variable name="site_code__dlv"><xsl:value-of select="site_code__dlv"/></xsl:variable>
<xsl:variable name="site_code__ord"><xsl:value-of select="site_code__ord"/></xsl:variable>
<xsl:variable name="site_descr"><xsl:value-of select="site_descr"/></xsl:variable>
<xsl:variable name="site_add1"><xsl:value-of select="site_add1"/></xsl:variable>
<xsl:variable name="curr_code"><xsl:value-of select="curr_code"/></xsl:variable>
<xsl:variable name="term_table"><xsl:value-of select="term_table"/></xsl:variable>
<xsl:variable name="chg_user"><xsl:value-of select="chg_user"/></xsl:variable>
<xsl:variable name="chg_term"><xsl:value-of select="chg_term"/></xsl:variable>
<xsl:variable name="emp_code"><xsl:value-of select="emp_code"/></xsl:variable>
<xsl:variable name="udf_str__2"><xsl:value-of select="udf_str__2"/></xsl:variable>
<input type="hidden" value="{$supp_code}" name="Detail2.0.supp_code" id="supp_code" />
<input type="hidden" value="{$supp_name}" name="Detail2.0.supp_name" id="supp_name" />
......@@ -88,7 +96,16 @@
<input type="hidden" value="{$dlv_date}" name="Detail2.0.dlv_date" id="dlv_date" />
<input type="hidden" value="{$pord_type}" name="Detail2.0.pord_type" id="pord_type" />
<input type="hidden" value="{$site_code__dlv}" name="Detail2.0.site_code__dlv" id="site_code__dlv" />
<input type="hidden" value="{$site_code__ord}" name="Detail2.0.site_code__ord" id="site_code__ord" />
<input type="hidden" value="{$site_descr}" name="Detail2.0.site_descr" id="site_descr" />
<input type="hidden" value="{$site_add1}" name="Detail2.0.site_add1" id="site_add1" />
<input type="hidden" value="{$curr_code}" name="Detail2.0.curr_code" id="curr_code" />
<input type="hidden" value="{$task_desc}" name="Detail2.0.task_desc" id="task_desc" />
<input type="hidden" value="{$term_table}" name="Detail2.0.term_table" id="term_table" />
<input type="hidden" value="{$chg_user}" name="Detail2.0.chg_user" id="chg_user" />
<input type="hidden" value="{$chg_term}" name="Detail2.0.chg_term" id="chg_term" />
<input type="hidden" value="{$emp_code}" name="Detail2.0.emp_code" id="emp_code" />
<input type="hidden" value="{$udf_str__2}" name="Detail2.0.udf_str__2" id="udf_str__2" />
<!--<input type="hidden" value="{normalize-space($supp_code)}" id="supp_code" />
<input type="hidden" value="{normalize-space($purc_order)}" id="purc_order" />
......@@ -100,10 +117,8 @@
</div>
<tr>
<input type="button" style="cursor:hand;float:right;margin-right:50px" value="Add" class="button" title='Add' onclick="sidebar()" />
<td>
<input type="submit" style="cursor:hand" class="button" value="Previous" title='Previous' onclick="form2Pre()"/>
<input type="submit" style="cursor:hand" value="Next" class="button" title='Next' onclick="javascript:setActionVal('next');javascript: return setCheckedTrue()" />
<input type="hidden" value="1" name="TAB" ID="tabs" />
<input type="hidden" value="" name="active" ID="active" />
......@@ -123,7 +138,7 @@
<h3 onclick='run(1)' style="font-family: Arial Unicode MS, Arial, sans-serif;">Product Set
<label id='main1' style='background-color: transparent;'></label>
<input type='hidden' id='display' value='0' />
Total Quantity<label id='display2' style='background-color: transparent;'></label>
Total Quantity<label id='display.1' style='background-color: transparent;'></label>
</h3>
<div style="padding: 0.8em 0.8em;">
<div id="suppDtlDiv1" style="height: 180px; overflow: auto; margin-left: 0px; width:100%;">
......@@ -193,7 +208,10 @@
</table>
</div>
</div>
<input type="submit" style="cursor:hand" class="button" value="Previous" title='Previous' onclick="form2Pre()"/>
<input type="submit" style="cursor:hand" value="Next" class="button" title='Next' onclick="javascript:setActionVal('next');javascript: return setCheckedTrue()" />
<input type="button" style="cursor:hand;float:right;margin-right:50px" value="Add" class="button" title='Add' onclick="sidebar()" />
</div>
</form>
......
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