Commit 72ddb8df authored by wansari's avatar wansari

D16JBAS001 updated XSL for new points


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@106043 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 06849fbd
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
<script type="text/javascript" src="/ibase/webitm/js/jquery-ui-1.10.4.custom.min.js"></script> <script type="text/javascript" src="/ibase/webitm/js/jquery-ui-1.10.4.custom.min.js"></script>
<link href="/ibase/webitm/css/jquery-ui-1.10.4.custom.min.css" rel="stylesheet"/> <link href="/ibase/webitm/css/jquery-ui-1.10.4.custom.min.css" rel="stylesheet"/>
<link type="text/css" rel="stylesheet" href="/ibase/webitm/css/htmlWizard.css"/> <link type="text/css" rel="stylesheet" href="/ibase/webitm/css/htmlWizard.css"/>
<link href="/ibase/webitm/css/gstRecoWizard.css" rel="stylesheet"/>
<body> <body>
<form name="gstWizFormI" id = "gstWizFormI" onkeypress="return event.keyCode != 13" METHOD="post" ACTION="/ibase/ITMWizardHandlerServlet" style="background-color: #f7f8fa;"> <form name="gstWizFormI" id = "gstWizFormI" onkeypress="return event.keyCode != 13" METHOD="post" ACTION="/ibase/ITMWizardHandlerServlet" style="background-color: #f7f8fa;">
...@@ -88,15 +89,14 @@ ...@@ -88,15 +89,14 @@
<input type="hidden" id="app_context" value="false" /> <input type="hidden" id="app_context" value="false" />
<tr> <tr>
<td class="td_rightAlign" nowrap="true"> <td class="td_rightAlign" nowrap="true">
Period Code* : Month* :
</td> </td>
<td class="td_leftAlign" colspan = "3" nowrap="true"> <td class="td_leftAlign" colspan = "3" nowrap="true">
<div style="width: 100%;"> <div style="width: 100%;">
<div style="width: 20%;float: left;"> <div style="width: 20%;float: left;">
<!-- <input type="text" class="input_editable" value="{$prd_code}" name="Detail1.{normalize-space($dbID)}.prd_code" id="Detail1.{normalize-space($dbID)}.prd_code" onblur="callItemChange('prd_code');" popupFldName="PRD_CODE" onkeyup="getAutoPopupData(this);" tabIndex="80" onfocus="displayPopUpIcon('popUpIcon1');" /> -->
<input type="text" class="input_editable" value="{$prd_code}" name="Detail1.{normalize-space($dbID)}.prd_code" id="Detail1.{normalize-space($dbID)}.prd_code" popupFldName="PRD_CODE" tabIndex="80" onfocus="displayPopUpIcon('popUpIcon1');" onkeyup="getAutoPopupData(this);"/> <input type="text" class="input_editable" value="{$prd_code}" name="Detail1.{normalize-space($dbID)}.prd_code" id="Detail1.{normalize-space($dbID)}.prd_code" popupFldName="PRD_CODE" tabIndex="80" onfocus="displayPopUpIcon('popUpIcon1');" onkeyup="getAutoPopupData(this);"/>
<a href="javascript:getListOfValues('PRD_CODE','Detail1.{normalize-space($dbID)}.prd_code','TA821');" id="popUpIcon1" tabIndex="-1"><img src="/ibase/webitm/images/pophelp.png" style = "margin-bottom:-5px"/></a> <a href="javascript:getListOfValues('PRD_CODE','Detail1.{normalize-space($dbID)}.prd_code','TA821');" id="popUpIcon1" tabIndex="-1"><img src="/ibase/webitm/images/pophelp.png" style = ""/></a>
</div> </div>
</div> </div>
</td> </td>
...@@ -109,9 +109,9 @@ ...@@ -109,9 +109,9 @@
<td class="td_leftAlign" colspan = "3" nowrap="true"> <td class="td_leftAlign" colspan = "3" nowrap="true">
<div style="width: 100%;"> <div style="width: 100%;">
<!-- <input type="text" class="input_editable" value="{$gtin}" name="Detail1.{normalize-space($dbID)}.gtin" id="Detail1.{normalize-space($dbID)}.gtin" onblur="callItemChange('gtin');" popupFldName="gtin" onkeyup="getAutoPopupData(this);" tabIndex="80" onfocus="displayPopUpIcon('popUpIcon2');" /> --> <input type="text" value="{$gstin}" name="Detail1.{normalize-space($dbID)}.gstin" id="Detail1.{normalize-space($dbID)}.gstin" popupFldName="gstin" tabIndex="80" onkeyup="getAutoPopupData(this);"
<input type="text" class="input_editable" value="{$gstin}" name="Detail1.{normalize-space($dbID)}.gstin" id="Detail1.{normalize-space($dbID)}.gstin" popupFldName="gstin" tabIndex="80" onfocus="displayPopUpIcon('popUpIcon2');" onkeyup="getAutoPopupData(this);" /> class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style = "width:25%;" />
<a href="javascript:getListOfValues('gstin','Detail1.{normalize-space($dbID)}.gstin','TA821');" id="popUpIcon2" tabIndex="-1"><img src="/ibase/webitm/images/pophelp.png" style = "margin-bottom:-5px" /></a> <!-- <a href="javascript:getListOfValues('gstin','Detail1.{normalize-space($dbID)}.gstin','TA821');" id="popUpIcon2" tabIndex="-1"><img src="/ibase/webitm/images/pophelp.png" style = "margin-bottom:-5px" /></a> -->
</div> </div>
</td> </td>
</tr> </tr>
......
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