Siebel Life Sciences Guide > Configuring Siebel Life Sciences > Configuring Personalized Content Delivery >

Using Skins


Once a new skin becomes available for content, you can add the skin to the existing list of available skins as follows:

  1. Navigate to folder <Siebel installation path>\public\<language folder>\ISDData
  2. Open the Make an entry in styles.xml file and include an entry as shown in bold below:

    <?xml version="1.0" encoding="utf-8"?>

    <styles>

    <style>

    <label>Default</label>

    <swfPath>styles/Oracle.swf</swfPath>

    <iconPath>styles/iconProject.swf</iconPath>

    </style>

    <style>

    <label>Oracle</label>

    <swfPath>styles/Oracle.swf</swfPath>

    <iconPath>styles/iconProject.swf</iconPath>

    </style>

    <style>

    <label>NewSkin</label>

    <swfPath>styles/MyNewSkin.swf</swfPath>

    <iconPath>styles/iconProject.swf</iconPath>

    </style>

    </styles>

  3. Copy MyNewSkin.swf to folder <Siebel installation path>\public\<language folder>\styles.
  4. Add the NewSkin value to LOV Type PCD_SKIN in Administration - Data screen > List of Values Explorer view.
Siebel Life Sciences Guide Copyright © 2008, Oracle. All rights reserved.