29 строки
779 B
HTML
29 строки
779 B
HTML
<!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="all_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>
|
|
<input type="checkbox" name="wontfix" id="wontfix" /><label for="flash"
|
|
>Show 'wontfix' bugs</label
|
|
>
|
|
<br /><br />
|
|
<img id="spin" src="spin.svg" />
|
|
<table id="table">
|
|
<tr>
|
|
<th>Bug</th>
|
|
<th>Signature(s)</th>
|
|
<th>Number of crashes</th>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|