Skip to content
Snippets Groups Projects
Commit dcf560cf authored by Martin Mareš's avatar Martin Mareš
Browse files

Úpravy pro ZŠ Dobřichovice

parent 99bb3738
No related branches found
No related tags found
No related merge requests found
DEST=/srv/mffzoom/app
DEST=/srv/zoom-zs-dobrichovice/app
install:
rsync -av --delete zoom.py templates $(DEST)/
......
......@@ -62,7 +62,7 @@
</style>
</head>
<body>
<h1>MFF Zoom</h1>
<h1>Zoom ZŠ Dobřichovice</h1>
<p id=intro>This table summarizes meetings scheduled in our Zoom accounts. Use standard Zoom interface
to create and modify reservations. Please keep in mind that there is a slight delay between Zoom
and this table. Please report all bugs to Martin Mareš.</p>
......@@ -74,10 +74,6 @@
<option value=1{{ " selected" if g.hours==1 else "" }}>Working hours</option>
<option value=2{{ " selected" if g.hours==2 else "" }}>Whole day</option>
</select>
<select name=rooms>
<option value=i{{ " selected" if g.rooms=="i" else "" }}>CompSci rooms</option>
<option value=m{{ " selected" if g.rooms=="m" else "" }}>Math rooms</option>
</select>
<input type=submit name=submit value="Submit">
</form>
......
......@@ -56,24 +56,9 @@ def get_date():
room_list = {
'i': [
('Z1', 'zoom-1@d3s.mff.cuni.cz'),
('Z2', 'zoom-2@d3s.mff.cuni.cz'),
('Z3', 'zoom-3@d3s.mff.cuni.cz'),
('Z4', 'zoom-4@d3s.mff.cuni.cz'),
('Z5', 'zoom-5@d3s.mff.cuni.cz'),
('Z6', 'zoom-6@d3s.mff.cuni.cz'),
('Z7', 'zoom-7@d3s.mff.cuni.cz'),
('Z8', 'zoom-8@d3s.mff.cuni.cz'),
('Z9', 'zoom-9@d3s.mff.cuni.cz'),
('Z10', 'zoom-10@d3s.mff.cuni.cz'),
],
'm': [
('ZM1', 'zoom-m-1@d3s.mff.cuni.cz'),
('ZM2', 'zoom-m-2@d3s.mff.cuni.cz'),
('ZM3', 'zoom-m-3@d3s.mff.cuni.cz'),
('ZM4', 'zoom-m-4@d3s.mff.cuni.cz'),
('ZM7', 'zoom-m-7@d3s.mff.cuni.cz'),
('ZM8', 'zoom-m-8@d3s.mff.cuni.cz'),
('Mejstříková', 'mejstrikova@zsdobrichovice.cz'),
('Barvová', 'barvova@zsdobrichovice.cz'),
('Dvořáková', 'dvorakova@zsdobrichovice.cz'),
],
}
......
DEST=/srv/mffzoom/hook
DEST=/srv/zoom-zs-dobrichovice/hook
install:
cp hook.wsgi $(DEST)/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment