mirror of https://github.com/interlegis/sigi.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
101 lines
3.6 KiB
101 lines
3.6 KiB
<div class="module" style="height: 300px;">
|
|
<h2>Resumo de informações</h2>
|
|
<!-- h3>Câmaras municipais por projeto</h3 -->
|
|
<div class="align-center">
|
|
<table>
|
|
<tr>
|
|
{% for item in tabela_resumo_camara.cabecalho_topo %}
|
|
<th>{{item}}</th>
|
|
{% endfor %}
|
|
</tr>
|
|
|
|
{% for cabecalho,lista in tabela_resumo_camara.lista_zip %}
|
|
<tr>
|
|
<th>{{cabecalho}}</th>
|
|
{% for item in lista %}
|
|
<td>{{item}}</td>
|
|
{% endfor %}
|
|
</tr>
|
|
{% endfor %}
|
|
|
|
</table>
|
|
</div>
|
|
<ul>
|
|
<li>Câmaras sem processo: {{tabela_resumo_camara.camaras_sem_processo}}</li>
|
|
<li>Total de câmaras: {{tabela_resumo_camara.total_camaras}}</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="module " style="height: 300px;">
|
|
<h2>Convênios</h2>
|
|
<h3>Convênios assinados por projeto</h3>
|
|
<div id="canvas-holder-1">
|
|
<canvas id="chart-area-1" width="150" height="150" />
|
|
</div>
|
|
</div>
|
|
|
|
<div class="module" style="height: 300px;">
|
|
<h2>Serviços</h2>
|
|
<div class="titlemapbox">
|
|
<div class="mapbox"><a href="/dashboard/mapa/"><img src="{{ STATIC_URL }}img/mapicon.png"/><br/>Ver mapa</a></div>
|
|
<h3>Serviços hospedados no Interlegis (SEIT)</h3>
|
|
</div>
|
|
|
|
<table>
|
|
<tr>
|
|
</tr>
|
|
|
|
{% 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>
|
|
{% 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>
|
|
{% endif %}
|
|
</tr>
|
|
{% endfor %}
|
|
</table>
|
|
</div>
|
|
|
|
<div class="module" style="height: 300px;">
|
|
<h2>Resumo de informações</h2>
|
|
<h3>Resumo de informações por região</h3>
|
|
<div >
|
|
<p style="text-align: justify">
|
|
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>
|
|
|
|
<ul class="conteudo_regiao">
|
|
<li><a href="reportsRegiao/CO">Centro Oeste</a></li>
|
|
<li><a href="reportsRegiao/NE">Nordeste</a></li>
|
|
<li><a href="reportsRegiao/NO">Norte</a></li>
|
|
<li><a href="reportsRegiao/SD">Sudeste</a></li>
|
|
<li><a href="reportsRegiao/SL">Sul</a></li>
|
|
</ul>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="module" style="height: 300px;">
|
|
<h2>Convênios</h2>
|
|
<h3>Processos de convênios por projeto</h3>
|
|
<div id="canvas-holder-2" style="margin-top: 55px">
|
|
<canvas id="chart-area-2" width="150" height="150" />
|
|
</div>
|
|
</div>
|
|
|
|
<div class="module" style="height: 300px;">
|
|
<h2>Atendimentos</h2>
|
|
<h3>Mapa de atuação do Interlegis</h3>
|
|
<div class="align-center">
|
|
<a href="/dashboard/mapa/"> <img src="{{ STATIC_URL }}img/mapicon-large.png" style="width: 60%;"/> </a>
|
|
</div>
|
|
</div>
|
|
|
|
|