view file-bug.html @ 50:7a0bafc5379a

fixed login bug
author Atul Varma <avarma@mozilla.com>
date Sat, 24 Apr 2010 21:21:08 -0700
parents b34a56c353de
children
line wrap: on
line source

<html>
<head>
  <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
  <link rel="stylesheet" type="text/css" media="all"
        href="css/jquery-ui.css" />
  <link rel="stylesheet" type="text/css" media="all"
        href="css/dashboard.css" />
  <link rel="stylesheet" type="text/css" media="all"
        href="css/file-bug.css" />
  <title>Atul's Bug-Filer</title>
</head>
<body>
<div id="reports">
  <h1>Atul's Bug-Filer</h1>
  <form id="file-bug">
  <p>Just type in part of a product or component below, select from
  the auto-complete list, and press enter. You'll then get sent to a
  Bugzilla page where you can fill out a summary, description, and
  more details for the bug.</p>
  <table>
    <tr>
      <td>Category</td>
      <td><input type="text" id="category"/></td>
    </tr>
  </table>
  </form>
</div>
<div id="form-cache">
  <form><textarea class="data"></textarea></form>
</div>
</body>
<script src="js/jquery.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/bugzilla.js"></script>
<script src="js/cache.js"></script>
<script src="js/file-bug.js"></script>
</html>