@ -32,6 +32,23 @@
< table class = "table table-striped table-bordered" >
< thead class = "thead-default" >
< tr > < td > < h3 > {% trans "Matérias" %}< / h3 > < / td > < td > < h3 > {% trans "Tipo de Votação" %}< / h3 > < / td > < / tr >
< tr >
< td >
< label for = "id_check_all" >
< input type = "checkbox" id = "id_check_all" onchange = "checkAll(this)" / > Marcar/Desmarcar Todos
< / label >
< / td >
< td >
< input type = "radio" name = "tipo_votacao_check_all" id = "tipo_votacao_simb" value = "1" onchange = "marcaTipoVotacao()" > < label > Simbólica< / label >
< / br >
< input type = "radio" name = "tipo_votacao_check_all" id = "tipo_votacao_nom" value = "2" onchange = "marcaTipoVotacao()" > < label > Nominal< / label >
< / br >
< input type = "radio" name = "tipo_votacao_check_all" id = "tipo_votacao_secr" value = "3" onchange = "marcaTipoVotacao()" > < label > Secreta< / label >
< / br >
< input type = "radio" name = "tipo_votacao_check_all" id = "tipo_votacao_leit" value = "4" onchange = "marcaTipoVotacao()" > < label > Leitura< / label >
< / br >
< / td >
< / tr >
< / thead >
{% if paginator.count > 1 %}
< h3 > {% blocktrans with paginator.count as total_materias %}Pesquisa concluída com sucesso! Foram encontradas {{ total_materias }} matérias.{% endblocktrans %}< / h3 >