- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/addEventToCinema.html
r39a45e6 rfc448f5 2 2 3 3 <div class="container" style="color: white"> 4 <h1 class="jumbotron-heading"> Додади настан во кинотека</h1>4 <h1 class="jumbotron-heading">Add event to cinema</h1> 5 5 <div class="row"> 6 6 <div class="col-md-5"> … … 8 8 9 9 <div class="form-group"> 10 <label> Кинотека</label>10 <label>Cinema</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> Настан</label>21 <label>Cinema</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"> Додади</button>30 <button style="background-color: #ff5019" id="submit" type="submit" class="btn btn-primary">Add </button> 31 31 </form> 32 32 </div>
Note:
See TracChangeset
for help on using the changeset viewer.