annotate main.html @ 42:0a1c7fec0af2

css selector refactorings
author Atul Varma <avarma@mozilla.com>
date Sat, 24 Apr 2010 18:07:14 -0700
parents 7a1162b1b7e7
children d3ed74176b4d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
36
eb2cc1f89869 Added a test suite, basic CommonJS module loader, and a new main.html file that will be a unified UI to all three pages (dashboard, user-finder, bug-filer).
Atul Varma <avarma@mozilla.com>
parents:
diff changeset
1 <html>
eb2cc1f89869 Added a test suite, basic CommonJS module loader, and a new main.html file that will be a unified UI to all three pages (dashboard, user-finder, bug-filer).
Atul Varma <avarma@mozilla.com>
parents:
diff changeset
2 <head>
eb2cc1f89869 Added a test suite, basic CommonJS module loader, and a new main.html file that will be a unified UI to all three pages (dashboard, user-finder, bug-filer).
Atul Varma <avarma@mozilla.com>
parents:
diff changeset
3 <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
eb2cc1f89869 Added a test suite, basic CommonJS module loader, and a new main.html file that will be a unified UI to all three pages (dashboard, user-finder, bug-filer).
Atul Varma <avarma@mozilla.com>
parents:
diff changeset
4 <link rel="stylesheet" type="text/css" media="all"
eb2cc1f89869 Added a test suite, basic CommonJS module loader, and a new main.html file that will be a unified UI to all three pages (dashboard, user-finder, bug-filer).
Atul Varma <avarma@mozilla.com>
parents:
diff changeset
5 href="css/main.css" />
eb2cc1f89869 Added a test suite, basic CommonJS module loader, and a new main.html file that will be a unified UI to all three pages (dashboard, user-finder, bug-filer).
Atul Varma <avarma@mozilla.com>
parents:
diff changeset
6 <title>Bugzilla Dashboard</title>
eb2cc1f89869 Added a test suite, basic CommonJS module loader, and a new main.html file that will be a unified UI to all three pages (dashboard, user-finder, bug-filer).
Atul Varma <avarma@mozilla.com>
parents:
diff changeset
7 </head>
eb2cc1f89869 Added a test suite, basic CommonJS module loader, and a new main.html file that will be a unified UI to all three pages (dashboard, user-finder, bug-filer).
Atul Varma <avarma@mozilla.com>
parents:
diff changeset
8 <body>
eb2cc1f89869 Added a test suite, basic CommonJS module loader, and a new main.html file that will be a unified UI to all three pages (dashboard, user-finder, bug-filer).
Atul Varma <avarma@mozilla.com>
parents:
diff changeset
9 <div id="header">
38
1cf0cdbc18cc better first-run experience
Atul Varma <avarma@mozilla.com>
parents: 37
diff changeset
10 <h1 class="title">Bugzilla Dashboard</h1>
37
deebff30e816 added login form
Atul Varma <avarma@mozilla.com>
parents: 36
diff changeset
11 <ul class="menu">
38
1cf0cdbc18cc better first-run experience
Atul Varma <avarma@mozilla.com>
parents: 37
diff changeset
12 <li title="login" class="requires-no-login">Log In</span>
37
deebff30e816 added login form
Atul Varma <avarma@mozilla.com>
parents: 36
diff changeset
13 <li title="login" class="requires-login">Change User</span>
deebff30e816 added login form
Atul Varma <avarma@mozilla.com>
parents: 36
diff changeset
14 <li title="find-user" class="requires-auth-login">Find A User</span>
deebff30e816 added login form
Atul Varma <avarma@mozilla.com>
parents: 36
diff changeset
15 <li title="file-bug">File A Bug</span>
deebff30e816 added login form
Atul Varma <avarma@mozilla.com>
parents: 36
diff changeset
16 </ul>
36
eb2cc1f89869 Added a test suite, basic CommonJS module loader, and a new main.html file that will be a unified UI to all three pages (dashboard, user-finder, bug-filer).
Atul Varma <avarma@mozilla.com>
parents:
diff changeset
17 </div>
eb2cc1f89869 Added a test suite, basic CommonJS module loader, and a new main.html file that will be a unified UI to all three pages (dashboard, user-finder, bug-filer).
Atul Varma <avarma@mozilla.com>
parents:
diff changeset
18 <div id="reports">
eb2cc1f89869 Added a test suite, basic CommonJS module loader, and a new main.html file that will be a unified UI to all three pages (dashboard, user-finder, bug-filer).
Atul Varma <avarma@mozilla.com>
parents:
diff changeset
19 </div>
37
deebff30e816 added login form
Atul Varma <avarma@mozilla.com>
parents: 36
diff changeset
20 <div id="login" class="dialog">
38
1cf0cdbc18cc better first-run experience
Atul Varma <avarma@mozilla.com>
parents: 37
diff changeset
21 <div class="content">
37
deebff30e816 added login form
Atul Varma <avarma@mozilla.com>
parents: 36
diff changeset
22 <form id="login-form">
deebff30e816 added login form
Atul Varma <avarma@mozilla.com>
parents: 36
diff changeset
23 <p>Enter your Bugzilla login information below.</p>
deebff30e816 added login form
Atul Varma <avarma@mozilla.com>
parents: 36
diff changeset
24 <p>Your browser sends these credentials directly to
deebff30e816 added login form
Atul Varma <avarma@mozilla.com>
parents: 36
diff changeset
25 Bugzilla over a secure connection&mdash;no third parties can access
deebff30e816 added login form
Atul Varma <avarma@mozilla.com>
parents: 36
diff changeset
26 them, including the server this page is hosted on.</p>
deebff30e816 added login form
Atul Varma <avarma@mozilla.com>
parents: 36
diff changeset
27 <table>
deebff30e816 added login form
Atul Varma <avarma@mozilla.com>
parents: 36
diff changeset
28 <tr>
deebff30e816 added login form
Atul Varma <avarma@mozilla.com>
parents: 36
diff changeset
29 <td>Your Username</td>
42
0a1c7fec0af2 css selector refactorings
Atul Varma <avarma@mozilla.com>
parents: 41
diff changeset
30 <td><input type="text" class="username" id="login-username"/></td>
37
deebff30e816 added login form
Atul Varma <avarma@mozilla.com>
parents: 36
diff changeset
31 </tr>
deebff30e816 added login form
Atul Varma <avarma@mozilla.com>
parents: 36
diff changeset
32 <tr>
deebff30e816 added login form
Atul Varma <avarma@mozilla.com>
parents: 36
diff changeset
33 <td>Your Password</td>
42
0a1c7fec0af2 css selector refactorings
Atul Varma <avarma@mozilla.com>
parents: 41
diff changeset
34 <td><input type="password" class"password" id="login-password"/></td>
37
deebff30e816 added login form
Atul Varma <avarma@mozilla.com>
parents: 36
diff changeset
35 </tr>
deebff30e816 added login form
Atul Varma <avarma@mozilla.com>
parents: 36
diff changeset
36 </table>
deebff30e816 added login form
Atul Varma <avarma@mozilla.com>
parents: 36
diff changeset
37 <br/>
42
0a1c7fec0af2 css selector refactorings
Atul Varma <avarma@mozilla.com>
parents: 41
diff changeset
38 <input type="submit" id="login-submit" value="View Dashboard"/>
37
deebff30e816 added login form
Atul Varma <avarma@mozilla.com>
parents: 36
diff changeset
39 </form>
38
1cf0cdbc18cc better first-run experience
Atul Varma <avarma@mozilla.com>
parents: 37
diff changeset
40 </div>
37
deebff30e816 added login form
Atul Varma <avarma@mozilla.com>
parents: 36
diff changeset
41 </div>
36
eb2cc1f89869 Added a test suite, basic CommonJS module loader, and a new main.html file that will be a unified UI to all three pages (dashboard, user-finder, bug-filer).
Atul Varma <avarma@mozilla.com>
parents:
diff changeset
42 </body>
37
deebff30e816 added login form
Atul Varma <avarma@mozilla.com>
parents: 36
diff changeset
43 <!-- Base Scripts -->
36
eb2cc1f89869 Added a test suite, basic CommonJS module loader, and a new main.html file that will be a unified UI to all three pages (dashboard, user-finder, bug-filer).
Atul Varma <avarma@mozilla.com>
parents:
diff changeset
44 <script src="js/jquery.js"></script>
eb2cc1f89869 Added a test suite, basic CommonJS module loader, and a new main.html file that will be a unified UI to all three pages (dashboard, user-finder, bug-filer).
Atul Varma <avarma@mozilla.com>
parents:
diff changeset
45 <script src="js/require.js"></script>
eb2cc1f89869 Added a test suite, basic CommonJS module loader, and a new main.html file that will be a unified UI to all three pages (dashboard, user-finder, bug-filer).
Atul Varma <avarma@mozilla.com>
parents:
diff changeset
46 <script src="js/main.js"></script>
37
deebff30e816 added login form
Atul Varma <avarma@mozilla.com>
parents: 36
diff changeset
47
deebff30e816 added login form
Atul Varma <avarma@mozilla.com>
parents: 36
diff changeset
48 <!-- CommonJS Modules -->
41
7a1162b1b7e7 Added app module
Atul Varma <avarma@mozilla.com>
parents: 39
diff changeset
49 <script src="js/modules/app.js"></script>
36
eb2cc1f89869 Added a test suite, basic CommonJS module loader, and a new main.html file that will be a unified UI to all three pages (dashboard, user-finder, bug-filer).
Atul Varma <avarma@mozilla.com>
parents:
diff changeset
50 </html>