From 117dd0fe126a05a8d32ed9a67c3daa78a3568f33 Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Mon, 24 Aug 2015 14:08:22 -0300 Subject: [PATCH] Add cronometros to index page. --- sessao/models.py | 1 - templates/painel/index.html | 22 ++++++++++++++++++++-- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/sessao/models.py b/sessao/models.py index d6deec1bf..cc3cf2532 100644 --- a/sessao/models.py +++ b/sessao/models.py @@ -263,7 +263,6 @@ class VotoParlamentar(models.Model): # RegistroVotacaoParlamentar return _('Votação: %(votacao)s - Parlamentar: %(parlamentar)s') % { 'votacao': self.votacao, 'parlamentar': self.parlamentar} - class SessaoPlenariaPresenca(models.Model): sessao_plen = models.ForeignKey(SessaoPlenaria) parlamentar = models.ForeignKey(Parlamentar) diff --git a/templates/painel/index.html b/templates/painel/index.html index 01be4585a..559535ffd 100644 --- a/templates/painel/index.html +++ b/templates/painel/index.html @@ -34,7 +34,7 @@ var s=today.getSeconds(); m = checkTime(m); s = checkTime(s); - $("#clock").text(h+":"+m+":"+s) + $("#relogio").text(h+":"+m+":"+s) var t = setTimeout(function(){ startTime() },500); @@ -102,7 +102,25 @@


-

+

+ + + + + + + + + + + + + + + + + +
TEMPO DECORRIDO:
DISCURSO:
APARTE:
QUESTÃO DE ORDEM: