From cd30057eec4c772171c5558d9fac2c1f73bc12dd Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 24 Jan 2014 14:20:42 -0500 Subject: Add infrastructure to configure server Signed-off-by: Simo Sorce --- templates/admin/login_plugin.html | 42 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 templates/admin/login_plugin.html (limited to 'templates/admin/login_plugin.html') diff --git a/templates/admin/login_plugin.html b/templates/admin/login_plugin.html new file mode 100644 index 0000000..43adac6 --- /dev/null +++ b/templates/admin/login_plugin.html @@ -0,0 +1,42 @@ + + + + + {{ title }} + + + + +
+ +
+

Log Out

+
+
+

{{ message }}

+
+
+
+
    + {% for o in options %} +
  • {{ o }}: +

    {{ options[o][0] }}

    + +
  • + {% endfor %} +
+ +
+
+
+

+ Admin - + Home +

+
+
+ + + -- cgit