From 123fbcf6abcfe61ef65cc82f1d22843dde722b23 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 11 Oct 2018 18:58:46 +0200 Subject: Integrate a very very pretty template in shardweb --- .../lib/shard_web/templates/layout/app.html.eex | 272 +++++++++++++++++++-- 1 file changed, 251 insertions(+), 21 deletions(-) (limited to 'shardweb/lib/shard_web/templates/layout') diff --git a/shardweb/lib/shard_web/templates/layout/app.html.eex b/shardweb/lib/shard_web/templates/layout/app.html.eex index d4b2075..bd405e7 100644 --- a/shardweb/lib/shard_web/templates/layout/app.html.eex +++ b/shardweb/lib/shard_web/templates/layout/app.html.eex @@ -1,6 +1,8 @@ - + + + @@ -8,32 +10,260 @@ Shard. + + + " rel="stylesheet"> + + + " rel="stylesheet"> + + + " rel="stylesheet"> + + + " rel="stylesheet" type="text/css"> + + + + + "> - - - -
-
-
- - +
+ +
+ +
+
+

+ Dashboard Statistics Overview +

+ +
+
+ -
- <%= render @view_module, @view_template, assigns %> -
+ <%= if get_flash(@conn, :info) do %> +
+
+
+ + <%= get_flash(@conn, :info) %> +
+
+
+ <% end %> + + + <%= if get_flash(@conn, :error) do %> +
+
+
+ + <%= get_flash(@conn, :error) %> +
+
+
+ <% end %> + + +
+ <%= render @view_module, @view_template, assigns %> +
+ +
+ + +
+ + +
+ + + + + + + + + + + + - <%= render_gon_script(@conn) %> - + + + + -- cgit v1.2.3