| 332 </h2> |
332 </h2> |
| 333 <form id="comment-form" action="${issuesHref}${issue.id}/comment" method="post"> |
333 <form id="comment-form" action="${issuesHref}${issue.id}/comment" method="post"> |
| 334 <table class="formtable fullwidth"> |
334 <table class="formtable fullwidth"> |
| 335 <tbody> |
335 <tbody> |
| 336 <tr> |
336 <tr> |
| 337 <td><textarea rows="3" name="comment" required></textarea></td> |
337 <td> |
| |
338 <c:set var="mde_id" value="new-comment" /> |
| |
339 <c:set var="mde_name" value="comment" /> |
| |
340 <c:set var="mde_rows" value="3"/> |
| |
341 <%@include file="../jspf/markdown-editor.jspf" %> |
| |
342 </td> |
| 338 </tr> |
343 </tr> |
| 339 </tbody> |
344 </tbody> |
| 340 <tfoot> |
345 <tfoot> |
| 341 <tr> |
346 <tr> |
| 342 <td> |
347 <td> |
| 381 <input type="hidden" name="commentid" value="${comment.id}"> |
386 <input type="hidden" name="commentid" value="${comment.id}"> |
| 382 <table class="formtable fullwidth"> |
387 <table class="formtable fullwidth"> |
| 383 <tbody> |
388 <tbody> |
| 384 <tr> |
389 <tr> |
| 385 <td> |
390 <td> |
| 386 <textarea rows="5" name="comment" required><c:out value="${comment.comment}"/></textarea> |
391 <c:set var="mde_id" value="edit-comment-${comment.id}" /> |
| |
392 <c:set var="mde_name" value="comment" /> |
| |
393 <c:set var="mde_rows" value="5"/> |
| |
394 <c:set var="mde_value" value="${comment.comment}" /> |
| |
395 <%@include file="../jspf/markdown-editor.jspf" %> |
| 387 </td> |
396 </td> |
| 388 </tr> |
397 </tr> |
| 389 </tbody> |
398 </tbody> |
| 390 <tfoot> |
399 <tfoot> |
| 391 <tr> |
400 <tr> |