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
ab860221
Commit
ab860221
authored
Sep 14, 2022
by
Milovan Samardzic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
izmeneStyle
parent
bfb6dfa3
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
22 additions
and
17 deletions
+22
-17
SkuciSe/src/main/resources/static/css/style.css
+5
-0
SkuciSe/src/main/resources/templates/index.html
+7
-7
SkuciSe/src/main/resources/templates/lista-oglasa.html
+1
-1
SkuciSe/src/main/resources/templates/novi-oglas-form.html
+7
-7
SkuciSe/src/main/resources/templates/password-edit.html
+1
-1
SkuciSe/src/main/resources/templates/profile-edit.html
+1
-1
No files found.
SkuciSe/src/main/resources/static/css/style.css
View file @
ab860221
...
@@ -512,3 +512,7 @@ img {
...
@@ -512,3 +512,7 @@ img {
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
}
}
.wave
{
background
:
url("../images/wave.svg")
;
background-repeat
:
no-repeat
;
}
\ No newline at end of file
SkuciSe/src/main/resources/templates/index.html
View file @
ab860221
...
@@ -92,30 +92,30 @@
...
@@ -92,30 +92,30 @@
</div>
</div>
</nav>
</nav>
<header
class=
"masthead"
>
<header
class=
"masthead
wave
"
>
<div
class=
"container d-flex justify-content-center align-items-center"
style=
"height: 450px;font-size: 27px"
>
<div
class=
"container d-flex justify-content-center align-items-center"
style=
"height: 450px;font-size: 27px"
>
<div
class=
"row justify-content-center"
>
<div
class=
"row justify-content-center
w-100
"
>
<div
class=
"col d-flex justify-content-center align-items-center"
>
<div
class=
"col d-flex justify-content-center align-items-center"
>
<div
class=
"text-center text-white"
>
<div
class=
"text-center text-white
w-100
"
>
<h1
class=
"mb-5"
style=
"color:black"
>
Pretrazite oglase
</h1>
<h1
class=
"mb-5"
style=
"color:black"
>
Pretrazite oglase
</h1>
<form
class=
"form-subscribe"
method=
"GET"
th:action=
"@{/lista-oglasa}"
>
<form
class=
"form-subscribe"
method=
"GET"
th:action=
"@{/lista-oglasa}"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-
auto
"
>
<div
class=
"col-
3
"
>
<select
class=
"form-select"
name=
"lokacijaId"
id=
"lokacijeopt"
>
<select
class=
"form-select"
name=
"lokacijaId"
id=
"lokacijeopt"
>
<option
value=
""
selected
>
Sve lokacije
</option>
<option
value=
""
selected
>
Sve lokacije
</option>
<option
th:each=
"lokacija: ${lokacije}"
th:value=
"${lokacija.getLokacijaId()}"
<option
th:each=
"lokacija: ${lokacije}"
th:value=
"${lokacija.getLokacijaId()}"
th:text=
"${lokacija.getNaziv()}"
></option>
th:text=
"${lokacija.getNaziv()}"
></option>
</select>
</select>
</div>
</div>
<div
class=
"col-
auto
"
>
<div
class=
"col-
3
"
>
<input
type=
"radio"
name=
"vrstaOglasaId"
id=
"radiodugme1"
value=
"1"
>
<input
type=
"radio"
name=
"vrstaOglasaId"
id=
"radiodugme1"
value=
"1"
>
<label
for=
"radiodugme1"
style=
"color:black"
>
Prodaja
</label>
<label
for=
"radiodugme1"
style=
"color:black"
>
Prodaja
</label>
</div>
</div>
<div
class=
"col-
auto
"
>
<div
class=
"col-
3
"
>
<input
type=
"radio"
name=
"vrstaOglasaId"
id=
"radiodugme2"
value=
"2"
>
<input
type=
"radio"
name=
"vrstaOglasaId"
id=
"radiodugme2"
value=
"2"
>
<label
for=
"radiodugme2"
style=
"color:black"
>
Iznajmljivanje
</label>
<label
for=
"radiodugme2"
style=
"color:black"
>
Iznajmljivanje
</label>
</div>
</div>
<div
class=
"col-
auto
"
>
<div
class=
"col-
3
"
>
<button
class=
"btn btn-secondary btn-lg"
id=
"submitButton"
type=
"submit"
>
Pretrazi
<button
class=
"btn btn-secondary btn-lg"
id=
"submitButton"
type=
"submit"
>
Pretrazi
</button>
</button>
</div>
</div>
...
...
SkuciSe/src/main/resources/templates/lista-oglasa.html
View file @
ab860221
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
</head>
</head>
<body
th:object=
"${loggedUser}"
>
<body
th:object=
"${loggedUser}"
class=
"pozadinaSVG"
>
<nav
class=
"navbar navbar-icon-top navbar-expand-lg p-3"
>
<nav
class=
"navbar navbar-icon-top navbar-expand-lg p-3"
>
<a
class=
"navbar-brand"
href=
"#"
>
</a>
<a
class=
"navbar-brand"
href=
"#"
>
</a>
...
...
SkuciSe/src/main/resources/templates/novi-oglas-form.html
View file @
ab860221
...
@@ -162,8 +162,8 @@
...
@@ -162,8 +162,8 @@
</div>
</div>
</div>
</div>
<div
class=
"row mt-3 mb-3"
>
<div
class=
"row mt-3 mb-3"
>
<div
class=
"col-6 d-flex justify-content-between align-items-center"
>
<div
class=
"col-6 d-flex justify-content-between align-items-center
flex-wrap
"
>
<div
class=
"col-6"
>
<div
class=
"col-
lg-6 col-md-6 col-sm-
6"
>
<input
checked
class=
"form-check-input"
type=
"radio"
name=
"flexRadioDefault"
<input
checked
class=
"form-check-input"
type=
"radio"
name=
"flexRadioDefault"
id=
"flexRadioDefault1"
value=
"1"
th:field=
"${newOglas.vrstaOglasaId}"
id=
"flexRadioDefault1"
value=
"1"
th:field=
"${newOglas.vrstaOglasaId}"
onclick=
"promenaProdaja(this)"
style=
"position:static"
>
onclick=
"promenaProdaja(this)"
style=
"position:static"
>
...
@@ -171,7 +171,7 @@
...
@@ -171,7 +171,7 @@
Prodaja
Prodaja
</label>
</label>
</div>
</div>
<div
class=
"col-6"
>
<div
class=
"col-
lg-6 col-md-6 col-sm-
6"
>
<input
class=
"form-check-input"
type=
"radio"
name=
"flexRadioDefault"
<input
class=
"form-check-input"
type=
"radio"
name=
"flexRadioDefault"
id=
"flexRadioDefault2"
value=
"2"
th:field=
"${newOglas.vrstaOglasaId}"
id=
"flexRadioDefault2"
value=
"2"
th:field=
"${newOglas.vrstaOglasaId}"
onclick=
"promenaProdaja(this)"
style=
"position: static"
>
onclick=
"promenaProdaja(this)"
style=
"position: static"
>
...
@@ -180,15 +180,15 @@
...
@@ -180,15 +180,15 @@
</label>
</label>
</div>
</div>
</div>
</div>
<div
class=
"col-6 d-flex justify-content-between align-items-center"
>
<div
class=
"col-6 d-flex justify-content-between align-items-center
flex-wrap
"
>
<div
class=
"col-4"
>
<div
class=
"col-
lg-4 col-md-4 col-sm-
4"
>
<input
th:field=
"${newOglas.lift}"
class=
"form-check-input"
type=
"checkbox"
<input
th:field=
"${newOglas.lift}"
class=
"form-check-input"
type=
"checkbox"
value=
""
>
value=
""
>
<label
class=
"ml-2"
>
<label
class=
"ml-2"
>
Lift
Lift
</label>
</label>
</div>
</div>
<div
class=
"col-4"
>
<div
class=
"col-
lg-4 col-md-4 col-sm-
4"
>
<input
th:field=
"${newOglas.namesten}"
class=
"form-check-input"
<input
th:field=
"${newOglas.namesten}"
class=
"form-check-input"
type=
"checkbox"
type=
"checkbox"
value=
""
>
value=
""
>
...
@@ -196,7 +196,7 @@
...
@@ -196,7 +196,7 @@
Namesten
Namesten
</label>
</label>
</div>
</div>
<div
class=
"col-4"
>
<div
class=
"col-
lg-4 col-md-4 col-sm-
4"
>
<input
th:field=
"${newOglas.grejanje}"
class=
"form-check-input"
<input
th:field=
"${newOglas.grejanje}"
class=
"form-check-input"
type=
"checkbox"
type=
"checkbox"
value=
""
>
value=
""
>
...
...
SkuciSe/src/main/resources/templates/password-edit.html
View file @
ab860221
...
@@ -85,7 +85,7 @@
...
@@ -85,7 +85,7 @@
</div>
</div>
</nav>
</nav>
<div
class=
"form-body"
>
<div
class=
"form-body
d-flex justify-content-center align-items-center pozadinaSVG"
style=
"height: 800px;
"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"form-holder"
>
<div
class=
"form-holder"
>
<div
class=
"form-content"
>
<div
class=
"form-content"
>
...
...
SkuciSe/src/main/resources/templates/profile-edit.html
View file @
ab860221
...
@@ -87,7 +87,7 @@
...
@@ -87,7 +87,7 @@
</div>
</div>
</nav>
</nav>
<div
class=
"form-body"
>
<div
class=
"form-body
d-flex justify-content-center align-items-center pozadinaSVG"
style=
"height: 800px;
"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"form-holder"
>
<div
class=
"form-holder"
>
<div
class=
"form-content"
>
<div
class=
"form-content"
>
...
...
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