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

Unified Diff: appengine/monorail/templates/framework/excessive-activity-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/excessive-activity-page.ezt
diff --git a/appengine/monorail/templates/framework/excessive-activity-page.ezt b/appengine/monorail/templates/framework/excessive-activity-page.ezt
new file mode 100644
index 0000000000000000000000000000000000000000..dc1fe50ef8da35560eea00f4de4e37d186cd40aa
--- /dev/null
+++ b/appengine/monorail/templates/framework/excessive-activity-page.ezt
@@ -0,0 +1,31 @@
+[include "../framework/master-header.ezt" "hidetabs"]
+
+<h3>Action Limit Exceeded</h3>
+
+<h4>What happened?</h4>
+
+<div style="width:60em">
+
+<p>You have performed the requested action too many times in a 24-hour
+time period. Or, you have performed the requested action too many
+times since the creation of your account.</p>
+
+<p>We place limits on the number of actions that can be performed by
+each user in order to reduce the potential for abuse. We feel that we have set
+these limits high enough that legitimate use will very rarely
+reach them. Without these limits, a few abusive users could degrade
+the quality of this site for everyone.</p>
+
+
+<div style="margin:2em" class="help">
+ <b style="margin:0.5em">Your options:</b>
+
+ <ul>
+ <li>Wait 24 hours and then try this action again.</li>
+ <li>Ask another member of your project to perform the action for you.</li>
+ <li><a href="mailto:[feedback_email]">Contact us</a> for further assistance.</li>
+ </ul>
+</div>
+
+</div>
+[include "../framework/master-footer.ezt"]

Powered by Google App Engine
This is Rietveld 408576698