Last change
on this file since 04153a9 was ef84238, checked in by DenicaKj <dkorvezir@…>, 21 months ago |
Interested in event
|
-
Property mode
set to
100644
|
File size:
744 bytes
|
Line | |
---|
1 | <div class="container-1">
|
---|
2 | <h1 style="color: white; font-weight: 600" class="name" th:text="${worker.first_name}+' '+${worker.last_name}">
|
---|
3 | </h1>
|
---|
4 | <h4 style="color: white;"> Адреса:
|
---|
5 | <span th:text="${worker.address}"></span>
|
---|
6 | </h4>
|
---|
7 | <h4 style="color: white"> Број:
|
---|
8 | <span th:text="${worker.contact_number}"></span>
|
---|
9 | </h4>
|
---|
10 | <h4 style="color: white"> Датум на креирање профил:
|
---|
11 | <span th:text="${worker.date_created}"></span>
|
---|
12 | </h4>
|
---|
13 | <h4 style="color: white"> Позиција:
|
---|
14 | <span th:text="${worker.position}"></span>
|
---|
15 | </h4>
|
---|
16 | <h4 style="color: white"> Работи во кино:
|
---|
17 | <span th:text="${worker.cinema.name}"></span>
|
---|
18 | </h4>
|
---|
19 | </div>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.