Put the <%%> tags in the templates
[bugdar.git] / templates / showreport_attachment.tpl
1 <div>
2 <if condition="$show['editattach']"><span style="float: <%- $stylevar['right'] %>; font-size: 10px">[<a href="attachment.php?do=edit&amp;attachmentid=<%- $attachment['attachmentid'] %>">{@"Edit"}</a>]</span></if>
3 <strong><a href="viewattachment.php?attachmentid=<%- $attachment['attachmentid'] %>" target="_blank"<if condition="$attachment['obsolete']"> style="text-decoration: line-through"</if> title="<lang 1="$attachment[user]">{@"Posted by %1$s"}</lang>\n(<%- $attachment['date'] %>)"><%- $attachment['filename'] %></a></strong>
4 <span style="font-size: 10px"><%- $attachment['description'] %></span>
5 </div>
6