начало положено
This commit is contained in:
parent
1869d7ac60
commit
efc468e209
14
.vscode/launch.json
vendored
Normal file
14
.vscode/launch.json
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"configurations": [
|
||||||
|
{
|
||||||
|
"type": "java",
|
||||||
|
"name": "Spring Boot-DemoApplication<PIbd-22_Puchkina_Internet_Programming_2>",
|
||||||
|
"request": "launch",
|
||||||
|
"cwd": "${workspaceFolder}",
|
||||||
|
"mainClass": "com.example.demo.DemoApplication",
|
||||||
|
"projectName": "PIbd-22_Puchkina_Internet_Programming_2",
|
||||||
|
"args": "",
|
||||||
|
"envFile": "${workspaceFolder}/.env"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
10
lab4-5/.vscode/launch.json
vendored
10
lab4-5/.vscode/launch.json
vendored
@ -9,6 +9,16 @@
|
|||||||
"projectName": "demo",
|
"projectName": "demo",
|
||||||
"args": "",
|
"args": "",
|
||||||
"envFile": "${workspaceFolder}/.env"
|
"envFile": "${workspaceFolder}/.env"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "java",
|
||||||
|
"name": "Spring Boot-DemoApplication<lab4-5>",
|
||||||
|
"request": "launch",
|
||||||
|
"cwd": "${workspaceFolder}",
|
||||||
|
"mainClass": "com.example.demo.DemoApplication",
|
||||||
|
"projectName": "lab4-5",
|
||||||
|
"args": "",
|
||||||
|
"envFile": "${workspaceFolder}/.env"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -51,9 +51,9 @@ td form {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.my-footer {
|
.my-footer {
|
||||||
background-color: #2c2c2c;
|
background-color: #533908;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
color: rgba(255, 255, 255, 0.5);
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cart-image {
|
.cart-image {
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
<form action="#"
|
<form action="#"
|
||||||
th:action="@{/cart/increase?type={type}&price={price}(type=${cartItem.type},price=${cartItem.price})}"
|
th:action="@{/cart/increase?type={type}&price={price}(type=${cartItem.type},price=${cartItem.price})}"
|
||||||
method="post">
|
method="post">
|
||||||
<button type="submit" class="btn btn-primary">
|
<button type="submit" class="btn btn-secondary">
|
||||||
<i class="bi bi-plus-lg"></i>
|
<i class="bi bi-plus-lg"></i>
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
@ -49,7 +49,7 @@
|
|||||||
<div class="mb-2 col-12 col-md-8 col-lg-6 d-flex justify-content-center"
|
<div class="mb-2 col-12 col-md-8 col-lg-6 d-flex justify-content-center"
|
||||||
th:if="${not #lists.isEmpty(cart)}">
|
th:if="${not #lists.isEmpty(cart)}">
|
||||||
<form action="#" th:action="@{/cart/save}" method="post">
|
<form action="#" th:action="@{/cart/save}" method="post">
|
||||||
<button type="submit" class="btn btn-primary" onclick="return confirm('Вы уверены?')">
|
<button type="submit" class="btn btn-secondary" onclick="return confirm('Вы уверены?')">
|
||||||
Оформить заказ
|
Оформить заказ
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
@ -75,7 +75,7 @@
|
|||||||
<input type="number" th:field="*{count}" id="count" class="form-control" value="0" step="1">
|
<input type="number" th:field="*{count}" id="count" class="form-control" value="0" step="1">
|
||||||
<div th:if="${#fields.hasErrors('count')}" th:errors="*{count}" class="invalid-feedback"></div>
|
<div th:if="${#fields.hasErrors('count')}" th:errors="*{count}" class="invalid-feedback"></div>
|
||||||
</div>
|
</div>
|
||||||
<button type="submit" class="btn btn-primary">Добавить в корзину</button>
|
<button type="submit" class="btn btn-secondary">Добавить в корзину</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
</li>
|
</li>
|
||||||
</th:block>
|
</th:block>
|
||||||
</ul>
|
</ul>
|
||||||
<a class="btn btn-primary button-fixed-width" href="/">На главную</a>
|
<a class="btn btn-secondary button-fixed-width" href="/">На главную</a>
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
<label class="form-check-label" for="remember-me">Запомнить меня</label>
|
<label class="form-check-label" for="remember-me">Запомнить меня</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-3 d-flex flex-row">
|
<div class="mb-3 d-flex flex-row">
|
||||||
<button class="btn btn-primary me-2 button-fixed-width" type="submit">Войти</button>
|
<button class="btn btn-secondary me-2 button-fixed-width" type="submit">Войти</button>
|
||||||
<a class="btn btn-secondary button-fixed-width" href="/signup">Регистрация</a>
|
<a class="btn btn-secondary button-fixed-width" href="/signup">Регистрация</a>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
</option>
|
</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<button type="submit" class="btn btn-primary col-sm-2">Показать</button>
|
<button type="submit" class="btn btn-secondary col-sm-2">Показать</button>
|
||||||
</form>
|
</form>
|
||||||
<table class="table mt-2">
|
<table class="table mt-2">
|
||||||
<caption></caption>
|
<caption></caption>
|
||||||
@ -54,7 +54,7 @@
|
|||||||
totalPages=${totalPages},
|
totalPages=${totalPages},
|
||||||
currentPage=${currentPage}) }" />
|
currentPage=${currentPage}) }" />
|
||||||
<div class="mt-2 d-flex justify-content-center">
|
<div class="mt-2 d-flex justify-content-center">
|
||||||
<a class="btn btn-primary" href="/cart">Создать заказ</a>
|
<a class="btn btn-secondary" href="/cart">Создать заказ</a>
|
||||||
</div>
|
</div>
|
||||||
</th:block>
|
</th:block>
|
||||||
</th:block>
|
</th:block>
|
||||||
|
@ -7,50 +7,53 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<main layout:fragment="content">
|
<main layout:fragment="content">
|
||||||
<ul class="nav nav-pills justify-content-center" role="tablist">
|
<form action="#" th:action="@{/profile}" th:object="${user}" method="post">
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link active" data-bs-toggle="pill" href="#orders">Заказы</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" data-bs-toggle="pill" href="#stats">Статистика</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" data-bs-toggle="pill" href="#subscriptions">Списки рассылок</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<div class="tab-content mt-2">
|
<ul class="nav nav-pills justify-content-center" role="tablist">
|
||||||
<div class="tab-pane container active" id="orders">
|
<li class="nav-item">
|
||||||
<th:block th:replace="~{ orders :: orders (
|
<a class="nav-link active" data-bs-toggle="pill" href="#orders">Заказы</a>
|
||||||
items=${items},
|
</li>
|
||||||
totalPages=${totalPages},
|
<li class="nav-item">
|
||||||
currentPage=${currentPage}) }" />
|
<a class="nav-link" data-bs-toggle="pill" href="#stats">Статистика</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link" data-bs-toggle="pill" href="#subscriptions">Списки рассылок</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<div class="tab-content mt-2">
|
||||||
|
<div class="tab-pane container active" id="orders">
|
||||||
|
<th:block th:replace="~{ orders :: orders (
|
||||||
|
items=${items},
|
||||||
|
totalPages=${totalPages},
|
||||||
|
currentPage=${currentPage}) }" />
|
||||||
|
</div>
|
||||||
|
<div class="tab-pane container fade" id="stats">
|
||||||
|
<ul class="list-group mb-2">
|
||||||
|
<li th:each="stat : ${stats}" class="list-group-item">
|
||||||
|
<strong>[[${stat.typeName}]]</strong>:
|
||||||
|
[[${#numbers.formatDecimal(stat.totalPrice, 1, 2)}]] ₽
|
||||||
|
([[${stat.totalCount}]] шт.)
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="tab-pane container fade" id="subscriptions">
|
||||||
|
<form action="#" th:action="@{/}" th:object="${profile}" method="post">
|
||||||
|
<div class="form-check" th:each="subscription, item : *{subscriptions}"
|
||||||
|
th:with="id=${'sub-' + subscription.id}">
|
||||||
|
<input class="form-check-input" type="hidden" th:for="${id}"
|
||||||
|
th:field="*{subscriptions[__${item.index}__].id}">
|
||||||
|
<input class="form-check-input" type="checkbox" th:for="${id}"
|
||||||
|
th:field="*{subscriptions[__${item.index}__].active}">
|
||||||
|
<label class="form-check-label" for="" th:for="${id}">
|
||||||
|
[[${subscription.name}]]
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
<button type="submit" class="btn btn-secondary button-fixed-width">Сохранить</button>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="tab-pane container fade" id="stats">
|
</form>
|
||||||
<ul class="list-group mb-2">
|
|
||||||
<li th:each="stat : ${stats}" class="list-group-item">
|
|
||||||
<strong>[[${stat.typeName}]]</strong>:
|
|
||||||
[[${#numbers.formatDecimal(stat.totalPrice, 1, 2)}]] ₽
|
|
||||||
([[${stat.totalCount}]] шт.)
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="tab-pane container fade" id="subscriptions">
|
|
||||||
<form action="#" th:action="@{/}" th:object="${profile}" method="post">
|
|
||||||
<div class="form-check" th:each="subscription, item : *{subscriptions}"
|
|
||||||
th:with="id=${'sub-' + subscription.id}">
|
|
||||||
<input class="form-check-input" type="hidden" th:for="${id}"
|
|
||||||
th:field="*{subscriptions[__${item.index}__].id}">
|
|
||||||
<input class="form-check-input" type="checkbox" th:for="${id}"
|
|
||||||
th:field="*{subscriptions[__${item.index}__].active}">
|
|
||||||
<label class="form-check-label" for="" th:for="${id}">
|
|
||||||
[[${subscription.name}]]
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
<button type="submit" class="btn btn-primary button-fixed-width">Сохранить</button>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
class="invalid-feedback"></div>
|
class="invalid-feedback"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-3 d-flex flex-row">
|
<div class="mb-3 d-flex flex-row">
|
||||||
<button class="btn btn-primary me-2 button-fixed-width" type="submit">Регистрация</button>
|
<button class="btn btn-secondary me-2 button-fixed-width" type="submit">Регистрация</button>
|
||||||
<a class="btn btn-secondary button-fixed-width" href="/">Отмена</a>
|
<a class="btn btn-secondary button-fixed-width" href="/">Отмена</a>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
<div th:if="${#fields.hasErrors('name')}" th:errors="*{name}" class="invalid-feedback"></div>
|
<div th:if="${#fields.hasErrors('name')}" th:errors="*{name}" class="invalid-feedback"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-3 d-flex flex-row">
|
<div class="mb-3 d-flex flex-row">
|
||||||
<button class="btn btn-primary me-2 button-fixed-width" type="submit">Сохранить</button>
|
<button class="btn btn-secondary me-2 button-fixed-width" type="submit">Сохранить</button>
|
||||||
<a class="btn btn-secondary button-fixed-width" href="/admin/subscription">Отмена</a>
|
<a class="btn btn-secondary button-fixed-width" href="/admin/subscription">Отмена</a>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
<th:block th:case="*">
|
<th:block th:case="*">
|
||||||
<h2>Списки рассылки</h2>
|
<h2>Списки рассылки</h2>
|
||||||
<div>
|
<div>
|
||||||
<a href="/admin/subscription/edit/" class="btn btn-primary">Добавить список рассылки</a>
|
<a href="/admin/subscription/edit/" class="btn btn-secondary">Добавить список рассылки</a>
|
||||||
</div>
|
</div>
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<caption></caption>
|
<caption></caption>
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
<div th:if="${#fields.hasErrors('name')}" th:errors="*{name}" class="invalid-feedback"></div>
|
<div th:if="${#fields.hasErrors('name')}" th:errors="*{name}" class="invalid-feedback"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-3 d-flex flex-row">
|
<div class="mb-3 d-flex flex-row">
|
||||||
<button class="btn btn-primary me-2 button-fixed-width" type="submit">Сохранить</button>
|
<button class="btn btn-secondary me-2 button-fixed-width" type="submit">Сохранить</button>
|
||||||
<a class="btn btn-secondary button-fixed-width" href="/admin/type">Отмена</a>
|
<a class="btn btn-secondary button-fixed-width" href="/admin/type">Отмена</a>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
<th:block th:case="*">
|
<th:block th:case="*">
|
||||||
<h2>Типы заказов</h2>
|
<h2>Типы заказов</h2>
|
||||||
<div>
|
<div>
|
||||||
<a href="/admin/type/edit/" class="btn btn-primary">Добавить тип заказа</a>
|
<a href="/admin/type/edit/" class="btn btn-secondary">Добавить тип заказа</a>
|
||||||
</div>
|
</div>
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<caption></caption>
|
<caption></caption>
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
<div th:if="${#fields.hasErrors('login')}" th:errors="*{login}" class="invalid-feedback"></div>
|
<div th:if="${#fields.hasErrors('login')}" th:errors="*{login}" class="invalid-feedback"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-3 d-flex flex-row">
|
<div class="mb-3 d-flex flex-row">
|
||||||
<button class="btn btn-primary me-2 button-fixed-width" type="submit">Сохранить</button>
|
<button class="btn btn-secondary me-2 button-fixed-width" type="submit">Сохранить</button>
|
||||||
<a class="btn btn-secondary button-fixed-width" th:href="@{/admin/user(page=${page})}">Отмена</a>
|
<a class="btn btn-secondary button-fixed-width" th:href="@{/admin/user(page=${page})}">Отмена</a>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
<th:block th:case="*">
|
<th:block th:case="*">
|
||||||
<h2>Пользователи</h2>
|
<h2>Пользователи</h2>
|
||||||
<div>
|
<div>
|
||||||
<a th:href="@{/admin/user/edit/(page=${page})}" class="btn btn-primary">Добавить пользователя</a>
|
<a th:href="@{/admin/user/edit/(page=${page})}" class="btn btn-secondary">Добавить пользователя</a>
|
||||||
</div>
|
</div>
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<caption></caption>
|
<caption></caption>
|
||||||
|
Binary file not shown.
@ -1,18 +1,116 @@
|
|||||||
|
/* montserrat-alternates-200 - cyrillic_latin */
|
||||||
|
@font-face {
|
||||||
|
font-display: swap;
|
||||||
|
/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
||||||
|
font-family: "Montserrat Alternates";
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 200;
|
||||||
|
src: url("../fonts/montserrat-alternates-v17-cyrillic_latin-200.woff2") format("woff2");
|
||||||
|
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||||
|
}
|
||||||
|
|
||||||
|
/* montserrat-alternates-300 - cyrillic_latin */
|
||||||
|
@font-face {
|
||||||
|
font-display: swap;
|
||||||
|
/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
||||||
|
font-family: "Montserrat Alternates";
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 300;
|
||||||
|
src: url("../fonts/montserrat-alternates-v17-cyrillic_latin-300.woff2") format("woff2");
|
||||||
|
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||||
|
}
|
||||||
|
|
||||||
|
/* montserrat-alternates-regular - cyrillic_latin */
|
||||||
|
@font-face {
|
||||||
|
font-display: swap;
|
||||||
|
/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
||||||
|
font-family: "Montserrat Alternates";
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
src: url("../fonts/montserrat-alternates-v17-cyrillic_latin-regular.woff2") format("woff2");
|
||||||
|
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||||
|
}
|
||||||
|
|
||||||
|
/* montserrat-alternates-500 - cyrillic_latin */
|
||||||
|
@font-face {
|
||||||
|
font-display: swap;
|
||||||
|
/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
||||||
|
font-family: "Montserrat Alternates";
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 500;
|
||||||
|
src: url("../fonts/montserrat-alternates-v17-cyrillic_latin-500.woff2") format("woff2");
|
||||||
|
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||||
|
}
|
||||||
|
|
||||||
|
/* montserrat-alternates-600 - cyrillic_latin */
|
||||||
|
@font-face {
|
||||||
|
font-display: swap;
|
||||||
|
/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
||||||
|
font-family: "Montserrat Alternates";
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 600;
|
||||||
|
src: url("../fonts/montserrat-alternates-v17-cyrillic_latin-600.woff2") format("woff2");
|
||||||
|
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||||
|
}
|
||||||
|
|
||||||
|
/* montserrat-alternates-700 - cyrillic_latin */
|
||||||
|
@font-face {
|
||||||
|
font-display: swap;
|
||||||
|
/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
||||||
|
font-family: "Montserrat Alternates";
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 700;
|
||||||
|
src: url("../fonts/montserrat-alternates-v17-cyrillic_latin-700.woff2") format("woff2");
|
||||||
|
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||||
|
}
|
||||||
|
|
||||||
|
/* montserrat-alternates-800 - cyrillic_latin */
|
||||||
|
@font-face {
|
||||||
|
font-display: swap;
|
||||||
|
/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
||||||
|
font-family: "Montserrat Alternates";
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 800;
|
||||||
|
src: url("../fonts/montserrat-alternates-v17-cyrillic_latin-800.woff2") format("woff2");
|
||||||
|
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||||
|
}
|
||||||
|
|
||||||
|
/* montserrat-alternates-900 - cyrillic_latin */
|
||||||
|
@font-face {
|
||||||
|
font-display: swap;
|
||||||
|
/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
||||||
|
font-family: "Montserrat Alternates";
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 900;
|
||||||
|
src: url("../fonts/montserrat-alternates-v17-cyrillic_latin-900.woff2") format("woff2");
|
||||||
|
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||||
|
}
|
||||||
|
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
|
font-family: "Montserrat Alternates", sans-serif;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
|
color:#533908
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 1.25em;
|
font-size: 1.25em;
|
||||||
|
text-align: center;
|
||||||
|
color:#533908
|
||||||
|
}
|
||||||
|
|
||||||
|
.my-catalog-title{
|
||||||
|
font-size: 50px;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
|
color:#533908
|
||||||
}
|
}
|
||||||
|
|
||||||
td form {
|
td form {
|
||||||
@ -38,22 +136,29 @@ td form {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.my-navbar {
|
.my-navbar {
|
||||||
background-color: #3c3c3c !important;
|
border-bottom:#533908 solid 2px;
|
||||||
|
margin-bottom: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.my-navbar .link a:hover {
|
.my-navbar .link a:hover {
|
||||||
|
color:#533908;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.my-a{
|
||||||
|
color:#533908
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.my-navbar .logo {
|
.my-navbar .logo {
|
||||||
width: 26px;
|
width: 26px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.my-footer {
|
.my-footer {
|
||||||
background-color: #2c2c2c;
|
background-color: #533908;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
color: rgba(255, 255, 255, 0.5);
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cart-image {
|
.cart-image {
|
||||||
@ -65,3 +170,16 @@ td form {
|
|||||||
.cart-item {
|
.cart-item {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.button-secondary{
|
||||||
|
background-color: #533908;
|
||||||
|
border: 7px solid #533908;
|
||||||
|
color: white;
|
||||||
|
margin-top: 15px;
|
||||||
|
margin-bottom: 40px;
|
||||||
|
border-radius: 25px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-select{
|
||||||
|
width: 35%;
|
||||||
|
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
lab4-5/build/resources/main/public/img/img1.jpg
Normal file
BIN
lab4-5/build/resources/main/public/img/img1.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
BIN
lab4-5/build/resources/main/public/img/img2.jpg
Normal file
BIN
lab4-5/build/resources/main/public/img/img2.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
BIN
lab4-5/build/resources/main/public/img/img3.jpg
Normal file
BIN
lab4-5/build/resources/main/public/img/img3.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
@ -29,7 +29,7 @@
|
|||||||
<form action="#"
|
<form action="#"
|
||||||
th:action="@{/cart/increase?type={type}&price={price}(type=${cartItem.type},price=${cartItem.price})}"
|
th:action="@{/cart/increase?type={type}&price={price}(type=${cartItem.type},price=${cartItem.price})}"
|
||||||
method="post">
|
method="post">
|
||||||
<button type="submit" class="btn btn-primary">
|
<button type="submit" class="btn btn-secondary">
|
||||||
<i class="bi bi-plus-lg"></i>
|
<i class="bi bi-plus-lg"></i>
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
@ -49,7 +49,7 @@
|
|||||||
<div class="mb-2 col-12 col-md-8 col-lg-6 d-flex justify-content-center"
|
<div class="mb-2 col-12 col-md-8 col-lg-6 d-flex justify-content-center"
|
||||||
th:if="${not #lists.isEmpty(cart)}">
|
th:if="${not #lists.isEmpty(cart)}">
|
||||||
<form action="#" th:action="@{/cart/save}" method="post">
|
<form action="#" th:action="@{/cart/save}" method="post">
|
||||||
<button type="submit" class="btn btn-primary" onclick="return confirm('Вы уверены?')">
|
<button type="submit" class="btn btn-secondary" onclick="return confirm('Вы уверены?')">
|
||||||
Оформить заказ
|
Оформить заказ
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
@ -75,7 +75,7 @@
|
|||||||
<input type="number" th:field="*{count}" id="count" class="form-control" value="0" step="1">
|
<input type="number" th:field="*{count}" id="count" class="form-control" value="0" step="1">
|
||||||
<div th:if="${#fields.hasErrors('count')}" th:errors="*{count}" class="invalid-feedback"></div>
|
<div th:if="${#fields.hasErrors('count')}" th:errors="*{count}" class="invalid-feedback"></div>
|
||||||
</div>
|
</div>
|
||||||
<button type="submit" class="btn btn-primary">Добавить в корзину</button>
|
<button type="submit" class="btn btn-secondary">Добавить в корзину</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="ru" data-bs-theme="dark" xmlns:th="http://www.thymeleaf.org"
|
<html lang="ru" data-bs-theme="light" xmlns:th="http://www.thymeleaf.org"
|
||||||
xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
|
xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
|
||||||
xmlns:sec="http://www.thymeleaf.org/thymeleaf-extras-springsecurity6">
|
xmlns:sec="http://www.thymeleaf.org/thymeleaf-extras-springsecurity6">
|
||||||
|
|
||||||
@ -7,7 +7,7 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title layout:title-pattern="$LAYOUT_TITLE - $CONTENT_TITLE">My shop</title>
|
<title layout:title-pattern="$LAYOUT_TITLE - $CONTENT_TITLE">ANNA</title>
|
||||||
<script type="text/javascript" src="/webjars/bootstrap/5.3.3/dist/js/bootstrap.bundle.min.js"></script>
|
<script type="text/javascript" src="/webjars/bootstrap/5.3.3/dist/js/bootstrap.bundle.min.js"></script>
|
||||||
<link rel="stylesheet" href="/webjars/bootstrap/5.3.3/dist/css/bootstrap.min.css" />
|
<link rel="stylesheet" href="/webjars/bootstrap/5.3.3/dist/css/bootstrap.min.css" />
|
||||||
<link rel="stylesheet" href="/webjars/bootstrap-icons/1.11.3/font/bootstrap-icons.min.css" />
|
<link rel="stylesheet" href="/webjars/bootstrap-icons/1.11.3/font/bootstrap-icons.min.css" />
|
||||||
@ -15,11 +15,11 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="h-100 d-flex flex-column">
|
<body class="h-100 d-flex flex-column">
|
||||||
<nav class="navbar navbar-expand-md my-navbar" data-bs-theme="dark">
|
<nav class="navbar navbar-expand-md my-navbar" data-bs-theme="light">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid my-header-container">
|
||||||
<a class="navbar-brand" href="/">
|
<a class="navbar-brand my-a" href="/">
|
||||||
<i class="bi bi-cart2 d-inline-block align-top me-1 logo"></i>
|
<i class="bi bi-cart2 d-inline-block align-top me-1 logo"></i>
|
||||||
MyShop
|
ANNA
|
||||||
</a>
|
</a>
|
||||||
<th:block sec:authorize="isAuthenticated()" th:with="userName=${#authentication.name}">
|
<th:block sec:authorize="isAuthenticated()" th:with="userName=${#authentication.name}">
|
||||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#main-navbar"
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#main-navbar"
|
||||||
@ -28,31 +28,33 @@
|
|||||||
</button>
|
</button>
|
||||||
<div class="collapse navbar-collapse" id="main-navbar">
|
<div class="collapse navbar-collapse" id="main-navbar">
|
||||||
<ul class="navbar-nav me-auto link" th:with="activeLink=${#objects.nullSafe(servletPath, '')}">
|
<ul class="navbar-nav me-auto link" th:with="activeLink=${#objects.nullSafe(servletPath, '')}">
|
||||||
|
<a class="nav-link my-a" href="/profile"
|
||||||
|
th:classappend="${activeLink.startsWith('/profile') ? 'active' : ''}">
|
||||||
|
Личный кабинет
|
||||||
|
</a>
|
||||||
<th:block sec:authorize="hasRole('ADMIN')">
|
<th:block sec:authorize="hasRole('ADMIN')">
|
||||||
<a class="nav-link" href="/admin/user"
|
<a class="nav-link my-a" href="/admin/user"
|
||||||
th:classappend="${activeLink.startsWith('/admin/user') ? 'active' : ''}">
|
th:classappend="${activeLink.startsWith('/admin/user') ? 'active' : ''}">
|
||||||
Пользователи
|
Пользователи
|
||||||
</a>
|
</a>
|
||||||
<a class="nav-link" href="/admin/type"
|
<a class="nav-link my-a" href="/admin/type"
|
||||||
th:classappend="${activeLink.startsWith('/admin/type') ? 'active' : ''}">
|
th:classappend="${activeLink.startsWith('/admin/type') ? 'active' : ''}">
|
||||||
Типы заказов
|
Типы товаров
|
||||||
</a>
|
</a>
|
||||||
<a class="nav-link" href="/admin/subscription"
|
<a class="nav-link my-a" href="/admin/subscription"
|
||||||
th:classappend="${activeLink.startsWith('/admin/subscription') ? 'active' : ''}">
|
th:classappend="${activeLink.startsWith('/admin/subscription') ? 'active' : ''}">
|
||||||
Списки рассылки
|
Что это
|
||||||
</a>
|
</a>
|
||||||
<a class="nav-link" href="/h2-console/" target="_blank">Консоль H2</a>
|
<a class="nav-link my-a" href="/h2-console/" target="_blank">Консоль H2</a>
|
||||||
</th:block>
|
</th:block>
|
||||||
<a class="nav-link" href="/123" target="_blank">Ошибка 1</a>
|
|
||||||
<a class="nav-link" href="/admin/123" target="_blank">Ошибка 2</a>
|
|
||||||
</ul>
|
</ul>
|
||||||
<ul class="navbar-nav" th:if="${not #strings.isEmpty(userName)}">
|
<ul class="navbar-nav" th:if="${not #strings.isEmpty(userName)}">
|
||||||
<form th:action="@{/logout}" method="post">
|
<form th:action="@{/logout}" method="post">
|
||||||
<button type="submit" class="navbar-brand nav-link" onclick="return confirm('Вы уверены?')">
|
<button type="submit" class="navbar-brand nav-link my-a" onclick="return confirm('Вы уверены?')">
|
||||||
Выход ([[${userName}]])
|
Выход ([[${userName}]])
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
<a class="navbar-brand" href="/cart">
|
<a class="navbar-brand my-a" href="/cart">
|
||||||
<i class="bi bi-cart2 d-inline-block align-top me-1 logo"></i>
|
<i class="bi bi-cart2 d-inline-block align-top me-1 logo"></i>
|
||||||
[[${#numbers.formatDecimal(totalCart, 1, 2)}]] ₽
|
[[${#numbers.formatDecimal(totalCart, 1, 2)}]] ₽
|
||||||
</a>
|
</a>
|
||||||
@ -64,7 +66,7 @@
|
|||||||
<main class="container-fluid p-2" layout:fragment="content">
|
<main class="container-fluid p-2" layout:fragment="content">
|
||||||
</main>
|
</main>
|
||||||
<footer class="my-footer mt-auto d-flex flex-shrink-0 justify-content-center align-items-center">
|
<footer class="my-footer mt-auto d-flex flex-shrink-0 justify-content-center align-items-center">
|
||||||
Автор, [[${#dates.year(#dates.createNow())}]]
|
Anna Puchkina, [[${#dates.year(#dates.createNow())}]]
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
</li>
|
</li>
|
||||||
</th:block>
|
</th:block>
|
||||||
</ul>
|
</ul>
|
||||||
<a class="btn btn-primary button-fixed-width" href="/">На главную</a>
|
<a class="btn btn-secondary button-fixed-width" href="/">На главную</a>
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
14
lab4-5/build/resources/main/templates/index.html
Normal file
14
lab4-5/build/resources/main/templates/index.html
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="ru" xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" layout:decorate="~{default}">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<title>Slay mama</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<main layout:fragment="content">
|
||||||
|
<h2 class="my-catalog-title">Каталог</h2>
|
||||||
|
</main>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
@ -32,7 +32,7 @@
|
|||||||
<label class="form-check-label" for="remember-me">Запомнить меня</label>
|
<label class="form-check-label" for="remember-me">Запомнить меня</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-3 d-flex flex-row">
|
<div class="mb-3 d-flex flex-row">
|
||||||
<button class="btn btn-primary me-2 button-fixed-width" type="submit">Войти</button>
|
<button class="btn btn-secondary me-2 button-fixed-width" type="submit">Войти</button>
|
||||||
<a class="btn btn-secondary button-fixed-width" href="/signup">Регистрация</a>
|
<a class="btn btn-secondary button-fixed-width" href="/signup">Регистрация</a>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
@ -1,64 +1,65 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html xmlns:th="http://www.thymeleaf.org">
|
<html lang="ru" xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" layout:decorate="~{default}">
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<th:block th:fragment="orders (items, totalPages, currentPage)">
|
<main layout:fragment="content">
|
||||||
<th:block th:switch="${items.size()}">
|
|
||||||
<h2 th:case="0">Данные отсутствуют</h2>
|
<th:block th:fragment="orders (items, totalPages, currentPage)">
|
||||||
<th:block th:case="*">
|
<th:block th:switch="${items.size()}">
|
||||||
<form th:action="@{/}" method="get" class="row mt-2">
|
<h2 th:case="0">Данные отсутствуют</h2>
|
||||||
<div class="col-sm-10">
|
<th:block th:case="*">
|
||||||
<input type="hidden" th:name="page" th:value="${page}">
|
<form th:action="@{/orders}" method="get" class="row mt-2">
|
||||||
<select th:name="typeId" id="typeId" class="form-select">
|
<div class="col-sm-10">
|
||||||
<option selected value="">Фильтр по типу товара</option>
|
<input type="hidden" th:name="page" th:value="${page}">
|
||||||
<option th:each="type : ${types}" th:value="${type.id}" th:selected="${type.id==typeId}">
|
<select th:name="typeId" id="typeId" class="form-select">
|
||||||
[[${type.name}]]
|
<option selected value="">Фильтр по типу товара</option>
|
||||||
</option>
|
<option th:each="type : ${types}" th:value="${type.id}" th:selected="${type.id==typeId}">
|
||||||
</select>
|
[[${type.name}]]
|
||||||
</div>
|
</option>
|
||||||
<button type="submit" class="btn btn-primary col-sm-2">Показать</button>
|
</select>
|
||||||
</form>
|
</div>
|
||||||
<table class="table mt-2">
|
<button type="submit" class="btn btn-secondary col-sm-2">Показать</button>
|
||||||
<caption></caption>
|
</form>
|
||||||
<thead>
|
<table class="table mt-2">
|
||||||
<tr>
|
<caption></caption>
|
||||||
<th scope="col" class="w-10">ID</th>
|
<thead>
|
||||||
<th scope="col" class="w-auto">Тип заказа</th>
|
<tr>
|
||||||
<th scope="col" class="w-10">Цена</th>
|
<th scope="col" class="w-10">ID</th>
|
||||||
<th scope="col" class="w-10">Количество</th>
|
<th scope="col" class="w-auto">Тип товара</th>
|
||||||
<th scope="col" class="w-10">Сумма</th>
|
<th scope="col" class="w-10">Цена</th>
|
||||||
<th scope="col" class="w-10"></th>
|
<th scope="col" class="w-10">Количество</th>
|
||||||
</tr>
|
<th scope="col" class="w-10">Сумма</th>
|
||||||
</thead>
|
<th scope="col" class="w-10"></th>
|
||||||
<tbody>
|
</tr>
|
||||||
<tr th:each="order : ${items}">
|
</thead>
|
||||||
<th scope="row" th:text="${order.id}"></th>
|
<tbody>
|
||||||
<td th:text="${order.typeName}"></td>
|
<tr th:each="order : ${items}">
|
||||||
<td th:text="${#numbers.formatDecimal(order.price, 1, 2)}"></td>
|
<th scope="row" th:text="${order.id}"></th>
|
||||||
<td th:text="${order.count}"></td>
|
<td th:text="${order.typeName}"></td>
|
||||||
<td th:text="${#numbers.formatDecimal(order.sum, 1, 2)}"></td>
|
<td th:text="${#numbers.formatDecimal(order.price, 1, 2)}"></td>
|
||||||
<td>
|
<td th:text="${order.count}"></td>
|
||||||
<form th:action="@{/delete/{id}(id=${order.id})}" method="post">
|
<td th:text="${#numbers.formatDecimal(order.sum, 1, 2)}"></td>
|
||||||
<input type="hidden" th:name="page" th:value="${page}">
|
<td>
|
||||||
<input type="hidden" th:name="typeId" th:value="${typeId}">
|
<form th:action="@{/delete/{id}(id=${order.id})}" method="post">
|
||||||
<button type="submit" class="btn btn-link button-link"
|
<input type="hidden" th:name="page" th:value="${page}">
|
||||||
onclick="return confirm('Вы уверены?')">Удалить</button>
|
<input type="hidden" th:name="typeId" th:value="${typeId}">
|
||||||
</form>
|
<button type="submit" class="btn btn-link button-link"
|
||||||
</td>
|
onclick="return confirm('Вы уверены?')">Удалить</button>
|
||||||
</tr>
|
</form>
|
||||||
</tbody>
|
</td>
|
||||||
</table>
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</th:block>
|
||||||
|
<th:block th:replace="~{ pagination :: pagination (
|
||||||
|
url='',
|
||||||
|
totalPages=${totalPages},
|
||||||
|
currentPage=${currentPage}) }" />
|
||||||
|
<div class="mt-2 d-flex justify-content-center">
|
||||||
|
<a class="btn btn-secondary" href="/cart">Создать заказ</a>
|
||||||
|
</div>
|
||||||
</th:block>
|
</th:block>
|
||||||
<th:block th:replace="~{ pagination :: pagination (
|
|
||||||
url='',
|
|
||||||
totalPages=${totalPages},
|
|
||||||
currentPage=${currentPage}) }" />
|
|
||||||
<div class="mt-2 d-flex justify-content-center">
|
|
||||||
<a class="btn btn-primary" href="/cart">Создать заказ</a>
|
|
||||||
</div>
|
|
||||||
</th:block>
|
</th:block>
|
||||||
</th:block>
|
</main>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
@ -7,50 +7,51 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<main layout:fragment="content">
|
<main layout:fragment="content">
|
||||||
<ul class="nav nav-pills justify-content-center" role="tablist">
|
<h2>Личный кабинет</h2>
|
||||||
<li class="nav-item">
|
<ul class="nav nav-underline justify-content-center" role="tablist">
|
||||||
<a class="nav-link active" data-bs-toggle="pill" href="#orders">Заказы</a>
|
<li class="nav-item">
|
||||||
</li>
|
<a class="nav-link active" data-bs-toggle="pill" href="#orders">Заказы</a>
|
||||||
<li class="nav-item">
|
</li>
|
||||||
<a class="nav-link" data-bs-toggle="pill" href="#stats">Статистика</a>
|
<li class="nav-item">
|
||||||
</li>
|
<a class="nav-link" data-bs-toggle="pill" href="#stats">Статистика</a>
|
||||||
<li class="nav-item">
|
</li>
|
||||||
<a class="nav-link" data-bs-toggle="pill" href="#subscriptions">Списки рассылок</a>
|
<li class="nav-item">
|
||||||
</li>
|
<a class="nav-link" data-bs-toggle="pill" href="#subscriptions">Списки рассылок</a>
|
||||||
</ul>
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<div class="tab-content mt-2">
|
<div class="tab-content mt-2">
|
||||||
<div class="tab-pane container active" id="orders">
|
<div class="tab-pane container active" id="orders">
|
||||||
<th:block th:replace="~{ orders :: orders (
|
<th:block th:replace="~{ orders :: orders (
|
||||||
items=${items},
|
items=${items},
|
||||||
totalPages=${totalPages},
|
totalPages=${totalPages},
|
||||||
currentPage=${currentPage}) }" />
|
currentPage=${currentPage}) }" />
|
||||||
|
</div>
|
||||||
|
<div class="tab-pane container fade" id="stats">
|
||||||
|
<ul class="list-group mb-2">
|
||||||
|
<li th:each="stat : ${stats}" class="list-group-item">
|
||||||
|
<strong>[[${stat.typeName}]]</strong>:
|
||||||
|
[[${#numbers.formatDecimal(stat.totalPrice, 1, 2)}]] ₽
|
||||||
|
([[${stat.totalCount}]] шт.)
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="tab-pane container fade" id="subscriptions">
|
||||||
|
<form action="#" th:action="@{/}" th:object="${profile}" method="post">
|
||||||
|
<div class="form-check" th:each="subscription, item : *{subscriptions}"
|
||||||
|
th:with="id=${'sub-' + subscription.id}">
|
||||||
|
<input class="form-check-input" type="hidden" th:for="${id}"
|
||||||
|
th:field="*{subscriptions[__${item.index}__].id}">
|
||||||
|
<input class="form-check-input" type="checkbox" th:for="${id}"
|
||||||
|
th:field="*{subscriptions[__${item.index}__].active}">
|
||||||
|
<label class="form-check-label" for="" th:for="${id}">
|
||||||
|
[[${subscription.name}]]
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
<button type="submit" class="btn btn-secondary button-fixed-width">Сохранить</button>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="tab-pane container fade" id="stats">
|
|
||||||
<ul class="list-group mb-2">
|
|
||||||
<li th:each="stat : ${stats}" class="list-group-item">
|
|
||||||
<strong>[[${stat.typeName}]]</strong>:
|
|
||||||
[[${#numbers.formatDecimal(stat.totalPrice, 1, 2)}]] ₽
|
|
||||||
([[${stat.totalCount}]] шт.)
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="tab-pane container fade" id="subscriptions">
|
|
||||||
<form action="#" th:action="@{/}" th:object="${profile}" method="post">
|
|
||||||
<div class="form-check" th:each="subscription, item : *{subscriptions}"
|
|
||||||
th:with="id=${'sub-' + subscription.id}">
|
|
||||||
<input class="form-check-input" type="hidden" th:for="${id}"
|
|
||||||
th:field="*{subscriptions[__${item.index}__].id}">
|
|
||||||
<input class="form-check-input" type="checkbox" th:for="${id}"
|
|
||||||
th:field="*{subscriptions[__${item.index}__].active}">
|
|
||||||
<label class="form-check-label" for="" th:for="${id}">
|
|
||||||
[[${subscription.name}]]
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
<button type="submit" class="btn btn-primary button-fixed-width">Сохранить</button>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
class="invalid-feedback"></div>
|
class="invalid-feedback"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-3 d-flex flex-row">
|
<div class="mb-3 d-flex flex-row">
|
||||||
<button class="btn btn-primary me-2 button-fixed-width" type="submit">Регистрация</button>
|
<button class="btn btn-secondary me-2 button-fixed-width" type="submit">Регистрация</button>
|
||||||
<a class="btn btn-secondary button-fixed-width" href="/">Отмена</a>
|
<a class="btn btn-secondary button-fixed-width" href="/">Отмена</a>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
<div th:if="${#fields.hasErrors('name')}" th:errors="*{name}" class="invalid-feedback"></div>
|
<div th:if="${#fields.hasErrors('name')}" th:errors="*{name}" class="invalid-feedback"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-3 d-flex flex-row">
|
<div class="mb-3 d-flex flex-row">
|
||||||
<button class="btn btn-primary me-2 button-fixed-width" type="submit">Сохранить</button>
|
<button class="btn btn-secondary me-2 button-fixed-width" type="submit">Сохранить</button>
|
||||||
<a class="btn btn-secondary button-fixed-width" href="/admin/subscription">Отмена</a>
|
<a class="btn btn-secondary button-fixed-width" href="/admin/subscription">Отмена</a>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
@ -11,8 +11,8 @@
|
|||||||
<h2 th:case="0">Данные отсутствуют</h2>
|
<h2 th:case="0">Данные отсутствуют</h2>
|
||||||
<th:block th:case="*">
|
<th:block th:case="*">
|
||||||
<h2>Списки рассылки</h2>
|
<h2>Списки рассылки</h2>
|
||||||
<div>
|
<div class="mt-2 d-flex justify-content-end">
|
||||||
<a href="/admin/subscription/edit/" class="btn btn-primary">Добавить список рассылки</a>
|
<a href="/admin/subscription/edit/" class="btn btn-secondary">Добавить список рассылки</a>
|
||||||
</div>
|
</div>
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<caption></caption>
|
<caption></caption>
|
||||||
|
@ -13,12 +13,12 @@
|
|||||||
<input type="text" th:value="*{id}" id="id" class="form-control" readonly disabled>
|
<input type="text" th:value="*{id}" id="id" class="form-control" readonly disabled>
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
<label for="name" class="form-label">Тип заказа</label>
|
<label for="name" class="form-label">Тип товара</label>
|
||||||
<input type="text" th:field="*{name}" id="name" class="form-control">
|
<input type="text" th:field="*{name}" id="name" class="form-control">
|
||||||
<div th:if="${#fields.hasErrors('name')}" th:errors="*{name}" class="invalid-feedback"></div>
|
<div th:if="${#fields.hasErrors('name')}" th:errors="*{name}" class="invalid-feedback"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-3 d-flex flex-row">
|
<div class="mb-3 d-flex flex-row">
|
||||||
<button class="btn btn-primary me-2 button-fixed-width" type="submit">Сохранить</button>
|
<button class="btn btn-secondary me-2 button-fixed-width" type="submit">Сохранить</button>
|
||||||
<a class="btn btn-secondary button-fixed-width" href="/admin/type">Отмена</a>
|
<a class="btn btn-secondary button-fixed-width" href="/admin/type">Отмена</a>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html lang="ru" xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" layout:decorate="~{default}">
|
<html lang="ru" xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" layout:decorate="~{default}">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Типы заказов</title>
|
<title>Типы товаров</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
@ -10,16 +10,16 @@
|
|||||||
<th:block th:switch="${items.size()}">
|
<th:block th:switch="${items.size()}">
|
||||||
<h2 th:case="0">Данные отсутствуют</h2>
|
<h2 th:case="0">Данные отсутствуют</h2>
|
||||||
<th:block th:case="*">
|
<th:block th:case="*">
|
||||||
<h2>Типы заказов</h2>
|
<h2>Типы товаров</h2>
|
||||||
<div>
|
<div class="mt-2 d-flex justify-content-end">
|
||||||
<a href="/admin/type/edit/" class="btn btn-primary">Добавить тип заказа</a>
|
<a href="/admin/type/edit/" class="btn btn-secondary">Добавить тип товара</a>
|
||||||
</div>
|
</div>
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<caption></caption>
|
<caption></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col" class="w-10">ID</th>
|
<th scope="col" class="w-10">ID</th>
|
||||||
<th scope="col" class="w-auto">Тип заказа</th>
|
<th scope="col" class="w-auto">Тип товара</th>
|
||||||
<th scope="col" class="w-10"></th>
|
<th scope="col" class="w-10"></th>
|
||||||
<th scope="col" class="w-10"></th>
|
<th scope="col" class="w-10"></th>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
<div th:if="${#fields.hasErrors('login')}" th:errors="*{login}" class="invalid-feedback"></div>
|
<div th:if="${#fields.hasErrors('login')}" th:errors="*{login}" class="invalid-feedback"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-3 d-flex flex-row">
|
<div class="mb-3 d-flex flex-row">
|
||||||
<button class="btn btn-primary me-2 button-fixed-width" type="submit">Сохранить</button>
|
<button class="btn btn-secondary me-2 button-fixed-width" type="submit">Сохранить</button>
|
||||||
<a class="btn btn-secondary button-fixed-width" th:href="@{/admin/user(page=${page})}">Отмена</a>
|
<a class="btn btn-secondary button-fixed-width" th:href="@{/admin/user(page=${page})}">Отмена</a>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
@ -11,8 +11,8 @@
|
|||||||
<h2 th:case="0">Данные отсутствуют</h2>
|
<h2 th:case="0">Данные отсутствуют</h2>
|
||||||
<th:block th:case="*">
|
<th:block th:case="*">
|
||||||
<h2>Пользователи</h2>
|
<h2>Пользователи</h2>
|
||||||
<div>
|
<div class="mt-2 d-flex justify-content-end">
|
||||||
<a th:href="@{/admin/user/edit/(page=${page})}" class="btn btn-primary">Добавить пользователя</a>
|
<a th:href="@{/admin/user/edit/(page=${page})}" class="btn btn-secondary">Добавить пользователя</a>
|
||||||
</div>
|
</div>
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<caption></caption>
|
<caption></caption>
|
||||||
|
Binary file not shown.
Binary file not shown.
@ -1072,3 +1072,202 @@ java.sql.SQLClientInfoException: Client info name 'ApplicationName' not supporte
|
|||||||
at org.jkiss.dbeaver.runtime.jobs.ConnectJob.run(ConnectJob.java:77)
|
at org.jkiss.dbeaver.runtime.jobs.ConnectJob.run(ConnectJob.java:77)
|
||||||
at org.jkiss.dbeaver.model.runtime.AbstractJob.run(AbstractJob.java:115)
|
at org.jkiss.dbeaver.model.runtime.AbstractJob.run(AbstractJob.java:115)
|
||||||
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
|
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
|
||||||
|
2024-06-04 23:22:22.951527+04:00 database: flush
|
||||||
|
org.h2.message.DbException: Внутренняя ошибка: "org.h2.mvstore.MVStoreException: The file is locked: D:/ip/web ANNA 2sem/PIbd-22_Puchkina_Internet_Programming_2/lab4-5/data.mv.db [2.2.224/7]"
|
||||||
|
General error: "org.h2.mvstore.MVStoreException: The file is locked: D:/ip/web ANNA 2sem/PIbd-22_Puchkina_Internet_Programming_2/lab4-5/data.mv.db [2.2.224/7]" [50000-224]
|
||||||
|
at org.h2.message.DbException.get(DbException.java:212)
|
||||||
|
at org.h2.message.DbException.convert(DbException.java:407)
|
||||||
|
at org.h2.mvstore.db.Store.lambda$new$0(Store.java:122)
|
||||||
|
at org.h2.mvstore.MVStore.handleException(MVStore.java:1546)
|
||||||
|
at org.h2.mvstore.MVStore.panic(MVStore.java:371)
|
||||||
|
at org.h2.mvstore.MVStore.<init>(MVStore.java:291)
|
||||||
|
at org.h2.mvstore.MVStore$Builder.open(MVStore.java:2035)
|
||||||
|
at org.h2.mvstore.db.Store.<init>(Store.java:133)
|
||||||
|
at org.h2.engine.Database.<init>(Database.java:326)
|
||||||
|
at org.h2.engine.Engine.openSession(Engine.java:92)
|
||||||
|
at org.h2.engine.Engine.openSession(Engine.java:222)
|
||||||
|
at org.h2.engine.Engine.createSession(Engine.java:201)
|
||||||
|
at org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:343)
|
||||||
|
at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:125)
|
||||||
|
at org.h2.Driver.connect(Driver.java:59)
|
||||||
|
at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138)
|
||||||
|
at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:359)
|
||||||
|
at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:201)
|
||||||
|
at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:470)
|
||||||
|
at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:561)
|
||||||
|
at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:100)
|
||||||
|
at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
|
||||||
|
at org.springframework.boot.autoconfigure.h2.H2ConsoleAutoConfiguration.getConnectionUrl(H2ConsoleAutoConfiguration.java:94)
|
||||||
|
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
|
||||||
|
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
|
||||||
|
at java.base/java.util.stream.SortedOps$RefSortingSink.end(SortedOps.java:395)
|
||||||
|
at java.base/java.util.stream.Sink$ChainedReference.end(Sink.java:258)
|
||||||
|
at java.base/java.util.stream.Sink$ChainedReference.end(Sink.java:258)
|
||||||
|
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:510)
|
||||||
|
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
|
||||||
|
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:575)
|
||||||
|
at java.base/java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
|
||||||
|
at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:616)
|
||||||
|
at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:622)
|
||||||
|
at java.base/java.util.stream.ReferencePipeline.toList(ReferencePipeline.java:627)
|
||||||
|
at org.springframework.boot.autoconfigure.h2.H2ConsoleAutoConfiguration.logDataSources(H2ConsoleAutoConfiguration.java:86)
|
||||||
|
at org.springframework.boot.autoconfigure.h2.H2ConsoleAutoConfiguration.lambda$h2Console$0(H2ConsoleAutoConfiguration.java:69)
|
||||||
|
at org.springframework.boot.autoconfigure.h2.H2ConsoleAutoConfiguration.withThreadContextClassLoader(H2ConsoleAutoConfiguration.java:78)
|
||||||
|
at org.springframework.boot.autoconfigure.h2.H2ConsoleAutoConfiguration.h2Console(H2ConsoleAutoConfiguration.java:69)
|
||||||
|
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
||||||
|
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
||||||
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
||||||
|
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
|
||||||
|
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:140)
|
||||||
|
at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:644)
|
||||||
|
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:636)
|
||||||
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1335)
|
||||||
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1165)
|
||||||
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:562)
|
||||||
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522)
|
||||||
|
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:326)
|
||||||
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
||||||
|
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:324)
|
||||||
|
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:205)
|
||||||
|
at org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:210)
|
||||||
|
at org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:201)
|
||||||
|
at org.springframework.boot.web.servlet.ServletContextInitializerBeans.addServletContextInitializerBeans(ServletContextInitializerBeans.java:96)
|
||||||
|
at org.springframework.boot.web.servlet.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:85)
|
||||||
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.getServletContextInitializerBeans(ServletWebServerApplicationContext.java:266)
|
||||||
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.selfInitialize(ServletWebServerApplicationContext.java:240)
|
||||||
|
at org.springframework.boot.web.embedded.tomcat.TomcatStarter.onStartup(TomcatStarter.java:52)
|
||||||
|
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:4866)
|
||||||
|
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171)
|
||||||
|
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1332)
|
||||||
|
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1322)
|
||||||
|
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
|
||||||
|
at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
|
||||||
|
at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:145)
|
||||||
|
at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:866)
|
||||||
|
at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:845)
|
||||||
|
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171)
|
||||||
|
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1332)
|
||||||
|
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1322)
|
||||||
|
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
|
||||||
|
at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
|
||||||
|
at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:145)
|
||||||
|
at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:866)
|
||||||
|
at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:240)
|
||||||
|
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171)
|
||||||
|
at org.apache.catalina.core.StandardService.startInternal(StandardService.java:433)
|
||||||
|
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171)
|
||||||
|
at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:921)
|
||||||
|
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171)
|
||||||
|
at org.apache.catalina.startup.Tomcat.start(Tomcat.java:437)
|
||||||
|
at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:126)
|
||||||
|
at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.<init>(TomcatWebServer.java:105)
|
||||||
|
at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getTomcatWebServer(TomcatServletWebServerFactory.java:499)
|
||||||
|
at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getWebServer(TomcatServletWebServerFactory.java:218)
|
||||||
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:188)
|
||||||
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:162)
|
||||||
|
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:618)
|
||||||
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
|
||||||
|
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754)
|
||||||
|
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456)
|
||||||
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:334)
|
||||||
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1354)
|
||||||
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343)
|
||||||
|
at com.example.demo.DemoApplication.main(DemoApplication.java:45)
|
||||||
|
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
||||||
|
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
||||||
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
||||||
|
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
|
||||||
|
at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:50)
|
||||||
|
Caused by: org.h2.jdbc.JdbcSQLNonTransientException: Внутренняя ошибка: "org.h2.mvstore.MVStoreException: The file is locked: D:/ip/web ANNA 2sem/PIbd-22_Puchkina_Internet_Programming_2/lab4-5/data.mv.db [2.2.224/7]"
|
||||||
|
General error: "org.h2.mvstore.MVStoreException: The file is locked: D:/ip/web ANNA 2sem/PIbd-22_Puchkina_Internet_Programming_2/lab4-5/data.mv.db [2.2.224/7]" [50000-224]
|
||||||
|
at org.h2.message.DbException.getJdbcSQLException(DbException.java:566)
|
||||||
|
at org.h2.message.DbException.getJdbcSQLException(DbException.java:489)
|
||||||
|
... 103 more
|
||||||
|
Caused by: org.h2.mvstore.MVStoreException: The file is locked: D:/ip/web ANNA 2sem/PIbd-22_Puchkina_Internet_Programming_2/lab4-5/data.mv.db [2.2.224/7]
|
||||||
|
at org.h2.mvstore.DataUtils.newMVStoreException(DataUtils.java:996)
|
||||||
|
at org.h2.mvstore.SingleFileStore.lockFileChannel(SingleFileStore.java:143)
|
||||||
|
at org.h2.mvstore.SingleFileStore.open(SingleFileStore.java:117)
|
||||||
|
at org.h2.mvstore.SingleFileStore.open(SingleFileStore.java:81)
|
||||||
|
at org.h2.mvstore.MVStore.<init>(MVStore.java:286)
|
||||||
|
... 97 more
|
||||||
|
2024-06-04 23:22:24.576008+04:00 database: flush
|
||||||
|
org.h2.message.DbException: Внутренняя ошибка: "org.h2.mvstore.MVStoreException: The file is locked: D:/ip/web ANNA 2sem/PIbd-22_Puchkina_Internet_Programming_2/lab4-5/data.mv.db [2.2.224/7]"
|
||||||
|
General error: "org.h2.mvstore.MVStoreException: The file is locked: D:/ip/web ANNA 2sem/PIbd-22_Puchkina_Internet_Programming_2/lab4-5/data.mv.db [2.2.224/7]" [50000-224]
|
||||||
|
at org.h2.message.DbException.get(DbException.java:212)
|
||||||
|
at org.h2.message.DbException.convert(DbException.java:407)
|
||||||
|
at org.h2.mvstore.db.Store.lambda$new$0(Store.java:122)
|
||||||
|
at org.h2.mvstore.MVStore.handleException(MVStore.java:1546)
|
||||||
|
at org.h2.mvstore.MVStore.panic(MVStore.java:371)
|
||||||
|
at org.h2.mvstore.MVStore.<init>(MVStore.java:291)
|
||||||
|
at org.h2.mvstore.MVStore$Builder.open(MVStore.java:2035)
|
||||||
|
at org.h2.mvstore.db.Store.<init>(Store.java:133)
|
||||||
|
at org.h2.engine.Database.<init>(Database.java:326)
|
||||||
|
at org.h2.engine.Engine.openSession(Engine.java:92)
|
||||||
|
at org.h2.engine.Engine.openSession(Engine.java:222)
|
||||||
|
at org.h2.engine.Engine.createSession(Engine.java:201)
|
||||||
|
at org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:343)
|
||||||
|
at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:125)
|
||||||
|
at org.h2.Driver.connect(Driver.java:59)
|
||||||
|
at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138)
|
||||||
|
at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:359)
|
||||||
|
at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:201)
|
||||||
|
at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:470)
|
||||||
|
at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:561)
|
||||||
|
at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:100)
|
||||||
|
at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
|
||||||
|
at org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl.getConnection(DatasourceConnectionProviderImpl.java:122)
|
||||||
|
at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess.obtainConnection(JdbcEnvironmentInitiator.java:428)
|
||||||
|
at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcIsolationDelegate.delegateWork(JdbcIsolationDelegate.java:61)
|
||||||
|
at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.getJdbcEnvironmentUsingJdbcMetadata(JdbcEnvironmentInitiator.java:276)
|
||||||
|
at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:107)
|
||||||
|
at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:68)
|
||||||
|
at org.hibernate.boot.registry.internal.StandardServiceRegistryImpl.initiateService(StandardServiceRegistryImpl.java:130)
|
||||||
|
at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:263)
|
||||||
|
at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:238)
|
||||||
|
at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:215)
|
||||||
|
at org.hibernate.boot.model.relational.Database.<init>(Database.java:45)
|
||||||
|
at org.hibernate.boot.internal.InFlightMetadataCollectorImpl.getDatabase(InFlightMetadataCollectorImpl.java:223)
|
||||||
|
at org.hibernate.boot.internal.InFlightMetadataCollectorImpl.<init>(InFlightMetadataCollectorImpl.java:191)
|
||||||
|
at org.hibernate.boot.model.process.spi.MetadataBuildingProcess.complete(MetadataBuildingProcess.java:170)
|
||||||
|
at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.metadata(EntityManagerFactoryBuilderImpl.java:1432)
|
||||||
|
at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:1503)
|
||||||
|
at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:75)
|
||||||
|
at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:390)
|
||||||
|
at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:409)
|
||||||
|
at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:396)
|
||||||
|
at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.afterPropertiesSet(LocalContainerEntityManagerFactoryBean.java:366)
|
||||||
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1833)
|
||||||
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1782)
|
||||||
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:600)
|
||||||
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:522)
|
||||||
|
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:326)
|
||||||
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
|
||||||
|
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:324)
|
||||||
|
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200)
|
||||||
|
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1234)
|
||||||
|
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:952)
|
||||||
|
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:624)
|
||||||
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
|
||||||
|
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754)
|
||||||
|
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456)
|
||||||
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:334)
|
||||||
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1354)
|
||||||
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343)
|
||||||
|
at com.example.demo.DemoApplication.main(DemoApplication.java:45)
|
||||||
|
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
||||||
|
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
|
||||||
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
||||||
|
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
|
||||||
|
at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:50)
|
||||||
|
Caused by: org.h2.jdbc.JdbcSQLNonTransientException: Внутренняя ошибка: "org.h2.mvstore.MVStoreException: The file is locked: D:/ip/web ANNA 2sem/PIbd-22_Puchkina_Internet_Programming_2/lab4-5/data.mv.db [2.2.224/7]"
|
||||||
|
General error: "org.h2.mvstore.MVStoreException: The file is locked: D:/ip/web ANNA 2sem/PIbd-22_Puchkina_Internet_Programming_2/lab4-5/data.mv.db [2.2.224/7]" [50000-224]
|
||||||
|
at org.h2.message.DbException.getJdbcSQLException(DbException.java:566)
|
||||||
|
at org.h2.message.DbException.getJdbcSQLException(DbException.java:489)
|
||||||
|
... 66 more
|
||||||
|
Caused by: org.h2.mvstore.MVStoreException: The file is locked: D:/ip/web ANNA 2sem/PIbd-22_Puchkina_Internet_Programming_2/lab4-5/data.mv.db [2.2.224/7]
|
||||||
|
at org.h2.mvstore.DataUtils.newMVStoreException(DataUtils.java:996)
|
||||||
|
at org.h2.mvstore.SingleFileStore.lockFileChannel(SingleFileStore.java:143)
|
||||||
|
at org.h2.mvstore.SingleFileStore.open(SingleFileStore.java:117)
|
||||||
|
at org.h2.mvstore.SingleFileStore.open(SingleFileStore.java:81)
|
||||||
|
at org.h2.mvstore.MVStore.<init>(MVStore.java:286)
|
||||||
|
... 60 more
|
||||||
|
@ -11,6 +11,7 @@ import org.springframework.web.bind.annotation.GetMapping;
|
|||||||
import org.springframework.web.bind.annotation.ModelAttribute;
|
import org.springframework.web.bind.annotation.ModelAttribute;
|
||||||
import org.springframework.web.bind.annotation.PathVariable;
|
import org.springframework.web.bind.annotation.PathVariable;
|
||||||
import org.springframework.web.bind.annotation.PostMapping;
|
import org.springframework.web.bind.annotation.PostMapping;
|
||||||
|
import org.springframework.web.bind.annotation.RequestMapping;
|
||||||
import org.springframework.web.bind.annotation.RequestParam;
|
import org.springframework.web.bind.annotation.RequestParam;
|
||||||
import org.springframework.web.servlet.mvc.support.RedirectAttributes;
|
import org.springframework.web.servlet.mvc.support.RedirectAttributes;
|
||||||
|
|
||||||
@ -31,9 +32,10 @@ import com.example.demo.users.service.UserService;
|
|||||||
import jakarta.validation.Valid;
|
import jakarta.validation.Valid;
|
||||||
|
|
||||||
@Controller
|
@Controller
|
||||||
|
@RequestMapping(UserProfileController.URL)
|
||||||
public class UserProfileController {
|
public class UserProfileController {
|
||||||
|
public static final String URL = "/profile";
|
||||||
private static final String PROFILE_VIEW = "profile";
|
private static final String PROFILE_VIEW = "profile";
|
||||||
|
|
||||||
private static final String PAGE_ATTRIBUTE = "page";
|
private static final String PAGE_ATTRIBUTE = "page";
|
||||||
private static final String TYPEID_ATTRIBUTE = "typeId";
|
private static final String TYPEID_ATTRIBUTE = "typeId";
|
||||||
private static final String PROFILE_ATTRIBUTE = "profile";
|
private static final String PROFILE_ATTRIBUTE = "profile";
|
||||||
@ -114,7 +116,7 @@ public class UserProfileController {
|
|||||||
profile.getSubscriptions().stream()
|
profile.getSubscriptions().stream()
|
||||||
.map(this::toSubscriptionWithStatus)
|
.map(this::toSubscriptionWithStatus)
|
||||||
.collect(Collectors.toSet()));
|
.collect(Collectors.toSet()));
|
||||||
return Constants.REDIRECT_VIEW + "/";
|
return Constants.REDIRECT_VIEW + URL;
|
||||||
}
|
}
|
||||||
|
|
||||||
@PostMapping("/delete/{id}")
|
@PostMapping("/delete/{id}")
|
||||||
@ -127,6 +129,6 @@ public class UserProfileController {
|
|||||||
redirectAttributes.addAttribute(PAGE_ATTRIBUTE, page);
|
redirectAttributes.addAttribute(PAGE_ATTRIBUTE, page);
|
||||||
redirectAttributes.addAttribute(TYPEID_ATTRIBUTE, typeId);
|
redirectAttributes.addAttribute(TYPEID_ATTRIBUTE, typeId);
|
||||||
orderService.delete(principal.getId(), id);
|
orderService.delete(principal.getId(), id);
|
||||||
return Constants.REDIRECT_VIEW + "/";
|
return Constants.REDIRECT_VIEW + URL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,18 +1,116 @@
|
|||||||
|
/* montserrat-alternates-200 - cyrillic_latin */
|
||||||
|
@font-face {
|
||||||
|
font-display: swap;
|
||||||
|
/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
||||||
|
font-family: "Montserrat Alternates";
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 200;
|
||||||
|
src: url("../fonts/montserrat-alternates-v17-cyrillic_latin-200.woff2") format("woff2");
|
||||||
|
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||||
|
}
|
||||||
|
|
||||||
|
/* montserrat-alternates-300 - cyrillic_latin */
|
||||||
|
@font-face {
|
||||||
|
font-display: swap;
|
||||||
|
/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
||||||
|
font-family: "Montserrat Alternates";
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 300;
|
||||||
|
src: url("../fonts/montserrat-alternates-v17-cyrillic_latin-300.woff2") format("woff2");
|
||||||
|
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||||
|
}
|
||||||
|
|
||||||
|
/* montserrat-alternates-regular - cyrillic_latin */
|
||||||
|
@font-face {
|
||||||
|
font-display: swap;
|
||||||
|
/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
||||||
|
font-family: "Montserrat Alternates";
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
src: url("../fonts/montserrat-alternates-v17-cyrillic_latin-regular.woff2") format("woff2");
|
||||||
|
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||||
|
}
|
||||||
|
|
||||||
|
/* montserrat-alternates-500 - cyrillic_latin */
|
||||||
|
@font-face {
|
||||||
|
font-display: swap;
|
||||||
|
/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
||||||
|
font-family: "Montserrat Alternates";
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 500;
|
||||||
|
src: url("../fonts/montserrat-alternates-v17-cyrillic_latin-500.woff2") format("woff2");
|
||||||
|
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||||
|
}
|
||||||
|
|
||||||
|
/* montserrat-alternates-600 - cyrillic_latin */
|
||||||
|
@font-face {
|
||||||
|
font-display: swap;
|
||||||
|
/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
||||||
|
font-family: "Montserrat Alternates";
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 600;
|
||||||
|
src: url("../fonts/montserrat-alternates-v17-cyrillic_latin-600.woff2") format("woff2");
|
||||||
|
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||||
|
}
|
||||||
|
|
||||||
|
/* montserrat-alternates-700 - cyrillic_latin */
|
||||||
|
@font-face {
|
||||||
|
font-display: swap;
|
||||||
|
/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
||||||
|
font-family: "Montserrat Alternates";
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 700;
|
||||||
|
src: url("../fonts/montserrat-alternates-v17-cyrillic_latin-700.woff2") format("woff2");
|
||||||
|
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||||
|
}
|
||||||
|
|
||||||
|
/* montserrat-alternates-800 - cyrillic_latin */
|
||||||
|
@font-face {
|
||||||
|
font-display: swap;
|
||||||
|
/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
||||||
|
font-family: "Montserrat Alternates";
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 800;
|
||||||
|
src: url("../fonts/montserrat-alternates-v17-cyrillic_latin-800.woff2") format("woff2");
|
||||||
|
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||||
|
}
|
||||||
|
|
||||||
|
/* montserrat-alternates-900 - cyrillic_latin */
|
||||||
|
@font-face {
|
||||||
|
font-display: swap;
|
||||||
|
/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
||||||
|
font-family: "Montserrat Alternates";
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 900;
|
||||||
|
src: url("../fonts/montserrat-alternates-v17-cyrillic_latin-900.woff2") format("woff2");
|
||||||
|
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||||
|
}
|
||||||
|
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
|
font-family: "Montserrat Alternates", sans-serif;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
|
color:#533908
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 1.25em;
|
font-size: 1.25em;
|
||||||
|
text-align: center;
|
||||||
|
color:#533908
|
||||||
|
}
|
||||||
|
|
||||||
|
.my-catalog-title{
|
||||||
|
font-size: 50px;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
|
color:#533908
|
||||||
}
|
}
|
||||||
|
|
||||||
td form {
|
td form {
|
||||||
@ -38,22 +136,29 @@ td form {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.my-navbar {
|
.my-navbar {
|
||||||
background-color: #3c3c3c !important;
|
border-bottom:#533908 solid 2px;
|
||||||
|
margin-bottom: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.my-navbar .link a:hover {
|
.my-navbar .link a:hover {
|
||||||
|
color:#533908;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.my-a{
|
||||||
|
color:#533908
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.my-navbar .logo {
|
.my-navbar .logo {
|
||||||
width: 26px;
|
width: 26px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.my-footer {
|
.my-footer {
|
||||||
background-color: #2c2c2c;
|
background-color: #533908;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
color: rgba(255, 255, 255, 0.5);
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cart-image {
|
.cart-image {
|
||||||
@ -65,3 +170,16 @@ td form {
|
|||||||
.cart-item {
|
.cart-item {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.button-secondary{
|
||||||
|
background-color: #533908;
|
||||||
|
border: 7px solid #533908;
|
||||||
|
color: white;
|
||||||
|
margin-top: 15px;
|
||||||
|
margin-bottom: 40px;
|
||||||
|
border-radius: 25px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-select{
|
||||||
|
width: 35%;
|
||||||
|
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
lab4-5/src/main/resources/public/img/img1.jpg
Normal file
BIN
lab4-5/src/main/resources/public/img/img1.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
BIN
lab4-5/src/main/resources/public/img/img2.jpg
Normal file
BIN
lab4-5/src/main/resources/public/img/img2.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
BIN
lab4-5/src/main/resources/public/img/img3.jpg
Normal file
BIN
lab4-5/src/main/resources/public/img/img3.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
@ -29,7 +29,7 @@
|
|||||||
<form action="#"
|
<form action="#"
|
||||||
th:action="@{/cart/increase?type={type}&price={price}(type=${cartItem.type},price=${cartItem.price})}"
|
th:action="@{/cart/increase?type={type}&price={price}(type=${cartItem.type},price=${cartItem.price})}"
|
||||||
method="post">
|
method="post">
|
||||||
<button type="submit" class="btn btn-primary">
|
<button type="submit" class="btn btn-secondary">
|
||||||
<i class="bi bi-plus-lg"></i>
|
<i class="bi bi-plus-lg"></i>
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
@ -49,7 +49,7 @@
|
|||||||
<div class="mb-2 col-12 col-md-8 col-lg-6 d-flex justify-content-center"
|
<div class="mb-2 col-12 col-md-8 col-lg-6 d-flex justify-content-center"
|
||||||
th:if="${not #lists.isEmpty(cart)}">
|
th:if="${not #lists.isEmpty(cart)}">
|
||||||
<form action="#" th:action="@{/cart/save}" method="post">
|
<form action="#" th:action="@{/cart/save}" method="post">
|
||||||
<button type="submit" class="btn btn-primary" onclick="return confirm('Вы уверены?')">
|
<button type="submit" class="btn btn-secondary" onclick="return confirm('Вы уверены?')">
|
||||||
Оформить заказ
|
Оформить заказ
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
@ -75,7 +75,7 @@
|
|||||||
<input type="number" th:field="*{count}" id="count" class="form-control" value="0" step="1">
|
<input type="number" th:field="*{count}" id="count" class="form-control" value="0" step="1">
|
||||||
<div th:if="${#fields.hasErrors('count')}" th:errors="*{count}" class="invalid-feedback"></div>
|
<div th:if="${#fields.hasErrors('count')}" th:errors="*{count}" class="invalid-feedback"></div>
|
||||||
</div>
|
</div>
|
||||||
<button type="submit" class="btn btn-primary">Добавить в корзину</button>
|
<button type="submit" class="btn btn-secondary">Добавить в корзину</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="ru" data-bs-theme="dark" xmlns:th="http://www.thymeleaf.org"
|
<html lang="ru" data-bs-theme="light" xmlns:th="http://www.thymeleaf.org"
|
||||||
xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
|
xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
|
||||||
xmlns:sec="http://www.thymeleaf.org/thymeleaf-extras-springsecurity6">
|
xmlns:sec="http://www.thymeleaf.org/thymeleaf-extras-springsecurity6">
|
||||||
|
|
||||||
@ -7,7 +7,7 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title layout:title-pattern="$LAYOUT_TITLE - $CONTENT_TITLE">My shop</title>
|
<title layout:title-pattern="$LAYOUT_TITLE - $CONTENT_TITLE">ANNA</title>
|
||||||
<script type="text/javascript" src="/webjars/bootstrap/5.3.3/dist/js/bootstrap.bundle.min.js"></script>
|
<script type="text/javascript" src="/webjars/bootstrap/5.3.3/dist/js/bootstrap.bundle.min.js"></script>
|
||||||
<link rel="stylesheet" href="/webjars/bootstrap/5.3.3/dist/css/bootstrap.min.css" />
|
<link rel="stylesheet" href="/webjars/bootstrap/5.3.3/dist/css/bootstrap.min.css" />
|
||||||
<link rel="stylesheet" href="/webjars/bootstrap-icons/1.11.3/font/bootstrap-icons.min.css" />
|
<link rel="stylesheet" href="/webjars/bootstrap-icons/1.11.3/font/bootstrap-icons.min.css" />
|
||||||
@ -15,11 +15,11 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="h-100 d-flex flex-column">
|
<body class="h-100 d-flex flex-column">
|
||||||
<nav class="navbar navbar-expand-md my-navbar" data-bs-theme="dark">
|
<nav class="navbar navbar-expand-md my-navbar" data-bs-theme="light">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid my-header-container">
|
||||||
<a class="navbar-brand" href="/">
|
<a class="navbar-brand my-a" href="/">
|
||||||
<i class="bi bi-cart2 d-inline-block align-top me-1 logo"></i>
|
<i class="bi bi-cart2 d-inline-block align-top me-1 logo"></i>
|
||||||
MyShop
|
ANNA
|
||||||
</a>
|
</a>
|
||||||
<th:block sec:authorize="isAuthenticated()" th:with="userName=${#authentication.name}">
|
<th:block sec:authorize="isAuthenticated()" th:with="userName=${#authentication.name}">
|
||||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#main-navbar"
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#main-navbar"
|
||||||
@ -28,31 +28,33 @@
|
|||||||
</button>
|
</button>
|
||||||
<div class="collapse navbar-collapse" id="main-navbar">
|
<div class="collapse navbar-collapse" id="main-navbar">
|
||||||
<ul class="navbar-nav me-auto link" th:with="activeLink=${#objects.nullSafe(servletPath, '')}">
|
<ul class="navbar-nav me-auto link" th:with="activeLink=${#objects.nullSafe(servletPath, '')}">
|
||||||
|
<a class="nav-link my-a" href="/profile"
|
||||||
|
th:classappend="${activeLink.startsWith('/profile') ? 'active' : ''}">
|
||||||
|
Личный кабинет
|
||||||
|
</a>
|
||||||
<th:block sec:authorize="hasRole('ADMIN')">
|
<th:block sec:authorize="hasRole('ADMIN')">
|
||||||
<a class="nav-link" href="/admin/user"
|
<a class="nav-link my-a" href="/admin/user"
|
||||||
th:classappend="${activeLink.startsWith('/admin/user') ? 'active' : ''}">
|
th:classappend="${activeLink.startsWith('/admin/user') ? 'active' : ''}">
|
||||||
Пользователи
|
Пользователи
|
||||||
</a>
|
</a>
|
||||||
<a class="nav-link" href="/admin/type"
|
<a class="nav-link my-a" href="/admin/type"
|
||||||
th:classappend="${activeLink.startsWith('/admin/type') ? 'active' : ''}">
|
th:classappend="${activeLink.startsWith('/admin/type') ? 'active' : ''}">
|
||||||
Типы заказов
|
Типы товаров
|
||||||
</a>
|
</a>
|
||||||
<a class="nav-link" href="/admin/subscription"
|
<a class="nav-link my-a" href="/admin/subscription"
|
||||||
th:classappend="${activeLink.startsWith('/admin/subscription') ? 'active' : ''}">
|
th:classappend="${activeLink.startsWith('/admin/subscription') ? 'active' : ''}">
|
||||||
Списки рассылки
|
Что это
|
||||||
</a>
|
</a>
|
||||||
<a class="nav-link" href="/h2-console/" target="_blank">Консоль H2</a>
|
<a class="nav-link my-a" href="/h2-console/" target="_blank">Консоль H2</a>
|
||||||
</th:block>
|
</th:block>
|
||||||
<a class="nav-link" href="/123" target="_blank">Ошибка 1</a>
|
|
||||||
<a class="nav-link" href="/admin/123" target="_blank">Ошибка 2</a>
|
|
||||||
</ul>
|
</ul>
|
||||||
<ul class="navbar-nav" th:if="${not #strings.isEmpty(userName)}">
|
<ul class="navbar-nav" th:if="${not #strings.isEmpty(userName)}">
|
||||||
<form th:action="@{/logout}" method="post">
|
<form th:action="@{/logout}" method="post">
|
||||||
<button type="submit" class="navbar-brand nav-link" onclick="return confirm('Вы уверены?')">
|
<button type="submit" class="navbar-brand nav-link my-a" onclick="return confirm('Вы уверены?')">
|
||||||
Выход ([[${userName}]])
|
Выход ([[${userName}]])
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
<a class="navbar-brand" href="/cart">
|
<a class="navbar-brand my-a" href="/cart">
|
||||||
<i class="bi bi-cart2 d-inline-block align-top me-1 logo"></i>
|
<i class="bi bi-cart2 d-inline-block align-top me-1 logo"></i>
|
||||||
[[${#numbers.formatDecimal(totalCart, 1, 2)}]] ₽
|
[[${#numbers.formatDecimal(totalCart, 1, 2)}]] ₽
|
||||||
</a>
|
</a>
|
||||||
@ -64,7 +66,7 @@
|
|||||||
<main class="container-fluid p-2" layout:fragment="content">
|
<main class="container-fluid p-2" layout:fragment="content">
|
||||||
</main>
|
</main>
|
||||||
<footer class="my-footer mt-auto d-flex flex-shrink-0 justify-content-center align-items-center">
|
<footer class="my-footer mt-auto d-flex flex-shrink-0 justify-content-center align-items-center">
|
||||||
Автор, [[${#dates.year(#dates.createNow())}]]
|
Anna Puchkina, [[${#dates.year(#dates.createNow())}]]
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
</li>
|
</li>
|
||||||
</th:block>
|
</th:block>
|
||||||
</ul>
|
</ul>
|
||||||
<a class="btn btn-primary button-fixed-width" href="/">На главную</a>
|
<a class="btn btn-secondary button-fixed-width" href="/">На главную</a>
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
14
lab4-5/src/main/resources/templates/index.html
Normal file
14
lab4-5/src/main/resources/templates/index.html
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="ru" xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" layout:decorate="~{default}">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<title>Slay mama</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<main layout:fragment="content">
|
||||||
|
<h2 class="my-catalog-title">Каталог</h2>
|
||||||
|
</main>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
@ -32,7 +32,7 @@
|
|||||||
<label class="form-check-label" for="remember-me">Запомнить меня</label>
|
<label class="form-check-label" for="remember-me">Запомнить меня</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-3 d-flex flex-row">
|
<div class="mb-3 d-flex flex-row">
|
||||||
<button class="btn btn-primary me-2 button-fixed-width" type="submit">Войти</button>
|
<button class="btn btn-secondary me-2 button-fixed-width" type="submit">Войти</button>
|
||||||
<a class="btn btn-secondary button-fixed-width" href="/signup">Регистрация</a>
|
<a class="btn btn-secondary button-fixed-width" href="/signup">Регистрация</a>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
@ -1,64 +1,65 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html xmlns:th="http://www.thymeleaf.org">
|
<html lang="ru" xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" layout:decorate="~{default}">
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<th:block th:fragment="orders (items, totalPages, currentPage)">
|
<main layout:fragment="content">
|
||||||
<th:block th:switch="${items.size()}">
|
|
||||||
<h2 th:case="0">Данные отсутствуют</h2>
|
<th:block th:fragment="orders (items, totalPages, currentPage)">
|
||||||
<th:block th:case="*">
|
<th:block th:switch="${items.size()}">
|
||||||
<form th:action="@{/}" method="get" class="row mt-2">
|
<h2 th:case="0">Данные отсутствуют</h2>
|
||||||
<div class="col-sm-10">
|
<th:block th:case="*">
|
||||||
<input type="hidden" th:name="page" th:value="${page}">
|
<form th:action="@{/orders}" method="get" class="row mt-2">
|
||||||
<select th:name="typeId" id="typeId" class="form-select">
|
<div class="col-sm-10">
|
||||||
<option selected value="">Фильтр по типу товара</option>
|
<input type="hidden" th:name="page" th:value="${page}">
|
||||||
<option th:each="type : ${types}" th:value="${type.id}" th:selected="${type.id==typeId}">
|
<select th:name="typeId" id="typeId" class="form-select">
|
||||||
[[${type.name}]]
|
<option selected value="">Фильтр по типу товара</option>
|
||||||
</option>
|
<option th:each="type : ${types}" th:value="${type.id}" th:selected="${type.id==typeId}">
|
||||||
</select>
|
[[${type.name}]]
|
||||||
</div>
|
</option>
|
||||||
<button type="submit" class="btn btn-primary col-sm-2">Показать</button>
|
</select>
|
||||||
</form>
|
</div>
|
||||||
<table class="table mt-2">
|
<button type="submit" class="btn btn-secondary col-sm-2">Показать</button>
|
||||||
<caption></caption>
|
</form>
|
||||||
<thead>
|
<table class="table mt-2">
|
||||||
<tr>
|
<caption></caption>
|
||||||
<th scope="col" class="w-10">ID</th>
|
<thead>
|
||||||
<th scope="col" class="w-auto">Тип заказа</th>
|
<tr>
|
||||||
<th scope="col" class="w-10">Цена</th>
|
<th scope="col" class="w-10">ID</th>
|
||||||
<th scope="col" class="w-10">Количество</th>
|
<th scope="col" class="w-auto">Тип товара</th>
|
||||||
<th scope="col" class="w-10">Сумма</th>
|
<th scope="col" class="w-10">Цена</th>
|
||||||
<th scope="col" class="w-10"></th>
|
<th scope="col" class="w-10">Количество</th>
|
||||||
</tr>
|
<th scope="col" class="w-10">Сумма</th>
|
||||||
</thead>
|
<th scope="col" class="w-10"></th>
|
||||||
<tbody>
|
</tr>
|
||||||
<tr th:each="order : ${items}">
|
</thead>
|
||||||
<th scope="row" th:text="${order.id}"></th>
|
<tbody>
|
||||||
<td th:text="${order.typeName}"></td>
|
<tr th:each="order : ${items}">
|
||||||
<td th:text="${#numbers.formatDecimal(order.price, 1, 2)}"></td>
|
<th scope="row" th:text="${order.id}"></th>
|
||||||
<td th:text="${order.count}"></td>
|
<td th:text="${order.typeName}"></td>
|
||||||
<td th:text="${#numbers.formatDecimal(order.sum, 1, 2)}"></td>
|
<td th:text="${#numbers.formatDecimal(order.price, 1, 2)}"></td>
|
||||||
<td>
|
<td th:text="${order.count}"></td>
|
||||||
<form th:action="@{/delete/{id}(id=${order.id})}" method="post">
|
<td th:text="${#numbers.formatDecimal(order.sum, 1, 2)}"></td>
|
||||||
<input type="hidden" th:name="page" th:value="${page}">
|
<td>
|
||||||
<input type="hidden" th:name="typeId" th:value="${typeId}">
|
<form th:action="@{/delete/{id}(id=${order.id})}" method="post">
|
||||||
<button type="submit" class="btn btn-link button-link"
|
<input type="hidden" th:name="page" th:value="${page}">
|
||||||
onclick="return confirm('Вы уверены?')">Удалить</button>
|
<input type="hidden" th:name="typeId" th:value="${typeId}">
|
||||||
</form>
|
<button type="submit" class="btn btn-link button-link"
|
||||||
</td>
|
onclick="return confirm('Вы уверены?')">Удалить</button>
|
||||||
</tr>
|
</form>
|
||||||
</tbody>
|
</td>
|
||||||
</table>
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</th:block>
|
||||||
|
<th:block th:replace="~{ pagination :: pagination (
|
||||||
|
url='',
|
||||||
|
totalPages=${totalPages},
|
||||||
|
currentPage=${currentPage}) }" />
|
||||||
|
<div class="mt-2 d-flex justify-content-center">
|
||||||
|
<a class="btn btn-secondary" href="/cart">Создать заказ</a>
|
||||||
|
</div>
|
||||||
</th:block>
|
</th:block>
|
||||||
<th:block th:replace="~{ pagination :: pagination (
|
|
||||||
url='',
|
|
||||||
totalPages=${totalPages},
|
|
||||||
currentPage=${currentPage}) }" />
|
|
||||||
<div class="mt-2 d-flex justify-content-center">
|
|
||||||
<a class="btn btn-primary" href="/cart">Создать заказ</a>
|
|
||||||
</div>
|
|
||||||
</th:block>
|
</th:block>
|
||||||
</th:block>
|
</main>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
@ -7,50 +7,51 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<main layout:fragment="content">
|
<main layout:fragment="content">
|
||||||
<ul class="nav nav-pills justify-content-center" role="tablist">
|
<h2>Личный кабинет</h2>
|
||||||
<li class="nav-item">
|
<ul class="nav nav-underline justify-content-center" role="tablist">
|
||||||
<a class="nav-link active" data-bs-toggle="pill" href="#orders">Заказы</a>
|
<li class="nav-item">
|
||||||
</li>
|
<a class="nav-link active" data-bs-toggle="pill" href="#orders">Заказы</a>
|
||||||
<li class="nav-item">
|
</li>
|
||||||
<a class="nav-link" data-bs-toggle="pill" href="#stats">Статистика</a>
|
<li class="nav-item">
|
||||||
</li>
|
<a class="nav-link" data-bs-toggle="pill" href="#stats">Статистика</a>
|
||||||
<li class="nav-item">
|
</li>
|
||||||
<a class="nav-link" data-bs-toggle="pill" href="#subscriptions">Списки рассылок</a>
|
<li class="nav-item">
|
||||||
</li>
|
<a class="nav-link" data-bs-toggle="pill" href="#subscriptions">Списки рассылок</a>
|
||||||
</ul>
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<div class="tab-content mt-2">
|
<div class="tab-content mt-2">
|
||||||
<div class="tab-pane container active" id="orders">
|
<div class="tab-pane container active" id="orders">
|
||||||
<th:block th:replace="~{ orders :: orders (
|
<th:block th:replace="~{ orders :: orders (
|
||||||
items=${items},
|
items=${items},
|
||||||
totalPages=${totalPages},
|
totalPages=${totalPages},
|
||||||
currentPage=${currentPage}) }" />
|
currentPage=${currentPage}) }" />
|
||||||
|
</div>
|
||||||
|
<div class="tab-pane container fade" id="stats">
|
||||||
|
<ul class="list-group mb-2">
|
||||||
|
<li th:each="stat : ${stats}" class="list-group-item">
|
||||||
|
<strong>[[${stat.typeName}]]</strong>:
|
||||||
|
[[${#numbers.formatDecimal(stat.totalPrice, 1, 2)}]] ₽
|
||||||
|
([[${stat.totalCount}]] шт.)
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="tab-pane container fade" id="subscriptions">
|
||||||
|
<form action="#" th:action="@{/}" th:object="${profile}" method="post">
|
||||||
|
<div class="form-check" th:each="subscription, item : *{subscriptions}"
|
||||||
|
th:with="id=${'sub-' + subscription.id}">
|
||||||
|
<input class="form-check-input" type="hidden" th:for="${id}"
|
||||||
|
th:field="*{subscriptions[__${item.index}__].id}">
|
||||||
|
<input class="form-check-input" type="checkbox" th:for="${id}"
|
||||||
|
th:field="*{subscriptions[__${item.index}__].active}">
|
||||||
|
<label class="form-check-label" for="" th:for="${id}">
|
||||||
|
[[${subscription.name}]]
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
<button type="submit" class="btn btn-secondary button-fixed-width">Сохранить</button>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="tab-pane container fade" id="stats">
|
|
||||||
<ul class="list-group mb-2">
|
|
||||||
<li th:each="stat : ${stats}" class="list-group-item">
|
|
||||||
<strong>[[${stat.typeName}]]</strong>:
|
|
||||||
[[${#numbers.formatDecimal(stat.totalPrice, 1, 2)}]] ₽
|
|
||||||
([[${stat.totalCount}]] шт.)
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="tab-pane container fade" id="subscriptions">
|
|
||||||
<form action="#" th:action="@{/}" th:object="${profile}" method="post">
|
|
||||||
<div class="form-check" th:each="subscription, item : *{subscriptions}"
|
|
||||||
th:with="id=${'sub-' + subscription.id}">
|
|
||||||
<input class="form-check-input" type="hidden" th:for="${id}"
|
|
||||||
th:field="*{subscriptions[__${item.index}__].id}">
|
|
||||||
<input class="form-check-input" type="checkbox" th:for="${id}"
|
|
||||||
th:field="*{subscriptions[__${item.index}__].active}">
|
|
||||||
<label class="form-check-label" for="" th:for="${id}">
|
|
||||||
[[${subscription.name}]]
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
<button type="submit" class="btn btn-primary button-fixed-width">Сохранить</button>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
class="invalid-feedback"></div>
|
class="invalid-feedback"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-3 d-flex flex-row">
|
<div class="mb-3 d-flex flex-row">
|
||||||
<button class="btn btn-primary me-2 button-fixed-width" type="submit">Регистрация</button>
|
<button class="btn btn-secondary me-2 button-fixed-width" type="submit">Регистрация</button>
|
||||||
<a class="btn btn-secondary button-fixed-width" href="/">Отмена</a>
|
<a class="btn btn-secondary button-fixed-width" href="/">Отмена</a>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
<div th:if="${#fields.hasErrors('name')}" th:errors="*{name}" class="invalid-feedback"></div>
|
<div th:if="${#fields.hasErrors('name')}" th:errors="*{name}" class="invalid-feedback"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-3 d-flex flex-row">
|
<div class="mb-3 d-flex flex-row">
|
||||||
<button class="btn btn-primary me-2 button-fixed-width" type="submit">Сохранить</button>
|
<button class="btn btn-secondary me-2 button-fixed-width" type="submit">Сохранить</button>
|
||||||
<a class="btn btn-secondary button-fixed-width" href="/admin/subscription">Отмена</a>
|
<a class="btn btn-secondary button-fixed-width" href="/admin/subscription">Отмена</a>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
@ -11,8 +11,8 @@
|
|||||||
<h2 th:case="0">Данные отсутствуют</h2>
|
<h2 th:case="0">Данные отсутствуют</h2>
|
||||||
<th:block th:case="*">
|
<th:block th:case="*">
|
||||||
<h2>Списки рассылки</h2>
|
<h2>Списки рассылки</h2>
|
||||||
<div>
|
<div class="mt-2 d-flex justify-content-end">
|
||||||
<a href="/admin/subscription/edit/" class="btn btn-primary">Добавить список рассылки</a>
|
<a href="/admin/subscription/edit/" class="btn btn-secondary">Добавить список рассылки</a>
|
||||||
</div>
|
</div>
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<caption></caption>
|
<caption></caption>
|
||||||
|
@ -13,12 +13,12 @@
|
|||||||
<input type="text" th:value="*{id}" id="id" class="form-control" readonly disabled>
|
<input type="text" th:value="*{id}" id="id" class="form-control" readonly disabled>
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
<label for="name" class="form-label">Тип заказа</label>
|
<label for="name" class="form-label">Тип товара</label>
|
||||||
<input type="text" th:field="*{name}" id="name" class="form-control">
|
<input type="text" th:field="*{name}" id="name" class="form-control">
|
||||||
<div th:if="${#fields.hasErrors('name')}" th:errors="*{name}" class="invalid-feedback"></div>
|
<div th:if="${#fields.hasErrors('name')}" th:errors="*{name}" class="invalid-feedback"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-3 d-flex flex-row">
|
<div class="mb-3 d-flex flex-row">
|
||||||
<button class="btn btn-primary me-2 button-fixed-width" type="submit">Сохранить</button>
|
<button class="btn btn-secondary me-2 button-fixed-width" type="submit">Сохранить</button>
|
||||||
<a class="btn btn-secondary button-fixed-width" href="/admin/type">Отмена</a>
|
<a class="btn btn-secondary button-fixed-width" href="/admin/type">Отмена</a>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html lang="ru" xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" layout:decorate="~{default}">
|
<html lang="ru" xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" layout:decorate="~{default}">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Типы заказов</title>
|
<title>Типы товаров</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
@ -10,16 +10,16 @@
|
|||||||
<th:block th:switch="${items.size()}">
|
<th:block th:switch="${items.size()}">
|
||||||
<h2 th:case="0">Данные отсутствуют</h2>
|
<h2 th:case="0">Данные отсутствуют</h2>
|
||||||
<th:block th:case="*">
|
<th:block th:case="*">
|
||||||
<h2>Типы заказов</h2>
|
<h2>Типы товаров</h2>
|
||||||
<div>
|
<div class="mt-2 d-flex justify-content-end">
|
||||||
<a href="/admin/type/edit/" class="btn btn-primary">Добавить тип заказа</a>
|
<a href="/admin/type/edit/" class="btn btn-secondary">Добавить тип товара</a>
|
||||||
</div>
|
</div>
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<caption></caption>
|
<caption></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col" class="w-10">ID</th>
|
<th scope="col" class="w-10">ID</th>
|
||||||
<th scope="col" class="w-auto">Тип заказа</th>
|
<th scope="col" class="w-auto">Тип товара</th>
|
||||||
<th scope="col" class="w-10"></th>
|
<th scope="col" class="w-10"></th>
|
||||||
<th scope="col" class="w-10"></th>
|
<th scope="col" class="w-10"></th>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
<div th:if="${#fields.hasErrors('login')}" th:errors="*{login}" class="invalid-feedback"></div>
|
<div th:if="${#fields.hasErrors('login')}" th:errors="*{login}" class="invalid-feedback"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-3 d-flex flex-row">
|
<div class="mb-3 d-flex flex-row">
|
||||||
<button class="btn btn-primary me-2 button-fixed-width" type="submit">Сохранить</button>
|
<button class="btn btn-secondary me-2 button-fixed-width" type="submit">Сохранить</button>
|
||||||
<a class="btn btn-secondary button-fixed-width" th:href="@{/admin/user(page=${page})}">Отмена</a>
|
<a class="btn btn-secondary button-fixed-width" th:href="@{/admin/user(page=${page})}">Отмена</a>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
@ -11,8 +11,8 @@
|
|||||||
<h2 th:case="0">Данные отсутствуют</h2>
|
<h2 th:case="0">Данные отсутствуют</h2>
|
||||||
<th:block th:case="*">
|
<th:block th:case="*">
|
||||||
<h2>Пользователи</h2>
|
<h2>Пользователи</h2>
|
||||||
<div>
|
<div class="mt-2 d-flex justify-content-end">
|
||||||
<a th:href="@{/admin/user/edit/(page=${page})}" class="btn btn-primary">Добавить пользователя</a>
|
<a th:href="@{/admin/user/edit/(page=${page})}" class="btn btn-secondary">Добавить пользователя</a>
|
||||||
</div>
|
</div>
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<caption></caption>
|
<caption></caption>
|
||||||
|
Loading…
Reference in New Issue
Block a user