summaryrefslogtreecommitdiff
path: root/templates/apps/room/retry.html
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2012-10-04 15:39:08 +0200
committerLeif Johansson <leifj@sunet.se>2012-10-04 15:39:08 +0200
commit2bdad0ae7a3a6e4ec5116becd39910388b679ed2 (patch)
tree5afdfba0a93c1af50d53bdc245d57cc4053e109a /templates/apps/room/retry.html
parent873e7823970352d591deee5f67f47c5436ee0e84 (diff)
restructure
Diffstat (limited to 'templates/apps/room/retry.html')
-rw-r--r--templates/apps/room/retry.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/apps/room/retry.html b/templates/apps/room/retry.html
new file mode 100644
index 0000000..28054cc
--- /dev/null
+++ b/templates/apps/room/retry.html
@@ -0,0 +1,13 @@
+
+<!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=/go/{{room.urlpath}}"/>
+</head>
+<body>
+<h1>Room is temporarily locked</h1>
+<p>Retrying room in {{wait}} seconds...</p>
+<img src="{{STATIC_URL}}img/ajax-loader.gif"/>
+</body>
+</html> \ No newline at end of file