How to: |
The Deferred Status Interface is rendered using code in the WebFOCUS Client template configuration (XML) files, located in the drive:\ibi\WebFOCUS82\client\wfc\etc\prod directory.
For customization, copy the appropriate template to the drive:\ibi\WebFOCUS82\client\wfc\etc\custom directory and make changes to this file.
Create a backup each time you edit a file in the drive:\ibi\WebFOCUS82\client\efc\etc\custom directory.
<TD BGCOLOR="#5A5A5A"><IMG ALT="WebFOCUS" SRC="<insertvariable FOCHTMLURL />/workbnch/cleardot.gif" WIDTH="85" HEIGHT="15" BORDER="0"></TD>
To display your custom image, change the ALT= value to add the reference to your custom image file.
The default option is to reference images located in the WebFOCUS Client ibi_html directory path that is configured as a web-accessible location by the ibi_html context alias configured on the application server where WebFOCUS is configured. If your images are located in a different web accessible location, remove <insertvariable FOCHTMLURL/> and specify the fully qualified reference to the custom image.
The following example references the WebFOCUS branding image, delogo2.gif, located in the \ibi_html\javaassist\images\logos drectory. It is accessible from the web by using the ibi_html alias:
<TD BGCOLOR="#0000FF"><IMG ALT="WebFOCUS" SRC="<insertvariable FOCHTMLURL />/javaassist/images/logos/delogo2.gif" WIDTH="85" HEIGHT="15" BORDER="0"></TD>
<TD BGCOLOR="#5A5A5A"><IMG ALT="Information Builders" SRC="<insertvariable FOCHTMLURL />" WIDTH="68" Height="25" BORDER="0"></TD>
To display your custom image, change the ALT= value to add the reference to your custom image file.
The default is to reference images located in the WebFOCUS Client ibi_html directory that is configured as a web accessible location by the ibi_html context alias configured on the application server where WebFOCUS is configured. If your images are located in a different web accessible location, remove <insertvariable FOCHTMLURL/> and specify the fully qualified reference to the custom image.
The following example references the Information Builders branding image, delogo1.gif, located in the WebFOCUS Client directory \ibi_html\javaassist\images\logos:
<TD BGCOLOR="#0000FF"><IMG ALT="Information Builders" SRC="<insertvariable FOCHTMLURL />/javaassist/images/logos/delogo1.gif" WIDTH="68" Height="25" BORDER="0"></TD>
The display of the option for a deferred report listed in the Deferred Report Status screen is controlled by the following template files located in the WebFOCUS Client \client\wfc\etc\prod directory.
To hide report option buttons in the Deferred Status Interface:
The following is the change for not displaying the Save option:
<?xml version="1.0" encoding="UTF-8"?> <templates> <template name='DEFER_CONTROL_HREF_SAVE'> <![CDATA[ ]]> </template> </templates>
WebFOCUS | |
Feedback |