Sample File Template

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>Size:</b></td>
<td>~~FileSize~~</td>
</tr>
<tr>
<td align=left><b>Working folder:</b></td>
<td>~~Path~~</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>

Fields Used in Detail Pane Templates

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.

Note: You can use the fields listed in this sample template in other templates provided with the StarTeam Cross-Platform Client such as, report templates and email notification templates.