Mercurial > bugzilla-dashboard
view index.html @ 14:1ece61eda826
Renamed pretty-date.js to date-utils.js.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Mon, 08 Mar 2010 22:48:06 -0800 |
parents | ea3ec9f460db |
children | c4de72b56b3e |
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="dashboard.css" /> <title>Atul's Bugzilla Dashboard</title> </head> <body> <div id="reports"> <h1>Atul's Bugzilla Dashboard</h1> <div class="container"> <div id="assigned-bugs"><h2>My Assigned Bugs</h2></div> <div id="fixed-bugs"><h2>My Fixed Bugs</h2></div> <div id="code-reviews"><h2>My Requested Code Reviews</h2></div> <div id="reported-bugs"><h2>My Reported Bugs</h2></div> <div id="cc-bugs"><h2>My CC'd Bugs</h2></div> </div> </div> <div id="templates"> <div class="bug-tooltip"> <div> <span class="priority"></span> <span class="severity"></span> </div> <div> <span class="product"></span> <span class="component"></span> </div> <div>Created <span class="age"></span></div> </div> <table class="bugs"> <tr class="header"> <th>Summary</th> <th>Last Changed</th> </tr> <tr class="bug-row"> <td class="summary"></td> <td class="last-changed"></td> </tr> </table> </div> </body> <script src="jquery.js"></script> <script src="date-utils.js"></script> <script src="bugzilla.js"></script> <script src="dashboard.js"></script> </html>