Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Linus
apb
Commits
9c1444fc
Commit
9c1444fc
authored
Oct 09, 2018
by
Linus
🤔
Browse files
fix dropdown menues
parent
8bd766df
Pipeline
#77537
passed with stages
in 24 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
templates/delete.html
View file @
9c1444fc
...
...
@@ -14,9 +14,9 @@ Wir machen Backups, aber das wäre trotzdem einfach blöd.
<option
value=
"tutorium"
>
Tutorium getauscht
</option>
</select>
<br><br>
{{ template "dropdown" }}
{{ template "dropdown"
.
}}
<br><br>
<input
type=
"submit"
value=
"Löschen"
>
</form>
{{ template "scripts" }}
{{ template "scripts"
.
}}
{{ end }}
templates/search.html
View file @
9c1444fc
...
...
@@ -4,7 +4,7 @@ im Bachelor (vielleicht auch Master?) Informatik suchen, oder
dich selbst finden lassen.
<form
method=
"get"
action=
"/dosearch"
>
<br><br>
{{ template "dropdown" }}
{{ template "dropdown"
.
}}
<br><br>
<label
for=
"tutorium"
><b>
Dein Tutorium:
</b></label>
<input
name=
"tutorium"
type=
"number"
>
...
...
@@ -19,5 +19,5 @@ Ist dein Fach nicht dabei? <a href="https://git.rwth-aachen.de/h/apb/">Erstelle
<br>
Gibt es ein Fach gar zwei mal?? Nehme erst mal das erste, und erstelle bitte auch ein Issue.
{{ template "scripts" }}
{{ template "scripts"
.
}}
{{ end }}
templates/tutswap.html
View file @
9c1444fc
{{ define "content" }}
<form
method=
"get"
action=
"/doswapsearch"
>
<br><br>
{{ template "dropdown" }}
{{ template "dropdown"
.
}}
<br><br>
<input
type=
"submit"
value=
"Suchen!"
>
</form>
...
...
@@ -11,5 +11,5 @@ Ist dein Fach nicht dabei? <a href="https://git.rwth-aachen.de/h/apb/">Erstelle
<br>
Gibt es ein Fach gar zwei mal?? Nehme erst mal das erste, und erstelle bitte auch ein Issue.
{{ template "scripts" }}
{{ template "scripts"
.
}}
{{ end }}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment