Ajout du JS dans chaque template pour qu'il
soit rendu
This commit is contained in:
parent
1c0e396568
commit
9417a8efa6
9 changed files with 262 additions and 135 deletions
|
@ -20,6 +20,48 @@ window.onload = function () {
|
||||||
display = document.querySelector('#time');
|
display = document.querySelector('#time');
|
||||||
startTimer(fiveMinutes, display);
|
startTimer(fiveMinutes, display);
|
||||||
};
|
};
|
||||||
|
$(function () {
|
||||||
|
Highcharts.chart('container', {
|
||||||
|
chart: {
|
||||||
|
plotBackgroundColor: null,
|
||||||
|
plotBorderWidth: 0,
|
||||||
|
plotShadow: false
|
||||||
|
},
|
||||||
|
title: {
|
||||||
|
text: 'Etat du Rezo',
|
||||||
|
align: 'center',
|
||||||
|
verticalAlign: 'middle',
|
||||||
|
y: 40
|
||||||
|
},
|
||||||
|
tooltip: {
|
||||||
|
pointFormat: '{series.name}: <b>{point.percentage:.1f}%</b>'
|
||||||
|
},
|
||||||
|
plotOptions: {
|
||||||
|
pie: {
|
||||||
|
dataLabels: {
|
||||||
|
enabled: true,
|
||||||
|
distance: -50,
|
||||||
|
style: {
|
||||||
|
fontWeight: 'bold',
|
||||||
|
color: 'white'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
startAngle: -90,
|
||||||
|
endAngle: 90,
|
||||||
|
center: ['50%', '75%']
|
||||||
|
},
|
||||||
|
},
|
||||||
|
series: [{
|
||||||
|
type: 'pie',
|
||||||
|
name: 'Etat du Rezo',
|
||||||
|
innerSize: '50%',
|
||||||
|
data: [
|
||||||
|
['Tranchés', {{ stats[0] }}],
|
||||||
|
['Vivants', {{ stats[1] }}]
|
||||||
|
]
|
||||||
|
}]
|
||||||
|
});
|
||||||
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -18,5 +18,49 @@
|
||||||
<p>
|
<p>
|
||||||
Rien pour l'instant
|
Rien pour l'instant
|
||||||
</p>
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
$(function () {
|
||||||
|
Highcharts.chart('container', {
|
||||||
|
chart: {
|
||||||
|
plotBackgroundColor: null,
|
||||||
|
plotBorderWidth: 0,
|
||||||
|
plotShadow: false
|
||||||
|
},
|
||||||
|
title: {
|
||||||
|
text: 'Etat du Rezo',
|
||||||
|
align: 'center',
|
||||||
|
verticalAlign: 'middle',
|
||||||
|
y: 40
|
||||||
|
},
|
||||||
|
tooltip: {
|
||||||
|
pointFormat: '{series.name}: <b>{point.percentage:.1f}%</b>'
|
||||||
|
},
|
||||||
|
plotOptions: {
|
||||||
|
pie: {
|
||||||
|
dataLabels: {
|
||||||
|
enabled: true,
|
||||||
|
distance: -50,
|
||||||
|
style: {
|
||||||
|
fontWeight: 'bold',
|
||||||
|
color: 'white'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
startAngle: -90,
|
||||||
|
endAngle: 90,
|
||||||
|
center: ['50%', '75%']
|
||||||
|
},
|
||||||
|
},
|
||||||
|
series: [{
|
||||||
|
type: 'pie',
|
||||||
|
name: 'Etat du Rezo',
|
||||||
|
innerSize: '50%',
|
||||||
|
data: [
|
||||||
|
['Tranchés', {{ stats[0] }}],
|
||||||
|
['Vivants', {{ stats[1] }}]
|
||||||
|
]
|
||||||
|
}]
|
||||||
|
});
|
||||||
|
});
|
||||||
|
</script>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -19,5 +19,49 @@
|
||||||
Rien pour l'instant
|
Rien pour l'instant
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
$(function () {
|
||||||
|
Highcharts.chart('container', {
|
||||||
|
chart: {
|
||||||
|
plotBackgroundColor: null,
|
||||||
|
plotBorderWidth: 0,
|
||||||
|
plotShadow: false
|
||||||
|
},
|
||||||
|
title: {
|
||||||
|
text: 'Etat du Rezo',
|
||||||
|
align: 'center',
|
||||||
|
verticalAlign: 'middle',
|
||||||
|
y: 40
|
||||||
|
},
|
||||||
|
tooltip: {
|
||||||
|
pointFormat: '{series.name}: <b>{point.percentage:.1f}%</b>'
|
||||||
|
},
|
||||||
|
plotOptions: {
|
||||||
|
pie: {
|
||||||
|
dataLabels: {
|
||||||
|
enabled: true,
|
||||||
|
distance: -50,
|
||||||
|
style: {
|
||||||
|
fontWeight: 'bold',
|
||||||
|
color: 'white'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
startAngle: -90,
|
||||||
|
endAngle: 90,
|
||||||
|
center: ['50%', '75%']
|
||||||
|
},
|
||||||
|
},
|
||||||
|
series: [{
|
||||||
|
type: 'pie',
|
||||||
|
name: 'Etat du Rezo',
|
||||||
|
innerSize: '50%',
|
||||||
|
data: [
|
||||||
|
['Tranchés', {{ stats[0] }}],
|
||||||
|
['Vivants', {{ stats[1] }}]
|
||||||
|
]
|
||||||
|
}]
|
||||||
|
});
|
||||||
|
});
|
||||||
|
</script>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -43,50 +43,5 @@
|
||||||
<div id="container" style="min-width: 310px; max-width: 600px; margin: 0 auto; height: auto"></div>
|
<div id="container" style="min-width: 310px; max-width: 600px; margin: 0 auto; height: auto"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript">
|
|
||||||
|
|
||||||
$(function () {
|
|
||||||
Highcharts.chart('container', {
|
|
||||||
chart: {
|
|
||||||
plotBackgroundColor: null,
|
|
||||||
plotBorderWidth: 0,
|
|
||||||
plotShadow: false
|
|
||||||
},
|
|
||||||
title: {
|
|
||||||
text: 'Etat du Rezo',
|
|
||||||
align: 'center',
|
|
||||||
verticalAlign: 'middle',
|
|
||||||
y: 40
|
|
||||||
},
|
|
||||||
tooltip: {
|
|
||||||
pointFormat: '{series.name}: <b>{point.percentage:.1f}%</b>'
|
|
||||||
},
|
|
||||||
plotOptions: {
|
|
||||||
pie: {
|
|
||||||
dataLabels: {
|
|
||||||
enabled: true,
|
|
||||||
distance: -50,
|
|
||||||
style: {
|
|
||||||
fontWeight: 'bold',
|
|
||||||
color: 'white'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
startAngle: -90,
|
|
||||||
endAngle: 90,
|
|
||||||
center: ['50%', '75%']
|
|
||||||
},
|
|
||||||
},
|
|
||||||
series: [{
|
|
||||||
type: 'pie',
|
|
||||||
name: 'Etat du Rezo',
|
|
||||||
innerSize: '50%',
|
|
||||||
data: [
|
|
||||||
['Tranchés', {{ stats[0] }}],
|
|
||||||
['Vivants', {{ stats[1] }}]
|
|
||||||
]
|
|
||||||
}]
|
|
||||||
});
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -44,50 +44,5 @@
|
||||||
<div id="container" style="min-width: 310px; max-width: 600px; margin: 0 auto"></div>
|
<div id="container" style="min-width: 310px; max-width: 600px; margin: 0 auto"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript">
|
|
||||||
|
|
||||||
$(function () {
|
|
||||||
Highcharts.chart('container', {
|
|
||||||
chart: {
|
|
||||||
plotBackgroundColor: null,
|
|
||||||
plotBorderWidth: 0,
|
|
||||||
plotShadow: false
|
|
||||||
},
|
|
||||||
title: {
|
|
||||||
text: 'Etat du Rezo',
|
|
||||||
align: 'center',
|
|
||||||
verticalAlign: 'middle',
|
|
||||||
y: 40
|
|
||||||
},
|
|
||||||
tooltip: {
|
|
||||||
pointFormat: '{series.name}: <b>{point.percentage:.1f}%</b>'
|
|
||||||
},
|
|
||||||
plotOptions: {
|
|
||||||
pie: {
|
|
||||||
dataLabels: {
|
|
||||||
enabled: true,
|
|
||||||
distance: -50,
|
|
||||||
style: {
|
|
||||||
fontWeight: 'bold',
|
|
||||||
color: 'white'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
startAngle: -90,
|
|
||||||
endAngle: 90,
|
|
||||||
center: ['50%', '75%']
|
|
||||||
},
|
|
||||||
},
|
|
||||||
series: [{
|
|
||||||
type: 'pie',
|
|
||||||
name: 'Etat du Rezo',
|
|
||||||
innerSize: '50%',
|
|
||||||
data: [
|
|
||||||
['Tranchés', {{ stats[0] }}],
|
|
||||||
['Vivants', {{ stats[1] }}]
|
|
||||||
]
|
|
||||||
}]
|
|
||||||
});
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -40,50 +40,5 @@
|
||||||
<div id="container" style="min-width: 310px; max-width: 600px; margin: 0 auto"></div>
|
<div id="container" style="min-width: 310px; max-width: 600px; margin: 0 auto"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript">
|
|
||||||
|
|
||||||
$(function () {
|
|
||||||
Highcharts.chart('container', {
|
|
||||||
chart: {
|
|
||||||
plotBackgroundColor: null,
|
|
||||||
plotBorderWidth: 0,
|
|
||||||
plotShadow: false
|
|
||||||
},
|
|
||||||
title: {
|
|
||||||
text: 'Etat du Rezo',
|
|
||||||
align: 'center',
|
|
||||||
verticalAlign: 'middle',
|
|
||||||
y: 40
|
|
||||||
},
|
|
||||||
tooltip: {
|
|
||||||
pointFormat: '{series.name}: <b>{point.percentage:.1f}%</b>'
|
|
||||||
},
|
|
||||||
plotOptions: {
|
|
||||||
pie: {
|
|
||||||
dataLabels: {
|
|
||||||
enabled: true,
|
|
||||||
distance: -50,
|
|
||||||
style: {
|
|
||||||
fontWeight: 'bold',
|
|
||||||
color: 'white'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
startAngle: -90,
|
|
||||||
endAngle: 90,
|
|
||||||
center: ['50%', '75%']
|
|
||||||
},
|
|
||||||
},
|
|
||||||
series: [{
|
|
||||||
type: 'pie',
|
|
||||||
name: 'Etat du Rezo',
|
|
||||||
innerSize: '50%',
|
|
||||||
data: [
|
|
||||||
['Tranchés', {{ stats[0] }}],
|
|
||||||
['Vivants', {{ stats[1] }}]
|
|
||||||
]
|
|
||||||
}]
|
|
||||||
});
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -6,4 +6,48 @@
|
||||||
envoyer un email au contact technique.
|
envoyer un email au contact technique.
|
||||||
(Vous ne pouvez pas jouer depuis Supélec)
|
(Vous ne pouvez pas jouer depuis Supélec)
|
||||||
</p>
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
$(function () {
|
||||||
|
Highcharts.chart('container', {
|
||||||
|
chart: {
|
||||||
|
plotBackgroundColor: null,
|
||||||
|
plotBorderWidth: 0,
|
||||||
|
plotShadow: false
|
||||||
|
},
|
||||||
|
title: {
|
||||||
|
text: 'Etat du Rezo',
|
||||||
|
align: 'center',
|
||||||
|
verticalAlign: 'middle',
|
||||||
|
y: 40
|
||||||
|
},
|
||||||
|
tooltip: {
|
||||||
|
pointFormat: '{series.name}: <b>{point.percentage:.1f}%</b>'
|
||||||
|
},
|
||||||
|
plotOptions: {
|
||||||
|
pie: {
|
||||||
|
dataLabels: {
|
||||||
|
enabled: true,
|
||||||
|
distance: -50,
|
||||||
|
style: {
|
||||||
|
fontWeight: 'bold',
|
||||||
|
color: 'white'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
startAngle: -90,
|
||||||
|
endAngle: 90,
|
||||||
|
center: ['50%', '75%']
|
||||||
|
},
|
||||||
|
},
|
||||||
|
series: [{
|
||||||
|
type: 'pie',
|
||||||
|
name: 'Etat du Rezo',
|
||||||
|
innerSize: '50%',
|
||||||
|
data: [
|
||||||
|
['Tranchés', {{ stats[0] }}],
|
||||||
|
['Vivants', {{ stats[1] }}]
|
||||||
|
]
|
||||||
|
}]
|
||||||
|
});
|
||||||
|
});
|
||||||
|
</script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -19,4 +19,48 @@
|
||||||
<p>
|
<p>
|
||||||
<a href="{{ url_for('home') }}">« retour à l'accueil</a>
|
<a href="{{ url_for('home') }}">« retour à l'accueil</a>
|
||||||
</p>
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
$(function () {
|
||||||
|
Highcharts.chart('container', {
|
||||||
|
chart: {
|
||||||
|
plotBackgroundColor: null,
|
||||||
|
plotBorderWidth: 0,
|
||||||
|
plotShadow: false
|
||||||
|
},
|
||||||
|
title: {
|
||||||
|
text: 'Etat du Rezo',
|
||||||
|
align: 'center',
|
||||||
|
verticalAlign: 'middle',
|
||||||
|
y: 40
|
||||||
|
},
|
||||||
|
tooltip: {
|
||||||
|
pointFormat: '{series.name}: <b>{point.percentage:.1f}%</b>'
|
||||||
|
},
|
||||||
|
plotOptions: {
|
||||||
|
pie: {
|
||||||
|
dataLabels: {
|
||||||
|
enabled: true,
|
||||||
|
distance: -50,
|
||||||
|
style: {
|
||||||
|
fontWeight: 'bold',
|
||||||
|
color: 'white'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
startAngle: -90,
|
||||||
|
endAngle: 90,
|
||||||
|
center: ['50%', '75%']
|
||||||
|
},
|
||||||
|
},
|
||||||
|
series: [{
|
||||||
|
type: 'pie',
|
||||||
|
name: 'Etat du Rezo',
|
||||||
|
innerSize: '50%',
|
||||||
|
data: [
|
||||||
|
['Tranchés', {{ stats[0] }}],
|
||||||
|
['Vivants', {{ stats[1] }}]
|
||||||
|
]
|
||||||
|
}]
|
||||||
|
});
|
||||||
|
});
|
||||||
|
</script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -4,4 +4,48 @@
|
||||||
<p>
|
<p>
|
||||||
Reviens plus tard {{ user['firstname']+' '+user['name'] }} pour jouer à la rezo-roulette
|
Reviens plus tard {{ user['firstname']+' '+user['name'] }} pour jouer à la rezo-roulette
|
||||||
</p>
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
$(function () {
|
||||||
|
Highcharts.chart('container', {
|
||||||
|
chart: {
|
||||||
|
plotBackgroundColor: null,
|
||||||
|
plotBorderWidth: 0,
|
||||||
|
plotShadow: false
|
||||||
|
},
|
||||||
|
title: {
|
||||||
|
text: 'Etat du Rezo',
|
||||||
|
align: 'center',
|
||||||
|
verticalAlign: 'middle',
|
||||||
|
y: 40
|
||||||
|
},
|
||||||
|
tooltip: {
|
||||||
|
pointFormat: '{series.name}: <b>{point.percentage:.1f}%</b>'
|
||||||
|
},
|
||||||
|
plotOptions: {
|
||||||
|
pie: {
|
||||||
|
dataLabels: {
|
||||||
|
enabled: true,
|
||||||
|
distance: -50,
|
||||||
|
style: {
|
||||||
|
fontWeight: 'bold',
|
||||||
|
color: 'white'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
startAngle: -90,
|
||||||
|
endAngle: 90,
|
||||||
|
center: ['50%', '75%']
|
||||||
|
},
|
||||||
|
},
|
||||||
|
series: [{
|
||||||
|
type: 'pie',
|
||||||
|
name: 'Etat du Rezo',
|
||||||
|
innerSize: '50%',
|
||||||
|
data: [
|
||||||
|
['Tranchés', {{ stats[0] }}],
|
||||||
|
['Vivants', {{ stats[1] }}]
|
||||||
|
]
|
||||||
|
}]
|
||||||
|
});
|
||||||
|
});
|
||||||
|
</script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue