issue: reuse function to create messages from reply widget
[minimedit.git] / issue / index.html
1 <h2>Issues</h2>
2
3 [[issuelist]]
4
5 <h3>Nieuw issue</h3>
6
7 <form method="post" action=""><ul class="grid">
8 <li><label for="subject">Onderwerp:</label>
9         <input type="text" id="subject" name="subject" size="60" value="" />
10 </li>
11 <li><label for="reply">Beschrijving:</label>
12         <textarea id="reply" name="reply" cols="60" rows="3"></textarea>
13 </li>
14 </ul><p><input type="submit" value="Aanmaken" /></p>
15 </ul></form>