From a3668ddcd31c948dcc16b92cb40321c3d8e4a529 Mon Sep 17 00:00:00 2001 From: Anton Romanov Date: Thu, 27 Sep 2018 12:11:25 +0400 Subject: [PATCH] move pages --- src/main/resources/public/css/agency.css | 9 ++ .../templates/papers/AlyonaTest.html | 42 ----- .../resources/templates/papers/dashboard.html | 152 ++++++++++++++++++ .../resources/templates/papers/myPaper.html | 20 --- .../resources/templates/papers/papers.html | 2 +- 5 files changed, 162 insertions(+), 63 deletions(-) delete mode 100644 src/main/resources/templates/papers/AlyonaTest.html create mode 100644 src/main/resources/templates/papers/dashboard.html diff --git a/src/main/resources/public/css/agency.css b/src/main/resources/public/css/agency.css index 43f29c0..b978b4b 100644 --- a/src/main/resources/public/css/agency.css +++ b/src/main/resources/public/css/agency.css @@ -704,3 +704,12 @@ ul.social-buttons li a { ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover { background-color: #fed136; } + +.dashboard-card { + background: #ffffff none repeat scroll 0 0; + margin: 15px; + padding: 20px; + border: 0 solid #e7e7e7; + border-radius: 5px; + box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05); +} \ No newline at end of file diff --git a/src/main/resources/templates/papers/AlyonaTest.html b/src/main/resources/templates/papers/AlyonaTest.html deleted file mode 100644 index 6350a2b..0000000 --- a/src/main/resources/templates/papers/AlyonaTest.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - -
-
-
-
-
-

Тестовая страница

-
-
-
-
- - - - - - - - - - - - - - - - - -
- - \ No newline at end of file diff --git a/src/main/resources/templates/papers/dashboard.html b/src/main/resources/templates/papers/dashboard.html new file mode 100644 index 0000000..b4e18d7 --- /dev/null +++ b/src/main/resources/templates/papers/dashboard.html @@ -0,0 +1,152 @@ + + + + + + +
+ +
+
+
+
+

Dashboard

+
+
+
+
+
+
+ + + + +
+
+ Название статьи +

Список авторов И.О.

+
+
+
+
+
+
+ + + + +
+
+ Название статьи +

Список авторов И.О.

+
+
+
+
+
+
+ + + + +
+
+ Название статьи +

Список авторов И.О.

+
+
+
+
+
+
+ + + + +
+
+ Название статьи +

Список авторов И.О.

+
+
+
+
+
+
+ + + + +
+
+ Название статьи +

Список авторов И.О.

+
+
+
+
+
+
+ + + + +
+
+ Название статьи +

Список авторов И.О.

+
+
+
+
+
+
+ + + + +
+
+ Название статьи +

Список авторов И.О.

+
+
+
+
+
+
+ + + + +
+
+ Название статьи +

Список авторов И.О.

+
+
+
+
+
+
+ + + + +
+
+ Название статьи +

Список авторов И.О.

+
+
+
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/src/main/resources/templates/papers/myPaper.html b/src/main/resources/templates/papers/myPaper.html index d129d60..14fc771 100644 --- a/src/main/resources/templates/papers/myPaper.html +++ b/src/main/resources/templates/papers/myPaper.html @@ -16,26 +16,6 @@ - - - - - - - - - - - - - - - - - diff --git a/src/main/resources/templates/papers/papers.html b/src/main/resources/templates/papers/papers.html index 3f6a8fa..5a77e98 100644 --- a/src/main/resources/templates/papers/papers.html +++ b/src/main/resources/templates/papers/papers.html @@ -12,7 +12,7 @@