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

Unified Diff: appengine_apps/chromium_status/templates/current.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/current.html
diff --git a/appengine_apps/chromium_status/templates/current.html b/appengine_apps/chromium_status/templates/current.html
deleted file mode 100644
index a2cb2ee1bb55c8e0cf2585a9f86e23ec97423616..0000000000000000000000000000000000000000
--- a/appengine_apps/chromium_status/templates/current.html
+++ /dev/null
@@ -1,55 +0,0 @@
-<html>
-<body marginwidth="0" marginheight="0" topmargin="0" leftmargin="6">
-<style type="text/css">
-a:link { color: #0000ff; }
-a:vlink { color: #0000ff; }
-a:alink { color: #0000ff; }
-div.status-message {
- margin-bottom: 1em;
- padding: 0.5em;
- font-weight: normal;
- font-size: 16px;
- font-family: Verdana, Cursor;
- text-align: center;
- color: black;
- border-top-right-radius: 24px;
- -webkit-border-top-right-radius: 24px;
- -moz-border-radius-topright: 1em;
- border-top-left-radius: 24px;
- -webkit-border-top-left-radius: 24px;
- -moz-border-radius-topleft: 1em;
- box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
- -moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
- -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
-}
-span.change_status {
- float:right;
- font-size: 10px;
-}
-div.open {
- background-color: #8fdf5f;
-}
-div.closed {
- background-color: #e98080;
-}
-div.maintenance {
- background-color: #e0b0ff;
-}
-div.throttled {
- background-color: #fffc6c;
-}
-</style>
-
-<center width="100%">
- {% if show_login %}
- <div class="status-message maintenance">
- <a target="_blank" href="/">Login Required</a></div>
- {% else %}
- <a href="/" target="_blank">
- <div class="status-message {{ state }}">{{ message }} </div>
- </a>
- {% endif %}
-</center>
-
-</body>
-</html>
« no previous file with comments | « appengine_apps/chromium_status/templates/cq_top_score.html ('k') | appengine_apps/chromium_status/templates/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698