Changeset 00fa72f for src/main/resources


Ignore:
Timestamp:
02/09/23 14:06:45 (21 months ago)
Author:
DenicaKj <dkorvezir@…>
Branches:
master
Children:
6a9006d, a9ffccd
Parents:
0ba5d1a
Message:

Reservation Implemented

Location:
src/main/resources/templates
Files:
1 added
1 edited

Legend:

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

    r0ba5d1a r00fa72f  
    4747                <div class="card-footer" style="border-bottom-right-radius:30px;border-bottom-left-radius:30px">
    4848                    <small>
    49                         <form th:action="@{'/home/getSeats/{id}' (id=${film.getId_film()})}"
     49                        <form th:action="@{'/home/getSeats/{id}' (id=${projection.id_projection})}"
    5050                              th:method="GET">
    51 
     51                            <input type="hidden" name="film" id="film" th:value="${film.id_film}">
    5252                            <div class="form-group">
    5353                                <label style="color: black;font-size: 20px;font-weight: bold">Категорија на седиште</label>
    54                                 <select name="id_cinema" class="form-control" id="id_cinema">
     54                                <select name="id_category" class="form-control" id="id_category">
    5555                                    <option
    5656                                            th:each="category : ${categories}"
    57                                             th:value="${category.id_category}"
     57                                            th:value="${category.idcategory}"
    5858                                            th:text="${category.getName()}">
    5959                                    </option>
Note: See TracChangeset for help on using the changeset viewer.