Ignore:
Timestamp:
10/12/24 21:32:15 (5 weeks ago)
Author:
macagaso <gasoskamarija@…>
Branches:
master
Parents:
743de55
Message:

Updated version

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  
    88    Calendar
    99  </title>
     10  <script src="/js/cookie.js" defer></script>
    1011  <link rel="stylesheet" href="/css/admin-terms.css">
    1112</head>
    1213<body class="light">
     14<button id="authButton" style="display: none;"></button>
    1315<div id="content">
    1416  <h1>Преглед и менаџирање со термини</h1>
     17  <h3>Со клик врз датумот од календарот добивате преглед за термините</h3>
    1518  <div id="left-side">
    1619    <div id="calendar-main">
     
    8386  <div id="right-side">
    8487    <div id="active">
    85       <p>Тековни термини за ден <span id="insert-date"></span></p>
     88      <h3>Тековни термини за ден <span id="insert-date"></span></h3> <p>(доколку постои термин, со клик врз време, се добиваат информации и овозоможува менаџирање со термин)</p>
    8689      <div id="frame"></div>
     90      <button id="temporal-deletion" style="display: none;">Целосно бришење термин</button>
    8791    </div>
    88     <div id="summary">
     92    <div id="summary" style="display: none;">
    8993      <table id="requested-table" style="display: none;">
    90         <thead><th>Предложени</th></thead><tbody id="requested"></tbody>
     94        <thead><tr><th>Предложени</th></tr></thead><tbody id="requested"></tbody>
    9195      </table>
    9296      <table id="approved-table" style="display: none;">
    93         <thead><th>Одобрени</th></thead><tbody id="approved"></tbody>
     97        <thead><tr><th>Одобрени</th></tr></thead><tbody id="approved"></tbody>
    9498      </table>
    9599      <div id="request-assets" style="display: none;">
     
    113117        </div>
    114118      </div>
    115       <button id="temporal-deletion" style="display: none;">Целосно бришење термин</button>
    116119    </div>
    117120  </div>
  • src/main/resources/templates/html/admin.html

    r743de55 r43c9090  
    88    <link href="https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap" rel="stylesheet">
    99    <link rel="stylesheet" href="/css/admin.css">
     10    <script src="/js/cookie.js" defer></script>
    1011</head>
    1112<body>
     13<button id="authButton" style="display: none;"></button>
    1214<img id="second-image" src="/images/physiotherapy.jpg">
    1315<div id="frame">
  • src/main/resources/templates/html/adminCoupons.html

    r743de55 r43c9090  
    44  <meta charset="UTF-8">
    55  <meta name="viewport" content="width=device-width, initial-scale=1.0">
     6  <script src="/js/cookie.js" defer></script>
    67  <link rel="stylesheet" href="/css/adminNews.css">
    78</head>
    89<body data-page="coupons">
     10<button id="authButton" style="display: none;"></button>
    911<h2>Купони...</h2>
    1012<div class="coupons-container">
  • src/main/resources/templates/html/adminNews.html

    r743de55 r43c9090  
    44  <meta charset="UTF-8">
    55  <meta name="viewport" content="width=device-width, initial-scale=1.0">
     6  <script src="/js/cookie.js" defer></script>
    67  <link rel="stylesheet" href="/css/adminNews.css">
    78</head>
    89<body data-page="events">
     10<button id="authButton" style="display: none;"></button>
    911<h2>Настани, новости...</h2>
    1012<div class="news-container">
  • src/main/resources/templates/html/calendar.html

    r743de55 r43c9090  
    88        Calendar
    99    </title>
     10    <script src="/js/cookie.js" defer></script>
    1011    <link rel="stylesheet" href="/css/calendar.css">
    1112</head>
    1213<body class="light">
     14<button id="authButton" style="display: none;"></button>
    1315<div id="content">
    1416    <div id="personal-info">
    1517        <img id="admin-photo" src="/images/chicho-round.png">
    1618        <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>
    1921        </div>
    2022    </div>
     
    5557        </div>
    5658        <div id="right-side">
    57             <div id="hourly-terms">
    58 
    59             </div>
    6059            <div>
    61                 <label>Код на купон:</label><input id="coupon-type" type="text">
     60                <label>Код на купон:</label>
     61                <select id="coupon-type">
     62                    <option></option>
     63                </select>
    6264            </div>
    6365            <div>
    6466                <label>Медицинска состојба:</label> <input id="medical-condition" type="text">
    6567            </div>
     68            <div id="hourly-terms"></div>
    6669            <button id="book-button" disabled>Закажи</button>
    6770        </div>
  • src/main/resources/templates/html/coupons.html

    r743de55 r43c9090  
    1313        }
    1414    </style>
     15    <script src="/js/cookie.js" defer></script>
    1516</head>
    1617<body>
    17 
     18<button id="authButton" style="display: none;"></button>
    1819<table>
    1920
  • src/main/resources/templates/html/editUser.html

    r743de55 r43c9090  
    44    <meta charset="UTF-8">
    55    <title>Title</title>
     6    <link rel="stylesheet" href="/css/editUser.css">
     7    <script src="/js/cookie.js" defer></script>
    68</head>
    79<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>
    1975    </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>
    3589    </div>
    3690</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
    5792<div id="popupModal" class="modal" style="display: none;">
    5893    <div class="modal-content">
    5994        <span class="close">&times;</span>
    6095        <h2>Enter Your Details</h2>
    61         <input type="text" id="userInput" placeholder="Enter something...">
     96        <input type="text" id="userInput" required>
    6297        <div class="buttons">
    6398            <button id="cancelBtn">Cancel</button>
     
    66101    </div>
    67102</div>
    68 <button id="block-account" style="display: none;">Блокирај к.сметка</button>
     103
    69104<script type="module" src="/js/editUser.js"></script>
    70105</body>
  • src/main/resources/templates/html/index.html

    r743de55 r43c9090  
    1414  <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">
    1515  <link rel="stylesheet" href="/css/index.css">
     16  <script src="/js/cookie.js" defer></script>
    1617</head>
    1718<body>
     
    5758    </nav>
    5859  </div>
     60  <button id="authButton" style="display: none;"></button>
    5961</header>
    60 
    61 
    6262<div class="main-content">
    6363  <div class="title">Енергијата зборува <span class="split-title">погласно од зборовите...</span></div>
     
    8080    <div class="white-part">
    8181      <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>
    8588    </div>
    8689  </div>
     
    153156        <label for="password">Лозинка:</label>
    154157        <input type="password" id="password" name="password" required>
    155         <button type="submit">Логирање</button>
     158        <button id="submit-btn" type="submit">Логирање</button>
    156159      </form>
    157160    </div>
     
    163166      <h2>Креирајте корисничка сметка</h2>
    164167      <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>
    178192      </form>
     193      <button id="create" type="submit">Креирај</button>
    179194    </div>
    180195  </div>
  • src/main/resources/templates/html/terms.html

    r743de55 r43c9090  
    55    <title>Title</title>
    66    <link rel="stylesheet" href="/css/terms.css">
     7    <script src="/js/cookie.js" defer></script>
    78</head>
    89<body>
    9 <div id="outer-frame">
     10<button id="authButton" style="display: none;"></button>
    1011    <div id="frame">
    1112        <div id="header">
    12             <div>Резервации</div>
    13             <div>
    14                 <button>Кориснички профил</button>
    15                 <button>Закажи термин</button>
    16             </div>
     13            <h2>Резервации</h2>
    1714        </div>
    1815
     
    2522
    2623        <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>
    4126        </table>
    42 
    43 
    4427    </div>
    45 </div>
    4628<script src="/js/terms.js"></script>
    4729</body>
  • src/main/resources/templates/html/users-view.html

    r743de55 r43c9090  
    55  <title>Title</title>
    66  <link rel="stylesheet" href="/css/users-view.css">
     7  <script src="/js/cookie.js" defer></script>
    78</head>
    89<body>
     10<button id="authButton" style="display: none;"></button>
    911<div id="frame">
    1012  <div id="header-part">
Note: See TracChangeset for help on using the changeset viewer.