1234567891011121314151617181920 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: cchl
- (C) Copyright IBM Corp. 2003, 2014
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <resources>
- <dialog id="D_PromptCalendar" borderStyle="none" visualParentRelation="bottom">
- <dialogHtml><![CDATA[
- <div>
- <table HAL_dlgItemId="divPromptCalendar"></table>
- </div>
- ]]></dialogHtml>
- <externalScripts>
- <externalScript src="cchl/C_PromptBaseDateCalendar.js"/>
- <externalScript src="cchl/C_PromptBaseTextBox.js"/>
- <externalScript src="cchl/dialogs/D_PromptCalendar_async.js"/>
- </externalScripts>
- </dialog>
- </resources>
|