summaryrefslogtreecommitdiff
path: root/src/templates/apps
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2011-10-13 14:33:54 +0200
committerLeif Johansson <leifj@sunet.se>2011-10-13 14:33:54 +0200
commit81e609a599afa68a05f65cae708f4b11e0f329c2 (patch)
treef95e77efcd5938bdf8db21137b2ed0ef9bea01f0 /src/templates/apps
parent88cd7db6af59c479993df74b3721c2a55a554025 (diff)
- lock rooms when cleaning
- send access to retry page when room locked - fall back to regular login-page if user-login fails
Diffstat (limited to 'src/templates/apps')
-rw-r--r--src/templates/apps/room/retry.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/templates/apps/room/retry.html b/src/templates/apps/room/retry.html
new file mode 100644
index 0000000..0e27e77
--- /dev/null
+++ b/src/templates/apps/room/retry.html
@@ -0,0 +1,13 @@
+{% load prefix %}
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<meta HTTP-EQUIV="REFRESH" content="{{wait}}; url={% prefix %}/go/{{room.urlpath}}"/>
+</head>
+<body>
+<h1>Room is temporarily locked</h1>
+<p>Retrying room in {{wait}} seconds...</p>
+<img src="{% prefix %}/site-media/img/ajax-loader.gif"/>
+</body>
+</html> \ No newline at end of file