r35: Presentation code moved out of PHP files and into templates. Error and stop...
[bugdar.git] / templates / default / newcomment.tpl
1 <div><strong>New comment for:</strong> <em>$bug[summary]</em></div>
2
3 <form name="newcomment" method="post" action="newcomment.php">
4 <input type="hidden" name="do" value="insert" />
5 <input type="hidden" name="bugid" value="$bug[bugid]" />
6 <div><strong>Comment:</strong></div>
7 <textarea name="comment" cols="100" rows="35"></textarea>
8 <div><input type="submit" name="submit" value="Add Comment" />
9 </form>
10
11 <br />
12 <br />
13
14 <table border="1" cellspacing="2" cellpadding="4" width="100%">
15 <tr style="background-color:#EEEEEE">
16 <td><strong>Summary Report:</strong>$bug[summary]</td>
17 </tr>
18 <tr>
19 <td>$bug[comment]</td>
20 </tr>
21 </table>