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

Unified Diff: appengine/monorail/templates/framework/banned-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/framework/banned-page.ezt
diff --git a/appengine/monorail/templates/framework/banned-page.ezt b/appengine/monorail/templates/framework/banned-page.ezt
new file mode 100644
index 0000000000000000000000000000000000000000..d9bf6bc8a69c64110096623704817023efa2a655
--- /dev/null
+++ b/appengine/monorail/templates/framework/banned-page.ezt
@@ -0,0 +1,25 @@
+[include "../framework/master-header.ezt" "hidetabs"]
+
+<h3>Access Not Allowed</h3>
+
+<h4>What happened?</h4>
+
+<p>You are not allowed to access this service.</p>
+
+<p>Please <a href="mailto:[feedback_email]">contact us</a> if you believe that you should be able to access this service. (This is a Google Group; what you write will be visible on the Internet.)</p>
+
+[# Note: we do not show the reason for being banned. ]
+
+
+<div style="margin:2em" class="help">
+ <b style="margin:0.5em">Your options:</b>
+
+ <ul>
+ <li>Participate in the open source community through other websites.</li>
+ <li><a href="[logout_url_goto_home]">Sign out</a> and access this site as
+ an anonymous user.</li>
+ <li><a href="mailto:[feedback_email]">Contact us</a> for further assistance.</li>
+ </ul>
+</div>
+
+[include "../framework/master-footer.ezt"]

Powered by Google App Engine
This is Rietveld 408576698