Last change
on this file since a8b6e6a was a9ffccd, checked in by DenicaKj <dkorvezir@…>, 21 months ago |
Login Header
|
-
Property mode
set to
100644
|
File size:
897 bytes
|
Rev | Line | |
---|
[448bd84] | 1 | <div xmlns:th="http://www.thymeleaf.org">
|
---|
[90317ea] | 2 | <h1 style="color: white">Вработени</h1>
|
---|
[a9ffccd] | 3 | <div style="color: white" class="container mb-4">
|
---|
[448bd84] | 4 | <div class="row">
|
---|
| 5 | <div class="col-12" >
|
---|
[a9ffccd] | 6 | <div style="color: white" class="table-responsive">
|
---|
| 7 | <table style="color: white" class="table table-striped">
|
---|
[448bd84] | 8 | <thead>
|
---|
| 9 | <tr>
|
---|
[f7b0906] | 10 | <th scope="col">Име</th>
|
---|
| 11 | <th scope="col">Презиме</th>
|
---|
| 12 | <th scope="col">Работна Позиција</th>
|
---|
[448bd84] | 13 |
|
---|
| 14 | </tr>
|
---|
| 15 | </thead>
|
---|
| 16 | <tbody>
|
---|
| 17 | <tr th:each="w : ${workers}" class="workers">
|
---|
| 18 | <td th:text="${w.first_name}"></td>
|
---|
| 19 | <td th:text="${w.last_name}"></td>
|
---|
| 20 | <td th:text="${w.position}"></td>
|
---|
| 21 | </tr>
|
---|
| 22 | </tbody>
|
---|
| 23 | </table>
|
---|
| 24 | </div>
|
---|
| 25 | </div>
|
---|
| 26 |
|
---|
| 27 | </div>
|
---|
| 28 | </div>
|
---|
| 29 | </div>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.