From 25278bcdd8054df20b428671546dce9117078dc0 Mon Sep 17 00:00:00 2001 From: T-Midnight Date: Mon, 24 Dec 2018 11:03:03 +0400 Subject: [PATCH] Create html fragments --- .../fragments/grantDashboardFragment.html | 20 ++++++++++++ .../grants/fragments/grantLineFragment.html | 22 +++++++++++++ .../fragments/grantNavigationFragment.html | 26 ++++++++++++++++ .../grants/fragments/grantStatusFragment.html | 31 +++++++++++++++++++ 4 files changed, 99 insertions(+) create mode 100644 src/main/resources/templates/grants/fragments/grantDashboardFragment.html create mode 100644 src/main/resources/templates/grants/fragments/grantLineFragment.html create mode 100644 src/main/resources/templates/grants/fragments/grantNavigationFragment.html create mode 100644 src/main/resources/templates/grants/fragments/grantStatusFragment.html diff --git a/src/main/resources/templates/grants/fragments/grantDashboardFragment.html b/src/main/resources/templates/grants/fragments/grantDashboardFragment.html new file mode 100644 index 0000000..5ddaca7 --- /dev/null +++ b/src/main/resources/templates/grants/fragments/grantDashboardFragment.html @@ -0,0 +1,20 @@ + + + + + + +
+
+
+ +
+
+ title +

comment

+

status

+
+
+
+ + \ No newline at end of file diff --git a/src/main/resources/templates/grants/fragments/grantLineFragment.html b/src/main/resources/templates/grants/fragments/grantLineFragment.html new file mode 100644 index 0000000..f9d9e09 --- /dev/null +++ b/src/main/resources/templates/grants/fragments/grantLineFragment.html @@ -0,0 +1,22 @@ + + + + + + +
+
+ + + + + + + + + +
+
+ + \ No newline at end of file diff --git a/src/main/resources/templates/grants/fragments/grantNavigationFragment.html b/src/main/resources/templates/grants/fragments/grantNavigationFragment.html new file mode 100644 index 0000000..7545077 --- /dev/null +++ b/src/main/resources/templates/grants/fragments/grantNavigationFragment.html @@ -0,0 +1,26 @@ + + + + + + +
+ + + + +
+ + \ No newline at end of file diff --git a/src/main/resources/templates/grants/fragments/grantStatusFragment.html b/src/main/resources/templates/grants/fragments/grantStatusFragment.html new file mode 100644 index 0000000..a8a4d9e --- /dev/null +++ b/src/main/resources/templates/grants/fragments/grantStatusFragment.html @@ -0,0 +1,31 @@ + + + + + + + + +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+ + \ No newline at end of file