diff options
Diffstat (limited to 'ws2a/bugs.html')
| -rw-r--r-- | ws2a/bugs.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ws2a/bugs.html b/ws2a/bugs.html index 5c27898..7833614 100644 --- a/ws2a/bugs.html +++ b/ws2a/bugs.html @@ -57,6 +57,21 @@ </table> </div> + <div class="container"> + <form class="form-signin" action="/cgi-bin/newbug.cgi"> + <h2 class="form-signin-heading">Create a bug</h2> + <label for="inputName" class="sr-only">Name</label> + <input id="inputName" name="name" class="form-control" placeholder="Screen Name" required="" autofocus="" type="text"> + <label for="inputID" class="sr-only">Identifier</label> + <input id="inputID" name="id" class="form-control" placeholder="Identifier" required="" type="password"> + <textarea name="comment" rows="5" cols="50"></textarea> + <div id="captcha"></div> + <input id="solvecaptcha" name="captcha" class="form-control" placeholder="captcha" type="text"> + <input type="hidden" name="bugid" id=bgid> + <button class="btn btn-lg btn-primary btn-block" type="Post">Post</button> + </form> + </div> + <footer class="footer"> <p>Contact the admin at <a href="mailto:apickx@cogarr.org">Apickx@cogarr.org</a></p> </footer> |
