1234567891011121314151617181920212223242526272829 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: rs
- (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="_xc1" borderStyle="none" visualParentRelation="bottom" helpId="dlgGeneratedBackgroundGallery">
- <dialogHtml><![CDATA[
- <div>
- <div class="clsPopupDialog" style="padding:4px;">
- <div HAL_dlgItemId="divListView" class="clsListView" style="width:500px; height:160px; padding:4px 0px 0px 4px; border:none; background-color:transparent;"></div>
- <div HAL_dlgItemId="divPropertyLink" style="padding:4px;" onclick="_xle._no9( this, _xc1 )" class="clsHyperlink" HAL_ids="IDS_LBL_CUSTOM_GBI">Custom generated background image...</div>
- </div>
- </div>
- ]]></dialogHtml>
- <externalScripts>
- <externalScript src="_xle.js"/>
- </externalScripts>
- <externalResources>
- <externalResource src="res/ReportPresets.xml"/>
- </externalResources>
- </dialog>
- <listView id="EmptyGalleryList" view="gallery" columns="5">
- <listItems/>
- </listView>
- </resources>
|