Commit 569202ee authored by wansari's avatar wansari

W16FKAT002 updated XSL for QC release for PO


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104005 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e6332df8
...@@ -51,6 +51,9 @@ border:none; ...@@ -51,6 +51,9 @@ border:none;
<TD class="header_main" nowrap="true" align="left" valign="middle" style="padding-left: 10px;font-size:16px;" width="2%" > <TD class="header_main" nowrap="true" align="left" valign="middle" style="padding-left: 10px;font-size:16px;" width="2%" >
Purchase Order Purchase Order
</TD> </TD>
<TD class="header_main" nowrap="true" align="left" valign="middle" style="padding-left: 10px;font-size:16px;" width="2%" >
<label id = "mode"></label>
</TD>
</div> </div>
</TR> </TR>
</TABLE> </TABLE>
......
...@@ -256,10 +256,10 @@ ...@@ -256,10 +256,10 @@
<table id="activityTable" style="width:100%;font-size:14px;"> <table id="activityTable" style="width:100%;font-size:14px;">
<div > <div >
<tr> <tr>
<td align="right"> <td align="right" width = "5%">
Product : Product :
</td> </td>
<td> <td width = "20%">
<div style="position:relative; width: 90%;"> <div style="position:relative; width: 90%;">
<input type="text" class="input_editable" id="itmcode1" name="itmcode1" <input type="text" class="input_editable" id="itmcode1" name="itmcode1"
onkeyup="getAutocompleteData(this,'item_code');" onkeyup="getAutocompleteData(this,'item_code');"
...@@ -275,21 +275,18 @@ ...@@ -275,21 +275,18 @@
</div> </div>
</div> </div>
</td> </td>
<td align="right"> <td align="right" width = "10%">
<!-- Rate: --> <!-- Rate: -->
</td> </td>
<td style="width: 400px"> <td width = "10%">
<!-- <label id = "item_parent_rate1"></label> <!-- <label id = "item_parent_rate1"></label>
<input type="hidden" id="itmdescription1" value="{item_code}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 400px" /> --> <input type="hidden" id="itmdescription1" value="{item_code}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 400px" /> -->
<input type="hidden" id="itmdescription1" value="{item_code}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 400px" /> <input type="hidden" id="itmdescription1" value="{item_code}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 400px" />
</td> </td>
<td > <td width = "20%">
<strong>Order Date: <span id="dlv_date_span1"> <xsl:value-of select="ord_date"/> </span></strong> <strong>Order Date: <span id="dlv_date_span1"> <xsl:value-of select="ord_date"/> </span></strong>
<input type="hidden" name="dlv_date1" readOnly = "1" id="dlv_date1" value="{$ord_date_m}" style="width:28%;font-size:12px" /> <input type="hidden" name="dlv_date1" readOnly = "1" id="dlv_date1" value="{$ord_date_m}" style="width:28%;font-size:12px" />
<!-- <input type="hidden" name="dlv_date1" readOnly = "1" id="dlv_date1" value="{$ord_date_m}" style="width:28%;font-size:12px" />
<strong>Order Date: </strong><input type="text" class="input_editable" size="8" value="{$ord_date_m}" name="dspdate1" id="dspdate1" maxlength="8" ISCHANGED="false" placeholder = "DD/MM/YY" onchange="javascript:setDespDate('1');"/>
<img border="0" src="/ibase/webitm/images/calender.png" style = "margin-bottom:-5px;margin-left:3px;cursor: hand;" id="dspdate1" name="dspdate1" onClick="javascript:setDate('dspdate1');"/> -->
</td> </td>
</tr> </tr>
...@@ -356,7 +353,25 @@ ...@@ -356,7 +353,25 @@
</xsl:for-each> </xsl:for-each>
</table> </table>
</div> </div>
<div class = "buttonDiv" style="width=20%;margin-left=-12px;margin-top:5px;margin-bottom:0px;">
<div style="width=20%;height:6px;margin-left=-12px;margin-top:3px;margin-bottom:0px;">
<table cellSpacing="1" cellPadding="1" width="50%" border="0">
<tr>
<input type="button" style="cursor:hand" id="PreButton" class="button" value="Previous" title='Previous' onclick="form2Pre()"/>
<input type="button" style="cursor:hand" id="NextButton" value="Next" class="button" title='Next' onclick="javascript: return setCheckedTrue();" />
<span title="Add New" class="addNewDetailBtn" id="AddButton" name="AddButton" onclick="sidebar()" >
<p class="plus">+</p>
</span>
<div id="buttonreplacement" align="center" style="display:none;">
<img src="/ibase/images/preload.gif" alt="Please wait work in progress" >
Please wait......
</img>
</div>
</tr>
</table>
</div>
<!-- <div class = "buttonDiv" style="width=20%;margin-left=-12px;margin-top:5px;margin-bottom:0px;">
<input type="button" style="cursor:hand" id="PreButton" class="button" value="Previous" title='Previous' onclick="form2Pre()"/> <input type="button" style="cursor:hand" id="PreButton" class="button" value="Previous" title='Previous' onclick="form2Pre()"/>
<input type="button" style="cursor:hand" id="NextButton" value="Next" class="button" title='Next' onclick="javascript: return setCheckedTrue();" /> <input type="button" style="cursor:hand" id="NextButton" value="Next" class="button" title='Next' onclick="javascript: return setCheckedTrue();" />
<span title="Add New" class="addNewDetailBtn" id="AddButton" name="AddButton" onclick="sidebar()" > <span title="Add New" class="addNewDetailBtn" id="AddButton" name="AddButton" onclick="sidebar()" >
...@@ -367,7 +382,7 @@ ...@@ -367,7 +382,7 @@
Please wait...... Please wait......
</img> </img>
</div> </div>
</div> </div> -->
</form> </form>
</body> </body>
</html> </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