Changeset 39a45e6 for src/main/resources/templates/addEventToCinema.html
- Timestamp:
- 02/08/23 14:41:02 (22 months ago)
- Branches:
- master
- Children:
- 632e3d8
- Parents:
- 61fed7c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/addEventToCinema.html
r61fed7c r39a45e6 2 2 3 3 <div class="container" style="color: white"> 4 <h1 class="jumbotron-heading"> Add event to cinema</h1>4 <h1 class="jumbotron-heading">Додади настан во кинотека</h1> 5 5 <div class="row"> 6 6 <div class="col-md-5"> … … 8 8 9 9 <div class="form-group"> 10 <label> Cinema</label>10 <label>Кинотека</label> 11 11 <select name="id_cinema" id="f1" class="form-control"> 12 12 <option … … 19 19 20 20 <div class="form-group"> 21 <label> Cinema</label>21 <label>Настан</label> 22 22 <select name="id_event" id="f2" class="form-control"> 23 23 <option … … 28 28 </select> 29 29 </div> 30 <button style="background-color: #ff5019" id="submit" type="submit" class="btn btn-primary"> Add</button>30 <button style="background-color: #ff5019" id="submit" type="submit" class="btn btn-primary">Додади </button> 31 31 </form> 32 32 </div>
Note:
See TracChangeset
for help on using the changeset viewer.