<dtml-call "RESPONSE.setHeader('Content-Type', 'text/html')">
<dtml-if isOwner>
<font size=-1>
[ <a href="&dtml-absolute_url;/user_editForm">Edit This Comment</a> ]
</font>
</dtml-if>
<TABLE WIDTH=100% CELLPADDING=2 CELLSPACING=0 COLUMNS=2>
<TR>
<TD COLSPAN=2>
<TABLE WIDTH=100% CELLPADDING=2 CELLSPACING=0>
<TR>
<TD><B><dtml-var title></B> by <dtml-var username> - <dtml-var bobobase_modification_time fmt=%Y-%m-%d></TD>
</TR>
<TR>
<TD><pre><dtml-var comment html_quote></pre></TD>
</TR>
<dtml-if "AUTHENTICATED_USER.has_permission('Add Code Comment', this())">
<TR>
<dtml-comment>
<TD><FONT SIZE=-1>[ <A HREF="&dtml-absolute_url;/manage_addProduct/CookBook/userAddCommentForm">Reply</A> ]</font></TD>
</dtml-comment>
<TD><FONT SIZE=-1>[ <A HREF="&dtml-absolute_url;/replyComment">Reply</A> ]</font></TD>
</TR>
</dtml-if>
</TABLE>
</TD>
</TR>
<dtml-in "objectValues(['Code Comment'])" sort=bobobase_modification_time>
<TR>
<TD> </TD>
<TD><dtml-var sequence-item></TD>
</TR>
</dtml-in>
</TABLE>
|