main
Last change
on this file since 7d43957 was 7d43957, checked in by andrejtodorovski <82031894+andrejtodorovski@…>, 23 months ago |
Added functionalities
|
-
Property mode
set to
100644
|
File size:
530 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 method="post" th:action="@{'/part/addToOrder/{id}' (id=${part.getId()}) }">
|
---|
7 | <label>
|
---|
8 | <input type="number" name="quantity" required min="1" placeholder="Количина"/>
|
---|
9 | </label>
|
---|
10 | <button class="btn btn-primary btn-block btn-lg" type="submit">Додај во нарачка</button>
|
---|
11 | </form>
|
---|
12 | </div>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.