r35: Presentation code moved out of PHP files and into templates. Error and stop...
[bugdar.git] / templates / default / showreport_comment.tpl
1 <table border="1" cellspacing="2" cellpadding="4" width="100%">
2 <tr style="background-color:#EEEEEE">
3 <td>
4 <span style="float:right">$comment[posttime]</span>
5 $comment[postby]
6 </td>
7 </tr>
8 <tr>
9 <td>$comment[comment_parsed]</td>
10 </tr>
11 <if condition="$show['editcomment']">
12 <tr style="background-color:#999999">
13 <td>[<a href="editcomment.php?commentid=$comment[commentid]">Edit Comment</a>]</td>
14 </tr>
15 </if>
16 </table>
17
18 <br />