You can use the following sample for customizing the Detail view for the File 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>
The fields used in the Detail view HTML templates are recognized by the client when they are contained between double tilde ~~ characters. For example: ~~Path~~ represents the path to your local working folder represented by the Path field found in the Working File tab of the File Properties dialog box.