Ignore:
Timestamp:
01/03/23 23:03:00 (18 months ago)
Author:
andrejtodorovski <82031894+andrejtodorovski@…>
Branches:
main
Children:
6832924
Parents:
feffc2f
Message:

Added master template and added filtering parts by car and category

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/resources/templates/partinfo.html

    rfeffc2f r60de3eb  
    1 <!DOCTYPE html>
    2 <html lang="en">
    3 <head>
    4     <meta charset="UTF-8">
    5     <title>Детали</title>
    6 </head>
    7 <body>
     1<div>
    82<p th:text="${part.getName()}"></p>
    93<p th:text="${part.getDescription()}"></p>
     
    1610    <button type="submit">Купи</button>
    1711</form>
    18 </body>
    19 </html>
     12</div>
Note: See TracChangeset for help on using the changeset viewer.