From 7a88f6bc436a95536b5af896f2f4997c859571f9 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sun, 19 Oct 2014 16:02:22 -0400 Subject: Add SVG Image to the Home administration page This SVG image contain HREF links that are template in jinja to link images/text i the SVG to the menu pages. Clicking on elements of the SVG thus redirects to the relevant menu item. Signed-off-by: Simo Sorce Reviewed-by: Patrick Uiterwijk --- templates/admin/index.html | 6 + templates/admin/ipsilon-scheme.svg | 897 +++++++++++++++++++++++++++++++++++++ 2 files changed, 903 insertions(+) create mode 100644 templates/admin/ipsilon-scheme.svg (limited to 'templates') diff --git a/templates/admin/index.html b/templates/admin/index.html index a0d17fe..7ab55e1 100644 --- a/templates/admin/index.html +++ b/templates/admin/index.html @@ -2,5 +2,11 @@ {% block main %} {% if user.is_admin %}

Select an item to configure

+
+ {##} + + + +
{% endif %} {% endblock %} diff --git a/templates/admin/ipsilon-scheme.svg b/templates/admin/ipsilon-scheme.svg new file mode 100644 index 0000000..6f7fec7 --- /dev/null +++ b/templates/admin/ipsilon-scheme.svg @@ -0,0 +1,897 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + Server Stack + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + People 2 + + + + + + + + + + + + + InfoPlugins + + Documents 2 + + + + + + + + + + + + + + + + + + + + Protected Small + + + + + + + LoginPlugins + + + + IdentityProviders + + Verified + + + + + + + + + + + + + + + + + Webpage + + + + + + + + + + + + Idm Server + User + Resource + + -- cgit