Use the following sample for customizing the Detail pane for this component.
<html> <head></head> <body> <table bgcolor=#aaabbbccc width=100%> <tr> <td align=center><b>~~Name~~<b></td> </tr> </table> <table> <tr> <td align=left><b>Status:</b></td> <td>~~Status~~</td> </tr> <tr> <td align=left><b>Working folder:</b></td> <td>~~LocalPath~~</td> </tr> <tr> <td align=left><b>Project Folder Path:</b></td> <td>~~Folder Path~~</td> </tr> </table> <hr> <b>Last modified by: </b>~~Author~~, ~~Date&Time~~<br> <b>Comment:</b><i>~~Comment~~</i> </body> </html>
The fields used in the Detail pane of the HTML templates are recognized by the StarTeam Cross-Platform Client when they are contained between double tilde ~~ characters. For example: ~~Status~~ represents the status field found in the Topic Properties dialog box.