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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 [if-any site_banner_message]
2 <div style="font-weight:bold; color:#a03; padding:5px; margin-top:10px; text-al ign:center; background:#ffeac0;">
3 [site_banner_message]
4 [if-any banner_time]
5 <a href="http://www.timeanddate.com/worldclock/fixedtime.html?month=[banne r_time.month]&day=[banner_time.day]&year=[banner_time.year]&hour=[banner_time.ho ur]&min=[banner_time.minute]&sec=[banner_time.second]&p1=137">[banner_time.weekd ay], [banner_time.hour_min] PDT</a>
6 [end]
7 </div>
8 [end]
OLDNEW
« 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