<!-- TODO: this needs to be added ... --> <!-- TODO: implement --> <html:table width="100%" border="0" cellpadding="0" cellspacing="0"> <html:tr> <html:td align="left" valign="middle" width="19"> <!-- TODO: implement --> <SkyP4DownloadLink projectId="fileSystemInfo.NSFileSystemNumber" documentPath="_documentPath" versionTag="versionToView"> <SkyP4DocumentIcon projectName="fileSystemInfo.NSFileSystemName" documentPath="_documentPath" mimeType="documentAttributes.NSFileMimeType" /> </SkyP4DownloadLink> </html:td> <html:td align="left" valign="top"> <font> <var:component className="SkyP4DocumentPath" fileManager="fileManager" documentId="documentId" currentPath="folderPath" document="document" action="folderClicked" /> <var:if condition="isDocumentLocked"> <!-- TODO: check richstring --> (<var:string value="labels.lockedLabel"/> <var:richstring const:color="red" value="documentAttributes.NSFileOwnerAccountName" />) </var:if> </font> </html:td> </html:tr> </html:table>