source: src/main/resources/templates/partinfo.html@ 7d43957

main
Last change on this file since 7d43957 was 7d43957, checked in by andrejtodorovski <82031894+andrejtodorovski@…>, 18 months ago

Added functionalities

  • Property mode set to 100644
File size: 530 bytes
RevLine 
[60de3eb]1<div>
[feffc2f]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>
[7d43957]6<form method="post" th:action="@{'/part/addToOrder/{id}' (id=${part.getId()}) }">
[feffc2f]7 <label>
[7d43957]8 <input type="number" name="quantity" required min="1" placeholder="Количина"/>
[feffc2f]9 </label>
[7d43957]10 <button class="btn btn-primary btn-block btn-lg" type="submit">Додај во нарачка</button>
[feffc2f]11</form>
[60de3eb]12</div>
Note: See TracBrowser for help on using the repository browser.