From 9fec5d58b2381a55731f0fae91a9a7fc473bbd44 Mon Sep 17 00:00:00 2001 From: Andrea Lepori Date: Thu, 19 Aug 2021 10:42:10 +0200 Subject: RO documents for non primary groups --- server/templates/server/index.html | 89 ++++++++++++++------------------------ 1 file changed, 33 insertions(+), 56 deletions(-) (limited to 'server/templates') diff --git a/server/templates/server/index.html b/server/templates/server/index.html index a6c25aa..af95153 100644 --- a/server/templates/server/index.html +++ b/server/templates/server/index.html @@ -8,27 +8,41 @@ {% block content %}
- {% if user.is_staff %}
-
-

- - - - - - - {% for user in users %} - - {% for att in user %} - - {% endfor %} - - {% endfor %} -
UsernameNomeCognome
{{att}}
-

+
+
+ {% csrf_token %} +
+
+

+ Documenti di questo gruppo saranno visibili a persone nel gruppo capi +

+
+
+ {% for gr in groups %} +
+
+
+ {{gr.0}}
+ +
+
+
+ {% endfor %} +
+ +
+
+ {% if user.is_staff %}
Utenti @@ -46,35 +60,12 @@ Richiedi dati
+ {% endif %}
- {% endif %} - {% if user.is_staff %}
- {% else %} -
- {% endif %}
- {% if user.is_staff %} -
- {% csrf_token %} -
-
-
- Documenti visibili ad aggiunti
- -
- -
-
-
- {% endif %}
    {% for doctype in docs %}
  • @@ -116,18 +107,4 @@
-{% endblock %} - -{% block script %} -function execute_confirm() { - var selection = document.getElementById('select_switch') - var button = document.getElementById('send_button') - selection.style.display = "none" - button.style.display = "inline-block" - {% if doc_view_check == 'checked="checked"'%} - button.innerHTML = "Applica (gli aggiunti NON potranno vedere i documenti)" - {% else %} - button.innerHTML = "Applica (gli aggiunti POTRANNO vedere i documenti)" - {% endif %} -} {% endblock %} \ No newline at end of file -- cgit v1.2.1