Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
s7_spruge_k
calendar
Commits
c0676c85
Commit
c0676c85
authored
Jun 18, 2019
by
sapn1s
Browse files
Update 2
parent
9c41668c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
32 deletions
+8
-32
src/main/resources/templates/calendar.html
src/main/resources/templates/calendar.html
+8
-32
No files found.
src/main/resources/templates/calendar.html
View file @
c0676c85
...
...
@@ -117,42 +117,18 @@ a:hover {
<!-- Modal content -->
<div
class=
"modal-content w-50"
>
<span
class=
"close"
>
×
</span>
<div
class=
"row"
>
<div
class=
"col-sm-6"
>
Title:
<span
id=
"evTitle"
></span>
</div>
<div
class=
"col-sm-6"
>
</div>
</div>
<form
action=
"#"
th:action=
"@{/view-calendars}"
th:object=
"${model}"
method=
"post"
>
Title:
<input
name=
"evTitle"
type=
"text"
id=
"evTitle"
th:value=
"${evTitle}"
readonly
/>
<br>
<div
class=
"row"
>
<div
class=
"col-sm-6"
>
Description:
<span
id=
"evDescription"
></span>
</div>
<div
class=
"col-sm-6"
>
</div>
</div>
Description:
<input
name=
"evDescription"
type=
"text"
th:value=
"${evDescription}"
readonly
/>
<textarea
name=
"evDescription"
th:field=
"*{evDescription}"
id=
"evDescription"
placeholder=
"Description..."
class=
"form-control"
rows=
"5"
readonly
></textarea>
<br>
<div
class=
"row"
>
<div
class=
"col-sm-6"
>
Type:
<span
id=
"evType"
></span>
</div>
<div
class=
"col-sm-6"
>
</div>
</div>
Type:
<input
name=
"evType"
type=
"text"
id=
"evType"
th:value=
"${evType}"
readonly
/>
<br>
Date:
<input
name=
"evDate"
type=
"text"
id=
"evDate"
th:value=
"${evDate}"
readonly
/>
<br>
<div
class=
"row"
>
<div
class=
"col-sm-6"
>
Date:
<span
id=
"evDate"
></span>
</div>
<div
class=
"col-sm-6"
>
</div>
</div>
<input
id=
"editbtn"
class=
"btn btn-lg btn-success btn-block"
type=
"button"
value=
"Edit"
/>
</form>
</div>
</div>
...
...
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