Browse Source

Deplacement du graphe

master
guimoz 9 years ago
parent
commit
3ddefc91b7
  1. 1
      templates/banned.html
  2. 2
      templates/down.html
  3. 2
      templates/home.html
  4. 1
      templates/layout.html
  5. 1
      templates/layout_banned.html
  6. 1
      templates/layout_precampagne.html
  7. 2
      templates/not_subscribed.html
  8. 6
      templates/play.html
  9. 1
      templates/precampagne.html

1
templates/banned.html

@ -14,6 +14,7 @@
(redémarrer le navigateur peut être nécessaire une fois ce délai écoulé)
</p>
<div id="container" style="min-width: 310px; max-width: 600px; margin: 0 auto"></div>
<script type='text/javascript'>
window.onload = function () {
var fiveMinutes = {{ timeleft }},

2
templates/down.html

@ -4,6 +4,8 @@
<p>
La rezo-roulette metzquetaire vous offre un répit temporaire. Profite bien {{ user['firstname']+' '+user['name'] }} ;-)
</p>
<div id="container" style="min-width: 310px; max-width: 600px; margin: 0 auto"></div>
<h2>Historique personnel</h2>
{% if bans_hist != [] %}

2
templates/home.html

@ -4,6 +4,8 @@
<p id="play" style="text-align: center; font-size: 1.5em">
<a href="{{url_for('play')}}">Jouer</a>
</p>
<div id="container" style="min-width: 310px; max-width: 600px; margin: 0 auto"></div>
<h2>Historique personnel</h2>
{% if bans_hist != [] %}

1
templates/layout.html

@ -40,7 +40,6 @@
<div id="content_bottomright" class="corner">
</div>
<div id="footer">contact technique : <a href="mailto:roulette@metzquetaires.fr">roulette@metzquetaires.fr</a></div>
<div id="container" style="min-width: 310px; max-width: 600px; margin: 0 auto; height: auto"></div>
</div>
</div>
</body>

1
templates/layout_banned.html

@ -41,7 +41,6 @@
<div id="content_bottomright" class="corner">
</div>
<div id="footer">contact technique : <a href="mailto:roulette@metzquetaires.fr">roulette@metzquetaires.fr</a></div>
<div id="container" style="min-width: 310px; max-width: 600px; margin: 0 auto"></div>
</div>
</div>
</body>

1
templates/layout_precampagne.html

@ -37,7 +37,6 @@
</div>
<div id="content_bottomright" class="corner">
</div>
<div id="container" style="min-width: 310px; max-width: 600px; margin: 0 auto"></div>
</div>
</div>
</body>

2
templates/not_subscribed.html

@ -6,6 +6,8 @@
envoyer un email au contact technique.
(Vous ne pouvez pas jouer depuis Supélec)
</p>
<div id="container" style="min-width: 310px; max-width: 600px; margin: 0 auto"></div>
<script type="text/javascript">
$(function () {
Highcharts.chart('container', {

6
templates/play.html

@ -16,9 +16,11 @@
</select>
<input type="submit" value="Tchak !" />
</form>
<p>
<h2>
<a href="{{ url_for('home') }}">&laquo; retour à l'accueil</a>
</p>
</h2>
<div id="container" style="min-width: 310px; max-width: 600px; margin: 0 auto"></div>
<script type="text/javascript">
$(function () {
Highcharts.chart('container', {

1
templates/precampagne.html

@ -4,6 +4,7 @@
<p>
Reviens plus tard {{ user['firstname']+' '+user['name'] }} pour jouer à la rezo-roulette
</p>
<div id="container" style="min-width: 310px; max-width: 600px; margin: 0 auto"></div>
<script type="text/javascript">
$(function () {
Highcharts.chart('container', {

Loading…
Cancel
Save