main
Last change
on this file since f484b14 was 7d43957, checked in by andrejtodorovski <82031894+andrejtodorovski@…>, 23 months ago |
Added functionalities
|
-
Property mode
set to
100644
|
File size:
516 bytes
|
Rev | Line | |
---|
[60de3eb] | 1 | <div>
|
---|
[feffc2f] | 2 | <h1>Мои поправки</h1>
|
---|
| 3 | <table>
|
---|
| 4 | <thead>
|
---|
| 5 | <tr>
|
---|
| 6 | <th>Датум на нарачка</th>
|
---|
| 7 | <th>Нарачан дел</th>
|
---|
[7d43957] | 8 | <th>Број на нарачка</th>
|
---|
[feffc2f] | 9 | <th>Име на сервис</th>
|
---|
| 10 | </tr>
|
---|
| 11 | </thead>
|
---|
| 12 | <tbody>
|
---|
| 13 | <tr th:each="repair : ${userRepairs}">
|
---|
| 14 | <td th:text="${repair.getOrderdate}"></td>
|
---|
| 15 | <td th:text="${repair.getPartname()}"></td>
|
---|
[7d43957] | 16 | <td th:text="${repair.getOrderid()}"></td>
|
---|
[feffc2f] | 17 | <td th:text="${repair.getRsname()}"></td>
|
---|
| 18 | </tr>
|
---|
| 19 | </tbody>
|
---|
| 20 | </table>
|
---|
[60de3eb] | 21 | </div>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.