This repository was archived by the owner on Jun 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.html
45 lines (42 loc) · 1.96 KB
/
popup.html
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
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript"
src='https://www.google.com/jsapi?autoload={"modules":[{"name":"visualization","version":"1","packages": ["corechart"]}]}'>
</script>
<script src="jquery-1.8.0.min.js"> </script>
<script src="jquery.color.js"> </script>
<script src="q.js"> </script>
<script src="linkify.js"> </script>
<script src="shared.js"> </script>
<script src="popup.js"> </script>
<link rel="stylesheet" href="popup.css" type="text/css">
</head>
<body>
<div id="progress"></div>
<div>Latest Blink roll: r<span id="blink-version"></span>
in chromium r<span id="chromium-blink-version"></span></div>
<div>Chromium LKGR: r<span id="chromium-lkgr"></span></div>
<div>Blink gardeners: <span id="blink-gardeners"></span></div>
<button id="refresh-button">Refresh</button>
<div>Chromium Review Nickname: <input type="text" id="review-nick">
</input></div>
<div id="feed-info">
<div class="entry-list" id="chromium-queue-title">Chromium: <span class="current-queue"></span></div>
<div class="entry-list" id="blink-queue-title">Blink Queue: <span class="current-queue"></span></div>
<div class="entry-list" id="blink-pending-title">Blink Pending: <span class="current-pending"></span></div>
<div class="entry-list" id="blink-landed-title">Blink Landed: <span class="current-landed"></span></div>
<a id="feed-jump"></a>
<div id="checkins">
<div id="checkin-table-wrap">
<table id="checkin-table">
<tr id="chrome-status"></tr>
<tr id="feed-entries">
</tr>
</table>
</div>
<div id="entry-details"></div>
</div>
</div>
</body>
</html>