Changeset 2c7a732 for src/main/resources/templates/addProjection.html
- Timestamp:
- 02/08/23 15:48:54 (22 months ago)
- Branches:
- master
- Children:
- 0ba5d1a
- Parents:
- 5867520 (diff), 632e3d8 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/addProjection.html
r5867520 r2c7a732 2 2 3 3 <div class="container" style="color: white"> 4 <h1 class="jumbotron-heading"> Add New Projection</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 for="type_of_technology"> Type Of Technology</label>10 <label for="type_of_technology">Тип на технологија</label> 11 11 <input type="text" 12 12 class="form-control" … … 16 16 </div> 17 17 <div class="form-group"> 18 <label for="date_time_start"> Start Date</label>18 <label for="date_time_start">Почетен датум</label> 19 19 <input type="date" 20 20 class="form-control" … … 24 24 </div> 25 25 <div class="form-group"> 26 <label for="date_time_end"> End Date</label>26 <label for="date_time_end">Краен датум</label> 27 27 <input type="date" 28 28 class="form-control" … … 32 32 </div> 33 33 <div class="form-group"> 34 <label> Film</label>34 <label>Филм</label> 35 35 <select name="id_film" id="f1" class="form-control"> 36 36 <option … … 42 42 </div> 43 43 44 <button style="background-color: #ff5019" id="submit" type="submit" class="btn btn-primary"> Add Projection</button>44 <button style="background-color: #ff5019" id="submit" type="submit" class="btn btn-primary">Додади</button> 45 45 </form> 46 46 </div>
Note:
See TracChangeset
for help on using the changeset viewer.