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 {
width
:
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 @@
</div>
</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=
"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=
"text-center text-white"
>
<div
class=
"text-center text-white
w-100
"
>
<h1
class=
"mb-5"
style=
"color:black"
>
Pretrazite oglase
</h1>
<form
class=
"form-subscribe"
method=
"GET"
th:action=
"@{/lista-oglasa}"
>
<div
class=
"row"
>
<div
class=
"col-
auto
"
>
<div
class=
"col-
3
"
>
<select
class=
"form-select"
name=
"lokacijaId"
id=
"lokacijeopt"
>
<option
value=
""
selected
>
Sve lokacije
</option>
<option
th:each=
"lokacija: ${lokacije}"
th:value=
"${lokacija.getLokacijaId()}"
th:text=
"${lokacija.getNaziv()}"
></option>
</select>
</div>
<div
class=
"col-
auto
"
>
<div
class=
"col-
3
"
>
<input
type=
"radio"
name=
"vrstaOglasaId"
id=
"radiodugme1"
value=
"1"
>
<label
for=
"radiodugme1"
style=
"color:black"
>
Prodaja
</label>
</div>
<div
class=
"col-
auto
"
>
<div
class=
"col-
3
"
>
<input
type=
"radio"
name=
"vrstaOglasaId"
id=
"radiodugme2"
value=
"2"
>
<label
for=
"radiodugme2"
style=
"color:black"
>
Iznajmljivanje
</label>
</div>
<div
class=
"col-
auto
"
>
<div
class=
"col-
3
"
>
<button
class=
"btn btn-secondary btn-lg"
id=
"submitButton"
type=
"submit"
>
Pretrazi
</button>
</div>
...
...
SkuciSe/src/main/resources/templates/lista-oglasa.html
View file @
ab860221
...
...
@@ -23,7 +23,7 @@
</head>
<body
th:object=
"${loggedUser}"
>
<body
th:object=
"${loggedUser}"
class=
"pozadinaSVG"
>
<nav
class=
"navbar navbar-icon-top navbar-expand-lg p-3"
>
<a
class=
"navbar-brand"
href=
"#"
>
</a>
...
...
SkuciSe/src/main/resources/templates/novi-oglas-form.html
View file @
ab860221
...
...
@@ -162,8 +162,8 @@
</div>
</div>
<div
class=
"row mt-3 mb-3"
>
<div
class=
"col-6 d-flex justify-content-between align-items-center"
>
<div
class=
"col-6"
>
<div
class=
"col-6 d-flex justify-content-between align-items-center
flex-wrap
"
>
<div
class=
"col-
lg-6 col-md-6 col-sm-
6"
>
<input
checked
class=
"form-check-input"
type=
"radio"
name=
"flexRadioDefault"
id=
"flexRadioDefault1"
value=
"1"
th:field=
"${newOglas.vrstaOglasaId}"
onclick=
"promenaProdaja(this)"
style=
"position:static"
>
...
...
@@ -171,7 +171,7 @@
Prodaja
</label>
</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"
id=
"flexRadioDefault2"
value=
"2"
th:field=
"${newOglas.vrstaOglasaId}"
onclick=
"promenaProdaja(this)"
style=
"position: static"
>
...
...
@@ -180,15 +180,15 @@
</label>
</div>
</div>
<div
class=
"col-6 d-flex justify-content-between align-items-center"
>
<div
class=
"col-4"
>
<div
class=
"col-6 d-flex justify-content-between align-items-center
flex-wrap
"
>
<div
class=
"col-
lg-4 col-md-4 col-sm-
4"
>
<input
th:field=
"${newOglas.lift}"
class=
"form-check-input"
type=
"checkbox"
value=
""
>
<label
class=
"ml-2"
>
Lift
</label>
</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"
type=
"checkbox"
value=
""
>
...
...
@@ -196,7 +196,7 @@
Namesten
</label>
</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"
type=
"checkbox"
value=
""
>
...
...
SkuciSe/src/main/resources/templates/password-edit.html
View file @
ab860221
...
...
@@ -85,7 +85,7 @@
</div>
</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=
"form-holder"
>
<div
class=
"form-content"
>
...
...
SkuciSe/src/main/resources/templates/profile-edit.html
View file @
ab860221
...
...
@@ -87,7 +87,7 @@
</div>
</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=
"form-holder"
>
<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