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

Updated version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.