Commit 7fda69d1 authored by Ajit Deshmukh's avatar Ajit Deshmukh

Replace rfq.xsl

parent 3a152046
......@@ -74,17 +74,7 @@
<div class="tdDiv" style="width:50%; margin-bottom:6px;">
<span class="tLabelR" style="display:inline-block; width:140px;">Item Series :</span>
<span class="viewData">
<input class="tInputStyleR"
type="text"
id="Detail1.{normalize-space(@dbID)}.item_ser"
name="Detail1.{normalize-space(@dbID)}.item_ser"
value="{normalize-space(item_ser)}"
ISCHANGED="true"
SRVCALLONCHANGE="true"
isServerCallOnChange="true"
size="10"
title="Item Series"
style="vertical-align: middle; margin-left: 20px; border:0px; background-color: #e8f0f9; outline: none;" />
<xsl:value-of select="item_ser"/>
</span>
</div>
<div class="tdDiv" style="width:50%; margin-bottom:6px;">
......@@ -134,8 +124,11 @@
<th class="tLabel">Pack</th>
<th class="tLabel">Special Rate</th>
<th class="tLabel">Approved Rate</th>
<th class="tLabel">PTS (Price To Seller)</th>
<th class="tLabel">PTD (Price To Dealer)</th>
<th class="tLabel">Near Expiry</th>
<th class="tLabel">Remarks</th>
</tr>
<xsl:for-each select="//Detail2">
<xsl:variable name="dbID">
......@@ -164,32 +157,19 @@
<xsl:value-of select="pack_code"/>
</td>
<td style="text-align:right;">
<div class="tdDiv" style="width:50%; margin-bottom:6px;">
<span class="viewData">
<input class="tInputStyleR"
id="Detail2.{normalize-space(@domID)}.rate_quot"
name="Detail2.{normalize-space(@domID)}.rate_quot"
POPUPEXISTS="true"
POPUPPARAMETERS=""
ISCHANGED="true"
value="{$rate_quot}"
isServerCallOnChange="true"
onfocus="gotFocus(this)"
onblur="gotBlur(this)"
onkeyup="return autoCaps(this)"
onkeydown="return onKeyDownFun(this,event)"
ispopup="true"
rows="4"
cols="40"
title="Response"
maxlength="1000"
style="resize:vertical; overflow:auto;" />
</span>
</div>
<xsl:value-of select="rate_quot"/>
</td>
<td style="text-align:right;">
<xsl:value-of select="rate_apprv"/>
</td>
<td>
<xsl:value-of select="pts"/>
</td>
<td>
<xsl:value-of select="ptd"/>
</td>
<td>
<xsl:value-of select="near_expiry"/>
</td>
......
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