Commit dd36613d authored by smestry's avatar smestry

Updated the xsl for product Wizard changes


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104143 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a4b8cec8
...@@ -335,45 +335,104 @@ ...@@ -335,45 +335,104 @@
</tr> </tr>
<tr> <tr>
<td class="td_rightAlign" nowrap="true"> <td class="td_rightAlign" nowrap="true" valign="top">
<strong>Meta Keyword :</strong> <strong>Color Availability*: </strong><!--Changed by Parikshit Kumbhar on 22/06/2015 [D15CKAT031] [* added] -->
</td> </td>
<td class="td_leftAlign" colspan="3"> <td class="td_leftAlign" colspan="3">
<input type="text" class="input_editable" value="{meta_keywords}" name="Detail1.{normalize-space($dbID)}.meta_keywords" <div id="color_code_descr" class="editDisplayClass" contenteditable="true" onkeypress="return false;" style="width: 95%;"
id="Detail1.{normalize-space($dbID)}.meta_keywords" maxlength="100" style="width: 100%" onkeydown="javascript:openSearchPopup(event, '{normalize-space($dbID)}','{normalize-space($login_code)}','color_codes', 'Color Codes', 0);">
onkeyup = "return specialCharValidate(this.id);" /> </div>
<a href="javascript:callListJSP('{normalize-space($dbID)}','{normalize-space($login_code)}','color_codes', 'Color Codes', 0);"
id="Detail1.{normalize-space($dbID)}.color_code_descr_pophelp">
<img src="/ibase/webitm/images/pophelp.png" class = "imgClass1" title="Select Color Codes" />
</a>
<input type="hidden" value="{$color_code_descr}" name="Detail1.{normalize-space($dbID)}.color_code_descr"
id="Detail1.{normalize-space($dbID)}.color_code_descr" maxlength="10" ISCHANGED="false" readOnly = "1"/>
<input type="hidden" value="{$color_codes}" name="Detail1.{normalize-space($dbID)}.color_codes"
id="Detail1.{normalize-space($dbID)}.color_codes" maxlength="10" ISCHANGED="false" readOnly = "1"/>
</td> </td>
</tr> </tr>
<tr> <tr>
<td class="td_rightAlign" nowrap="true"> <td class="td_rightAlign" nowrap="true">
<strong>Meta Title: </strong> <strong>Size Availability*: </strong>
</td> </td>
<td class="td_leftAlign" colspan="3"> <td class="td_leftAlign" colspan="3">
<input type="text" class="input_editable" value="{meta_title}" name="Detail1.{normalize-space($dbID)}.meta_title" <input type="text" class="editDisplayClass" value="{$size_codes}" name="Detail1.{normalize-space($dbID)}.size_codes"
id="Detail1.{normalize-space($dbID)}.meta_title" maxlength="75" style="width: 100%" id="Detail1.{normalize-space($dbID)}.size_codes" maxlength="10" ISCHANGED="false" readOnly = "1" style="width: 95%;"
onkeyup = "return specialCharValidate(this.id);" /> onkeydown="javascript:openSearchPopup(event, '{normalize-space($dbID)}','{normalize-space($login_code)}','size_codes', 'Size Group', 0);"/>
<a href="javascript:callListJSP('{normalize-space($dbID)}','{normalize-space($login_code)}','size_codes', 'Size Group', 0);"
id="Detail1.{normalize-space($dbID)}.size_ava_pophelp" >
<img src="/ibase/webitm/images/pophelp.png" class = "imgClass1" title="Select Size Group" id = "size_ava_pophelp"/>
</a>
<input type="hidden" value="{$size_type}" name="Detail1.{normalize-space($dbID)}.size_type"
id="Detail1.{normalize-space($dbID)}.size_type" ISCHANGED="false" readOnly = "1" />
<!--Added by parikshit Kumbhar on 27/04/2015 [to take value of size_type_desc ] start-->
<input type="hidden" value="{$size_type_desc}" name="Detail1.{normalize-space($dbID)}.size_type_desc"
id="Detail1.{normalize-space($dbID)}.size_type_desc" ISCHANGED="false" readOnly = "1" />
<!--Added by parikshit Kumbhar on 27/04/2015 [to take value of size_type_desc ] end-->
</td> </td>
</tr> </tr>
<tr> <tr>
<td class="td_rightAlign" nowrap="true"> <td class="td_rightAlign" nowrap="true" valign="top">
<strong>Meta Description: </strong> <strong>Supplier*: </strong><!--Changed by Parikshit Kumbhar on 22/06/2015 [D15CKAT031] [* added] -->
</td> </td>
<td class="td_leftAlign" colspan="3"> <td class="td_leftAlign" colspan="3">
<input type="text" class="input_editable" value="{meta_desc}" name="Detail1.{normalize-space($dbID)}.meta_desc" <div id="supplier_desc" class="editDisplayClass" contenteditable="true" onkeypress="return false;" style="width: 95%;"
id="Detail1.{normalize-space($dbID)}.meta_desc" maxlength="255" style="width: 100%" onkeydown="javascript:openSearchPopup(event, '{normalize-space($dbID)}','{normalize-space($login_code)}','supplier_code', 'Supplier', 0);">
onkeyup = "return specialCharValidate(this.id);" /> <!-- Changed by Sneha on 23-06-2016, for special character validation --> </div>
<a href="javascript:callListJSP('{normalize-space($dbID)}','{normalize-space($login_code)}','supplier_code', 'Supplier', 0);"
id="Detail1.{normalize-space($dbID)}.supp_code_pophelp" >
<img src="/ibase/webitm/images/pophelp.png" class = "imgClass1" title="Select Supplier" />
</a>
<input type="hidden" value="{$supp_code}" name="Detail1.{normalize-space($dbID)}.supp_code"
id="Detail1.{normalize-space($dbID)}.supp_code" maxlength="10" ISCHANGED="false" readOnly = "1"/>
<input type="hidden" value="{$supplier_desc}" name="Detail1.{normalize-space($dbID)}.supplier_desc"
id="Detail1.{normalize-space($dbID)}.supplier_desc" ISCHANGED="false" readOnly = "1"/>
<input type="hidden" value="{$supp_item_desc}" name="Detail1.{normalize-space($dbID)}.supp_item_desc"
id="Detail1.{normalize-space($dbID)}.supp_item_desc" ISCHANGED="false" readOnly = "1"/>
</td> </td>
</tr> </tr>
<tr> <tr>
<td class="td_rightAlign" nowrap="true"> <td class="td_rightAlign" nowrap="true" valign="top">
<strong>Image Path: </strong> <strong>Site Availability*: </strong><!--Changed by Parikshit Kumbhar on 22/06/2015 [D15CKAT031] [* added] -->
</td> </td>
<td class="td_leftAlign" colspan="3"> <td class="td_leftAlign" colspan="3">
<input type="text" class="input_editable" value="{img_path}" name="Detail1.{normalize-space($dbID)}.img_path" <div id="site_codes" class="editDisplayClass" contenteditable="true" onkeypress="return false;" style="width: 95%;"
id="Detail1.{normalize-space($dbID)}.img_path" style="width: 100%" onkeyup = "return specialCharValidate(this.id);" /><!--Changed by parikshit on 23/7/15 removed maxlenght--> onkeydown="javascript:openSearchPopup(event, '{normalize-space($dbID)}','{normalize-space($login_code)}','site_codes', 'Site Codes', 0);">
</div>
<a href="javascript:callListJSP('{normalize-space($dbID)}','{normalize-space($login_code)}','site_codes', 'Site Codes', 0);"
id="Detail1.{normalize-space($dbID)}.site_codes_pophelp" >
<img src="/ibase/webitm/images/pophelp.png" class = "imgClass1" title="Select Site Availability" />
</a>
<input type="hidden" value="{$site_codes}" name="Detail1.{normalize-space($dbID)}.site_codes"
id="Detail1.{normalize-space($dbID)}.site_codes" maxlength="10" ISCHANGED="false" readOnly = "1"/>
<input type="hidden" value="{$price_list_dtl}" name="Detail1.{normalize-space($dbID)}.price_list_dtl"
id="Detail1.{normalize-space($dbID)}.price_list_dtl" ISCHANGED="false" readOnly = "1"/>
<input type="hidden" value="{$site_desc}" name="Detail1.{normalize-space($dbID)}.site_desc"
id="Detail1.{normalize-space($dbID)}.site_desc" ISCHANGED="false" readOnly = "1"/>
</td> </td>
</tr> </tr>
...@@ -476,57 +535,8 @@ ...@@ -476,57 +535,8 @@
</td> </td>
</tr> </tr>
<tr>
<td class="td_rightAlign" nowrap="true" valign="top">
<strong>Supplier*: </strong><!--Changed by Parikshit Kumbhar on 22/06/2015 [D15CKAT031] [* added] -->
</td>
<td class="td_leftAlign" colspan="3">
<div id="supplier_desc" class="editDisplayClass" contenteditable="true" onkeypress="return false;" style="width: 95%;"
onkeydown="javascript:openSearchPopup(event, '{normalize-space($dbID)}','{normalize-space($login_code)}','supplier_code', 'Supplier', 0);">
</div>
<a href="javascript:callListJSP('{normalize-space($dbID)}','{normalize-space($login_code)}','supplier_code', 'Supplier', 0);"
id="Detail1.{normalize-space($dbID)}.supp_code_pophelp" >
<img src="/ibase/webitm/images/pophelp.png" class = "imgClass1" title="Select Supplier" />
</a>
<input type="hidden" value="{$supp_code}" name="Detail1.{normalize-space($dbID)}.supp_code"
id="Detail1.{normalize-space($dbID)}.supp_code" maxlength="10" ISCHANGED="false" readOnly = "1"/>
<input type="hidden" value="{$supplier_desc}" name="Detail1.{normalize-space($dbID)}.supplier_desc"
id="Detail1.{normalize-space($dbID)}.supplier_desc" ISCHANGED="false" readOnly = "1"/>
<input type="hidden" value="{$supp_item_desc}" name="Detail1.{normalize-space($dbID)}.supp_item_desc"
id="Detail1.{normalize-space($dbID)}.supp_item_desc" ISCHANGED="false" readOnly = "1"/>
</td>
</tr>
<tr>
<td class="td_rightAlign" nowrap="true" valign="top">
<strong>Site Availability*: </strong><!--Changed by Parikshit Kumbhar on 22/06/2015 [D15CKAT031] [* added] -->
</td>
<td class="td_leftAlign" colspan="3">
<div id="site_codes" class="editDisplayClass" contenteditable="true" onkeypress="return false;" style="width: 95%;"
onkeydown="javascript:openSearchPopup(event, '{normalize-space($dbID)}','{normalize-space($login_code)}','site_codes', 'Site Codes', 0);">
</div>
<a href="javascript:callListJSP('{normalize-space($dbID)}','{normalize-space($login_code)}','site_codes', 'Site Codes', 0);"
id="Detail1.{normalize-space($dbID)}.site_codes_pophelp" >
<img src="/ibase/webitm/images/pophelp.png" class = "imgClass1" title="Select Site Availability" />
</a>
<input type="hidden" value="{$site_codes}" name="Detail1.{normalize-space($dbID)}.site_codes"
id="Detail1.{normalize-space($dbID)}.site_codes" maxlength="10" ISCHANGED="false" readOnly = "1"/>
<input type="hidden" value="{$price_list_dtl}" name="Detail1.{normalize-space($dbID)}.price_list_dtl"
id="Detail1.{normalize-space($dbID)}.price_list_dtl" ISCHANGED="false" readOnly = "1"/>
<input type="hidden" value="{$site_desc}" name="Detail1.{normalize-space($dbID)}.site_desc"
id="Detail1.{normalize-space($dbID)}.site_desc" ISCHANGED="false" readOnly = "1"/>
</td>
</tr>
<tr> <tr>
<td class="td_rightAlign" nowrap="true" valign="top"> <td class="td_rightAlign" nowrap="true" valign="top">
...@@ -549,30 +559,7 @@ ...@@ -549,30 +559,7 @@
id="Detail1.{normalize-space($dbID)}.dim_code_desc" ISCHANGED="false" readOnly = "1" /> id="Detail1.{normalize-space($dbID)}.dim_code_desc" ISCHANGED="false" readOnly = "1" />
</td> </td>
</tr> </tr>
<tr>
<td class="td_rightAlign" nowrap="true" valign="top">
<strong>Color Availability*: </strong><!--Changed by Parikshit Kumbhar on 22/06/2015 [D15CKAT031] [* added] -->
</td>
<td class="td_leftAlign" colspan="3">
<div id="color_code_descr" class="editDisplayClass" contenteditable="true" onkeypress="return false;" style="width: 95%;"
onkeydown="javascript:openSearchPopup(event, '{normalize-space($dbID)}','{normalize-space($login_code)}','color_codes', 'Color Codes', 0);">
</div>
<a href="javascript:callListJSP('{normalize-space($dbID)}','{normalize-space($login_code)}','color_codes', 'Color Codes', 0);"
id="Detail1.{normalize-space($dbID)}.color_code_descr_pophelp">
<img src="/ibase/webitm/images/pophelp.png" class = "imgClass1" title="Select Color Codes" />
</a>
<input type="hidden" value="{$color_code_descr}" name="Detail1.{normalize-space($dbID)}.color_code_descr"
id="Detail1.{normalize-space($dbID)}.color_code_descr" maxlength="10" ISCHANGED="false" readOnly = "1"/>
<input type="hidden" value="{$color_codes}" name="Detail1.{normalize-space($dbID)}.color_codes"
id="Detail1.{normalize-space($dbID)}.color_codes" maxlength="10" ISCHANGED="false" readOnly = "1"/>
</td>
</tr>
<!--Changed by Samadhan on 22/12/2015 for brand availability Start--> <!--Changed by Samadhan on 22/12/2015 for brand availability Start-->
<tr> <tr>
<td class="td_rightAlign" nowrap="true" valign="top"> <td class="td_rightAlign" nowrap="true" valign="top">
...@@ -690,6 +677,43 @@ ...@@ -690,6 +677,43 @@
</td> </td>
</tr> </tr>
<!-- Changed by wasim on 27-07-2016 to add tax chapter [END] --> <!-- Changed by wasim on 27-07-2016 to add tax chapter [END] -->
<tr>
<td class="td_rightAlign" nowrap="true">
<strong>Commodity No.: </strong>
</td>
<td class="td_leftAlign" >
<input type="text" class="input_editable" value="{$item_commodity}" name="Detail1.{normalize-space($dbID)}.item_commodity" style="text-align: left;width: 85%;"
id="Detail1.{normalize-space($dbID)}.item_commodity" maxlength="20" onkeyup = "return specialCharValidate(this.id);" />
</td>
<!-- Added By Samadhan on 21/12/2015 for Limited Edition Start -->
<td class="td_rightAlign" nowrap="true">
<strong>Limited Edition: </strong>
</td>
<td class="td_leftAlign">
<select name="Detail1.{normalize-space($dbID)}.item_usage_type" id="item_usage_type" >
<xsl:choose>
<xsl:when test="$item_usage_type ='N'">
<option value="N" selected="selected" >No </option>
</xsl:when>
<xsl:otherwise>
<option value="N" >No </option>
</xsl:otherwise>
</xsl:choose>
<xsl:choose>
<xsl:when test="$item_usage_type ='Y'">
<option value="Y" selected="selected" >Yes </option>
</xsl:when>
<xsl:otherwise>
<option value="Y" >Yes </option>
</xsl:otherwise>
</xsl:choose>
</select>
</td>
<!-- Added By Samadhan on 21/12/2015 for Limited Edition End -->
</tr>
<tr> <tr>
<td class="td_rightAlign" nowrap="true"> <td class="td_rightAlign" nowrap="true">
...@@ -800,70 +824,51 @@ ...@@ -800,70 +824,51 @@
</td> </td>
</tr> </tr>
<!-- Added by Parikshit Kumbhar on 13-APR-2015 [to set fields on screen] End --> <!-- Added by Parikshit Kumbhar on 13-APR-2015 [to set fields on screen] End -->
<tr> <tr>
<td class="td_rightAlign" nowrap="true"> <td class="td_rightAlign" nowrap="true">
<strong>Size Availability*: </strong> <strong>Meta Keyword :</strong>
</td> </td>
<td class="td_leftAlign" colspan="3">
<td class="td_leftAlign" colspan="1"> <input type="text" class="input_editable" value="{meta_keywords}" name="Detail1.{normalize-space($dbID)}.meta_keywords"
<input type="text" class="input_editable" value="{$size_codes}" name="Detail1.{normalize-space($dbID)}.size_codes" id="Detail1.{normalize-space($dbID)}.meta_keywords" maxlength="100" style="width: 100%"
id="Detail1.{normalize-space($dbID)}.size_codes" maxlength="10" ISCHANGED="false" readOnly = "1" style="width: 85%;" onkeyup = "return specialCharValidate(this.id);" />
onkeydown="javascript:openSearchPopup(event, '{normalize-space($dbID)}','{normalize-space($login_code)}','size_codes', 'Size Group', 0);"/>
<a href="javascript:callListJSP('{normalize-space($dbID)}','{normalize-space($login_code)}','size_codes', 'Size Group', 0);"
id="Detail1.{normalize-space($dbID)}.size_ava_pophelp" >
<img src="/ibase/webitm/images/pophelp.png" class = "imgClass" title="Select Size Group" id = "size_ava_pophelp"/>
</a>
<input type="hidden" value="{$size_type}" name="Detail1.{normalize-space($dbID)}.size_type"
id="Detail1.{normalize-space($dbID)}.size_type" ISCHANGED="false" readOnly = "1" />
<!--Added by parikshit Kumbhar on 27/04/2015 [to take value of size_type_desc ] start-->
<input type="hidden" value="{$size_type_desc}" name="Detail1.{normalize-space($dbID)}.size_type_desc"
id="Detail1.{normalize-space($dbID)}.size_type_desc" ISCHANGED="false" readOnly = "1" />
<!--Added by parikshit Kumbhar on 27/04/2015 [to take value of size_type_desc ] end-->
</td> </td>
</tr>
<!-- Added By Samadhan on 21/12/2015 for Limited Edition Start -->
<tr>
<td class="td_rightAlign" nowrap="true"> <td class="td_rightAlign" nowrap="true">
<strong>Limited Edition: </strong> <strong>Meta Title: </strong>
</td>
<td class="td_leftAlign" colspan="3">
<input type="text" class="input_editable" value="{meta_title}" name="Detail1.{normalize-space($dbID)}.meta_title"
id="Detail1.{normalize-space($dbID)}.meta_title" maxlength="75" style="width: 100%"
onkeyup = "return specialCharValidate(this.id);" />
</td> </td>
<td class="td_leftAlign">
<select name="Detail1.{normalize-space($dbID)}.item_usage_type" id="item_usage_type" >
<xsl:choose>
<xsl:when test="$item_usage_type ='N'">
<option value="N" selected="selected" >No </option>
</xsl:when>
<xsl:otherwise>
<option value="N" >No </option>
</xsl:otherwise>
</xsl:choose>
<xsl:choose>
<xsl:when test="$item_usage_type ='Y'">
<option value="Y" selected="selected" >Yes </option>
</xsl:when>
<xsl:otherwise>
<option value="Y" >Yes </option>
</xsl:otherwise>
</xsl:choose>
</select>
</td>
<!-- Added By Samadhan on 21/12/2015 for Limited Edition End -->
</tr> </tr>
<tr> <tr>
<td class="td_rightAlign" nowrap="true"> <td class="td_rightAlign" nowrap="true">
<strong>Commodity No.: </strong> <strong>Meta Description: </strong>
</td> </td>
<td class="td_leftAlign" > <td class="td_leftAlign" colspan="3">
<input type="text" class="input_editable" value="{$item_commodity}" name="Detail1.{normalize-space($dbID)}.item_commodity" style="text-align: left;width: 85%;" <input type="text" class="input_editable" value="{meta_desc}" name="Detail1.{normalize-space($dbID)}.meta_desc"
id="Detail1.{normalize-space($dbID)}.item_commodity" maxlength="20" onkeyup = "return specialCharValidate(this.id);" /> id="Detail1.{normalize-space($dbID)}.meta_desc" maxlength="255" style="width: 100%"
onkeyup = "return specialCharValidate(this.id);" /> <!-- Changed by Sneha on 23-06-2016, for special character validation -->
</td> </td>
</tr> </tr>
<tr>
<td class="td_rightAlign" nowrap="true">
<strong>Image Path: </strong>
</td>
<td class="td_leftAlign" colspan="3">
<input type="text" class="input_editable" value="{img_path}" name="Detail1.{normalize-space($dbID)}.img_path"
id="Detail1.{normalize-space($dbID)}.img_path" style="width: 100%" onkeyup = "return specialCharValidate(this.id);" /><!--Changed by parikshit on 23/7/15 removed maxlenght-->
</td>
</tr>
<!-- Changed by Sneha on 04-11-2016, to add new to upload images [Start] --> <!-- Changed by Sneha on 04-11-2016, to add new to upload images [Start] -->
<tr> <tr>
<td class="td_rightAlign" nowrap="true" > <td class="td_rightAlign" nowrap="true" >
......
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