Ignore:
Timestamp:
10/12/24 21:32:15 (5 weeks ago)
Author:
macagaso <gasoskamarija@…>
Branches:
master
Parents:
743de55
Message:

Updated version

File:
1 edited

Legend:

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

    r743de55 r43c9090  
    55    <title>Title</title>
    66    <link rel="stylesheet" href="/css/terms.css">
     7    <script src="/js/cookie.js" defer></script>
    78</head>
    89<body>
    9 <div id="outer-frame">
     10<button id="authButton" style="display: none;"></button>
    1011    <div id="frame">
    1112        <div id="header">
    12             <div>Резервации</div>
    13             <div>
    14                 <button>Кориснички профил</button>
    15                 <button>Закажи термин</button>
    16             </div>
     13            <h2>Резервации</h2>
    1714        </div>
    1815
     
    2522
    2623        <table>
    27             <thead id="table-head">
    28             <tr id="initial-head">
    29 <!--                <th>Термин</th>-->
    30 <!--                <th>Име</th>-->
    31 <!--                <th>Презиме</th>-->
    32 <!--                <th>Купон</th>-->
    33 <!--                <th>Дополнителни информации</th>-->
    34 <!--                <th>Корисник</th>-->
    35 <!--                <th>Откажи</th>-->
    36             </tr>
    37             </thead>
    38             <tbody id="requestsTableBody">
    39 
    40             </tbody>
     24            <thead id="table-head"><tr id="initial-head"></tr></thead>
     25            <tbody id="requestsTableBody"></tbody>
    4126        </table>
    42 
    43 
    4427    </div>
    45 </div>
    4628<script src="/js/terms.js"></script>
    4729</body>
Note: See TracChangeset for help on using the changeset viewer.