|
|
@ -5,7 +5,7 @@ |
|
|
|
<div class="col-md-4"> |
|
|
|
<div class="panel panel-primary flex-col"> |
|
|
|
<div class="panel-heading">Resumo de informações</div> |
|
|
|
<table class="table table-condensed"> |
|
|
|
<table class="table table-condensed numeros"> |
|
|
|
<tr> |
|
|
|
{% for item in tabela_resumo_camara.cabecalho_topo %} |
|
|
|
<th>{{item}}</th> |
|
|
@ -58,19 +58,19 @@ |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<table class="table table-condensed"> |
|
|
|
<table class="table table-condensed numeros servicos"> |
|
|
|
{% for servico in tabela_resumo_seit %} |
|
|
|
<tr> |
|
|
|
{% if forloop.first %} |
|
|
|
<th style="width: 40%; vertical-align:bottom;">{{ servico.nome }}</th> |
|
|
|
<th style="width: 20%; vertical-align:bottom; text-align: right;">{{ servico.total }}</th> |
|
|
|
<th style="width: 20%; vertical-align:bottom; text-align: right;">{{ servico.novos_mes_anterior }}</th> |
|
|
|
<th style="width: 20%; vertical-align:bottom; text-align: right;">{{ servico.novos_mes_atual }}</th> |
|
|
|
<th>{{ servico.nome }}</th> |
|
|
|
<th>{{ servico.total }}</th> |
|
|
|
<th>{{ servico.novos_mes_anterior }}</th> |
|
|
|
<th>{{ servico.novos_mes_atual }}</th> |
|
|
|
{% else %} |
|
|
|
<th style="width: 40%;">{{ servico.nome }}</th> |
|
|
|
<td style="text-align: right;">{{ servico.total }}</td> |
|
|
|
<td style="text-align: right;">{{ servico.novos_mes_anterior }}</td> |
|
|
|
<td style="text-align: right;">{{ servico.novos_mes_atual }}</td> |
|
|
|
<th>{{ servico.nome }}</th> |
|
|
|
<td>{{ servico.total }}</td> |
|
|
|
<td>{{ servico.novos_mes_anterior }}</td> |
|
|
|
<td>{{ servico.novos_mes_atual }}</td> |
|
|
|
{% endif %} |
|
|
|
</tr> |
|
|
|
{% endfor %} |
|
|
@ -85,7 +85,7 @@ |
|
|
|
<div class="panel-heading">Resumo de informações</div> |
|
|
|
<div class="panel-body"> |
|
|
|
<h3>Resumo de informações por região</h3> |
|
|
|
<p style="text-align: justify"> |
|
|
|
<p> |
|
|
|
Resumo de informações de Câmaras Municipais por região levando em conta |
|
|
|
apenas o Projeto Interlegis. Demais projetos como PPM e PML não estão inclusos. |
|
|
|
</p> |
|
|
@ -105,7 +105,7 @@ |
|
|
|
<div class="panel-heading">Convênios</div> |
|
|
|
<div class="panel-body"> |
|
|
|
<h3>Processos de convênios por projeto</h3> |
|
|
|
<div id="canvas-holder-2" style="margin-top: 55px"> |
|
|
|
<div id="canvas-holder-2"> |
|
|
|
<canvas id="chart-area-2" width="150" height="150" /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -116,8 +116,8 @@ |
|
|
|
<div class="panel-heading">Atendimentos</div> |
|
|
|
<div class="panel-body"> |
|
|
|
<h3>Mapa de atuação do Interlegis</h3> |
|
|
|
<div class="align-center"> |
|
|
|
<a href="/dashboard/mapa/"> <img src="{% static 'img/mapicon-large.png' %}" style="width: 60%;"/> </a> |
|
|
|
<div id="dashboard-mapa" class="align-center"> |
|
|
|
<a href="/dashboard/mapa/"> <img src="{% static 'img/mapicon-large.png' %}"/> </a> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|