12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <!--
- *****************************************************************
- ** Licensed Materials - Property of IBM
- **
- ** IBM Cognos Products: drill
- **
- ** (C) Copyright IBM Corp. 2001, 2010
- **
- ** US Government Users Restricted Rights - Use, duplication or
- ** disclosure restricted by GSA ADP Schedule Contract with
- ** IBM Corp.
- *****************************************************************
- -->
- <resources>
- <dialog id="D_RenameReplace">
- <dialogHtml><![CDATA[
- <div>
- <!--[if lte IE 6.5]><iframe></iframe><![endif]-->
- <table width="100%" cellspacing="0" cellpadding="3" border="0">
- <tbody>
- <tr>
- <td width="1" height="1">
- <img width="1" height="1" src="/blacksea/ps/images/space.gif"/>
- </td>
- <td width="100%">
- <table cellspacing="0" cellpadding="0" border="0">
- <tbody>
- <tr>
- <td valign="top" class="formText">
- <img width="32" height="32" HAL_dlgItemId="iWarning"/>
- </td>
- <td class="formText"></td>
- <td valign="top" class="formText"><div HAL_dlgItemId="dNameExist"></div><br/>
- <table cellspacing="0" cellpadding="1" border="0">
- <tbody>
- <tr>
- <td class="formText">
- <input HAL_dlgItemId="iCurrentActionReplace" type="radio" value="replace" onClick="D_RenameReplace.F_Dialog_CheckEnableOK();" name="currentAction"/>
- </td>
- <td class="formText"><div HAL_ids="IDS_WIZARD_REPLACE_EXISTING"></div></td>
- </tr>
- <tr>
- <td valign="top" class="formText">
- <input HAL_dlgItemId="iCurrentActionRename" type="radio" value="rename" onClick="D_RenameReplace.F_Dialog_CheckDisableOK();" name="currentAction"/>
- </td>
- <td class="formText"><div HAL_ids="IDS_WIZARD_ENTER_NEW_NAME"></div><br/>
- <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"/>
- </td>
- </tr>
- <tr>
- <td>
- <img width="1" height="5" src="{$webcontent}/images/space.gif"/>
- </td>
- </tr>
- <tr>
- <td class="formText" colspan="2"><div HAL_ids="IDS_WIZARD_DO_YOU_WANT_TO_CONTINUE"></div><br/>
- </td>
- </tr>
- </tbody>
- </table>
- </td>
- </tr>
- </tbody>
- </table>
- </td>
- </tr>
- </tbody>
- </table>
- <div class="clsDlgButtonBar">
- <button class="clsDlgButton" onclick="D_RenameReplace.F_OnOK()" HAL_dlgItemId="IDS_HAL_BTN_OK" HAL_ids="IDS_HAL_BTN_OK"></button>
- <button class="clsDlgButton" onclick="D_RenameReplace.F_OnCancel()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
- </div>
- </div>
- ]]></dialogHtml>
- <externalScripts>
- <externalScript src="hal/../drill/Dialogs/D_RenameReplace_async.js"/>
- </externalScripts>
- </dialog>
- </resources>
|