diff -r 000000000000 -r 40c8f766c9b8 src/cm/templates/site/text_share.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/cm/templates/site/text_share.html Mon Nov 23 15:14:29 2009 +0100 @@ -0,0 +1,128 @@ +{% extends "site/layout/base_text.html" %} +{% load com %} +{% load i18n %} + +{% block head %} +{% endblock %} + +{% block main %} + + + + + +
+ +
+ + + +{% include "site/macros/paginator.html" %} + +
+ + + + + + + + + + + + {% for userrole in object_list %} + {% with userrole.user as user %} + + + + + + + + + + {% endwith %} + {% endfor %} + + + + + + + + + + + + + +
+ + {% up_down user__username %}User{% endup_down %}{% blocktrans %}Workspace role{% endblocktrans %}{% up_down role__name %}{% blocktrans %}Local role{% endblocktrans %}{% endup_down %}
+ {% include "site/macros/user_actions.html" %} + + {% if userrole.role and user.get_profile.global_role %}{% endif %} + + + {% if user.get_profile.global_role %}{{ user.get_profile.global_role.name_i18n}}{% else %}-{% endif %} + + + {% if userrole.role and user.get_profile.global_role %}{% endif %} + + +
{% blocktrans %}Anonymous users{% endblocktrans %}{% if global_anon_role %}{{ global_anon_role.name_i18n }}{% else %}-{% endif %} + +
+ + + + +
+ +
+{% endblock %} \ No newline at end of file