Siebel eService Administration Guide > Configuring Siebel eService >

Customizing the Look and Feel of Siebel eService


You can customize the look and feel of your Siebel eService Web site to incorporate your company's brand identity. Your Siebel eService site is made up of customizable Web Templates (HTML files with a .swt extension) and Controls (such as buttons and drop-down lists).

Figure 1 shows a custom configured Siebel eService homepage integrated within Siebel's corporate Web site.

Figure 1. Custom Configured Siebel eService Homepage

Click for full size image

Basic Methods for Customizing Siebel eService

Configuring Siebel eService applications is a modular process that separates style and structure (style sheets and Web templates) from the binding (HTML display objects) to data. Style and structure are reusable across multiple HTML display objects using Siebel Web templates. This allows propagation of style and structure modifications across all HTML display objects.

The typical steps for configuring the Siebel eService application are the following:

General Elements of Siebel eService Web Site

Your Siebel eService application includes a core set of HTML templates and style sheets that control the look and feel. Additionally, there is a core set of object definitions that are grouped together into different layers depending on the object's function and characteristics. You modify Siebel Web templates and style sheets using a text editor or a raw code HTML editor. You modify Siebel object definitions (controls) using Siebel Tools.

The general elements of your Siebel eService Web site are listed below. For information on working with Web templates, cascading style sheets, and controls, see Siebel Tools Reference.

Changing Text in Home Page View (eService) View

You can change the "Service & Support" displayed text in the Home Page View (eService) view.

To change the text in Home Page View

  1. Navigate to the Applet Object Definition in Siebel Tools and query for the Home Page Header Tiny Applet.
  2. Review the content of the Title property.
  3. <table cellpadding="0" cellspacing="0"><tr><td width="50%"><hr size ="1" class="PageRule"></td><td nowrap class="PageHeader">Service & Support</td><td width="50%"><hr size="1" class="PageRule"></td></tr></table>

  4. Modify the content as desired, and then compile and test the changes.

 Siebel eService Administration Guide 
 Published: 22 May 2003