[d3cf3a1] | 1 | <!DOCTYPE html>
|
---|
| 2 | <html lang="en" xmlns:th="http://www.thymeleaf.org">
|
---|
| 3 | <head>
|
---|
| 4 | <meta charset="UTF-8">
|
---|
| 5 | <title>EDUCATUM - Приказ на наставник по предмет</title>
|
---|
| 6 | <link rel="stylesheet" href="/css/style.css">
|
---|
| 7 | <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
|
---|
| 8 | rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
|
---|
| 9 | crossorigin="anonymous">
|
---|
| 10 | <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
|
---|
| 11 | <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
|
---|
| 12 | integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
|
---|
| 13 | crossorigin="anonymous"></script>
|
---|
| 14 | <link rel="stylesheet"
|
---|
| 15 | href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.15.4/css/fontawesome.min.css">
|
---|
| 16 | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"/>
|
---|
| 17 | <script th:inline="javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
---|
| 18 |
|
---|
| 19 | <style>
|
---|
| 20 | * {
|
---|
| 21 | box-sizing: border-box;
|
---|
| 22 | }
|
---|
| 23 |
|
---|
| 24 | body {
|
---|
| 25 | background: linear-gradient(to right, #93A3CE, #1C294E);
|
---|
| 26 | color: #000029;
|
---|
| 27 | }
|
---|
| 28 |
|
---|
| 29 | .no-gutters {
|
---|
| 30 | background: floralwhite;
|
---|
| 31 | border-radius: 5px;
|
---|
| 32 | box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
|
---|
| 33 | }
|
---|
| 34 | img {
|
---|
| 35 | width:100%;
|
---|
| 36 | height:100%;
|
---|
| 37 | object-fit: fill;
|
---|
| 38 | position: relative;
|
---|
| 39 | bottom: -30px;
|
---|
| 40 |
|
---|
| 41 | }
|
---|
| 42 | </style>
|
---|
| 43 |
|
---|
| 44 | </head>
|
---|
| 45 | <body>
|
---|
| 46 | <section class="nav-bar">
|
---|
| 47 | <nav class="navbar navbar-expand-lg navbar-light">
|
---|
| 48 | <div class="ml-1"></div>
|
---|
| 49 | <a class="navbar-brand" href="#">
|
---|
| 50 | <p style="font-weight: bold; color: #FFCC00FF;">
|
---|
| 51 |
|
---|
| 52 | <svg xmlns="http://www.w3.org/2000/svg"
|
---|
| 53 | width="26" height="26"
|
---|
| 54 | fill="currentColor"
|
---|
| 55 | class="bi bi-mortarboard-fill"
|
---|
| 56 | viewBox="0 0 16 16">
|
---|
| 57 | <path d="M8.211 2.047a.5.5 0 0 0-.422 0l-7.5 3.5a.5.5 0 0 0 .025.917l7.5 3a.5.5 0 0 0 .372 0L14 7.14V13a1 1 0 0 0-1 1v2h3v-2a1 1 0 0 0-1-1V6.739l.686-.275a.5.5 0 0 0 .025-.917l-7.5-3.5Z"/>
|
---|
| 58 | <path d="M4.176 9.032a.5.5 0 0 0-.656.327l-.5 1.7a.5.5 0 0 0 .294.605l4.5 1.8a.5.5 0 0 0 .372 0l4.5-1.8a.5.5 0 0 0 .294-.605l-.5-1.7a.5.5 0 0 0-.656-.327L8 10.466 4.176 9.032Z"/>
|
---|
| 59 | </svg>
|
---|
| 60 | EDUCATUM
|
---|
| 61 | </p>
|
---|
| 62 | </a>
|
---|
| 63 | <div class="col-6"></div>
|
---|
| 64 | <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
|
---|
| 65 | aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
|
---|
| 66 | <i class="fa fa-bars"></i>
|
---|
| 67 | </button>
|
---|
| 68 | <div class="collapse navbar-collapse justify-content-end navbarNav">
|
---|
| 69 | <ul class="navbar-nav mr-auto">
|
---|
| 70 | <li class="nav-item">
|
---|
| 71 | <a class="nav-link" href="/students/listSubjectsTeachers?subjectID=0"
|
---|
| 72 | style="color: #ffcc00; text-shadow: 2px 2px 2px #A3A3A3;">
|
---|
| 73 | <p style="color: floralwhite;">НАСТАВНИЦИ</p></a>
|
---|
| 74 | </li>
|
---|
| 75 | <!-- <li class="nav-item">-->
|
---|
| 76 | <!-- <a class="nav-link" href="/students/homeWork">-->
|
---|
| 77 | <!-- <p>ДОМАШНИ ЗАДАЧИ</p>-->
|
---|
| 78 | <!-- </a>-->
|
---|
| 79 | <!-- </li>-->
|
---|
| 80 | <li class="nav-item">
|
---|
| 81 | <a class="nav-link" href="/students/showProfileStudent">ПРОФИЛ</a>
|
---|
| 82 | </li>
|
---|
| 83 | <li class="nav-item">
|
---|
| 84 | <a class="nav-link" href="/logout">ОДЈАВИ СЕ</a>
|
---|
| 85 | </li>
|
---|
| 86 | </ul>
|
---|
| 87 | </div>
|
---|
| 88 | </nav>
|
---|
| 89 | </section>
|
---|
| 90 |
|
---|
| 91 | <section id="banner" style="position: relative; top: -30px;">
|
---|
| 92 | <div class="container" style="background-color: floralwhite; border-radius: 5px;
|
---|
| 93 | box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;">
|
---|
| 94 |
|
---|
| 95 | <div style="height: 50px"></div>
|
---|
| 96 | <h2 style="font-weight: bold; color: #000029;" class="text-center" id="title">
|
---|
| 97 | НАСТАВНИЦИ </h2>
|
---|
| 98 |
|
---|
| 99 |
|
---|
| 100 | <form action="/students/listSubjectsTeachers">
|
---|
| 101 | <select class="form-select form-select-lg mb-3" aria-label=".form-select-lg example" id="subjectID"
|
---|
| 102 | name="subjectID" onchange="this.form.submit()">
|
---|
| 103 | <option value="none" selected>Избери предмет</option>
|
---|
| 104 | <option th:each="p : ${subjects}"
|
---|
| 105 | th:value="${p.getId()}"
|
---|
| 106 | th:text="${p.getName()}">
|
---|
| 107 | </option>
|
---|
| 108 |
|
---|
| 109 | </select>
|
---|
| 110 | </form>
|
---|
| 111 |
|
---|
| 112 | <div style="position: center">
|
---|
| 113 | <table style="position: center">
|
---|
| 114 | <ul>
|
---|
| 115 | <tr>
|
---|
| 116 | <li style="list-style-type: none;" th:each="t : ${teachers}">
|
---|
| 117 | <div id="left">
|
---|
| 118 | <a th:href="@{'/teachers/showProfileTeacher2/{id}' (id=${t.getId()})}"
|
---|
| 119 | th:method="post">
|
---|
| 120 | <th:block id="courseText" th:value="${t.getId()}"
|
---|
| 121 | th:text="${t.getFullName()}"/>
|
---|
| 122 | </a>
|
---|
| 123 | </div>
|
---|
| 124 | </li>
|
---|
| 125 | </tr>
|
---|
| 126 | </ul>
|
---|
| 127 | </table>
|
---|
| 128 | <br/>
|
---|
| 129 | </div>
|
---|
| 130 | <div style="height: 30px;"></div>
|
---|
| 131 | </div>
|
---|
| 132 | </section>
|
---|
| 133 | <img src="/img/wavebook.png" alt="Wave" class="bottom-img" style="position: relative; bottom: -60px;">
|
---|
| 134 | </body>
|
---|
| 135 | </html> |
---|