Mercurial > bugzilla-dashboard
comparison main.html @ 60:07d3d1560b93
added find a user functionality
author | Atul Varma <avarma@mozilla.com> |
---|---|
date | Sun, 25 Apr 2010 07:54:09 -0700 |
parents | 2bd4a44f1182 |
children | 88b856b1353b |
comparison
equal
deleted
inserted
replaced
59:440c8e2d776d | 60:07d3d1560b93 |
---|---|
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> | 3 <meta http-equiv="Content-type" content="text/html; charset=utf-8"/> |
4 <link rel="stylesheet" type="text/css" media="all" | |
5 href="css/jquery-ui.css" /> | |
4 <link rel="stylesheet" type="text/css" media="all" | 6 <link rel="stylesheet" type="text/css" media="all" |
5 href="css/main.css" /> | 7 href="css/main.css" /> |
6 <title>Bugzilla Dashboard</title> | 8 <title>Bugzilla Dashboard</title> |
7 </head> | 9 </head> |
8 <body> | 10 <body> |
50 <br/> | 52 <br/> |
51 <input type="submit" id="login-submit" value="View Dashboard"/> | 53 <input type="submit" id="login-submit" value="View Dashboard"/> |
52 </form> | 54 </form> |
53 </div> | 55 </div> |
54 </div> | 56 </div> |
57 <div id="find-user" class="dialog"> | |
58 <div class="content"> | |
59 <form id="find-user-form"> | |
60 <p>Just type in part of a user name below. You can optionally | |
61 open a customized Bugzilla dashboard for the user, too.</p> | |
62 <table> | |
63 <tr> | |
64 <td>Name</td> | |
65 <td><input type="text" class="query" id="find-user-query"/></td> | |
66 </tr> | |
67 </table> | |
68 <br/> | |
69 <input type="submit" id="find-user-submit" | |
70 value="Show User Dashboard"/> | |
71 </form> | |
72 </div> | |
73 </div> | |
55 <div id="templates"> | 74 <div id="templates"> |
56 <div class="bug-tooltip"> | 75 <div class="bug-tooltip"> |
57 <div> | 76 <div> |
58 <span class="priority"></span> | 77 <span class="priority"></span> |
59 <span class="severity"></span> | 78 <span class="severity"></span> |
76 </table> | 95 </table> |
77 </div> | 96 </div> |
78 </body> | 97 </body> |
79 <!-- Base Scripts --> | 98 <!-- Base Scripts --> |
80 <script src="js/jquery.js"></script> | 99 <script src="js/jquery.js"></script> |
100 <script src="js/jquery-ui.js"></script> | |
81 <script src="js/require.js"></script> | 101 <script src="js/require.js"></script> |
82 <script src="js/bugzilla.js"></script> | 102 <script src="js/bugzilla.js"></script> |
83 <script> | 103 <script> |
84 $(window).ready(function() { | 104 $(window).ready(function() { |
85 var moduleScriptNames = [ | 105 var moduleScriptNames = [ |