Changeset 43c9090 for src/main/resources/templates/html/terms.html
- Timestamp:
- 10/12/24 21:32:15 (5 weeks ago)
- Branches:
- master
- Parents:
- 743de55
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/html/terms.html
r743de55 r43c9090 5 5 <title>Title</title> 6 6 <link rel="stylesheet" href="/css/terms.css"> 7 <script src="/js/cookie.js" defer></script> 7 8 </head> 8 9 <body> 9 < div id="outer-frame">10 <button id="authButton" style="display: none;"></button> 10 11 <div id="frame"> 11 12 <div id="header"> 12 <div>Резервации</div> 13 <div> 14 <button>Кориснички профил</button> 15 <button>Закажи термин</button> 16 </div> 13 <h2>Резервации</h2> 17 14 </div> 18 15 … … 25 22 26 23 <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> 41 26 </table> 42 43 44 27 </div> 45 </div>46 28 <script src="/js/terms.js"></script> 47 29 </body>
Note:
See TracChangeset
for help on using the changeset viewer.