Use the following sample for customizing the Detail pane for this component.
<html> <head></head> <body> <b>Change package</b>: ~~Name~~<br> <b>Change package</b>: ~~State~~<br> <b>Change package</b>: ~~Revision~~<br> <b>Change package</b>: ~~DotNotation~~<br> <b>Created By</b>: ~~CreatedUserID~~<br> <b>Created Time</b>: ~~CreatedTime~~<br> <b>Last Modified</b>: ~~ModifiedUserID~~<br> <b>Last Modified</b>: ~~ModifiedTime~~<br> <b>Committed</b>: ~~CommitUserID~~<br> <b>committed</b>: ~~CommitTime~~<br> <b>Description</b>: ~~Description~~<br> <b>Session Type</b>: ~~SessionType~~<br> <b>Responsibility</b>: ~~Responsibility~~<br> <b>Source view</b>: ~~SourceViewID~~<br> <b>Target view</b>: ~~TargetViewID~~<br> <b>Transaction ID</b>: ~~TransactionID~~<br> <b>Comment</b>: ~~Comment~~<br> <b>Committed in build</b>: ~~CommitedInBuild~~<br> <b>Attachments</b>: ~~AttachmentLinks~~<br> <b>Pre-commit View label</b>: ~~PreCommitViewLabel~~<br> <b>Post-commit View label</b>: ~~PostCommitViewLabel~~<br> <b>Pre-commit Revision label</b>: ~~PreCommitRevisionLabel~~<br> <b>Post-commit Revision label</b>: ~~PostCommitRevisionLabel~~<br> <b>Locked By</b>: ~~ExclusiveLocker~~<br> <b>Non-Exclusive lockers</b>: ~~NonExclusiveLockers~~<br> <b>Read Only</b>: ~~ReadOnly~~<br> </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.