missing_uplifts.html (32 lines of code) (raw):

<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Missing uplifts</title> <link rel="stylesheet" href="style.css" /> </head> <body> <script src="missing_uplifts.js" type="text/javascript"></script> <label for="channel">Channel:</label> <select name="channel" id="channel"> <option>release</option> <option selected>beta</option> </select> <label for="crashesType">Crashes type:</label> <select name="crashesType" id="crashesType"> <option selected>All crashes</option> <option>Startup crashes</option> </select> <input type="checkbox" name="wontfix" id="wontfix" /><label for="flash" >Show 'wontfix' bugs</label > <br /><br /> <table id="table"> <tr> <th>Rank</th> <th>Signature</th> <th>Bug(s)</th> </tr> </table> </body> </html>