OLD | NEW |
1 {% extends "layout.html" %} | 1 {% extends "layout.html" %} |
2 | 2 |
3 {% block header -%} | 3 {% block header -%} |
4 {{ super() }} | 4 {{ super() }} |
5 <hr/> | 5 <hr/> |
6 | 6 |
7 <div class="Announcement"> | 7 <div class="Announcement"> |
8 | 8 |
9 <iframe width="100%" height="44" frameborder="0" scrolling="no" src="https://v8-
status.appspot.com/current" ></iframe> | 9 <iframe width="100%" height="44" frameborder="0" scrolling="no" src="https://v8-
status.appspot.com/current" ></iframe> |
10 | 10 |
11 <center style="padding: 0 7px"> | 11 <center style="padding: 0 7px"> |
12 <table width="100%" valign="top" bgcolor="#efefef" style="border-bottom-left-r
adius: 24px; border-bottom-right-radius: 24px; box-shadow: 2px 2px 6px rgba(0,0,
0,0.6);"> | 12 <table width="100%" valign="top" bgcolor="#efefef" style="border-bottom-left-r
adius: 24px; border-bottom-right-radius: 24px; box-shadow: 2px 2px 6px rgba(0,0,
0,0.6);"> |
13 <tr> | 13 <tr> |
14 <td style="text-align: center;"> | 14 <td style="text-align: center;"> |
15 <b>Sheriff: </b> | 15 <b>Sheriff: </b> |
16 <script src='https://chromium-build.appspot.com/p/chromium/sheriff_v8.js
'></script> | 16 <script src='https://chromium-build.appspot.com/p/chromium/sheriff_v8.js
'></script> |
17 | 17 |
18 <b>Masters: </b> | 18 <b>Masters: </b> |
19 <a id="master_v8" href="../client.v8">client.v8</a> | | 19 <a id="master_v8" href="../client.v8">client.v8</a> | |
20 <a id="master_v8_branches" href="../client.v8.branches">client.v8.branch
es</a> | 20 <a id="master_v8_branches" href="../client.v8.branches">client.v8.branch
es</a> |
21 | 21 |
22 <b>Controls: </b><a id="tree_status_link" href="https://v8-status.appspo
t.com">tree status</a> | 22 <b>Controls: </b> |
| 23 <a id="tree_status_link" href="https://v8-status.appspot.com">tree statu
s</a> | |
| 24 <a id="roll_status_link" href="https://v8-roll.appspot.com">roll status<
/a> |
23 </td> | 25 </td> |
24 </tr> | 26 </tr> |
25 </table> | 27 </table> |
26 </center> | 28 </center> |
27 | 29 |
28 </div> | 30 </div> |
29 {% endblock header %} | 31 {% endblock header %} |
30 | 32 |
31 {% block footer %} | 33 {% block footer %} |
32 | 34 |
33 {{ super() }} | 35 {{ super() }} |
34 {# <p>Debug info: {{ debuginfo }}</p> #} | 36 {# <p>Debug info: {{ debuginfo }}</p> #} |
35 {% endblock %} | 37 {% endblock %} |
OLD | NEW |