diff options
Diffstat (limited to 'bugs/query.cgi')
-rw-r--r-- | bugs/query.cgi | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/bugs/query.cgi b/bugs/query.cgi new file mode 100644 index 00000000..091093a8 --- /dev/null +++ b/bugs/query.cgi @@ -0,0 +1,23 @@ +<H1>Please log in.</H1> +In order to use the Bug database, you need a legitimate e-mail address and password. If you don't have a login and password, see the bottom of the form. +<P>If you intend to enter a bug, please first use the query page to determine if anyone else has entered a similar bug before. + +<FORM action=query.cgi method=GET> +<table> +<tr> +<td align=right><b>E-mail address:</b></td> +<td><input size=35 name=Bugzilla_login></td> +</tr> +<tr> +<td align=right><b>Password:</b></td> +<td><input type=password size=35 name=Bugzilla_password></td> +</tr> +</table> +<input type=hidden name= value=""> + +<input type=submit value=Login name=GoAheadAndLogIn><hr> +If you don't have an account, or have forgotten your password, then please fill in the +e-mail address above and click + here:<input type=submit value="E-mail me a password" +name=PleaseMailAPassword> +</form> |