main
Last change
on this file since 60de3eb was 60de3eb, checked in by andrejtodorovski <82031894+andrejtodorovski@…>, 23 months ago |
Added master template and added filtering parts by car and category
|
-
Property mode
set to
100644
|
File size:
435 bytes
|
Line | |
---|
1 | <div>
|
---|
2 | <p th:text="${part.getName()}"></p>
|
---|
3 | <p th:text="${part.getDescription()}"></p>
|
---|
4 | <p th:text="${part.getManufacturer().getName()}"></p>
|
---|
5 | <p><span th:text="${amount}"></span><span> денари</span></p>
|
---|
6 | <form th:action="@{'/part/delivery/{id}' (id=${part.getId()}) }">
|
---|
7 | <label>
|
---|
8 | <input type="number" required min="1" placeholder="Количина"/>
|
---|
9 | </label>
|
---|
10 | <button type="submit">Купи</button>
|
---|
11 | </form>
|
---|
12 | </div>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.