diff --git a/demo/data.mv.db b/demo/data.mv.db
index f803822..d3a57c9 100644
Binary files a/demo/data.mv.db and b/demo/data.mv.db differ
diff --git a/demo/src/main/resources/public/css/style.css b/demo/src/main/resources/public/css/style.css
index f8452eb..e907ff4 100644
--- a/demo/src/main/resources/public/css/style.css
+++ b/demo/src/main/resources/public/css/style.css
@@ -41,10 +41,11 @@ td form {
.my-navbar {
background-color: #2c2a2a !important;
+ color: white;
}
.my-navbar .link a:hover {
- text-decoration: underline;
+ color: #a721fa;
}
.my-navbar .logo {
diff --git a/demo/src/main/resources/templates/cart.html b/demo/src/main/resources/templates/cart.html
index e872e4c..1c0b237 100644
--- a/demo/src/main/resources/templates/cart.html
+++ b/demo/src/main/resources/templates/cart.html
@@ -2,18 +2,18 @@
- Корзина
+ Cart
- Корзина
+ Cart
@@ -44,13 +44,13 @@
- Итого: [[${#numbers.formatDecimal(totalCart, 1, 2)}]] ₽
+ Total: [[${#numbers.formatDecimal(totalCart, 1, 2)}]] ₽
@@ -58,24 +58,24 @@
diff --git a/demo/src/main/resources/templates/default.html b/demo/src/main/resources/templates/default.html
index 359c0bf..0da49d6 100644
--- a/demo/src/main/resources/templates/default.html
+++ b/demo/src/main/resources/templates/default.html
@@ -32,23 +32,23 @@
- Пользователи
+ Users
- Типы заказов
+ Types
- Сообщения
+ Messages
- Консоль H2
+ Console H2
diff --git a/demo/src/main/resources/templates/error.html b/demo/src/main/resources/templates/error.html
index faa6b0a..920ecf8 100644
--- a/demo/src/main/resources/templates/error.html
+++ b/demo/src/main/resources/templates/error.html
@@ -2,7 +2,7 @@
- Ошибка
+ Error
@@ -10,27 +10,27 @@
-
- Неизвестная ошибка
+ Unknown error
-
- Ошибка: [[${message}]]
+ Error: [[${message}]]
-
- Адрес: [[${url}]]
+ URL: [[${url}]]
-
- Класс исключения: [[${exception}]]
+ Exception: [[${exception}]]
-
[[${method}]] ([[${file}]]:[[${line}]])
- На главную
+ Home
diff --git a/demo/src/main/resources/templates/login.html b/demo/src/main/resources/templates/login.html
index eb3a6d7..2d61a77 100644
--- a/demo/src/main/resources/templates/login.html
+++ b/demo/src/main/resources/templates/login.html
@@ -2,38 +2,38 @@
- Вход
+ Login
diff --git a/demo/src/main/resources/templates/message-edit.html b/demo/src/main/resources/templates/message-edit.html
index e607b70..61889d8 100644
--- a/demo/src/main/resources/templates/message-edit.html
+++ b/demo/src/main/resources/templates/message-edit.html
@@ -2,20 +2,20 @@
- Отправить сообщение
+ Send message
diff --git a/demo/src/main/resources/templates/messages.html b/demo/src/main/resources/templates/messages.html
index c166b49..e1c78c6 100644
--- a/demo/src/main/resources/templates/messages.html
+++ b/demo/src/main/resources/templates/messages.html
@@ -2,24 +2,24 @@
- Сообщения
+ Messages
- Данные отсутствуют
+ No data available
- Сообщения
+ Messages
ID |
- Отправитель |
- Сообщение |
- Дата отправки |
- Опубликовано |
+ Sender |
+ Message |
+ Date |
+ Published |
|
|
@@ -37,14 +37,14 @@
|
diff --git a/demo/src/main/resources/templates/orders.html b/demo/src/main/resources/templates/orders.html
index e61d78b..d0c2e7b 100644
--- a/demo/src/main/resources/templates/orders.html
+++ b/demo/src/main/resources/templates/orders.html
@@ -4,29 +4,29 @@
- Данные отсутствуют
+ No data available
ID |
- Тип заказа |
- Цена |
- Количество |
- Сумма |
+ Type |
+ Price |
+ Count |
+ Total |
|
@@ -42,7 +42,7 @@
+ onclick="return confirm('Are you sure?')">Delete
@@ -54,7 +54,7 @@
totalPages=${totalPages},
currentPage=${currentPage}) }" />
diff --git a/demo/src/main/resources/templates/profile.html b/demo/src/main/resources/templates/profile.html
index fc48b21..3e3a740 100644
--- a/demo/src/main/resources/templates/profile.html
+++ b/demo/src/main/resources/templates/profile.html
@@ -2,20 +2,20 @@
- Личный кабинет
+ My account
diff --git a/demo/src/main/resources/templates/signup.html b/demo/src/main/resources/templates/signup.html
index df405da..b101fb2 100644
--- a/demo/src/main/resources/templates/signup.html
+++ b/demo/src/main/resources/templates/signup.html
@@ -2,36 +2,36 @@
- Вход
+ Sign up
diff --git a/demo/src/main/resources/templates/type-edit.html b/demo/src/main/resources/templates/type-edit.html
index d069c04..4b03277 100644
--- a/demo/src/main/resources/templates/type-edit.html
+++ b/demo/src/main/resources/templates/type-edit.html
@@ -2,7 +2,7 @@
- Редактировать тип заказа
+ Edit order type
@@ -13,13 +13,13 @@
diff --git a/demo/src/main/resources/templates/type.html b/demo/src/main/resources/templates/type.html
index ec0909e..206ecff 100644
--- a/demo/src/main/resources/templates/type.html
+++ b/demo/src/main/resources/templates/type.html
@@ -2,24 +2,24 @@
- Типы заказов
+ Order types
- Данные отсутствуют
+ No data available
- Типы заказов
+ Order types
ID |
- Тип заказа |
+ Type name |
|
|
@@ -30,13 +30,13 @@
|
|
|
diff --git a/demo/src/main/resources/templates/user-edit.html b/demo/src/main/resources/templates/user-edit.html
index 8cb5a73..67b5ef8 100644
--- a/demo/src/main/resources/templates/user-edit.html
+++ b/demo/src/main/resources/templates/user-edit.html
@@ -2,7 +2,7 @@
- Редактировать пользователя
+ Edit user
@@ -14,18 +14,18 @@
-
+
-
+
diff --git a/demo/src/main/resources/templates/user-messages.html b/demo/src/main/resources/templates/user-messages.html
index 5c3c570..52b9521 100644
--- a/demo/src/main/resources/templates/user-messages.html
+++ b/demo/src/main/resources/templates/user-messages.html
@@ -4,17 +4,17 @@
- Данные отсутствуют
+ No data available
ID |
- Отправитель |
- Сообщение |
- Дата отправки |
- Опубликовано |
+ Sender |
+ Message |
+ Date |
+ Published |
@@ -35,7 +35,7 @@
totalPages=${totalPages},
currentPage=${currentPage}) }" />
diff --git a/demo/src/main/resources/templates/user.html b/demo/src/main/resources/templates/user.html
index f283313..5d9fb64 100644
--- a/demo/src/main/resources/templates/user.html
+++ b/demo/src/main/resources/templates/user.html
@@ -2,25 +2,25 @@
- Пользователи
+ Users
- Данные отсутствуют
+ No data available
- Пользователи
+ Users
ID |
- Имя пользователя |
- Электронная почта |
+ Username |
+ Email |
|
|
@@ -33,14 +33,14 @@
|
|