X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fipsilon.git;a=blobdiff_plain;f=templates%2Findex.html;h=cf54fc4ffcdc7777d044cd3dbe2a6549aaee35de;hp=7d368cbdf79dadd03a95ab5dc7c1bf19b45208da;hb=f803c90da1873a1bec99635868e347b66b8987b3;hpb=ce005b80365740bf2f274dc227a8498f33a7c184 diff --git a/templates/index.html b/templates/index.html index 7d368cb..cf54fc4 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,9 +1,56 @@ -{% extends "master.html" %} -{% block main %} + + + + Ipsilon + + + + + + + + +
+

{% if user.name %}

Welcome {{ user.fullname }}!

+

Select a Service Provider + {% if user.is_admin %} + or go to the + Administration Console + {% endif %} + .

{% endif %}
@@ -18,13 +65,91 @@
{% if user.name %} -

- {% if user.is_admin %} - Administration | +

+ +
+ +
+
+
+ + + +
+
+
+ +
+
+
+ +
+ {% for p in providers %} + {% if p.visible == '1' %} + {% endif %} - Log Out -

+ {% endfor %} + +
+ + +
+ {% endif %}
-{% endblock %} \ No newline at end of file + + + + + + + + + + +