Changement template reskreen
This commit is contained in:
@@ -82,7 +82,7 @@ let timeout = null;
|
|||||||
function plusSlides(n) {
|
function plusSlides(n) {
|
||||||
showSlides(slideIndex += n);
|
showSlides(slideIndex += n);
|
||||||
clearTimeout(timeout);
|
clearTimeout(timeout);
|
||||||
timeout = setTimeout(resetSlides, 15000);
|
timeout = setTimeout(resetSlides, 16000);
|
||||||
}
|
}
|
||||||
function resetSlides(){
|
function resetSlides(){
|
||||||
console.log("pass_reset slide");
|
console.log("pass_reset slide");
|
||||||
@@ -161,8 +161,8 @@ function showSlides(n) {
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td style="{% if task.done %}text-decoration:line-through{% endif %}">
|
<td style="{% if task.done %}text-decoration:line-through{% endif %}">
|
||||||
<span style="{% if task.team_1_chef %}color: yellow !important;{% endif %};width: 150px;display: inline-block">{{ task.team_1 }}</span>
|
<span style="{% if task.team_1_chef %}color: yellow !important;{% endif %};width: 160px;display: inline-block">{{ task.team_1 }}</span>
|
||||||
<span style="{% if task.team_2_chef %}color: yellow !important;{% endif %};width: 150px;display: inline-block">{{ task.team_2 }}</span>
|
<span style="{% if task.team_2_chef %}color: yellow !important;{% endif %};width: 160px;display: inline-block">{{ task.team_2 }}</span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@@ -192,8 +192,8 @@ function showSlides(n) {
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td style="{% if task.done %}text-decoration:line-through{% endif %}">
|
<td style="{% if task.done %}text-decoration:line-through{% endif %}">
|
||||||
<span style="{% if task.team_1_chef %}color: yellow !important;{% endif %}; width: 150px;display: inline-block">{{ task.team_1 }}</span>
|
<span style="{% if task.team_1_chef %}color: yellow !important;{% endif %}; width: 160px;display: inline-block">{{ task.team_1 }}</span>
|
||||||
<span style="{% if task.team_2_chef %}color: yellow !important;{% endif %};width: 150px;display: inline-block">{{ task.team_2 }}</span>
|
<span style="{% if task.team_2_chef %}color: yellow !important;{% endif %};width: 160px;display: inline-block">{{ task.team_2 }}</span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@@ -218,8 +218,8 @@ function showSlides(n) {
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td style="{% if task.done %}text-decoration:line-through{% endif %}">
|
<td style="{% if task.done %}text-decoration:line-through{% endif %}">
|
||||||
<span style="{% if task.team_1_chef %}color: yellow !important;{% endif %};width: 150px;display: inline-block">{{ task.team_1 }}</span>
|
<span style="{% if task.team_1_chef %}color: yellow !important;{% endif %};width: 160px;display: inline-block">{{ task.team_1 }}</span>
|
||||||
<span style="{% if task.team_2_chef %}color: yellow !important;{% endif %};width: 150px;display: inline-block">{{ task.team_2 }}</span>
|
<span style="{% if task.team_2_chef %}color: yellow !important;{% endif %};width: 160px;display: inline-block">{{ task.team_2 }}</span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@@ -251,8 +251,8 @@ function showSlides(n) {
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td style="{% if task.done %}text-decoration:line-through{% endif %}">
|
<td style="{% if task.done %}text-decoration:line-through{% endif %}">
|
||||||
<span style="{% if task.team_1_chef %}color: yellow !important;{% endif %}; width: 150px;display: inline-block">{{ task.team_1 }}</span>
|
<span style="{% if task.team_1_chef %}color: yellow !important;{% endif %}; width: 160px;display: inline-block">{{ task.team_1 }}</span>
|
||||||
<span style="{% if task.team_2_chef %}color: yellow !important;{% endif %};width: 150px;display: inline-block">{{ task.team_2 }}</span>
|
<span style="{% if task.team_2_chef %}color: yellow !important;{% endif %};width: 160px;display: inline-block">{{ task.team_2 }}</span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@@ -277,8 +277,8 @@ function showSlides(n) {
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td style="{% if task.done %}text-decoration:line-through{% endif %}">
|
<td style="{% if task.done %}text-decoration:line-through{% endif %}">
|
||||||
<span style="{% if task.team_1_chef %}color: yellow !important;{% endif %};width: 150px;display: inline-block">{{ task.team_1 }}</span>
|
<span style="{% if task.team_1_chef %}color: yellow !important;{% endif %};width: 160px;display: inline-block">{{ task.team_1 }}</span>
|
||||||
<span style="{% if task.team_2_chef %}color: yellow !important;{% endif %};width: 150px;display: inline-block">{{ task.team_2 }}</span>
|
<span style="{% if task.team_2_chef %}color: yellow !important;{% endif %};width: 160px;display: inline-block">{{ task.team_2 }}</span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Reference in New Issue
Block a user