Changeset 43c9090 for src/main/resources/templates
- Timestamp:
- 10/12/24 21:32:15 (5 weeks ago)
- Branches:
- master
- Parents:
- 743de55
- Location:
- src/main/resources/templates/html
- Files:
-
- 1 added
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/html/admin-terms.html
r743de55 r43c9090 8 8 Calendar 9 9 </title> 10 <script src="/js/cookie.js" defer></script> 10 11 <link rel="stylesheet" href="/css/admin-terms.css"> 11 12 </head> 12 13 <body class="light"> 14 <button id="authButton" style="display: none;"></button> 13 15 <div id="content"> 14 16 <h1>Преглед и менаџирање со термини</h1> 17 <h3>Со клик врз датумот од календарот добивате преглед за термините</h3> 15 18 <div id="left-side"> 16 19 <div id="calendar-main"> … … 83 86 <div id="right-side"> 84 87 <div id="active"> 85 < p>Тековни термини за ден <span id="insert-date"></span></p>88 <h3>Тековни термини за ден <span id="insert-date"></span></h3> <p>(доколку постои термин, со клик врз време, се добиваат информации и овозоможува менаџирање со термин)</p> 86 89 <div id="frame"></div> 90 <button id="temporal-deletion" style="display: none;">Целосно бришење термин</button> 87 91 </div> 88 <div id="summary" >92 <div id="summary" style="display: none;"> 89 93 <table id="requested-table" style="display: none;"> 90 <thead><t h>Предложени</th></thead><tbody id="requested"></tbody>94 <thead><tr><th>Предложени</th></tr></thead><tbody id="requested"></tbody> 91 95 </table> 92 96 <table id="approved-table" style="display: none;"> 93 <thead><t h>Одобрени</th></thead><tbody id="approved"></tbody>97 <thead><tr><th>Одобрени</th></tr></thead><tbody id="approved"></tbody> 94 98 </table> 95 99 <div id="request-assets" style="display: none;"> … … 113 117 </div> 114 118 </div> 115 <button id="temporal-deletion" style="display: none;">Целосно бришење термин</button>116 119 </div> 117 120 </div> -
src/main/resources/templates/html/admin.html
r743de55 r43c9090 8 8 <link href="https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap" rel="stylesheet"> 9 9 <link rel="stylesheet" href="/css/admin.css"> 10 <script src="/js/cookie.js" defer></script> 10 11 </head> 11 12 <body> 13 <button id="authButton" style="display: none;"></button> 12 14 <img id="second-image" src="/images/physiotherapy.jpg"> 13 15 <div id="frame"> -
src/main/resources/templates/html/adminCoupons.html
r743de55 r43c9090 4 4 <meta charset="UTF-8"> 5 5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 <script src="/js/cookie.js" defer></script> 6 7 <link rel="stylesheet" href="/css/adminNews.css"> 7 8 </head> 8 9 <body data-page="coupons"> 10 <button id="authButton" style="display: none;"></button> 9 11 <h2>Купони...</h2> 10 12 <div class="coupons-container"> -
src/main/resources/templates/html/adminNews.html
r743de55 r43c9090 4 4 <meta charset="UTF-8"> 5 5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 <script src="/js/cookie.js" defer></script> 6 7 <link rel="stylesheet" href="/css/adminNews.css"> 7 8 </head> 8 9 <body data-page="events"> 10 <button id="authButton" style="display: none;"></button> 9 11 <h2>Настани, новости...</h2> 10 12 <div class="news-container"> -
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> -
src/main/resources/templates/html/coupons.html
r743de55 r43c9090 13 13 } 14 14 </style> 15 <script src="/js/cookie.js" defer></script> 15 16 </head> 16 17 <body> 17 18 <button id="authButton" style="display: none;"></button> 18 19 <table> 19 20 -
src/main/resources/templates/html/editUser.html
r743de55 r43c9090 4 4 <meta charset="UTF-8"> 5 5 <title>Title</title> 6 <link rel="stylesheet" href="/css/editUser.css"> 7 <script src="/js/cookie.js" defer></script> 6 8 </head> 7 9 <body> 8 <div id="user-info" style="display: none;"> 9 <img/> 10 <h1>Здраво <span id="cookie-name">име</span></h1> 11 <h2>Ова е твојата профилна страница. Тука имаш преглед кон твоите лични податоци, а воедно можеш и да ги модифицираш</h2> 12 </div> 13 <button id="edit-profile">Измени профил</button> 14 <div> 15 <p>Информации за корисникот</p> 16 <div> 17 <p>Корисничко име</p> 18 <input type="text" name="username" id="usernameSignIn"/> 10 <button id="authButton" style="display: none;"></button> 11 <h2>Информации за корисникот</h2> 12 <div id="content"> 13 <div id="main-part"> 14 <div id="container"> 15 <div id="left-side"> 16 <div> 17 <p>Корисничко име</p> 18 <input type="text" name="username" id="usernameSignIn"/> 19 </div> 20 <div> 21 <p>Име</p> 22 <input type="text" id="name" name="firstName"/> 23 </div> 24 <div> 25 <p>Презиме</p> 26 <input type="text" id="surname" name="lastName"/> 27 </div> 28 <div> 29 <p>Година на раѓање</p> 30 <input type="date" id="age" name="age"/> 31 </div> 32 </div> 33 <div id="right-side"> 34 <div> 35 <p>Телефон</p> 36 <input type="tel" id="phone" placeholder="07_-___-___" name="phone"/> 37 </div> 38 <button id="block-account" style="display: none;">Блокирај к.сметка</button> 39 <button id="edit-profile">Измени профил</button> 40 <button id="saveChanges">Зачувај</button> 41 </div> 42 </div> 43 <div id="adminInfo-block" style="display: none;"> 44 <table id="stat-table"> 45 <thead> 46 <tr> 47 <th>Состојба на термин</th> 48 <th>Број</th> 49 </tr> 50 </thead> 51 <tbody> 52 <tr> 53 <td>Одржани термини</td> 54 <td><span id="carried-out"></span></td> 55 </tr> 56 <tr> 57 <td>Одбиени предлози</td> 58 <td><span id="rejected"></span></td> 59 </tr> 60 <tr> 61 <td>Откажани предлози</td> 62 <td><span id="cancelledReqByUser"></span></td> 63 </tr> 64 <tr> 65 <td>Откажани термини(корисник)</td> 66 <td><span id="cancelledAppByUser"></span></td> 67 </tr> 68 <tr> 69 <td>Откажани термини(админ)</td> 70 <td><span id="cancelledAppByAdmin"></span></td> 71 </tr> 72 </tbody> 73 </table> 74 </div> 19 75 </div> 20 <div> 21 <p>Име</p> 22 <input type="text" id="name" name="firstName"/> 23 </div> 24 <div> 25 <p>Презиме</p> 26 <input type="text" id="surname" name="lastName"/> 27 </div> 28 <div> 29 <p>Телефон</p> 30 <input type="tel" id="phone" placeholder="07_-___-___" name="phone"/> 31 </div> 32 <div> 33 <p>Година на раѓање</p> 34 <input type="date" id="age" name="age"/> 76 <div id="table-part"> 77 <p>Информации за термини на корисникот</p> 78 <select id="statusDropdown"> 79 <option value=""></option> 80 <option value="requests" id="requests">Предложени термини</option> 81 <option value="appointments" id="appointments">Прифатени термини</option> 82 <option value="not-completed" id="not-completed">Неодржани термини</option> 83 <option value="completed" id="completed">Одржени термини</option> 84 </select> 85 <table id="additional-table"> 86 <thead id="active-tableHead"></thead> 87 <tbody id="active-table"></tbody> 88 </table> 35 89 </div> 36 90 </div> 37 <button id="saveChanges">Зачувај</button> 38 <p id="paramsDisplay"></p> 39 <select id="statusDropdown"> 40 <option value=""></option> 41 <option value="requests" id="requests">Предложени термини</option> 42 <option value="appointments" id="appointments">Прифатени термини</option> 43 <option value="not-completed" id="not-completed">Неодржани термини</option> 44 <option value="completed" id="completed">Одржени термини</option> 45 </select> 46 <table> 47 <thead id="active-tableHead"></thead> 48 <tbody id="active-table"></tbody> 49 </table> 50 <div id="adminInfo-block" style="display: none;"> 51 <p>Број на одржани термини <span id="carried-out"></span></p> 52 <p>Број на одбиени предлози за термин <span id="rejected"></span></p> 53 <p>Број на откажани предлози за термин <span id="cancelledReqByUser"></span></p> 54 <p>Број на откажани термини(корисник) <span id="cancelledAppByUser"></span></p> 55 <p>Број на откажани термини(админ) <span id="cancelledAppByAdmin"></span></p> 56 </div> 91 57 92 <div id="popupModal" class="modal" style="display: none;"> 58 93 <div class="modal-content"> 59 94 <span class="close">×</span> 60 95 <h2>Enter Your Details</h2> 61 <input type="text" id="userInput" placeholder="Enter something...">96 <input type="text" id="userInput" required> 62 97 <div class="buttons"> 63 98 <button id="cancelBtn">Cancel</button> … … 66 101 </div> 67 102 </div> 68 <button id="block-account" style="display: none;">Блокирај к.сметка</button> 103 69 104 <script type="module" src="/js/editUser.js"></script> 70 105 </body> -
src/main/resources/templates/html/index.html
r743de55 r43c9090 14 14 <link href="https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Dancing+Script:wght@400..700&family=Kumbh+Sans:wght@100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&display=swap" rel="stylesheet"> 15 15 <link rel="stylesheet" href="/css/index.css"> 16 <script src="/js/cookie.js" defer></script> 16 17 </head> 17 18 <body> … … 57 58 </nav> 58 59 </div> 60 <button id="authButton" style="display: none;"></button> 59 61 </header> 60 61 62 62 <div class="main-content"> 63 63 <div class="title">Енергијата зборува <span class="split-title">погласно од зборовите...</span></div> … … 80 80 <div class="white-part"> 81 81 <p id="personalised"></p> 82 <a href="calendar.html">Закажи термин</a> 83 <a href="terms.html">Мои термини</a> 84 <a href="editUser.html">Кориснички профил</a> 82 <div id="links"> 83 <a href="calendar.html"><img src="/images/down.png">Закажи термин</a> 84 <a href="terms.html"><img src="/images/down.png"> Мои термини</a> 85 <a href="editUser.html"><img src="/images/down.png"> Кориснички профил</a> 86 <a href="userInfo.html"><img src="/images/down.png"> Новости и купони</a> 87 </div> 85 88 </div> 86 89 </div> … … 153 156 <label for="password">Лозинка:</label> 154 157 <input type="password" id="password" name="password" required> 155 <button type="submit">Логирање</button>158 <button id="submit-btn" type="submit">Логирање</button> 156 159 </form> 157 160 </div> … … 163 166 <h2>Креирајте корисничка сметка</h2> 164 167 <form class="dataForms" method="post"> 165 <label for="name">Име:</label> 166 <input type="name" id="name" name="name" required> 167 <label for="surname">Презиме:</label> 168 <input type="surname" id="surname" name="surname" required> 169 <label for="phone">Телефон:</label> 170 <input type="tel" id="phone" name="phone" placeholder="07_-___-___" required> 171 <label for="age">Датум на раѓање:</label> 172 <input type="date" id="age" name="age" required> 173 <label for="usernameSignIn">Корисничко име:</label> 174 <input type="username" id="usernameSignIn" name="username" required> 175 <label for="passwordSignIn">Лозинка:</label> 176 <input type="password" id="passwordSignIn" name="password" required> 177 <button type="submit">Креирај</button> 168 <div> 169 <label for="name">Име:</label> 170 <input type="name" id="name" name="name" required> 171 </div> 172 <div> 173 <label for="surname">Презиме:</label> 174 <input type="surname" id="surname" name="surname" required> 175 </div> 176 <div> 177 <label for="phone">Телефон:</label> 178 <input type="tel" id="phone" name="phone" placeholder="07_-___-___" required> 179 </div> 180 <div> 181 <label for="age">Датум на раѓање:</label> 182 <input type="date" id="age" name="age" required> 183 </div> 184 <div> 185 <label for="usernameSignIn">Корисничко име:</label> 186 <input type="username" id="usernameSignIn" name="username" required> 187 </div> 188 <div> 189 <label for="passwordSignIn">Лозинка:</label> 190 <input type="password" id="passwordSignIn" name="password" required> 191 </div> 178 192 </form> 193 <button id="create" type="submit">Креирај</button> 179 194 </div> 180 195 </div> -
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> -
src/main/resources/templates/html/users-view.html
r743de55 r43c9090 5 5 <title>Title</title> 6 6 <link rel="stylesheet" href="/css/users-view.css"> 7 <script src="/js/cookie.js" defer></script> 7 8 </head> 8 9 <body> 10 <button id="authButton" style="display: none;"></button> 9 11 <div id="frame"> 10 12 <div id="header-part">
Note:
See TracChangeset
for help on using the changeset viewer.