Developing and Deploying Siebel eBusiness Applications > Modifying the Look and Feel of the Web Client > Adding a New Logo to the Banner >

Modifying the Banner Frame Web Template


The first step for adding a new logo to the Frame Banner is to add the image file to the Images directory and then modify the Web template to include the new image.

To add a logo to the banner frame

  1. Add the image file you will use as your logo to the images directory of your Siebel Tools installation and to the Images directory of your test application.
  2. For example,

  3. In Siebel Tools choose View > Windows > Web Templates Window.
  4. The Web Template Explorer appears.

  5. In the Web Template Explorer find dCCFrameBanner.
  6. The content of the template is displayed.

    dCCFrameBanner is the banner frame template for customer and partner applications.

  7. Right-click in the window that displays the HTML, and then choose Edit Template.
  8. Your default HTML editor opens the dCCFrameBanner.swt file.

    NOTE:  If you have not set your default HTML Editor, choose View > Options, select the Web Template Editor tab, and then define the path to the editor you want to use.

  9. Find the following lines of HTML:
  10. <td><img src="images/banner_globe.jpg" border="0"></td>
    <td><img src="images/SiebelLogo.gif" border="0"></td>

  11. Delete the first <td> tag and in the second <td>tag, replace the Siebel Logo image with your logo image.
  12. Changes appear below:

    <td><img src="images/your_logo.gif" border="0"></td>

    Deleting the first <td>tag removes the image of the globe from the banner. Adding your logo image to the second <td> tag replaces the Siebel logo with your logo.

  13. Save the file.
  14. Copy the file dCCFrameBanner.swt from the Web Templates directory in your Tools installation directory to the Web Templates directory in your client installation.
  15. NOTE:  Be sure to save a backup copy of the original dCCFrameBanner.swt file.

  16. Clear your browser's cache directory and then open the Siebel Customer or Partner application that you want to test.
  17. For the current example, open the Partner Portal application.

    Changes appear similar to Figure 32.


 Developing and Deploying Siebel eBusiness Applications 
 Published: 18 April 2003