source: src/main/resources/templates/html/terms.html@ 743de55

Last change on this file since 743de55 was 743de55, checked in by macagaso <gasoskamarija@…>, 6 weeks ago

Initial commit

  • Property mode set to 100644
File size: 1.4 KB
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</head>
8<body>
9<div id="outer-frame">
10 <div id="frame">
11 <div id="header">
12 <div>Резервации</div>
13 <div>
14 <button>Кориснички профил</button>
15 <button>Закажи термин</button>
16 </div>
17 </div>
18
19 <div>Види ги твоите термини од календарот</div>
20 <div id="menu">
21 <button id="requested">Предложени</button>
22 <button id="reserved">Закажани</button>
23 <button id="carried-out">Одржани</button>
24 </div>
25
26 <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>
41 </table>
42
43
44 </div>
45</div>
46<script src="/js/terms.js"></script>
47</body>
48</html>
Note: See TracBrowser for help on using the repository browser.