Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
awesomelands
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
Vuk Lazovic
awesomelands
Commits
8e713dfc
Commit
8e713dfc
authored
Sep 21, 2022
by
Vuk Lazovic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oglasi BUG
parent
f795a190
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
16 deletions
+30
-16
.idea/workspace.xml
+11
-9
src/main/resources/templates/property.html
+19
-7
No files found.
.idea/workspace.xml
View file @
8e713dfc
...
...
@@ -4,13 +4,7 @@
<option
name=
"autoReloadType"
value=
"ALL"
/>
</component>
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"6e82c7f1-3949-40e2-bc26-7eb50b36f993"
name=
"Default Changelist"
comment=
"header i footer register"
>
<change
beforePath=
"$PROJECT_DIR$/.idea/workspace.xml"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/.idea/workspace.xml"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/src/main/java/app/usluga/Implementacija.java"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/src/main/java/app/usluga/Implementacija.java"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/src/main/java/app/usluga/web/MainKontroler.java"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/src/main/java/app/usluga/web/MainKontroler.java"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/src/main/resources/templates/index.html"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/src/main/resources/templates/index.html"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/src/main/resources/templates/listaKorisnik.html"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/src/main/resources/templates/listaKorisnik.html"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/src/main/resources/templates/listaOglas.html"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/src/main/resources/templates/listaOglas.html"
afterDir=
"false"
/>
<list
default=
"true"
id=
"6e82c7f1-3949-40e2-bc26-7eb50b36f993"
name=
"Default Changelist"
comment=
"autentifikacija admina"
>
<change
beforePath=
"$PROJECT_DIR$/src/main/resources/templates/property.html"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/src/main/resources/templates/property.html"
afterDir=
"false"
/>
</list>
<option
name=
"SHOW_DIALOG"
value=
"false"
/>
...
...
@@ -241,7 +235,14 @@
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1663781295222
</updated>
</task>
<option
name=
"localTasksCounter"
value=
"5"
/>
<task
id=
"LOCAL-00005"
summary=
"autentifikacija admina"
>
<created>
1663796696833
</created>
<option
name=
"number"
value=
"00005"
/>
<option
name=
"presentableId"
value=
"LOCAL-00005"
/>
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1663796696833
</updated>
</task>
<option
name=
"localTasksCounter"
value=
"6"
/>
<servers
/>
</component>
<component
name=
"TimeTrackingManager"
>
...
...
@@ -305,7 +306,8 @@
<MESSAGE
value=
"login/logout/anonymous user..."
/>
<MESSAGE
value=
"UPLOAD sada radi"
/>
<MESSAGE
value=
"header i footer register"
/>
<option
name=
"LAST_COMMIT_MESSAGE"
value=
"header i footer register"
/>
<MESSAGE
value=
"autentifikacija admina"
/>
<option
name=
"LAST_COMMIT_MESSAGE"
value=
"autentifikacija admina"
/>
</component>
<component
name=
"editorHistoryManager"
>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/app/model/Korisnik.java"
>
...
...
src/main/resources/templates/property.html
View file @
8e713dfc
<!DOCTYPE html>
<html
xmlns:th=
"http
s
://www.thymeleaf.org"
>
<html
xmlns:th=
"http://www.thymeleaf.org"
>
<head>
<title>
Royal Estate - Free Bootstrap 4 Template by
Colorlib
</title>
<title>
Royal Estate - Free Bootstrap 4 Template by
TIM
</title>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
>
...
...
@@ -29,6 +29,9 @@
<body>
<div
class=
"top"
>
<div
class=
"container"
>
<div
class=
"row d-flex align-items-center"
>
...
...
@@ -42,8 +45,11 @@
</div>
<div
class=
"col d-flex justify-content-end"
>
<div
th:text=
"${#authentication.name}"
>
The value of the "name" property of the authentication object should appear here.
</div>
</div>
</div>
</div>
...
...
@@ -58,11 +64,17 @@
<div
class=
"collapse navbar-collapse"
id=
"ftco-nav"
>
<ul
class=
"navbar-nav ml-auto"
>
<li
class=
"nav-item"
><a
href=
"/"
class=
"nav-link"
>
Pocetna strana
</a></li>
<li
class=
"nav-item active"
><a
href=
"oglasi"
class=
"nav-link"
>
Oglasi
</a></li>
<li
class=
"nav-item"
><a
href=
"maintance"
class=
"nav-link"
>
Agenti
</a></li>
<li
class=
"nav-item"
><a
href=
"maintance"
class=
"nav-link"
>
O nama
</a></li>
<li
class=
"nav-item"
><a
href=
"maintance"
class=
"nav-link"
>
Kontakt
</a></li>
<li
class=
"nav-item active"
><a
href=
"/"
class=
"nav-link"
>
Pocetna strana
</a></li>
<li
class=
"nav-item"
><a
href=
"oglasi"
class=
"nav-link"
>
Oglasi
</a></li>
<li
sec:authorize=
"!hasAuthority('ADMIN')"
class=
"nav-item"
><a
href=
"maintance"
class=
"nav-link"
>
Agenti
</a></li>
<li
sec:authorize=
"!hasAuthority('ADMIN')"
class=
"nav-item"
><a
href=
"maintance"
class=
"nav-link"
>
O nama
</a></li>
<li
sec:authorize=
"!hasAuthority('ADMIN')"
class=
"nav-item"
><a
href=
"maintance"
class=
"nav-link"
>
Kontakt
</a></li>
<li
sec:authorize=
"hasAuthority('ADMIN')"
class=
"nav-item"
><a
href=
"adminKorisnik"
class=
"nav-link"
>
Ukloni Korisnike
</a></li>
<li
sec:authorize=
"hasAuthority('ADMIN')"
class=
"nav-item"
><a
href=
"adminOglas"
class=
"nav-link"
>
Ukloni Oglase
</a></li>
<li
sec:authorize=
"isAnonymous()"
class=
"nav-item cta"
><a
href=
"login"
class=
"nav-link ml-lg-2"
><span
class=
"icon-user"
></span>
Prijava
</a></li>
<li
sec:authorize=
"isAnonymous()"
class=
"nav-item cta cta-colored"
><a
href=
"registration"
class=
"nav-link"
><span
class=
"icon-pencil"
></span>
Registracija
</a></li>
...
...
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