source: src/main/resources/templates/html/terms.html@ 43c9090

Last change on this file since 43c9090 was 43c9090, checked in by macagaso <gasoskamarija@…>, 5 weeks ago

Updated version

  • Property mode set to 100644
File size: 898 bytes
Line 
1<!DOCTYPE html>
2<html lang="en">
3<head>
4 <meta charset="UTF-8">
5 <title>Title</title>
6 <link rel="stylesheet" href="/css/terms.css">
7 <script src="/js/cookie.js" defer></script>
8</head>
9<body>
10<button id="authButton" style="display: none;"></button>
11 <div id="frame">
12 <div id="header">
13 <h2>Резервации</h2>
14 </div>
15
16 <div>Види ги твоите термини од календарот</div>
17 <div id="menu">
18 <button id="requested">Предложени</button>
19 <button id="reserved">Закажани</button>
20 <button id="carried-out">Одржани</button>
21 </div>
22
23 <table>
24 <thead id="table-head"><tr id="initial-head"></tr></thead>
25 <tbody id="requestsTableBody"></tbody>
26 </table>
27 </div>
28<script src="/js/terms.js"></script>
29</body>
30</html>
Note: See TracBrowser for help on using the repository browser.