r323: Removed editreport.tpl from the cache cycle
[bugdar.git] / templates / newcomment.tpl
1 $doctype
2 $headinclude
3 $header
4
5 <div><strong>New comment for:</strong> <em>$bug[summary]</em></div>
6
7 <form name="newcomment" method="post" action="newcomment.php">
8 <input type="hidden" name="do" value="insert" />
9 <input type="hidden" name="bugid" value="$bug[bugid]" />
10 <div><strong>Comment:</strong></div>
11 <textarea name="comment" cols="100" rows="35"></textarea>
12 <div><input type="submit" name="submit" value="Add Comment" /></div>
13 </form>
14
15 <br />
16 <br />
17
18 <table border="1" cellspacing="2" cellpadding="4" width="100%">
19 <tr style="background-color:#EEEEEE">
20 <td><strong>Summary Report:</strong>$bug[summary]</td>
21 </tr>
22 <tr>
23 <td>$bug[comment]</td>
24 </tr>
25 </table>
26
27 $footer