All alldebrid premium check

This commit is contained in:
2025-11-11 20:00:08 +01:00
parent b4b75f9545
commit 9435225c8c
4 changed files with 74 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ body {
header {
color: #00ff41;
text-shadow: 0 0 10px #00ff41;
margin-bottom: 50px;
margin-bottom: 20px;
text-align: center;
}
@@ -38,6 +38,11 @@ td {
font-weight: bold;
}
.second-header {
font-weight: bold;
margin-bottom: 20px;
}
#results-table td:nth-child(2),
#results-table td:nth-child(3),
#results-table td:nth-child(4),

View File

@@ -33,6 +33,18 @@
{% endif %}
</header>
{% if session.alldebrid_active is defined %}
{% if session.alldebrid_active %}
<div class="second-header">
✅ Service fonctionnel
</div>
{% else %}
<div class="second-header">
⚠️ Service en panne, je répare !
</div>
{% endif %}
{% endif %}
<main>
{% block content %}{% endblock %}
</main>