This repository was archived by the owner on May 13, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (53 loc) · 2.92 KB
/
Copy pathindex.html
File metadata and controls
57 lines (53 loc) · 2.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Meta Bug Tracker</title>
<link rel="stylesheet" type="text/css" href="css/meta.css"/>
<script src="js/libs/jquery-1.12.0.min.js"></script>
<script src="js/libs/jquery-cross-origin.min.js"></script>
<script src="js/libs/purl-2.3.1/purl.js"></script>
<script src="js/meta.js"></script>
</head>
<body id="body" style="background-color:#f2f3f4;">
<div id="header-bg" class="header-bg"></div>
<div class="header"><img id="title-img" src="images/bugzilla.png" height="100%"/>
<div id="title"><a href="https://www.bugzilla.org/">Bugzilla</a></div>
<div id="subtitle" class="subtitle">Dependency Tracker</div>
</div>
<div id="announcement" class="announcement">
<button class="openButton" onclick="openSettings()"><strong>Settings</strong></button>
</div>
<div class="settingsPopup">
<div class="formPopup" id="popupForm">
<form action="/action_page.php" class="formContainer">
<h2>Settings</h2>
<label for="api-key">
<strong><a href="https://wiki.mozilla.org/Bugzilla:REST_API#with_two_factor_authentication" target="_blank" rel="noopener noreferrer">API Key</a></strong>
</label>
<input type="text" id="api-key" placeholder="Bugzilla API Key" name="key"/>
<label for="watch-bug">Metabug(s)</label>
<input type="text" id="watch-bug" placeholder="number[, number...]" name="bug"/>
<label for="refresh-interval">Refresh interval</label>
<input type="text" id="refresh-interval" placeholder="seconds" name="refresh"/>
<label for="persist-values">Always remember my settings</label>
<input type="checkbox" id="persist-values" placeholder="Remember" name="remember"/>
<button type="submit" class="btn" id="applySettingsButton">Apply</button>
<button type="button" class="btn cancel" onclick="closeSettings()">Cancel</button>
</form>
</div>
</div>
<center>
<div id="legend">[ <img src="images/new.png" style="vertical-align: middle"> new
<img src="images/security.png" style="vertical-align: middle;"> sec bug
<img src="images/defect.png" style="vertical-align: middle;"> defect
<img src="images/task.png" style="vertical-align: middle;"> task
<img src="images/enhancement.png" style="vertical-align: middle;"> enhancement ]
[ last activity: ⤤ older than
⤦ younger than ]</div>
<br>
<div id="content"><h2>Please configure your metabug trackers in "Settings".</h2></div><br>
<div id="update"></div>
</center>
</body>
</html>