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

Unified Diff: appengine/monorail/templates/framework/banner_message.ezt

Issue 1868553004: Open Source Monorail (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Rebase Created 4 years, 8 months 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/monorail/templates/framework/banner_message.ezt
diff --git a/appengine/monorail/templates/framework/banner_message.ezt b/appengine/monorail/templates/framework/banner_message.ezt
new file mode 100644
index 0000000000000000000000000000000000000000..a8a40978cabb5b91f487d4b1a6f4abf85de28477
--- /dev/null
+++ b/appengine/monorail/templates/framework/banner_message.ezt
@@ -0,0 +1,8 @@
+[if-any site_banner_message]
+ <div style="font-weight:bold; color:#a03; padding:5px; margin-top:10px; text-align:center; background:#ffeac0;">
+ [site_banner_message]
+ [if-any banner_time]
+ <a href="http://www.timeanddate.com/worldclock/fixedtime.html?month=[banner_time.month]&day=[banner_time.day]&year=[banner_time.year]&hour=[banner_time.hour]&min=[banner_time.minute]&sec=[banner_time.second]&p1=137">[banner_time.weekday], [banner_time.hour_min] PDT</a>
+ [end]
+ </div>
+[end]
« no previous file with comments | « appengine/monorail/templates/framework/banned-page.ezt ('k') | appengine/monorail/templates/framework/captcha-field.ezt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698