D_RenameReplace.xml 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <!--
  2. *****************************************************************
  3. ** Licensed Materials - Property of IBM
  4. **
  5. ** IBM Cognos Products: drill
  6. **
  7. ** (C) Copyright IBM Corp. 2001, 2010
  8. **
  9. ** US Government Users Restricted Rights - Use, duplication or
  10. ** disclosure restricted by GSA ADP Schedule Contract with
  11. ** IBM Corp.
  12. *****************************************************************
  13. -->
  14. <resources>
  15. <dialog id="D_RenameReplace">
  16. <dialogHtml><![CDATA[
  17. <div>
  18. <!--[if lte IE 6.5]><iframe></iframe><![endif]-->
  19. <table width="100%" cellspacing="0" cellpadding="3" border="0">
  20. <tbody>
  21. <tr>
  22. <td width="1" height="1">
  23. <img width="1" height="1" src="/blacksea/ps/images/space.gif"/>
  24. </td>
  25. <td width="100%">
  26. <table cellspacing="0" cellpadding="0" border="0">
  27. <tbody>
  28. <tr>
  29. <td valign="top" class="formText">
  30. <img width="32" height="32" HAL_dlgItemId="iWarning"/>
  31. </td>
  32. <td class="formText"></td>
  33. <td valign="top" class="formText"><div HAL_dlgItemId="dNameExist"></div><br/>
  34. <table cellspacing="0" cellpadding="1" border="0">
  35. <tbody>
  36. <tr>
  37. <td class="formText">
  38. <input HAL_dlgItemId="iCurrentActionReplace" type="radio" value="replace" onClick="D_RenameReplace.F_Dialog_CheckEnableOK();" name="currentAction"/>
  39. </td>
  40. <td class="formText"><div HAL_ids="IDS_WIZARD_REPLACE_EXISTING"></div></td>
  41. </tr>
  42. <tr>
  43. <td valign="top" class="formText">
  44. <input HAL_dlgItemId="iCurrentActionRename" type="radio" value="rename" onClick="D_RenameReplace.F_Dialog_CheckDisableOK();" name="currentAction"/>
  45. </td>
  46. <td class="formText"><div HAL_ids="IDS_WIZARD_ENTER_NEW_NAME"></div><br/>
  47. <input HAL_dlgItemId="iTextBox" size="45" oninput="D_RenameReplace.F_Dialog_CheckEnableOK();" onpaste="D_RenameReplace.F_EnableOK();" ONKEYUP="D_RenameReplace.F_Dialog_CheckEnableOK();" name="err_rename"/>
  48. </td>
  49. </tr>
  50. <tr>
  51. <td>
  52. <img width="1" height="5" src="{$webcontent}/images/space.gif"/>
  53. </td>
  54. </tr>
  55. <tr>
  56. <td class="formText" colspan="2"><div HAL_ids="IDS_WIZARD_DO_YOU_WANT_TO_CONTINUE"></div><br/>
  57. </td>
  58. </tr>
  59. </tbody>
  60. </table>
  61. </td>
  62. </tr>
  63. </tbody>
  64. </table>
  65. </td>
  66. </tr>
  67. </tbody>
  68. </table>
  69. <div class="clsDlgButtonBar">
  70. <button class="clsDlgButton" onclick="D_RenameReplace.F_OnOK()" HAL_dlgItemId="IDS_HAL_BTN_OK" HAL_ids="IDS_HAL_BTN_OK"></button>
  71. <button class="clsDlgButton" onclick="D_RenameReplace.F_OnCancel()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
  72. </div>
  73. </div>
  74. ]]></dialogHtml>
  75. <externalScripts>
  76. <externalScript src="hal/../drill/Dialogs/D_RenameReplace_async.js"/>
  77. </externalScripts>
  78. </dialog>
  79. </resources>