source:
src/main/resources/templates/addPartManufacturer.html@
84652fb
Last change on this file since 84652fb was 84652fb, checked in by , 23 months ago | |
---|---|
|
|
File size: 852 bytes |
Line | |
---|---|
1 | <div> |
2 | <form class="form-signin mt-xl-4" method="post" action="/addPartManufacturer"> |
3 | <h2 class="form-signin-heading mb-3">Додај производител на делови</h2> |
4 | <p> |
5 | <label for="name" class="sr-only">Име на производител</label> |
6 | <input type="text" id="name" name="name" class="form-control" placeholder="Внеси го името на производителот..." required="" autofocus=""/> |
7 | </p> |
8 | <p> |
9 | <label for="location" class="sr-only">Земја на потекло</label> |
10 | <input type="text" id="location" name="location" class="form-control" placeholder="Внеси земја на потекло..." required="" autofocus=""/> |
11 | </p> |
12 | <button class="btn btn-lg btn-primary btn-block" type="submit">Додај производител</button> |
13 | </form> |
14 | </div> |
Note:
See TracBrowser
for help on using the repository browser.