[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 | </head>
|
---|
| 19 | <body>
|
---|
| 20 | <section class="nav-bar">
|
---|
| 21 | <nav class="navbar navbar-expand-lg navbar-light">
|
---|
| 22 | <div class="ml-1"></div>
|
---|
| 23 | <a class="navbar-brand" href="#">
|
---|
| 24 | <p style="font-weight: bold; color: #FFCC00FF;"> <svg xmlns="http://www.w3.org/2000/svg"
|
---|
| 25 | width="26" height="26"
|
---|
| 26 | fill="currentColor"
|
---|
| 27 | class="bi bi-mortarboard-fill"
|
---|
| 28 | viewBox="0 0 16 16">
|
---|
| 29 | <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"/>
|
---|
| 30 | <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"/>
|
---|
| 31 | </svg>
|
---|
| 32 | EDUCATUM
|
---|
| 33 | </p>
|
---|
| 34 | </a>
|
---|
| 35 | <div class="col-6"></div>
|
---|
| 36 | <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
|
---|
| 37 | aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
|
---|
| 38 | <i class="fa fa-bars"></i>
|
---|
| 39 | </button>
|
---|
| 40 | <div class="collapse navbar-collapse justify-content-end navbarNav">
|
---|
| 41 | <ul class="navbar-nav mr-auto">
|
---|
| 42 | <li class="nav-item">
|
---|
| 43 | <a class="nav-link" href="/admin/allTeachers">НАСТАВНИЦИ</a>
|
---|
| 44 | </li>
|
---|
| 45 | <li class="nav-item">
|
---|
| 46 | <a class="nav-link" href="/admin/allSubjects"
|
---|
| 47 | style="color: #ffcc00; text-shadow: 2px 2px 2px #A3A3A3;"><p style="color: floralwhite;">
|
---|
| 48 | ПРЕДМЕТИ</p></a>
|
---|
| 49 | </li>
|
---|
| 50 | <li class="nav-item">
|
---|
| 51 | <a class="nav-link" href="/admin/allStudents">УЧЕНИЦИ</a>
|
---|
| 52 | </li>
|
---|
| 53 | <li class="nav-item">
|
---|
| 54 | <a class="nav-link" href="/logout">ОДЈАВИ СЕ</a>
|
---|
| 55 | </li>
|
---|
| 56 | </ul>
|
---|
| 57 | </div>
|
---|
| 58 | </nav>
|
---|
| 59 |
|
---|
| 60 | </section>
|
---|
| 61 | <section id="banner" style="position: relative; top:-30px;">
|
---|
| 62 | <div class="container" style="background-color: floralwhite; border-radius: 5px;
|
---|
| 63 | box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;">
|
---|
| 64 | <div class="row">
|
---|
| 65 | <h1 class="promo-title text-center" style="color: #000029">ПРЕДМЕТИ</h1>
|
---|
| 66 | </div>
|
---|
| 67 | <div class="row">
|
---|
| 68 | <form class="row" th:action="@{'/admin/allSubjects'}">
|
---|
| 69 | <div class="form-group col-1 ml-1"></div>
|
---|
| 70 | <div class="form-group col-9">
|
---|
| 71 | <input class="form-control transparent-input border-bottom" type="text"
|
---|
| 72 | placeholder="Пребарувај предмет..." name="ime"/>
|
---|
| 73 | </div>
|
---|
| 74 | <div class="form-group col">
|
---|
| 75 | <button id="filter" type="submit" class="btn btn-outline-secondary btn-block">
|
---|
| 76 | <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
|
---|
| 77 | class="bi bi-search" viewBox="0 0 16 16">
|
---|
| 78 | <path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"/>
|
---|
| 79 | </svg>
|
---|
| 80 | Пребарај
|
---|
| 81 | </button>
|
---|
| 82 | </div>
|
---|
| 83 | </form>
|
---|
| 84 | </div>
|
---|
| 85 | <div class="row">
|
---|
| 86 | <div class="col-1"></div>
|
---|
| 87 | <div class="col">
|
---|
| 88 | <button type="button" class="btn btn-link" data-toggle="modal"
|
---|
| 89 | th:attr="data-target='#exampleModalCenter'">
|
---|
| 90 | + Нов предмет
|
---|
| 91 | </button>
|
---|
| 92 | <div class="modal fade" th:id="*{'exampleModalCenter'}" tabindex="-1" role="dialog"
|
---|
| 93 | aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
|
---|
| 94 | <div class="modal-dialog modal-dialog-centered" role="document">
|
---|
| 95 | <div class="modal-content">
|
---|
| 96 | <div class="modal-header">
|
---|
| 97 | <h5 class="modal-title" id="exampleModalLongTitle" style="color: #000029">Додавање на нов предмет</h5>
|
---|
| 98 | </div>
|
---|
| 99 | <div class="modal-body">
|
---|
| 100 | <form method="POST" th:action="@{'/admin/add/subject'}">
|
---|
| 101 | <div>
|
---|
| 102 | <input class="form-control transparent-input border-bottom" type="text"
|
---|
| 103 | id="name"
|
---|
| 104 | name="name"
|
---|
| 105 | placeholder="Име на предметот"
|
---|
| 106 | required>
|
---|
| 107 | </div>
|
---|
| 108 | <button id="submit" type="submit" class="m-1 btn btn-outline-primary">Додади
|
---|
| 109 | </button>
|
---|
| 110 | </form>
|
---|
| 111 | </div>
|
---|
| 112 | <div class="modal-footer">
|
---|
| 113 | <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
|
---|
| 114 | </div>
|
---|
| 115 | </div>
|
---|
| 116 | </div>
|
---|
| 117 | </div>
|
---|
| 118 | </div>
|
---|
| 119 | </div>
|
---|
| 120 | <div class="row">
|
---|
| 121 | <table class="table table-hover">
|
---|
| 122 | <thead>
|
---|
| 123 | <tr>
|
---|
| 124 | <th scope="col">Име на предметот</th>
|
---|
| 125 | </tr>
|
---|
| 126 | </thead>
|
---|
| 127 | <tbody>
|
---|
| 128 | <tr th:each="s : ${subjects}">
|
---|
| 129 | <td class="col-2">
|
---|
| 130 | <th:block id="subjectName" th:text="${s.getName()}"
|
---|
| 131 | th:style="'font-size:25px; font-weight:bold;'"/>
|
---|
| 132 | </td>
|
---|
| 133 | <td class="col-2">
|
---|
| 134 | <div>
|
---|
| 135 | <a class="btn btn-outline-danger" th:href="@{'/subjects/delete/{id}' (id=${s.getId()})}"
|
---|
| 136 | th:method="POST" th:value="${s.getId()}"><i class="bi bi-trash">Избриши предмет
|
---|
| 137 | <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
|
---|
| 138 | class="bi bi-trash" viewBox="0 0 16 16">
|
---|
| 139 | <path d="M5.5 5.5A.5.5 0 0 1 6 6v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zm2.5 0a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zm3 .5a.5.5 0 0 0-1 0v6a.5.5 0 0 0 1 0V6z"/>
|
---|
| 140 | <path fill-rule="evenodd"
|
---|
| 141 | d="M14.5 3a1 1 0 0 1-1 1H13v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V4h-.5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1H6a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1h3.5a1 1 0 0 1 1 1v1zM4.118 4 4 4.059V13a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4.059L11.882 4H4.118zM2.5 3V2h11v1h-11z"/>
|
---|
| 142 | </svg>
|
---|
| 143 | </i></a>
|
---|
| 144 | </div>
|
---|
| 145 | </td>
|
---|
| 146 | </tr>
|
---|
| 147 | </tbody>
|
---|
| 148 | </table>
|
---|
| 149 | </div>
|
---|
| 150 | </div>
|
---|
| 151 | <img src="/img/wavebook.png" alt="Wave" class="bottom-img" style="position: relative; bottom: -60px;">
|
---|
| 152 | </section>
|
---|
| 153 | </body>
|
---|
| 154 | </html>
|
---|
| 155 |
|
---|
| 156 |
|
---|