<a style="text-decoration: none;" href="<%# GetAttachmentUrl(Eval("AttachmentName"), Eval("NodeAliasPath")) %>" rel="lightbox[attachments]" rev="<%# Eval("AttachmentID") %>" title="<%# Eval("AttachmentName", true) %>"><img style="border: none;" src="<%# IfCompare(ImageHelper.IsImage(Eval("AttachmentExtension").ToString), 0, GetAttachmentIconUrl(Eval("AttachmentExtension"), Nothing), GetAttachmentUrl(Eval("AttachmentName"), Eval("NodeAliasPath"))) %>?maxsidesize=150" alt="<%# Eval("AttachmentName", true) %>" /></a>
|