index.html 2.85 KB
Newer Older
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
terry%netscape.com's avatar
terry%netscape.com committed
2 3
<HTML>
<!--
4 5 6 7 8 9 10 11 12 13
     The contents of this file are subject to the Mozilla Public
     License Version 1.1 (the "License"); you may not use this file
     except in compliance with the License. You may obtain a copy of
     the License at http://www.mozilla.org/MPL/
    
     Software distributed under the License is distributed on an "AS
     IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
     implied. See the License for the specific language governing
     rights and limitations under the License.
    
terry%netscape.com's avatar
terry%netscape.com committed
14
     The Original Code is the Bugzilla Bug Tracking System.
15
    
terry%netscape.com's avatar
terry%netscape.com committed
16
     The Initial Developer of the Original Code is Netscape Communications
17 18 19 20 21
     Corporation. Portions created by Netscape are
     Copyright (C) 1998 Netscape Communications Corporation. All
     Rights Reserved.
    
     Contributor(s): 
terry%netscape.com's avatar
terry%netscape.com committed
22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61

     Contributor(s): Terry Weissman <terry@mozilla.org>
-->
<HEAD><TITLE>Bugzilla Main Page</TITLE></HEAD>
<BODY   BGCOLOR="#FFFFFF" TEXT="#000000"
LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<TABLE BGCOLOR="#000000" WIDTH="100%" BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR><TD><A HREF="http://www.mozilla.org/"><IMG
 SRC="http://www.mozilla.org/images/mozilla-banner.gif" ALT=""
 BORDER=0 WIDTH=600 HEIGHT=58></A></TD></TR></TABLE>
<TABLE BORDER=0 CELLPADDING=12 CELLSPACING=0 WIDTH="100%">
 <TR>

  <TD>

   <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=2>

    <TR><TD VALIGN=TOP ALIGN=CENTER NOWRAP>

     <FONT SIZE="+3"><B><NOBR>Main Page</NOBR></B></FONT>

    </TD></TR><TR><TD VALIGN=TOP ALIGN=CENTER>

     <B></B>

    </TD></TR>

   </TABLE>

  </TD>

  <TD>

   This is <B>Bugzilla</B>: the Mozilla bug system.  For more 
   information about what Bugzilla is and what it can do, see 
   <A HREF="http://www.mozilla.org/">mozilla.org</A>'s
   <A HREF="http://www.mozilla.org/bugs/"><B>bug pages</B></A>.
</TD></TR></TABLE>


62
<img align=right width=329 height=220 src=ant.jpg border=2>
63

terry%netscape.com's avatar
terry%netscape.com committed
64

65 66 67 68 69 70 71
This is where we put in lots of nifty words explaining all about
bugzilla.

<p>

But it all boils down to a choice of:
<br>
72 73 74 75
<a href="query.cgi">Query existing bug reports</a><br>
<a href="enter_bug.cgi">Enter a new bug report</a><br>
<a href="reports.cgi">Get summary reports</a><br>
<p>
76
<a href="createaccount.cgi">Open a new Bugzilla account</a><br>
77
<a href="relogin.cgi">Forget the currently stored login</a><br>
78
<a href="userprefs.cgi">Change password or user preferences</a><br>
79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
<p>
<script language="JavaScript" src="localconfig.js"></script>
<script language="JavaScript" src="quicksearch.js"></script>

<form name="f" action="show_bug.cgi" method="get"
      onsubmit="QuickSearch(); return false;"> 
  Enter a bug # or some search terms:<br>
  <input type="text" name="id">
  <input type="submit" value="Show">
  <a href="quicksearch.html">[Help]</a>
</form>

<script>
<!--
document.forms['f'].id.focus();
//-->
</script>
terry%netscape.com's avatar
terry%netscape.com committed
96 97 98

</BODY>
</HTML>