You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

25 lines
589 B

{% extends "layout_banned.html" %}
{% block content %}
<h1>Tu es tranché</h1>
<p>
{{ explanation }}
</p>
<p>
Rétablissement de la connexion externe dans approximativement :
</p>
<p style="text-align: center">
<strong><span id="time">30:00</span></strong>.
</p>
<p>
(redémarrer le navigateur peut être nécessaire une fois ce délai écoulé)
</p>
<script type='text/javascript'>
window.onload = function () {
var fiveMinutes = {{ timeleft }},
display = document.querySelector('#time');
startTimer(fiveMinutes, display);
};
</script>
{% endblock %}