diff --git a/src/main/java/ru/ulstu/configuration/MvcConfiguration.java b/src/main/java/ru/ulstu/configuration/MvcConfiguration.java index 14e6337..8543847 100644 --- a/src/main/java/ru/ulstu/configuration/MvcConfiguration.java +++ b/src/main/java/ru/ulstu/configuration/MvcConfiguration.java @@ -12,6 +12,7 @@ public class MvcConfiguration extends WebMvcConfigurerAdapter { registry.addViewController("/{articlename:\\w+}"); //registry.addViewController("/admin/{articlename:\\w+}"); registry.addViewController("/papers/{articlename:\\w+}"); + registry.addViewController("/grants/{articlename:\\w+}"); registry.addRedirectViewController("/", "/index"); registry.addRedirectViewController("/default", "/index"); } diff --git a/src/main/resources/templates/grants/dashboard.html b/src/main/resources/templates/grants/dashboard.html new file mode 100644 index 0000000..3a1570b --- /dev/null +++ b/src/main/resources/templates/grants/dashboard.html @@ -0,0 +1,163 @@ + + + + + + +
+ +
+
+
+
+

Dashboard

+
+
+
+
+
+
+ + + + +
+ +
+ Название гранта +

Краткое описание

+

Статус: статус

+
+ +
+
+
+
+
+ + + + +
+
+ Название гранта +

Краткое описание

+

Статус: статус

+
+
+
+
+
+
+ + + + +
+
+ Название гранта +

Краткое описание

+

Статус: статус

+
+
+
+
+
+
+ + + + +
+
+ Название гранта +

Краткое описание

+

Статус: статус

+
+
+
+
+
+
+ + + + +
+
+ Название гранта +

Краткое описание

+

Статус: статус

+
+
+
+
+
+
+ + + + +
+
+ Название гранта +

Краткое описание

+

Статус: статус

+
+
+
+
+
+
+ + + + +
+
+ Название гранта +

Краткое описание

+

Статус: статус

+
+
+
+
+
+
+ + + + +
+
+ Название гранта +

Краткое описание

+

Статус: статус

+
+
+
+
+
+
+ + + + +
+
+ Название гранта +

Краткое описание

+

Статус: статус

+
+
+
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 155ec6a..0f83f3f 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -32,7 +32,7 @@
- +