5 lab fixes
This commit is contained in:
parent
620d48c88d
commit
32f3e9483f
@ -13,7 +13,7 @@
|
||||
</head>
|
||||
<body class="body_app">
|
||||
<header class="fs-4 fw-bold p-1 text-white bg-primary bg-gradient">
|
||||
<div><img class="img-fluid float-start" src="../img/Emblema.png" alt="Emblema"/>
|
||||
<div><img class="img-fluid float-start" src="/img/Emblema.png" alt="Emblema"/>
|
||||
<p class="fs-5 Cont">Муниципальное бюджетное общеобразовательное учреждение средняя общеобразовательная школа №10</p>
|
||||
</div>
|
||||
<nav class="navbar navbar-expand-md navbar-dark">
|
||||
|
@ -19,8 +19,7 @@
|
||||
<div class="mx-3">
|
||||
<select id="selectBox" th:name="userId">
|
||||
<option value="" disabled selected>Select your option</option>
|
||||
<option th:each="value: ${users}" th:selected="${selectBox} == ${value}">
|
||||
<span th:text="${value.Id}" th:value="${value.Id}"></span>
|
||||
<option th:each="value: ${users}" th:selected="${selectBox} == ${value}" th:text="${value.firstName}" th:value="${value.Id}">
|
||||
</option>
|
||||
</select>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user