Ignore:
Timestamp:
02/08/23 14:41:02 (22 months ago)
Author:
milamihajlovska <mila.mihajlovska01@…>
Branches:
master
Children:
632e3d8
Parents:
61fed7c
Message:

updates in html

File:
1 edited

Legend:

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

    r61fed7c r39a45e6  
    11<th:block xmlns:th="http://www.thymeleaf.org">
    22    <div style="color: white" class="container">
    3         <h1 class="jumbotron-heading">Add New Event</h1>
     3        <h1 class="jumbotron-heading">Додани нов настан</h1>
    44        <div class="row">
    55            <div class="col-md-5">
    66                <form action="/home/addE" method="POST">
    77                    <div class="form-group">
    8                         <label for="theme">Theme</label>
     8                        <label for="theme">Тема</label>
    99                        <input type="text"
    1010                               class="form-control"
     
    1212                               name="theme"
    1313                               required
    14                                placeholder="Enter theme">
     14                               placeholder="внеси тема">
    1515                    </div>
    1616                    <div class="form-group">
    17                         <label for="duration">Duration</label>
     17                        <label for="duration">Траење</label>
    1818                        <input type="text"
    1919                               class="form-control"
     
    2323                    </div>
    2424                    <div class="form-group">
    25                         <label for="repeating">Repeating</label>
     25                        <label for="repeating">Дали се повторува</label>
    2626                        <input type="text"
    2727                               class="form-control"
    2828                               id="repeating"
    2929                               name="repeating"
    30                                placeholder="repeating">
     30                               placeholder="">
    3131                    </div>
    3232                    <div class="form-group">
    33                         <label for="start_date">Start Date</label>
     33                        <label for="start_date">Почетен датум</label>
    3434                        <input type="date"
    3535                               class="form-control"
     
    3939                    </div>
    4040                    <div class="form-group">
    41                         <label for="img_url">Image Url</label>
     41                        <label for="img_url">Слика</label>
    4242                        <input type="text"
    4343                               class="form-control"
     
    4747                    </div>
    4848
    49                     <button style="background-color: #ff5019" id="submit" type="submit" class="btn btn-primary">Add Event</button>
     49                    <button style="background-color: #ff5019" id="submit" type="submit" class="btn btn-primary">Додади</button>
    5050                </form>
    5151            </div>
     52
    5253        </div>
     54
     55        <button style="background-color: #ff5019"  class="btn btn-primary"><a style="color: white" href="/addEventToCinema">Додади настан во кинотека</a></button>
     56
    5357    </div>
    5458
Note: See TracChangeset for help on using the changeset viewer.