Commit a1a2c1c9 authored by caluka's avatar caluka

xsl updated for support google chrome and mozilla browser


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98296 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 53c83bed
...@@ -152,26 +152,27 @@ ...@@ -152,26 +152,27 @@
<td class="td_leftAlign" align="left"> <td class="td_leftAlign" align="left">
<input type="text" name="Detail2.{normalize-space($dbID)}.site_code" id="Detail2.{normalize-space($dbID)}.site_code" value="{$site_code}" size="06" ISCHANGED="true" readonly="readonly" tabindex="10" onFocus="blur();"/> <input type="text" style="background-color: lightgray;" name="Detail2.{normalize-space($dbID)}.site_code" id="Detail2.{normalize-space($dbID)}.site_code" value="{$site_code}" size="06" ISCHANGED="true" readonly="readonly" tabindex="10" onFocus="blur();"/>
</td> </td>
<td class="td_leftAlign" align="left" > <td class="td_leftAlign" align="left" >
<!-- <input type="text" name="Detail2.{normalize-space($dbID)}.item_code" id="Detail2.{normalize-space($dbID)}.item_code" value="{$item_code}" size="10" ISCHANGED="true" onblur="return upperCase(this.id)" /> --> <!-- <input type="text" name="Detail2.{normalize-space($dbID)}.item_code" id="Detail2.{normalize-space($dbID)}.item_code" value="{$item_code}" size="10" ISCHANGED="true" onblur="return upperCase(this.id)" /> -->
<!-- <input type="text" name="Detail2.{normalize-space($dbID)}.item_code" id="Detail2.{normalize-space($dbID)}.item_code" value="{$item_code}" size="10" ISCHANGED="true" onchange="javascript:callPopHelpJSP( '{normalize-space($dbID)}','{normalize-space($item_code)}','{normalize-space($site_code)}' );" /> --> <!-- <input type="text" name="Detail2.{normalize-space($dbID)}.item_code" id="Detail2.{normalize-space($dbID)}.item_code" value="{$item_code}" size="10" ISCHANGED="true" onchange="javascript:callPopHelpJSP( '{normalize-space($dbID)}','{normalize-space($item_code)}','{normalize-space($site_code)}' );" /> -->
<input type="text" name="Detail2.{normalize-space($dbID)}.item_code" id="Detail2.{normalize-space($dbID)}.item_code" value="{$item_code}" size="10" ISCHANGED="true" onchange="javascript:callPopHelpJSP1( '{normalize-space($dbID)}','{normalize-space($item_code)}','{normalize-space($site_code)}' );OnSelectionChangeTab('{normalize-space($dbID)}');" /> <!-- <input type="text" name="Detail2.{normalize-space($dbID)}.item_code" id="Detail2.{normalize-space($dbID)}.item_code" value="{$item_code}" size="10" ISCHANGED="true" onchange="javascript:callPopHelpJSP1( '{normalize-space($dbID)}','{normalize-space($item_code)}','{normalize-space($site_code)}' );OnSelectionChangeTab('{normalize-space($dbID)}');" /> -->
<input type="text" name="Detail2.{normalize-space($dbID)}.item_code" id="Detail2.{normalize-space($dbID)}.item_code" value="{$item_code}" size="10" ISCHANGED="true" onchange="javascript:callPopHelpJSP1( '{normalize-space($dbID)}','{normalize-space($item_code)}','{normalize-space($site_code)}' );" />
<a href="javascript:callPopHelpJSP( '{normalize-space($dbID)}','{normalize-space($item_code)}','{normalize-space($site_code)}' );"> <img src="/ibase/webitm/images/Standard/e12_pophelp_16.jpg" border="0"/> </a> <a href="javascript:callPopHelpJSP( '{normalize-space($dbID)}','{normalize-space($item_code)}','{normalize-space($site_code)}' );"> <img src="/ibase/webitm/images/Standard/e12_pophelp_16.jpg" border="0"/> </a>
</td> </td>
<td class="td_leftAlign" align="left" > <td class="td_leftAlign" align="left" >
<input type="text" name="Detail2.{normalize-space($dbID)}.item_descr" id="Detail2.{normalize-space($dbID)}.item_descr" value="{$item_descr}" size="20" ISCHANGED="true" readonly="readonly" tabindex="10" onFocus="blur();"/> <input type="text" style="background-color: lightgray;" name="Detail2.{normalize-space($dbID)}.item_descr" id="Detail2.{normalize-space($dbID)}.item_descr" value="{$item_descr}" size="20" ISCHANGED="true" readonly="readonly" tabindex="10" onFocus="blur();"/>
</td> </td>
<td class="td_leftAlign" align="left" > <td class="td_leftAlign" align="left" >
<input type="text" name="Detail2.{normalize-space($dbID)}.unit" id="Detail2.{normalize-space($dbID)}.unit" value="{$unit}" size="5" ISCHANGED="true" readonly="readonly" tabindex="10" onFocus="blur();"/> <input type="text" style="background-color: lightgray;" name="Detail2.{normalize-space($dbID)}.unit" id="Detail2.{normalize-space($dbID)}.unit" value="{$unit}" size="5" ISCHANGED="true" readonly="readonly" tabindex="10" onFocus="blur();"/>
</td> </td>
<td class="td_leftAlign" align="left" > <td class="td_leftAlign" align="left" >
<input type="text" name="Detail2.{normalize-space($dbID)}.bom_code" id="Detail2.{normalize-space($dbID)}.bom_code" value="{$bom_code}" size="10" ISCHANGED="true" readonly="readonly" tabindex="10" onFocus="blur();"/> <input type="text" style="background-color: lightgray;" name="Detail2.{normalize-space($dbID)}.bom_code" id="Detail2.{normalize-space($dbID)}.bom_code" value="{$bom_code}" size="10" ISCHANGED="true" readonly="readonly" tabindex="10" onFocus="blur();"/>
</td> </td>
<td class="td_rightAlign" align="left" > <td class="td_rightAlign" align="left" >
<!-- <xsl:choose> <!-- <xsl:choose>
...@@ -187,7 +188,7 @@ ...@@ -187,7 +188,7 @@
</td> </td>
<td class="td_rightAlign" align="left"> <td class="td_rightAlign" align="left">
<!-- <input type="text" style="text-align:right" name="Detail2.{normalize-space($dbID)}.quantity" id="Detail2.{normalize-space($dbID)}.quantity" value="{$quantity}" size="10" ISCHANGED="true" onkeydown="isNumberKey(event)"/> --> <!-- <input type="text" style="text-align:right" name="Detail2.{normalize-space($dbID)}.quantity" id="Detail2.{normalize-space($dbID)}.quantity" value="{$quantity}" size="10" ISCHANGED="true" onkeydown="isNumberKey(event)"/> -->
<input type="text" style="text-align:right" name="Detail2.{normalize-space($dbID)}.quantity" id="Detail2.{normalize-space($dbID)}.quantity" value="{$quantity}" size="10" ISCHANGED="true" readonly="readonly" onFocus="blur();" onkeydown="isNumberKey(event)"/> <input type="text" style="text-align:right; background-color: lightgray;" name="Detail2.{normalize-space($dbID)}.quantity" id="Detail2.{normalize-space($dbID)}.quantity" value="{$quantity}" size="10" ISCHANGED="true" readonly="readonly" onFocus="blur();" onkeydown="isNumberKey(event)"/>
</td> </td>
<td class="td_leftAlign" align="left"> <td class="td_leftAlign" align="left">
<input type="hidden" name="Detail2.{normalize-space($dbID)}.mpsorder" id="Detail2.{normalize-space($dbID)}.mpsorder" value="{$mpsorder}" size="10" ISCHANGED="true" /> <input type="hidden" name="Detail2.{normalize-space($dbID)}.mpsorder" id="Detail2.{normalize-space($dbID)}.mpsorder" value="{$mpsorder}" size="10" ISCHANGED="true" />
...@@ -208,7 +209,8 @@ ...@@ -208,7 +209,8 @@
<input type="hidden" value="" name="action" id="action" /> <input type="hidden" value="" name="action" id="action" />
<input type="submit" style="cursor:hand" value="Previous" id="Previous" name="Previous" title='' onclick="javascript:setActionVal('previous')"/> <input type="submit" style="cursor:hand" value="Previous" id="Previous" name="Previous" title='' onclick="javascript:setActionVal('previous')"/>
<input type="submit" style="cursor:hand" value="Next" id="Next" name="Next" title='' onclick="return setActionValPrc('next')"/> <!-- <input type="submit" style="cursor:hand" value="Next" id="Next" name="Next" title='' onclick="return setActionValPrc('next')"/> -->
<input type="submit" style="cursor:hand" value="Next" id="Next" name="Next" title='' onclick="javascript:displayNext(value);" />
<input type="button" style="cursor:hand" class="tableClass" value="Add" id="add" onclick="addRow('travelTable')" /> <input type="button" style="cursor:hand" class="tableClass" value="Add" id="add" onclick="addRow('travelTable')" />
<input type="button" style="cursor:hand" class="tableClass" value="Delete" id="delete" onclick="deleteRowRecord('travelTable')" /> <input type="button" style="cursor:hand" class="tableClass" value="Delete" id="delete" onclick="deleteRowRecord('travelTable')" />
......
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