Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mffzoom
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wizards
mffzoom
Commits
dcf560cf
Commit
dcf560cf
authored
5 years ago
by
Martin Mareš
Browse files
Options
Downloads
Patches
Plain Diff
Úpravy pro ZŠ Dobřichovice
parent
99bb3738
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
app/Makefile
+1
-1
1 addition, 1 deletion
app/Makefile
app/templates/main.html
+1
-5
1 addition, 5 deletions
app/templates/main.html
app/zoom.py
+3
-18
3 additions, 18 deletions
app/zoom.py
hook/Makefile
+1
-1
1 addition, 1 deletion
hook/Makefile
with
6 additions
and
25 deletions
app/Makefile
+
1
−
1
View file @
dcf560cf
DEST
=
/srv/
mff
zoom/app
DEST
=
/srv/zoom
-zs-dobrichovice
/app
install
:
rsync
-av
--delete
zoom.py templates
$(
DEST
)
/
...
...
This diff is collapsed.
Click to expand it.
app/templates/main.html
+
1
−
5
View file @
dcf560cf
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
app/zoom.py
+
3
−
18
View file @
dcf560cf
...
...
@@ -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
'
),
],
}
...
...
This diff is collapsed.
Click to expand it.
hook/Makefile
+
1
−
1
View file @
dcf560cf
DEST
=
/srv/
mff
zoom/hook
DEST
=
/srv/zoom
-zs-dobrichovice
/hook
install
:
cp
hook.wsgi
$(
DEST
)
/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment