From 99a8550696c6c8dd627db26c59109a9762718645 Mon Sep 17 00:00:00 2001 From: T-Midnight Date: Thu, 4 Apr 2019 09:44:51 +0400 Subject: [PATCH] #42 merge dev into 42 --- src/main/resources/application.properties | 4 +- src/main/resources/templates/index.html | 2 +- .../templates/students/dashboard.html | 2 +- .../students/fragments/taskLineFragment.html | 6 +-- .../fragments/taskNavigationFragment.html | 2 +- .../resources/templates/students/task.html | 18 +++++---- .../resources/templates/students/tasks.html | 38 +++++++++---------- 7 files changed, 38 insertions(+), 34 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 78e009e..fb1b116 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,7 +1,7 @@ # Server Settings spring.main.banner-mode=off server.port=8443 -server.http.port=8888 +server.http.port=8080 spring.http.multipart.maxFileSize=20MB spring.http.multipart.maxRequestSize=20MB # Thymeleaf Settings @@ -24,7 +24,7 @@ spring.mail.properties.mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFact # JPA Settings spring.datasource.url=jdbc:postgresql://localhost:5432/ng-tracker spring.datasource.username=postgres -spring.datasource.password=superuser +spring.datasource.password=postgres spring.datasource.driverclassName=org.postgresql.Driver spring.jpa.hibernate.ddl-auto=validate # Liquibase Settings diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 2d86945..6e43ba0 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -88,7 +88,7 @@
- +
diff --git a/src/main/resources/templates/students/dashboard.html b/src/main/resources/templates/students/dashboard.html index 94ea121..c0c2f0e 100644 --- a/src/main/resources/templates/students/dashboard.html +++ b/src/main/resources/templates/students/dashboard.html @@ -16,7 +16,7 @@
- +
diff --git a/src/main/resources/templates/students/fragments/taskLineFragment.html b/src/main/resources/templates/students/fragments/taskLineFragment.html index 79ad5d7..27ea98a 100644 --- a/src/main/resources/templates/students/fragments/taskLineFragment.html +++ b/src/main/resources/templates/students/fragments/taskLineFragment.html @@ -7,11 +7,11 @@
- - Первая хадач + + Первая хадач Курсовая работа - + diff --git a/src/main/resources/templates/students/fragments/taskNavigationFragment.html b/src/main/resources/templates/students/fragments/taskNavigationFragment.html index 717930d..fed183f 100644 --- a/src/main/resources/templates/students/fragments/taskNavigationFragment.html +++ b/src/main/resources/templates/students/fragments/taskNavigationFragment.html @@ -16,7 +16,7 @@ diff --git a/src/main/resources/templates/students/task.html b/src/main/resources/templates/students/task.html index 533c8f6..22b27e6 100644 --- a/src/main/resources/templates/students/task.html +++ b/src/main/resources/templates/students/task.html @@ -1,9 +1,10 @@ + layout:decorator="default" xmlns:th="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/html"> - + @@ -44,12 +45,13 @@
- +
- +
@@ -64,16 +66,18 @@
-
-
+
-
diff --git a/src/main/resources/templates/students/tasks.html b/src/main/resources/templates/students/tasks.html index 076f7ba..acb726c 100644 --- a/src/main/resources/templates/students/tasks.html +++ b/src/main/resources/templates/students/tasks.html @@ -27,30 +27,30 @@
Фильтр:
- + -