From 71cf40b9dc8b0ecacf08c5f2dd1140c2022674f9 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Wed, 11 May 2011 15:17:03 +0200 Subject: launch page --- src/templates/apps/room/launch.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/templates/apps/room/launch.html (limited to 'src/templates/apps') diff --git a/src/templates/apps/room/launch.html b/src/templates/apps/room/launch.html new file mode 100644 index 0000000..cc80ca6 --- /dev/null +++ b/src/templates/apps/room/launch.html @@ -0,0 +1,28 @@ +{% extends "base.html" %} +{% load datehumanize %} +{% load prefix %} +{% block widgets %} +{% endblock %} +{% block content %} +

Entering {{room.name}}

+
+
+

+ Note + You are about to enter the meeting room '{{room.name}}'. + {%if room.nusers == 0 %}You are the first user to enter the room. If you are hosting this meeting and are comfortable with + the Adobe Connect software you may press 'Enter as Host' below. + {%else%} + There are {{room.nusers}} other participants in the room. + {% endif %} +

+
+
+
+ +{% endblock %} \ No newline at end of file -- cgit v1.1