| OLD | NEW |
| (Empty) |
| 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-trans
itional.dtd"> | |
| 2 <html> | |
| 3 <head> | |
| 4 <meta http-equiv="content-type" content="text/html; charset=utf-8"/> | |
| 5 <title>{{ title }}</title> | |
| 6 <link href="/stylesheets/style.css" type="text/css" rel="stylesheet"/> | |
| 7 {% block extra_head %}{% endblock %} | |
| 8 </head> | |
| 9 <body> | |
| 10 <center> | |
| 11 <table width="100%%"> | |
| 12 <tr> | |
| 13 <td align="left"> | |
| 14 <a href="/"> | |
| 15 <img border="0" height="75" src="/logo.png"> | |
| 16 </a> | |
| 17 </td> | |
| 18 <td valign="middle" align="center" width="100%" style="font-size:small
er"> | |
| 19 <a href="https://chromium.googlesource.com/infra/infra.git/+/master/
appengine_apps/chromium_status/">source</a> | | |
| 20 <a href="https://code.google.com/p/chromium/issues/entry?template=Bu
ild%20Infrastructure">bug</a> | | |
| 21 <a href="https://chrome.google.com/webstore/detail/chrome-os-tree-st
atus/ebdinlbmpcdebianielhijhbalinlahg">extension</a> | | |
| 22 <a href="/allstatus">allstatus</a> | | |
| 23 <a href="/breakpad">breakpad</a> | | |
| 24 <a href="/cq">cq</a>/<a href="/cq/top">top</a> | | |
| 25 <a href="/current?format=raw">current</a> | | |
| 26 <a href="/lkgr">lkgr</a> | | |
| 27 <a href="/commits">commits</a> | | |
| 28 <a href="/status_viewer">status_viewer</a> | |
| 29 </td> | |
| 30 <td valign="top" align="right"> | |
| 31 <b> {{ username }} </b> | |
| 32 <br /><span name="date.datetz">{{current_UTC_time|date:"D, d M Y H:i
:s T" }}</span> | |
| 33 </td> | |
| 34 </tr> | |
| 35 </table> | |
| 36 </center> | |
| 37 {% block content %}{% endblock %} | |
| 38 </body> | |
| 39 </html> | |
| OLD | NEW |