Example Code to Configure the Thread Bar
The code in this topic creates a thread bar that uses the following format:
Home > Consumer:PCs > PCs:Laptops
The following code provides an example of how to insert thread bar definitions into a Siebel web template:
<!-- Begin Threadbar section -->
<table class="threadbar" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="left">
<td nowrap bgcolor="#6666CC" width="110">
<img src="images/spacer.gif" width="110" height="25" border="0">
</td>
<td width="99%">
<div od-type="threadbar">
<img src="images/spacer.gif" width="10" height="25" border="0"
align="absmiddle">
<div od-type="threadlink" property="FormattedHtml">
<font color="#000000"><span> <nobr><div od-property="Title"/></nobr>
</span></font>
<!--od section threadlink close-->
</div>
<div od-type="threadseparator">><!--od section threadseparator close–> </div>
<!--od section threadbar close-->
</div>
<img src="images/spacer.gif" width="10" height="25" border="0"
align="absmiddle">
</td>
</tr>
</table>
<!-- End Threadbar section -->