Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
SkuciSe
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tim 2 - 2022
SkuciSe
Commits
aff4a65a
Commit
aff4a65a
authored
Sep 19, 2022
by
Bogdan Andjelkovic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zavrsi dugme na frontu
parent
d0baa575
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
SkuciSe/src/main/resources/templates/moji-zahtevi.html
+5
-0
SkuciSe/src/main/resources/templates/oglas.html
+7
-0
No files found.
SkuciSe/src/main/resources/templates/moji-zahtevi.html
View file @
aff4a65a
...
@@ -188,6 +188,11 @@
...
@@ -188,6 +188,11 @@
<button
type=
"submit"
class=
"btn btn-secondary text-wrap w-100 h-md-50"
>
Komentarisi
</button>
<button
type=
"submit"
class=
"btn btn-secondary text-wrap w-100 h-md-50"
>
Komentarisi
</button>
</div>
</div>
</form>
</form>
<form
method=
"get"
th:action=
"@{/profile/moji-zahtevi/sacuvaj-bez-komentara}"
>
<input
type=
"text"
th:value=
"${zahtevi[oglasStat.index].zahtevId}"
name=
"zahtevId"
style=
"display: none"
>
<button
class=
"btn btn-primary"
type=
"submit"
>
Završi
</button>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
SkuciSe/src/main/resources/templates/oglas.html
View file @
aff4a65a
...
@@ -368,6 +368,13 @@
...
@@ -368,6 +368,13 @@
</div>
</div>
<button
class=
"btn btn-primary"
type=
"submit"
>
Oceni
</button>
<button
class=
"btn btn-primary"
type=
"submit"
>
Oceni
</button>
</form>
</form>
<form
method=
"get"
th:action=
"@{/oceni-bez-komentara}"
>
<input
type=
"text"
th:value=
"${zahtevi[korisnikStat.index].zahtevId}"
name=
"zahtevId"
style=
"display: none"
>
<input
type=
"text"
th:value=
"${oglas.oglasId}"
name=
"oglasId"
style=
"display: none"
>
<button
class=
"btn btn-primary"
type=
"submit"
>
Završi
</button>
</form>
</div>
</div>
<div
class=
"col-md-2 d-flex flex-column justify-content-around align-items-center"
<div
class=
"col-md-2 d-flex flex-column justify-content-around align-items-center"
th:if=
"${zahtevi[korisnikStat.index].status.toString() == 'CEKANJE'}"
>
th:if=
"${zahtevi[korisnikStat.index].status.toString() == 'CEKANJE'}"
>
...
...
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