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
3d8fabbb
Commit
3d8fabbb
authored
5 years ago
by
Martin Mareš
Browse files
Options
Downloads
Patches
Plain Diff
App: JavaScript buttons for switching days
parent
ffa20ccd
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/templates/main.html
+4
-2
4 additions, 2 deletions
app/templates/main.html
with
4 additions
and
2 deletions
app/templates/main.html
+
4
−
2
View file @
3d8fabbb
...
@@ -67,9 +67,11 @@
...
@@ -67,9 +67,11 @@
<p
id=
intro
>
This table summarizes meetings scheduled in our Zoom accounts. Use standard Zoom interface
<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
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>
and this table. Please report all bugs to Martin Mareš.
</p>
<form
method=
GET
action=
"?"
>
<form
id=
f
method=
GET
action=
"?"
>
<label
for=
date
>
Date:
</label>
<label
for=
date
>
Date:
</label>
<input
id=
date
type=
date
name=
date
value=
"{{ g.date }}"
>
<input
id=
date
type=
date
name=
date
step=
1
value=
"{{ g.date }}"
>
<button
type=
button
onclick=
"document.getElementById('date').stepDown(); document.getElementById('f').requestSubmit()"
>
←
</button>
<button
type=
button
onclick=
"document.getElementById('date').stepUp(); document.getElementById('f').requestSubmit()"
>
→
</button>
<select
name=
hours
>
<select
name=
hours
>
<option
value=
0{{
"
selected
"
if
g.hours=
=0
else
""
}}
>
Study hours
</option>
<option
value=
0{{
"
selected
"
if
g.hours=
=0
else
""
}}
>
Study hours
</option>
<option
value=
1{{
"
selected
"
if
g.hours=
=1
else
""
}}
>
Working hours
</option>
<option
value=
1{{
"
selected
"
if
g.hours=
=1
else
""
}}
>
Working hours
</option>
...
...
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