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

Unified Diff: appengine/monorail/templates/sitewide/moved-page.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/sitewide/moved-page.ezt
diff --git a/appengine/monorail/templates/sitewide/moved-page.ezt b/appengine/monorail/templates/sitewide/moved-page.ezt
new file mode 100644
index 0000000000000000000000000000000000000000..c05d556ae142cbfa3a0c76752d67162f6c00bfd3
--- /dev/null
+++ b/appengine/monorail/templates/sitewide/moved-page.ezt
@@ -0,0 +1,24 @@
+[include "../framework/master-header.ezt" "hidetabs"]
+
+<h3>Project has moved</h3>
+
+<h4>What happened?</h4>
+
+<p>Project "[project_name]" has moved to another location on the Internet.</p>
+
+<div style="margin:2em" class="help">
+ <b style="margin:0.5em">Your options:</b>
+
+ <ul>
+ [if-any moved_to_url]
+ <li>View the project at:
+ <a href="[moved_to_url]">[moved_to_url]</a></li>
+ [end]
+ <li><a href="http://www.google.com/search?q=[project_name]">Search the web</a>
+ for pages about "[project_name]".
+ </li>
+
+ </ul>
+</div>
+
+[include "../framework/master-footer.ezt"]

Powered by Google App Engine
This is Rietveld 408576698