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
eec3757f
Commit
eec3757f
authored
Sep 19, 2022
by
Milovan Samardzic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
komentarOcena
parent
56bced2d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
27 additions
and
138 deletions
+27
-138
SkuciSe/src/main/java/com/example/SkuciSe/controller/OglasController.java
+1
-0
SkuciSe/src/main/resources/templates/chat.html
+1
-11
SkuciSe/src/main/resources/templates/index.html
+1
-11
SkuciSe/src/main/resources/templates/korisnik.html
+2
-9
SkuciSe/src/main/resources/templates/lista-korisnika.html
+1
-9
SkuciSe/src/main/resources/templates/lista-oglasa.html
+2
-8
SkuciSe/src/main/resources/templates/login.html
+0
-7
SkuciSe/src/main/resources/templates/moji-zahtevi.html
+18
-18
SkuciSe/src/main/resources/templates/novi-oglas-form.html
+0
-8
SkuciSe/src/main/resources/templates/oglas.html
+0
-0
SkuciSe/src/main/resources/templates/onama.html
+1
-9
SkuciSe/src/main/resources/templates/password-edit.html
+0
-9
SkuciSe/src/main/resources/templates/portfolio.html
+0
-10
SkuciSe/src/main/resources/templates/profile-edit.html
+0
-10
SkuciSe/src/main/resources/templates/profile.html
+0
-9
SkuciSe/src/main/resources/templates/register.html
+0
-10
No files found.
SkuciSe/src/main/java/com/example/SkuciSe/controller/OglasController.java
View file @
eec3757f
...
@@ -87,6 +87,7 @@ public class OglasController
...
@@ -87,6 +87,7 @@ public class OglasController
}
}
model
.
addAttribute
(
"korisniciKomentari"
,
korisniciKomentari
);
model
.
addAttribute
(
"korisniciKomentari"
,
korisniciKomentari
);
model
.
addAttribute
(
"vlasnik"
,
kRepo
.
findById
(
oglas
.
getKorisnikId
()));
model
.
addAttribute
(
"likesCount"
,
lajkRepo
.
countLajks
(
oglasId
));
model
.
addAttribute
(
"likesCount"
,
lajkRepo
.
countLajks
(
oglasId
));
if
(
loggedUser
!=
null
)
if
(
loggedUser
!=
null
)
{
{
...
...
SkuciSe/src/main/resources/templates/chat.html
View file @
eec3757f
...
@@ -10,19 +10,10 @@
...
@@ -10,19 +10,10 @@
<link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"/images/logo.ico"
/>
<link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"/images/logo.ico"
/>
<link
href=
'https://fonts.googleapis.com/css?family=Jost'
rel=
'stylesheet'
>
<link
href=
'https://fonts.googleapis.com/css?family=Jost'
rel=
'stylesheet'
>
<link
href=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
rel=
"stylesheet"
id=
"bootstrap-css"
>
<link
href=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
rel=
"stylesheet"
id=
"bootstrap-css"
>
<link
<link
rel=
"stylesheet"
href=
"https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
rel=
"stylesheet"
href=
"https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<!-- Favicon-->
<link
rel=
"icon"
type=
"image/x-icon"
href=
"assets/favicon.ico"
/>
<link
rel=
"icon"
type=
"image/x-icon"
href=
"assets/favicon.ico"
/>
<!-- CSS only -->
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css"
rel=
"stylesheet"
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css"
rel=
"stylesheet"
integrity=
"sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx"
crossorigin=
"anonymous"
>
integrity=
"sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx"
crossorigin=
"anonymous"
>
<!-- Core theme CSS (includes Bootstrap)-->
<link
href=
"/css/style.css"
rel=
"stylesheet"
/>
<link
href=
"/css/style.css"
rel=
"stylesheet"
/>
...
@@ -53,7 +44,6 @@
...
@@ -53,7 +44,6 @@
</div>
</div>
</section>
</section>
<!-- JavaScript Bundle with Popper -->
<script
src=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"
></script>
<script
src=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"
></script>
<script
src=
"//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"
></script>
<script
src=
"//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"
></script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/sockjs-client/1.6.1/sockjs.min.js"
></script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/sockjs-client/1.6.1/sockjs.min.js"
></script>
...
...
SkuciSe/src/main/resources/templates/index.html
View file @
eec3757f
...
@@ -9,19 +9,10 @@
...
@@ -9,19 +9,10 @@
<link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"/images/logo.ico"
/>
<link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"/images/logo.ico"
/>
<link
href=
'https://fonts.googleapis.com/css?family=Jost'
rel=
'stylesheet'
>
<link
href=
'https://fonts.googleapis.com/css?family=Jost'
rel=
'stylesheet'
>
<link
href=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
rel=
"stylesheet"
id=
"bootstrap-css"
>
<link
href=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
rel=
"stylesheet"
id=
"bootstrap-css"
>
<link
<link
rel=
"stylesheet"
href=
"https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
rel=
"stylesheet"
href=
"https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<!-- Favicon-->
<link
rel=
"icon"
type=
"image/x-icon"
href=
"assets/favicon.ico"
/>
<link
rel=
"icon"
type=
"image/x-icon"
href=
"assets/favicon.ico"
/>
<!-- CSS only -->
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css"
rel=
"stylesheet"
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css"
rel=
"stylesheet"
integrity=
"sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx"
crossorigin=
"anonymous"
>
integrity=
"sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx"
crossorigin=
"anonymous"
>
<!-- Core theme CSS (includes Bootstrap)-->
<link
href=
"/css/style.css"
rel=
"stylesheet"
/>
<link
href=
"/css/style.css"
rel=
"stylesheet"
/>
...
@@ -206,7 +197,6 @@
...
@@ -206,7 +197,6 @@
</div></div>
</div></div>
</footer>
</footer>
</div>
</div>
<!-- JavaScript Bundle with Popper -->
<script
src=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"
></script>
<script
src=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"
></script>
<script
src=
"//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"
></script>
<script
src=
"//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"
></script>
<script
src=
"https://code.jquery.com/jquery-3.2.1.slim.min.js"
<script
src=
"https://code.jquery.com/jquery-3.2.1.slim.min.js"
...
...
SkuciSe/src/main/resources/templates/korisnik.html
View file @
eec3757f
...
@@ -10,15 +10,8 @@
...
@@ -10,15 +10,8 @@
<link
href=
'https://fonts.googleapis.com/css?family=Jost'
rel=
'stylesheet'
>
<link
href=
'https://fonts.googleapis.com/css?family=Jost'
rel=
'stylesheet'
>
<link
href=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
rel=
"stylesheet"
id=
"bootstrap-css"
>
<link
href=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
rel=
"stylesheet"
id=
"bootstrap-css"
>
<link
rel=
"stylesheet"
href=
"https://unpkg.com/aos@next/dist/aos.css"
/>
<link
rel=
"stylesheet"
href=
"https://unpkg.com/aos@next/dist/aos.css"
/>
<!-- Favicon-->
<link
rel=
"icon"
type=
"image/x-icon"
href=
"assets/favicon.ico"
/>
<!-- CSS only -->
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css"
rel=
"stylesheet"
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css"
rel=
"stylesheet"
integrity=
"sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx"
crossorigin=
"anonymous"
>
integrity=
"sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx"
crossorigin=
"anonymous"
>
<!-- Core theme CSS (includes Bootstrap)-->
<link
href=
"/css/oglasiStyle.css"
rel=
"stylesheet"
/>
<link
href=
"/css/oglasiStyle.css"
rel=
"stylesheet"
/>
...
@@ -247,9 +240,9 @@
...
@@ -247,9 +240,9 @@
<div
class=
"media g-mb-30 media-comment"
>
<div
class=
"media g-mb-30 media-comment"
>
<div
class=
"media-body u-shadow-v18 g-bg-secondary g-pa-30"
>
<div
class=
"media-body u-shadow-v18 g-bg-secondary g-pa-30"
>
<img
class=
"d-flex g-width-50 g-height-50 rounded-circle g-mt-3 g-mr-15"
<img
class=
"d-flex g-width-50 g-height-50 rounded-circle g-mt-3 g-mr-15"
th:src=
"@{'data:image/png;charset=utf-8;base64,'+${korisniciKomentari[komentarStat.
count -1
].slika}}"
alt=
"Image Description"
>
th:src=
"@{'data:image/png;charset=utf-8;base64,'+${korisniciKomentari[komentarStat.
index
].slika}}"
alt=
"Image Description"
>
<div
class=
"g-mb-15"
>
<div
class=
"g-mb-15"
>
<h5
class=
"h5 g-color-gray-dark-v1 mb-0"
th:text=
"${korisniciKomentari[komentarStat.
count -1].ime + ' ' + korisniciKomentari[komentarStat.count -1
].prezime}"
>
John Doe
</h5>
<h5
class=
"h5 g-color-gray-dark-v1 mb-0"
th:text=
"${korisniciKomentari[komentarStat.
index].ime + ' ' + korisniciKomentari[komentarStat.index
].prezime}"
>
John Doe
</h5>
<span
class=
"g-color-gray-dark-v4 g-font-size-12"
th:text=
"${komentar.vreme + ' ' + komentar.datum}"
></span>
<span
class=
"g-color-gray-dark-v4 g-font-size-12"
th:text=
"${komentar.vreme + ' ' + komentar.datum}"
></span>
</div>
</div>
...
...
SkuciSe/src/main/resources/templates/lista-korisnika.html
View file @
eec3757f
...
@@ -9,15 +9,8 @@
...
@@ -9,15 +9,8 @@
<link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"/images/logo.ico"
/>
<link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"/images/logo.ico"
/>
<link
href=
'https://fonts.googleapis.com/css?family=Jost'
rel=
'stylesheet'
>
<link
href=
'https://fonts.googleapis.com/css?family=Jost'
rel=
'stylesheet'
>
<link
href=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
rel=
"stylesheet"
id=
"bootstrap-css"
>
<link
href=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
rel=
"stylesheet"
id=
"bootstrap-css"
>
<!-- Favicon-->
<link
rel=
"icon"
type=
"image/x-icon"
href=
"assets/favicon.ico"
/>
<!-- CSS only -->
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css"
rel=
"stylesheet"
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css"
rel=
"stylesheet"
integrity=
"sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx"
crossorigin=
"anonymous"
>
integrity=
"sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx"
crossorigin=
"anonymous"
>
<!-- Core theme CSS (includes Bootstrap)-->
<link
href=
"/css/style.css"
rel=
"stylesheet"
/>
<link
href=
"/css/style.css"
rel=
"stylesheet"
/>
...
@@ -129,7 +122,7 @@
...
@@ -129,7 +122,7 @@
<p
class=
"card-text"
>
<p
class=
"card-text"
>
Email:
<span
th:text=
"${korisnik.getEmail()}"
></span><br>
Email:
<span
th:text=
"${korisnik.getEmail()}"
></span><br>
Telefon:
<span
th:text=
"${korisnik.getTelefon()}"
></span><br>
Telefon:
<span
th:text=
"${korisnik.getTelefon()}"
></span><br>
Grad:
<span
th:text=
"${gradovi[korisnikStat.
count - 1
]}"
></span>
Grad:
<span
th:text=
"${gradovi[korisnikStat.
index
]}"
></span>
</p>
</p>
</div>
</div>
</div>
</div>
...
@@ -188,7 +181,6 @@
...
@@ -188,7 +181,6 @@
</div>
</div>
</footer>
</footer>
</div>
</div>
<!-- JavaScript Bundle with Popper -->
<script
src=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"
></script>
<script
src=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"
></script>
<script
src=
"//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"
></script>
<script
src=
"//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"
></script>
<script
src=
"https://code.jquery.com/jquery-3.2.1.slim.min.js"
<script
src=
"https://code.jquery.com/jquery-3.2.1.slim.min.js"
...
...
SkuciSe/src/main/resources/templates/lista-oglasa.html
View file @
eec3757f
...
@@ -10,15 +10,9 @@
...
@@ -10,15 +10,9 @@
<link
href=
'https://fonts.googleapis.com/css?family=Jost'
rel=
'stylesheet'
>
<link
href=
'https://fonts.googleapis.com/css?family=Jost'
rel=
'stylesheet'
>
<link
href=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
rel=
"stylesheet"
id=
"bootstrap-css"
>
<link
href=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
rel=
"stylesheet"
id=
"bootstrap-css"
>
<link
rel=
"stylesheet"
href=
"https://unpkg.com/aos@next/dist/aos.css"
/>
<link
rel=
"stylesheet"
href=
"https://unpkg.com/aos@next/dist/aos.css"
/>
<!-- Favicon-->
<link
rel=
"icon"
type=
"image/x-icon"
href=
"assets/favicon.ico"
/>
<link
rel=
"icon"
type=
"image/x-icon"
href=
"assets/favicon.ico"
/>
<!-- CSS only -->
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css"
rel=
"stylesheet"
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css"
rel=
"stylesheet"
integrity=
"sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx"
crossorigin=
"anonymous"
>
integrity=
"sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx"
crossorigin=
"anonymous"
>
<!-- Core theme CSS (includes Bootstrap)-->
<link
href=
"/css/oglasiStyle.css"
rel=
"stylesheet"
/>
<link
href=
"/css/oglasiStyle.css"
rel=
"stylesheet"
/>
...
@@ -140,9 +134,9 @@
...
@@ -140,9 +134,9 @@
placeholder=
"$1,0000"
>
placeholder=
"$1,0000"
>
</div>
</div>
</div>
</div>
</div>
<!-- card-body.// -->
</div>
</div>
</div>
</article>
<!-- card-group-item.// -->
</article>
<article
class=
"card-group-item"
>
<article
class=
"card-group-item"
>
<header
class=
"card-header"
>
<header
class=
"card-header"
>
<h6
class=
"title"
>
Vrsta oglasa
</h6>
<h6
class=
"title"
>
Vrsta oglasa
</h6>
...
...
SkuciSe/src/main/resources/templates/login.html
View file @
eec3757f
...
@@ -9,15 +9,9 @@
...
@@ -9,15 +9,9 @@
<link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"/images/logo.ico"
/>
<link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"/images/logo.ico"
/>
<link
href=
'https://fonts.googleapis.com/css?family=Jost'
rel=
'stylesheet'
>
<link
href=
'https://fonts.googleapis.com/css?family=Jost'
rel=
'stylesheet'
>
<link
href=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
rel=
"stylesheet"
id=
"bootstrap-css"
>
<link
href=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
rel=
"stylesheet"
id=
"bootstrap-css"
>
<!-- Favicon-->
<link
rel=
"icon"
type=
"image/x-icon"
href=
"assets/favicon.ico"
/>
<link
rel=
"icon"
type=
"image/x-icon"
href=
"assets/favicon.ico"
/>
<!-- CSS only -->
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css"
rel=
"stylesheet"
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css"
rel=
"stylesheet"
integrity=
"sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx"
crossorigin=
"anonymous"
>
integrity=
"sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx"
crossorigin=
"anonymous"
>
<!-- Core theme CSS (includes Bootstrap)-->
<link
href=
"/css/style.css"
rel=
"stylesheet"
/>
<link
href=
"/css/style.css"
rel=
"stylesheet"
/>
</head>
</head>
<body>
<body>
...
@@ -164,7 +158,6 @@
...
@@ -164,7 +158,6 @@
</div></div>
</div></div>
</footer>
</footer>
</div>
</div>
<!-- JavaScript Bundle with Popper -->
<script
src=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"
></script>
<script
src=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"
></script>
<script
src=
"//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"
></script>
<script
src=
"//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"
></script>
<script
src=
"https://code.jquery.com/jquery-3.2.1.slim.min.js"
<script
src=
"https://code.jquery.com/jquery-3.2.1.slim.min.js"
...
...
SkuciSe/src/main/resources/templates/moji-zahtevi.html
View file @
eec3757f
...
@@ -104,24 +104,24 @@
...
@@ -104,24 +104,24 @@
<div
class=
"row"
>
<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"
>
<div
class=
"col-lg-2 col-md-3 col-sm-2 col-xs-2 d-flex justify-content-center align-items-center"
>
<img
<img
th:if=
"${zahtevi[oglasStat.
count - 1
].status.toString() == 'POTVRDJEN'}"
th:if=
"${zahtevi[oglasStat.
.index
].status.toString() == 'POTVRDJEN'}"
th:src=
"@{'data:image/png;charset=utf-8;base64,'+${slike[oglasStat.
count - 1
].slikaCode}}"
th:src=
"@{'data:image/png;charset=utf-8;base64,'+${slike[oglasStat.
.index
].slikaCode}}"
alt=
"slika korisnika"
alt=
"slika korisnika"
style=
"width: 150px;height: 150px;border-radius: 50%;object-fit: cover; border: green 3px solid"
>
style=
"width: 150px;height: 150px;border-radius: 50%;object-fit: cover; border: green 3px solid"
>
<img
<img
th:if=
"${zahtevi[oglasStat.
count - 1
].status.toString() == 'CEKANJE'}"
th:if=
"${zahtevi[oglasStat.
.index
].status.toString() == 'CEKANJE'}"
th:src=
"@{'data:image/png;charset=utf-8;base64,'+${slike[oglasStat.
count - 1
].slikaCode}}"
th:src=
"@{'data:image/png;charset=utf-8;base64,'+${slike[oglasStat.
.index
].slikaCode}}"
alt=
"slika korisnika"
alt=
"slika korisnika"
style=
"width: 150px;height: 150px;border-radius: 50%;object-fit: cover; border: yellow 3px solid"
>
style=
"width: 150px;height: 150px;border-radius: 50%;object-fit: cover; border: yellow 3px solid"
>
<img
<img
th:if=
"${zahtevi[oglasStat.
count - 1
].status.toString() == 'ZAVRSEN'}"
th:if=
"${zahtevi[oglasStat.
.index
].status.toString() == 'ZAVRSEN'}"
th:src=
"@{'data:image/png;charset=utf-8;base64,'+${slike[oglasStat.
count - 1
].slikaCode}}"
th:src=
"@{'data:image/png;charset=utf-8;base64,'+${slike[oglasStat.
.index
].slikaCode}}"
alt=
"slika korisnika"
alt=
"slika korisnika"
style=
"width: 150px;height: 150px;border-radius: 50%;object-fit: cover; border: blue 3px solid"
style=
"width: 150px;height: 150px;border-radius: 50%;object-fit: cover; border: blue 3px solid"
class=
"w-sm-50"
>
class=
"w-sm-50"
>
<img
<img
th:if=
"${zahtevi[oglasStat.
count - 1
].status.toString() == 'ODBIJEN'}"
th:if=
"${zahtevi[oglasStat.
.index
].status.toString() == 'ODBIJEN'}"
th:src=
"@{'data:image/png;charset=utf-8;base64,'+${slike[oglasStat.
count - 1
].slikaCode}}"
th:src=
"@{'data:image/png;charset=utf-8;base64,'+${slike[oglasStat.
.index
].slikaCode}}"
alt=
"slika korisnika"
alt=
"slika korisnika"
style=
"width: 150px;height: 150px;border-radius: 50%;object-fit: cover; border: red 3px solid"
>
style=
"width: 150px;height: 150px;border-radius: 50%;object-fit: cover; border: red 3px solid"
>
</div>
</div>
...
@@ -135,29 +135,29 @@
...
@@ -135,29 +135,29 @@
</h4>
</h4>
<p
th:text=
"'Vlasnik: ' + ${vlasnici[oglasStat.index].ime}"
></p>
<p
th:text=
"'Vlasnik: ' + ${vlasnici[oglasStat.index].ime}"
></p>
<button
class=
"btn btn-dark"
<button
class=
"btn btn-dark"
th:onclick=
"window.open('/chat?email='+[[${vlasnici[oglasStat.
count - 1
].email}]],'mywindow','menubar=1,width=650,height=900')"
>
th:onclick=
"window.open('/chat?email='+[[${vlasnici[oglasStat.
.index
].email}]],'mywindow','menubar=1,width=650,height=900')"
>
<i
class=
"fas fa-sms"
></i>
Chat
<i
class=
"fas fa-sms"
></i>
Chat
</button>
</button>
</div>
</div>
</div>
</div>
<div
class=
"col-lg-7 col-md-7 col-sm-7 col-xs-7 d-flex flex-column justify-content-around align-items-end"
<div
class=
"col-lg-7 col-md-7 col-sm-7 col-xs-7 d-flex flex-column justify-content-around align-items-end"
th:if=
"${zahtevi[oglasStat.
count - 1
].status.toString() != 'ZAVRSEN'}"
>
th:if=
"${zahtevi[oglasStat.
.index
].status.toString() != 'ZAVRSEN'}"
>
<h4
th:text=
"${zahtevi[oglasStat.
count - 1].datum + ' ' + zahtevi[oglasStat.count - 1
].vreme}"
<h4
th:text=
"${zahtevi[oglasStat.
.index].datum + ' ' + zahtevi[oglasStat..index
].vreme}"
th:if=
"${zahtevi[oglasStat.
count - 1
].status.toString() == 'POTVRDJEN'}"
></h4>
th:if=
"${zahtevi[oglasStat.
.index
].status.toString() == 'POTVRDJEN'}"
></h4>
<form
method=
"GET"
class=
"w-50 h-50 d-flex justify-content-center align-items-center"
<form
method=
"GET"
class=
"w-50 h-50 d-flex justify-content-center align-items-center"
th:if=
"${zahtevi[oglasStat.
count - 1
].status.toString() != 'POTVRDJEN'}"
th:if=
"${zahtevi[oglasStat.
.index
].status.toString() != 'POTVRDJEN'}"
th:action=
"@{/oglas-edit/{oglasId}/obrisi-zahtev/{zahtevId}(oglasId=${oglas.oglasId}, zahtevId=${zahtevi[oglasStat.
count - 1
].zahtevId})}"
>
th:action=
"@{/oglas-edit/{oglasId}/obrisi-zahtev/{zahtevId}(oglasId=${oglas.oglasId}, zahtevId=${zahtevi[oglasStat.
.index
].zahtevId})}"
>
<button
type=
"submit"
class=
"btn btn-danger"
<button
type=
"submit"
class=
"btn btn-danger"
th:if=
"${zahtevi[oglasStat.
count - 1
].status.toString() == 'CEKANJE'}"
>
th:if=
"${zahtevi[oglasStat.
.index
].status.toString() == 'CEKANJE'}"
>
Otkazi zahtev
Otkazi zahtev
</button>
</button>
<button
type=
"submit"
class=
"btn btn-danger"
<button
type=
"submit"
class=
"btn btn-danger"
th:if=
"${zahtevi[oglasStat.
count - 1
].status.toString() == 'ODBIJEN'}"
>
th:if=
"${zahtevi[oglasStat.
.index
].status.toString() == 'ODBIJEN'}"
>
Obrisi zahtev
Obrisi zahtev
</button>
</button>
</form>
</form>
</div>
</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.
count - 1
].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"
<form
method=
"get"
class=
"row w-100 h-100 flex-wrap flex-row"
th:action=
"@{/profile/moji-zahtevi/sacuvaj-komentar}"
th:action=
"@{/profile/moji-zahtevi/sacuvaj-komentar}"
th:if=
"${zahtevi[oglasStat.index].status.toString() == 'ZAVRSEN'}"
>
th:if=
"${zahtevi[oglasStat.index].status.toString() == 'ZAVRSEN'}"
>
...
@@ -168,7 +168,7 @@
...
@@ -168,7 +168,7 @@
<input
th:value=
"${loggedUser.korisnik.korisnikId}"
name=
"korisnikId"
<input
th:value=
"${loggedUser.korisnik.korisnikId}"
name=
"korisnikId"
style=
"display: none"
>
style=
"display: none"
>
<input
th:value=
"${oglas.oglasId}"
name=
"oglasId"
style=
"display: none"
>
<input
th:value=
"${oglas.oglasId}"
name=
"oglasId"
style=
"display: none"
>
<input
th:value=
"${zahtevi[oglasStat.
count - 1
].zahtevId}"
<input
th:value=
"${zahtevi[oglasStat.
.index
].zahtevId}"
name=
"zahtevId"
style=
"display: none"
>
name=
"zahtevId"
style=
"display: none"
>
</div>
</div>
<div
class=
"starrating risingstar d-flex justify-content-center flex-row-reverse"
>
<div
class=
"starrating risingstar d-flex justify-content-center flex-row-reverse"
>
...
...
SkuciSe/src/main/resources/templates/novi-oglas-form.html
View file @
eec3757f
...
@@ -9,15 +9,8 @@
...
@@ -9,15 +9,8 @@
<link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"/images/logo.ico"
/>
<link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"/images/logo.ico"
/>
<link
href=
'https://fonts.googleapis.com/css?family=Jost'
rel=
'stylesheet'
>
<link
href=
'https://fonts.googleapis.com/css?family=Jost'
rel=
'stylesheet'
>
<link
href=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
rel=
"stylesheet"
id=
"bootstrap-css"
>
<link
href=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
rel=
"stylesheet"
id=
"bootstrap-css"
>
<!-- Favicon-->
<link
rel=
"icon"
type=
"image/x-icon"
href=
"assets/favicon.ico"
/>
<!-- CSS only -->
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css"
rel=
"stylesheet"
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css"
rel=
"stylesheet"
integrity=
"sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx"
crossorigin=
"anonymous"
>
integrity=
"sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx"
crossorigin=
"anonymous"
>
<!-- Core theme CSS (includes Bootstrap)-->
<link
href=
"/css/style.css"
rel=
"stylesheet"
/>
<link
href=
"/css/style.css"
rel=
"stylesheet"
/>
...
@@ -290,7 +283,6 @@
...
@@ -290,7 +283,6 @@
</div></div>
</div></div>
</footer>
</footer>
</div>
</div>
<!-- JavaScript Bundle with Popper -->
<script
src=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"
></script>
<script
src=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"
></script>
<script
src=
"//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"
></script>
<script
src=
"//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"
></script>
<script
src=
"https://code.jquery.com/jquery-3.2.1.slim.min.js"
<script
src=
"https://code.jquery.com/jquery-3.2.1.slim.min.js"
...
...
SkuciSe/src/main/resources/templates/oglas.html
View file @
eec3757f
This diff is collapsed.
Click to expand it.
SkuciSe/src/main/resources/templates/onama.html
View file @
eec3757f
...
@@ -13,18 +13,10 @@
...
@@ -13,18 +13,10 @@
rel=
"stylesheet"
rel=
"stylesheet"
href=
"https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
href=
"https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
/>
<!-- Favicon-->
<link
rel=
"icon"
type=
"image/x-icon"
href=
"assets/favicon.ico"
/>
<!-- CSS only -->
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css"
rel=
"stylesheet"
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css"
rel=
"stylesheet"
integrity=
"sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx"
crossorigin=
"anonymous"
>
integrity=
"sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx"
crossorigin=
"anonymous"
>
<!-- Core theme CSS (includes Bootstrap)-->
<link
href=
"/css/style.css"
rel=
"stylesheet"
/>
<link
href=
"/css/style.css"
rel=
"stylesheet"
/>
</head>
</head>
<body
th:object=
"${loggedUser}"
>
<body
th:object=
"${loggedUser}"
>
...
@@ -152,7 +144,7 @@
...
@@ -152,7 +144,7 @@
</div>
</div>
</footer>
</footer>
</div>
</div>
<!-- JavaScript Bundle with Popper -->
<script
src=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"
></script>
<script
src=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"
></script>
<script
src=
"//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"
></script>
<script
src=
"//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"
></script>
<script
src=
"https://code.jquery.com/jquery-3.2.1.slim.min.js"
<script
src=
"https://code.jquery.com/jquery-3.2.1.slim.min.js"
...
...
SkuciSe/src/main/resources/templates/password-edit.html
View file @
eec3757f
...
@@ -9,15 +9,8 @@
...
@@ -9,15 +9,8 @@
<link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"/images/logo.ico"
/>
<link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"/images/logo.ico"
/>
<link
href=
'https://fonts.googleapis.com/css?family=Jost'
rel=
'stylesheet'
>
<link
href=
'https://fonts.googleapis.com/css?family=Jost'
rel=
'stylesheet'
>
<link
href=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
rel=
"stylesheet"
id=
"bootstrap-css"
>
<link
href=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
rel=
"stylesheet"
id=
"bootstrap-css"
>
<!-- Favicon-->
<link
rel=
"icon"
type=
"image/x-icon"
href=
"assets/favicon.ico"
/>
<!-- CSS only -->
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css"
rel=
"stylesheet"
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css"
rel=
"stylesheet"
integrity=
"sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx"
crossorigin=
"anonymous"
>
integrity=
"sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx"
crossorigin=
"anonymous"
>
<!-- Core theme CSS (includes Bootstrap)-->
<link
href=
"/css/style.css"
rel=
"stylesheet"
/>
<link
href=
"/css/style.css"
rel=
"stylesheet"
/>
...
@@ -172,7 +165,6 @@
...
@@ -172,7 +165,6 @@
</div></div>
</div></div>
</footer>
</footer>
</div>
</div>
<!-- JavaScript Bundle with Popper -->
<script
src=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"
></script>
<script
src=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"
></script>
<script
src=
"//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"
></script>
<script
src=
"//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"
></script>
<script
src=
"https://code.jquery.com/jquery-3.2.1.slim.min.js"
<script
src=
"https://code.jquery.com/jquery-3.2.1.slim.min.js"
...
@@ -187,6 +179,5 @@
...
@@ -187,6 +179,5 @@
<script
src=
"https://kit.fontawesome.com/51d1fadef3.js"
crossorigin=
"anonymous"
></script>
<script
src=
"https://kit.fontawesome.com/51d1fadef3.js"
crossorigin=
"anonymous"
></script>
<script
src=
"/js/main.js"
></script>
<script
src=
"/js/main.js"
></script>
<!-- Core theme JS-->
</body>
</body>
</html>
</html>
SkuciSe/src/main/resources/templates/portfolio.html
View file @
eec3757f
...
@@ -13,15 +13,8 @@
...
@@ -13,15 +13,8 @@
rel=
"stylesheet"
rel=
"stylesheet"
href=
"https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
href=
"https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
/>
<!-- Favicon-->
<link
rel=
"icon"
type=
"image/x-icon"
href=
"assets/favicon.ico"
/>
<!-- CSS only -->
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css"
rel=
"stylesheet"
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css"
rel=
"stylesheet"
integrity=
"sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx"
crossorigin=
"anonymous"
>
integrity=
"sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx"
crossorigin=
"anonymous"
>
<!-- Core theme CSS (includes Bootstrap)-->
<link
href=
"/css/style.css"
rel=
"stylesheet"
/>
<link
href=
"/css/style.css"
rel=
"stylesheet"
/>
...
@@ -170,8 +163,6 @@
...
@@ -170,8 +163,6 @@
</ul>
</ul>
</div>
</div>
</div>
</div>
<!-- End-->
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -211,7 +202,6 @@
...
@@ -211,7 +202,6 @@
</div>
</div>
</footer>
>
</footer>
>
</div>
</div>
<!-- JavaScript Bundle with Popper -->
<script
src=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"
></script>
<script
src=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"
></script>
<script
src=
"//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"
></script>
<script
src=
"//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"
></script>
<script
src=
"https://code.jquery.com/jquery-3.2.1.slim.min.js"
<script
src=
"https://code.jquery.com/jquery-3.2.1.slim.min.js"
...
...
SkuciSe/src/main/resources/templates/profile-edit.html
View file @
eec3757f
...
@@ -9,18 +9,10 @@
...
@@ -9,18 +9,10 @@
<link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"/images/logo.ico"
/>
<link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"/images/logo.ico"
/>
<link
href=
'https://fonts.googleapis.com/css?family=Jost'
rel=
'stylesheet'
>
<link
href=
'https://fonts.googleapis.com/css?family=Jost'
rel=
'stylesheet'
>
<link
href=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
rel=
"stylesheet"
id=
"bootstrap-css"
>
<link
href=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
rel=
"stylesheet"
id=
"bootstrap-css"
>
<!-- Favicon-->
<link
rel=
"icon"
type=
"image/x-icon"
href=
"assets/favicon.ico"
/>
<!-- CSS only -->
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css"
rel=
"stylesheet"
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css"
rel=
"stylesheet"
integrity=
"sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx"
crossorigin=
"anonymous"
>
integrity=
"sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx"
crossorigin=
"anonymous"
>
<!-- Core theme CSS (includes Bootstrap)-->
<link
href=
"/css/style.css"
rel=
"stylesheet"
/>
<link
href=
"/css/style.css"
rel=
"stylesheet"
/>
</head>
</head>
<body
th:object=
"${loggedUser}"
>
<body
th:object=
"${loggedUser}"
>
<nav
class=
"navbar navbar-icon-top navbar-expand-lg p-3"
>
<nav
class=
"navbar navbar-icon-top navbar-expand-lg p-3"
>
...
@@ -195,7 +187,6 @@
...
@@ -195,7 +187,6 @@
</div></div>
</div></div>
</footer>
</footer>
</div>
</div>
<!-- JavaScript Bundle with Popper -->
<script
src=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"
></script>
<script
src=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"
></script>
<script
src=
"//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"
></script>
<script
src=
"//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"
></script>
<script
src=
"https://code.jquery.com/jquery-3.2.1.slim.min.js"
<script
src=
"https://code.jquery.com/jquery-3.2.1.slim.min.js"
...
@@ -210,6 +201,5 @@
...
@@ -210,6 +201,5 @@
<script
src=
"https://kit.fontawesome.com/51d1fadef3.js"
crossorigin=
"anonymous"
></script>
<script
src=
"https://kit.fontawesome.com/51d1fadef3.js"
crossorigin=
"anonymous"
></script>
<script
src=
"/js/main.js"
></script>
<script
src=
"/js/main.js"
></script>
<!-- Core theme JS-->
</body>
</body>
</html>
</html>
SkuciSe/src/main/resources/templates/profile.html
View file @
eec3757f
...
@@ -9,18 +9,10 @@
...
@@ -9,18 +9,10 @@
<link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"/images/logo.ico"
/>
<link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"/images/logo.ico"
/>
<link
href=
'https://fonts.googleapis.com/css?family=Jost'
rel=
'stylesheet'
>
<link
href=
'https://fonts.googleapis.com/css?family=Jost'
rel=
'stylesheet'
>
<link
href=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
rel=
"stylesheet"
id=
"bootstrap-css"
>
<link
href=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
rel=
"stylesheet"
id=
"bootstrap-css"
>
<!-- Favicon-->
<link
rel=
"icon"
type=
"image/x-icon"
href=
"assets/favicon.ico"
/>
<!-- CSS only -->
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css"
rel=
"stylesheet"
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css"
rel=
"stylesheet"
integrity=
"sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx"
crossorigin=
"anonymous"
>
integrity=
"sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx"
crossorigin=
"anonymous"
>
<!-- Core theme CSS (includes Bootstrap)-->
<link
href=
"/css/style.css"
rel=
"stylesheet"
/>
<link
href=
"/css/style.css"
rel=
"stylesheet"
/>
</head>
</head>
<body
th:object=
"${loggedUser}"
>
<body
th:object=
"${loggedUser}"
>
<nav
class=
"navbar navbar-icon-top navbar-expand-lg p-3"
>
<nav
class=
"navbar navbar-icon-top navbar-expand-lg p-3"
>
...
@@ -197,7 +189,6 @@
...
@@ -197,7 +189,6 @@
</div></div>
</div></div>
</footer>
</footer>
</div>
</div>
<!-- JavaScript Bundle with Popper -->
<script
src=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"
></script>
<script
src=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"
></script>
<script
src=
"//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"
></script>
<script
src=
"//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"
></script>
<script
src=
"https://code.jquery.com/jquery-3.2.1.slim.min.js"
<script
src=
"https://code.jquery.com/jquery-3.2.1.slim.min.js"
...
...
SkuciSe/src/main/resources/templates/register.html
View file @
eec3757f
...
@@ -9,18 +9,10 @@
...
@@ -9,18 +9,10 @@
<link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"/images/logo.ico"
/>
<link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"/images/logo.ico"
/>
<link
href=
'https://fonts.googleapis.com/css?family=Jost'
rel=
'stylesheet'
>
<link
href=
'https://fonts.googleapis.com/css?family=Jost'
rel=
'stylesheet'
>
<link
href=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
rel=
"stylesheet"
id=
"bootstrap-css"
>
<link
href=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
rel=
"stylesheet"
id=
"bootstrap-css"
>
<!-- Favicon-->
<link
rel=
"icon"
type=
"image/x-icon"
href=
"assets/favicon.ico"
/>
<!-- CSS only -->
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css"
rel=
"stylesheet"
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css"
rel=
"stylesheet"
integrity=
"sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx"
crossorigin=
"anonymous"
>
integrity=
"sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx"
crossorigin=
"anonymous"
>
<!-- Core theme CSS (includes Bootstrap)-->
<link
href=
"/css/style.css"
rel=
"stylesheet"
/>
<link
href=
"/css/style.css"
rel=
"stylesheet"
/>
</head>
</head>
<body>
<body>
<nav
class=
"navbar navbar-icon-top navbar-expand-lg p-3"
>
<nav
class=
"navbar navbar-icon-top navbar-expand-lg p-3"
>
...
@@ -210,7 +202,6 @@
...
@@ -210,7 +202,6 @@
</div>
</div>
</footer>
</footer>
</div>
</div>
<!-- JavaScript Bundle with Popper -->
<script
src=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"
></script>
<script
src=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"
></script>
<script
src=
"//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"
></script>
<script
src=
"//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"
></script>
<script
src=
"https://code.jquery.com/jquery-3.2.1.slim.min.js"
<script
src=
"https://code.jquery.com/jquery-3.2.1.slim.min.js"
...
@@ -225,6 +216,5 @@
...
@@ -225,6 +216,5 @@
<script
src=
"https://kit.fontawesome.com/51d1fadef3.js"
crossorigin=
"anonymous"
></script>
<script
src=
"https://kit.fontawesome.com/51d1fadef3.js"
crossorigin=
"anonymous"
></script>
<script
src=
"/js/main.js"
></script>
<script
src=
"/js/main.js"
></script>
<!-- Core theme JS-->
</body>
</body>
</html>
</html>
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