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
d0baa575
Commit
d0baa575
authored
Sep 19, 2022
by
Milovan Samardzic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mojiZahteviIOglasKomentar
parent
4ac943c8
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
13 deletions
+12
-13
SkuciSe/src/main/resources/static/css/oglasiStyle.css
+0
-1
SkuciSe/src/main/resources/templates/moji-zahtevi.html
+12
-12
SkuciSe/src/main/resources/templates/oglas.html
+0
-0
No files found.
SkuciSe/src/main/resources/static/css/oglasiStyle.css
View file @
d0baa575
...
...
@@ -332,7 +332,6 @@ h3{
.border-bottom-grey
{
border-bottom
:
1px
solid
#c0c4c8
;
}
.gradient-bg
{
background
:
linear-gradient
(
90deg
,
rgba
(
255
,
255
,
255
,
1
)
0%
,
rgba
(
251
,
251
,
251
,
1
)
10%
,
rgba
(
251
,
251
,
251
,
1
)
91%
,
rgba
(
255
,
255
,
255
,
1
)
100%
);
}
...
...
SkuciSe/src/main/resources/templates/moji-zahtevi.html
View file @
d0baa575
...
...
@@ -100,7 +100,7 @@
<div
class=
"row w-100 h-50"
style=
"margin-top:50px;"
>
<div
class=
"row"
>
<h2
th:if=
"${oglasi.size() == 0}"
class=
"text-center"
>
Jos niste poslali nijedan zahtev!
</h2>
<div
class=
"card mb-3"
th:each=
"oglas: ${oglasi}"
style=
"background: transparent"
>
<div
class=
"card mb-3"
th:each=
"oglas: ${oglasi}"
style=
"background: transparent"
th:if=
"${!zahtevi[oglasStat.index].korisnikKom}"
>
<div
class=
"row"
>
<div
class=
"col-lg-2 col-md-3 col-sm-2 col-xs-2 d-flex justify-content-center align-items-center"
>
<img
...
...
@@ -157,7 +157,7 @@
</button>
</form>
</div>
<div
class=
"col-lg-7 col-md-5 col-sm-7 col-xs-7 d-flex align-items-center flex-row justify-content-center"
th:if=
"${
zahtevi[oglasStat.index].status.toString() == 'ZAVRSEN'
}"
>
<div
class=
"col-lg-7 col-md-5 col-sm-7 col-xs-7 d-flex align-items-center flex-row justify-content-center"
th:if=
"${
(zahtevi[oglasStat.index].status.toString() == 'ZAVRSEN')
}"
>
<form
method=
"get"
class=
"row w-100 h-100 flex-wrap flex-row"
th:action=
"@{/profile/moji-zahtevi/sacuvaj-komentar}"
th:if=
"${zahtevi[oglasStat.index].status.toString() == 'ZAVRSEN'}"
>
...
...
@@ -172,16 +172,16 @@
name=
"zahtevId"
style=
"display: none"
>
</div>
<div
class=
"starrating risingstar d-flex justify-content-center flex-row-reverse"
>
<input
type=
"radio"
id=
"star5
"
name=
"ocenaRadio"
value=
"5"
/><label
for=
"star5
"
title=
"5 star"
></label>
<input
type=
"radio"
id=
"star4
"
name=
"ocenaRadio"
value=
"4"
/><label
for=
"star4
"
title=
"4 star"
></label>
<input
type=
"radio"
id=
"star3
"
name=
"ocenaRadio"
value=
"3"
/><label
for=
"star3
"
title=
"3 star"
></label>
<input
type=
"radio"
id=
"star2
"
name=
"ocenaRadio"
value=
"2"
/><label
for=
"star2
"
title=
"2 star"
></label>
<input
type=
"radio"
id=
"star1
"
name=
"ocenaRadio"
value=
"1"
/><label
for=
"star1
"
title=
"1 star"
></label>
<input
type=
"radio"
th:id=
"${'star' + zahtevi[oglasStat.index].zahtevId + '-5'}
"
name=
"ocenaRadio"
value=
"5"
/><label
th:for=
"${'star' + zahtevi[oglasStat.index].zahtevId + '-5'}
"
title=
"5 star"
></label>
<input
type=
"radio"
th:id=
"${'star' + zahtevi[oglasStat.index].zahtevId + '-4'}
"
name=
"ocenaRadio"
value=
"4"
/><label
th:for=
"${'star' + zahtevi[oglasStat.index].zahtevId + '-4'}
"
title=
"4 star"
></label>
<input
type=
"radio"
th:id=
"${'star' + zahtevi[oglasStat.index].zahtevId + '-3'}
"
name=
"ocenaRadio"
value=
"3"
/><label
th:for=
"${'star' + zahtevi[oglasStat.index].zahtevId + '-3'}
"
title=
"3 star"
></label>
<input
type=
"radio"
th:id=
"${'star' + zahtevi[oglasStat.index].zahtevId + '-2'}
"
name=
"ocenaRadio"
value=
"2"
/><label
th:for=
"${'star' + zahtevi[oglasStat.index].zahtevId + '-2'}
"
title=
"2 star"
></label>
<input
type=
"radio"
th:id=
"${'star' + zahtevi[oglasStat.index].zahtevId + '-1'}
"
name=
"ocenaRadio"
value=
"1"
/><label
th:for=
"${'star' + zahtevi[oglasStat.index].zahtevId + '-1'}
"
title=
"1 star"
></label>
</div>
</div>
<div
class=
"col-lg-3 col-md-3 col-sm-3 col-xs-3 d-flex justify-content-center align-items-center"
>
...
...
SkuciSe/src/main/resources/templates/oglas.html
View file @
d0baa575
This diff is collapsed.
Click to expand it.
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