Ignore:
Timestamp:
01/06/23 21:08:03 (18 months ago)
Author:
andrejtodorovski <82031894+andrejtodorovski@…>
Branches:
main
Children:
89865ae
Parents:
9dcbf44
Message:

Added all advanced reports, added bootstrap for every template

File:
1 edited

Legend:

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

    r9dcbf44 rcab5859  
    11<div>
    2     <h1>Мои достави</h1>
     2    <h1 class="mt-3 mb-3">Мои достави</h1>
    33    <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>
    55    </form>
    6     <table>
    7         <thead>
     6    <table class="table table-bordered mt-3">
     7        <thead class="thead-dark">
    88        <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>
    1313        </tr>
    1414        </thead>
Note: See TracChangeset for help on using the changeset viewer.