From e9e3d2dacb1152bc4531f1922afe065cb7da77bf Mon Sep 17 00:00:00 2001 From: Ambulance Clerc Date: Wed, 21 Jun 2023 18:37:17 +0200 Subject: [PATCH] Changement template reskreen --- mycaldav/templates/team/team_view.html | 44 +++++++++++--------------- 1 file changed, 19 insertions(+), 25 deletions(-) diff --git a/mycaldav/templates/team/team_view.html b/mycaldav/templates/team/team_view.html index e970f13..6647f3e 100644 --- a/mycaldav/templates/team/team_view.html +++ b/mycaldav/templates/team/team_view.html @@ -82,7 +82,7 @@ let timeout = null; function plusSlides(n) { showSlides(slideIndex += n); clearTimeout(timeout); - timeout = setTimeout(resetSlides, 16000); + timeout = setTimeout(resetSlides, 17000); } function resetSlides(){ console.log("pass_reset slide"); @@ -131,12 +131,12 @@ function showSlides(n) { {% endif %} {% if task.team_manif %} -  Manif +  M {% endif %} - {{ task.team_1 }}  - {{ task.team_2 }} + {{ task.team_1 }}  + {{ task.team_2 }} {% endif %} @@ -155,14 +155,12 @@ function showSlides(n) { {% endif %} {% if task.team_manif %} - - - + M {% endif %} - {{ task.team_1 }}  - {{ task.team_2 }} + {{ task.team_1 }}  + {{ task.team_2 }} {% endif %} @@ -188,12 +186,12 @@ function showSlides(n) { {% endif %} {% if task.team_manif %} -  Manif +  M {% endif %} - {{ task.team_1 }}  - {{ task.team_2 }} + {{ task.team_1 }}  + {{ task.team_2 }} {% endif %} @@ -212,14 +210,12 @@ function showSlides(n) { {% endif %} {% if task.team_manif %} - - - + M {% endif %} - {{ task.team_1 }}  - {{ task.team_2 }} + {{ task.team_1 }}  + {{ task.team_2 }} {% endif %} @@ -247,12 +243,12 @@ function showSlides(n) { {% endif %} {% if task.team_manif %} -  Manif +  M {% endif %} - {{ task.team_1 }}  - {{ task.team_2 }} + {{ task.team_1 }}  + {{ task.team_2 }} {% endif %} @@ -271,14 +267,12 @@ function showSlides(n) { {% endif %} {% if task.team_manif %} - - - + M {% endif %} - {{ task.team_1 }}  - {{ task.team_2 }} + {{ task.team_1 }}  + {{ task.team_2 }} {% endif %}