Changeset 43c9090 for src/main/resources/templates/html/calendar.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/calendar.html
r743de55 r43c9090 8 8 Calendar 9 9 </title> 10 <script src="/js/cookie.js" defer></script> 10 11 <link rel="stylesheet" href="/css/calendar.css"> 11 12 </head> 12 13 <body class="light"> 14 <button id="authButton" style="display: none;"></button> 13 15 <div id="content"> 14 16 <div id="personal-info"> 15 17 <img id="admin-photo" src="/images/chicho-round.png"> 16 18 <div id="first-box" class="white-space"> 17 <a ><img src="/images/down.png">Кориснички профил</a>18 <a ><img src="/images/down.png">Мои термини</a>19 <a href="editUser.html"><img src="/images/down.png">Кориснички профил</a> 20 <a href="terms.html"><img src="/images/down.png">Мои термини</a> 19 21 </div> 20 22 </div> … … 55 57 </div> 56 58 <div id="right-side"> 57 <div id="hourly-terms">58 59 </div>60 59 <div> 61 <label>Код на купон:</label><input id="coupon-type" type="text"> 60 <label>Код на купон:</label> 61 <select id="coupon-type"> 62 <option></option> 63 </select> 62 64 </div> 63 65 <div> 64 66 <label>Медицинска состојба:</label> <input id="medical-condition" type="text"> 65 67 </div> 68 <div id="hourly-terms"></div> 66 69 <button id="book-button" disabled>Закажи</button> 67 70 </div>
Note:
See TracChangeset
for help on using the changeset viewer.