Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2145)

Unified Diff: appengine_apps/chromium_status/templates/base.html

Issue 778533003: Moved chromium_status to appengine/ (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: appengine_apps/chromium_status/templates/base.html
diff --git a/appengine_apps/chromium_status/templates/base.html b/appengine_apps/chromium_status/templates/base.html
deleted file mode 100644
index 7b48f6ce75d4e7a524d34faa1a149ef7429cddb7..0000000000000000000000000000000000000000
--- a/appengine_apps/chromium_status/templates/base.html
+++ /dev/null
@@ -1,39 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
-<html>
- <head>
- <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
- <title>{{ title }}</title>
- <link href="/stylesheets/style.css" type="text/css" rel="stylesheet"/>
- {% block extra_head %}{% endblock %}
- </head>
- <body>
- <center>
- <table width="100%%">
- <tr>
- <td align="left">
- <a href="/">
- <img border="0" height="75" src="/logo.png">
- </a>
- </td>
- <td valign="middle" align="center" width="100%" style="font-size:smaller">
- <a href="https://chromium.googlesource.com/infra/infra.git/+/master/appengine_apps/chromium_status/">source</a> |
- <a href="https://code.google.com/p/chromium/issues/entry?template=Build%20Infrastructure">bug</a> |
- <a href="https://chrome.google.com/webstore/detail/chrome-os-tree-status/ebdinlbmpcdebianielhijhbalinlahg">extension</a> |
- <a href="/allstatus">allstatus</a> |
- <a href="/breakpad">breakpad</a> |
- <a href="/cq">cq</a>/<a href="/cq/top">top</a> |
- <a href="/current?format=raw">current</a> |
- <a href="/lkgr">lkgr</a> |
- <a href="/commits">commits</a> |
- <a href="/status_viewer">status_viewer</a>
- </td>
- <td valign="top" align="right">
- <b> {{ username }} </b>
- <br /><span name="date.datetz">{{current_UTC_time|date:"D, d M Y H:i:s T" }}</span>
- </td>
- </tr>
- </table>
- </center>
- {% block content %}{% endblock %}
- </body>
-</html>
« no previous file with comments | « appengine_apps/chromium_status/templates/allstatus.html ('k') | appengine_apps/chromium_status/templates/breakpad.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698