Browse Source

Ajuste no template do relatório

pull/568/head
Eduardo Edson Batista Cordeiro Alves 8 years ago
parent
commit
a7c7baa61b
  1. 32
      sapl/templates/base/RelatorioPresencaSessao_filter.html

32
sapl/templates/base/RelatorioPresencaSessao_filter.html

@ -8,31 +8,37 @@
{% endif %} {% endif %}
{% if filter_url %} {% if filter_url %}
<style type="text/css">
.presenca_table td, th{
text-align: center;
}
</style>
<div class="actions btn-group pull-right" role="group"> <div class="actions btn-group pull-right" role="group">
<a href="{% url 'sapl.base:presenca_sessao' %}" class="btn btn-default">{% trans 'Fazer nova pesquisa' %}</a> <a href="{% url 'sapl.base:presenca_sessao' %}" class="btn btn-default">{% trans 'Fazer nova pesquisa' %}</a>
</div> </div>
<br /><br /><br /><br /> <br /><br /><br /><br />
<table class="table table-bordered table-hover"> <table class="table table-bordered table-hover presenca_table">
<thead class="thead-default" align="center"> <thead class="thead-default" align="center">
<tr class="active"> <tr class="active">
<th rowspan="2" align="left">Nome Parlamentar / Partido</th> <th rowspan="2">Nome Parlamentar / Partido</th>
<th colspan="2" align="center">Sessão</th> <th colspan="2">Sessão</th>
<th colspan="2" align="center">Ordem do Dia</th> <th colspan="2">Ordem do Dia</th>
</tr> </tr>
<tr class="active"> <tr class="active">
<th align="center">(Qtd)</th> <th>(Qtd)</th>
<th align="center">( % )</th> <th>( % )</th>
<th align="center">(Qtd)</th> <th>(Qtd)</th>
<th align="center">( % )</th> <th>( % )</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td align="left">Nome Teste / Partido Teste</td> <td>Nome Teste | Partido Teste</td>
<td align="center">15</td> <td>15</td>
<td align="center">11%</td> <td>11%</td>
<td align="center">1</td> <td>1</td>
<td align="center">16%</td> <td>16%</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

Loading…
Cancel
Save