main
Last change
on this file since d4b888e was d4b888e, checked in by andrejtodorovski <82031894+andrejtodorovski@…>, 23 months ago |
Added full functionality for adding review
|
-
Property mode
set to
100644
|
File size:
869 bytes
|
Line | |
---|
1 | <div>
|
---|
2 | <div>
|
---|
3 |
|
---|
4 | <form class="form-signin mt-xl-5" method="post" th:action="@{'/repairs/addReview/{id}' (id=${repair.getId()}) }">
|
---|
5 | <h2 class="form-signin-heading">Додај критика</h2>
|
---|
6 | <p>
|
---|
7 | <label for="rating" class="sr-only">Оценка</label>
|
---|
8 | <input type="number" id="rating" name="rating" class="form-control" placeholder="Внеси оценка" required="" autofocus=""/>
|
---|
9 | </p>
|
---|
10 | <p>
|
---|
11 | <label for="comment" class="sr-only">Коментар</label>
|
---|
12 | <input type="text" id="comment" name="comment" class="form-control" placeholder="Внеси коментар" autofocus=""/>
|
---|
13 | </p>
|
---|
14 | <button class="btn btn-lg btn-primary btn-block" type="submit">Поднеси критика</button>
|
---|
15 | </form>
|
---|
16 | </div>
|
---|
17 | </div> |
---|
Note:
See
TracBrowser
for help on using the repository browser.