Ignore:
Timestamp:
02/07/23 13:04:18 (22 months ago)
Author:
milamihajlovska <mila.mihajlovska01@…>
Branches:
master
Children:
f7b0906
Parents:
d09caa7
Message:

update in projections.html

File:
1 edited

Legend:

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

    rd09caa7 r49263ae  
    197197<div xmlns:th="http://www.thymeleaf.org">
    198198    <div class="main">
     199<!--        <div th:each="film : ${films}" class="container">-->
     200<!--            <div class="card">-->
     201<!--                <div class="imgBx">-->
     202<!--                    <img th:src="@{${film.getUrl()}}"/>-->
     203<!--                </div>-->
     204<!--                <div class="contentBx">-->
     205<!--                    <h2  th:text="${film.getName()}"></h2>-->
     206<!--                    <div class="size">-->
     207<!--                        <h3>Duration :</h3>-->
     208<!--                        <span th:text="${film.getDuration()}"></span>-->
     209<!--                    </div>-->
     210<!--                    <div class="color">-->
     211<!--                        <h3>Genre:</h3>-->
     212<!--                        <span th:text="${film.getGenre()}"></span>-->
     213<!--                    </div>-->
     214<!--                    <form th:action="@{'/home/getFilm/{id}' (id=${film.getId_film()})}"-->
     215<!--                          th:method="GET">-->
     216<!--                        <button class="button" type="submit">Details</button>-->
     217<!--                    </form>-->
     218
     219
     220<!--                </div>-->
     221<!--            </div>-->
     222<!--        </div>-->
    199223        <div th:each="film : ${films}" class="container">
    200224            <div class="card">
     
    220244                </div>
    221245            </div>
    222         </div>
    223         <div th:each="film : ${films}" class="container">
    224             <div class="card">
    225                 <div class="imgBx">
    226                     <img th:src="@{${film.getUrl()}}"/>
    227                 </div>
    228                 <div class="contentBx">
    229                     <h2  th:text="${film.getName()}"></h2>
    230                     <div class="size">
    231                         <h3>Duration :</h3>
    232                         <span th:text="${film.getDuration()}"></span>
    233                     </div>
    234                     <div class="color">
    235                         <h3>Genre:</h3>
    236                         <span th:text="${film.getGenre()}"></span>
    237                     </div>
    238                     <form th:action="@{'/home/getFilm/{id}' (id=${film.getId_film()})}"
    239                           th:method="GET">
    240                         <button class="button" type="submit">Details</button>
    241                     </form>
    242 
    243 
    244                 </div>
    245             </div>
    246246            </div>
    247247    </div>
Note: See TracChangeset for help on using the changeset viewer.