UCC Code Repository
Parent Directory
|
Revision Log
More adding of stuff
1 | <div id="newcomment" class="form"> |
2 | <form action="?" method="post"> |
3 | <p> |
4 | <label for="author">Author (not required):</label> |
5 | <input type="text" name="author" id="author" value="" size="50"></input><br/> |
6 | |
7 | <label for="commenttext">Tell us what you think:</label><br/> |
8 | <textarea name="comment" id="commenttext" rows="15" cols="60"></textarea><br/> |
9 | |
10 | <input type="submit" name="submit" value="${submit}"></input> |
11 | <input type="hidden" name="snip_id" value="${snipid}"></input> |
12 | </p> |
13 | </form> |
14 | </div> |
Managed by UCC Webmasters | ViewVC Help |
Powered by ViewVC 1.1.26 |