Changeset cab5859 for src/main/resources/templates/myDeliveries.html
- Timestamp:
- 01/06/23 21:08:03 (23 months ago)
- Branches:
- main
- Children:
- 89865ae
- Parents:
- 9dcbf44
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/myDeliveries.html
r9dcbf44 rcab5859 1 1 <div> 2 <h1 >Мои достави</h1>2 <h1 class="mt-3 mb-3">Мои достави</h1> 3 3 <form class="form-signin mt-xl-5" method="get" action="/myNextDeliveries"> 4 <button id="submit" class="btn btn-lg btn-primary btn-block " type="submit">Мои следни нарачки</button>4 <button id="submit" class="btn btn-lg btn-primary btn-block w-50" type="submit">Мои следни нарачки</button> 5 5 </form> 6 <table >7 <thead >6 <table class="table table-bordered mt-3"> 7 <thead class="thead-dark"> 8 8 <tr> 9 <th >Статус на достава</th>10 <th >Адреса на достава</th>11 <th >Број на нарачка</th>12 <th >Датум на нарачка</th>9 <th scope="col">Статус на достава</th> 10 <th scope="col">Адреса на достава</th> 11 <th scope="col">Број на нарачка</th> 12 <th scope="col">Датум на нарачка</th> 13 13 </tr> 14 14 </thead>
Note:
See TracChangeset
for help on using the changeset viewer.