Browse Source

Corrigindo ausência de footer Fix #3032 (#3033)

pull/3042/head
Ulysses Lara 5 years ago
committed by Edward
parent
commit
4e04c681c8
  1. 12
      sapl/templates/relatorios/relatorio_ata.html
  2. 10
      sapl/templates/relatorios/relatorio_atas.html
  3. 12
      sapl/templates/relatorios/relatorio_audiencia.html
  4. 9
      sapl/templates/relatorios/relatorio_doc_administrativos.html
  5. 8
      sapl/templates/relatorios/relatorio_documento_acessorio.html
  6. 10
      sapl/templates/relatorios/relatorio_estatisticas_acesso_normas.html
  7. 12
      sapl/templates/relatorios/relatorio_fim_prazo_tramitacao.html
  8. 12
      sapl/templates/relatorios/relatorio_historico_tramitacao.html
  9. 12
      sapl/templates/relatorios/relatorio_historico_tramitacao_adm.html
  10. 9
      sapl/templates/relatorios/relatorio_materias_em_tramitacao.html
  11. 9
      sapl/templates/relatorios/relatorio_materias_por_ano_autor.html
  12. 9
      sapl/templates/relatorios/relatorio_materias_por_autor.html
  13. 9
      sapl/templates/relatorios/relatorio_normas_mes.html
  14. 8
      sapl/templates/relatorios/relatorio_normas_por_autor.html
  15. 10
      sapl/templates/relatorios/relatorio_normas_vigencia.html
  16. 10
      sapl/templates/relatorios/relatorio_presenca_sessao.html
  17. 10
      sapl/templates/relatorios/relatorio_reuniao.html
  18. 19
      sapl/templates/relatorios/relatorio_sessao_plenaria.html

12
sapl/templates/relatorios/relatorio_ata.html

@ -1,10 +1,7 @@
{% extends "relatorios/base_relatorio.html" %}
{% load common_tags %}
{% load static %}
<head>
<link rel="stylesheet" href="{% static 'sapl/css/relatorio.css'%}">
</head>
<body>
{% block content %}
<h3 style="text-align:center;">Ata Eletrônica da {{sessaoplenaria}}</h3>
{% include 'sessao/blocos_ata/identificacao_basica.html' %}
{% include 'sessao/blocos_ata/mesa_diretora.html' %}
@ -68,5 +65,6 @@
</table>
{% endif%}
</div>
</body>
{% endblock content %}

10
sapl/templates/relatorios/relatorio_atas.html

@ -1,13 +1,9 @@
{% extends "relatorios/base_relatorio.html" %}
{% load i18n %}
{% load common_tags %}
{% load static %}
<head>
<link rel="stylesheet" href="{% static '/sapl/css/relatorio.css'%}">
</head>
<body>
{% block content %}
<h2>Relatório de Atas das Sessões Plenárias</h2>
<b>PERÍODO: {{ periodo }}<br /></b><br /><br/>
@ -33,4 +29,4 @@
{% else %}
<font size="5"><p align="center">Nenhum sessão com ata foi encontrada!</p></font>
{% endif %}
</body>
{% endblock content %}

12
sapl/templates/relatorios/relatorio_audiencia.html

@ -1,14 +1,10 @@
{% extends "relatorios/base_relatorio.html" %}
{% load i18n %}
{% load common_tags %}
{% load static %}
<head>
<link rel="stylesheet" href="{% static '/sapl/css/relatorio.css'%}">
</head>
<body>
<h2>Audiência Pública</h2>
{% block content %}
<h2>Audiência Pública</h2>
{% if object_list|length > 0 %}
<table class="table table-bordered table-hover">
@ -32,4 +28,4 @@
{% else %}
<font size="5"><p align="center">Nenhuma Audiência Pública foi encontrada!</p></font>
{% endif %}
</body>
{% endblock content %}

9
sapl/templates/relatorios/relatorio_doc_administrativos.html

@ -1,12 +1,9 @@
{% extends "relatorios/base_relatorio.html" %}
{% load i18n %}
{% load common_tags %}
{% load crispy_forms_tags staticfiles %}
<head>
<link rel="stylesheet" href="{% static '/sapl/css/relatorio.css'%}">
</head>
<body>
{% block content %}
<h2>Documentos Administrativos</h2>
{% if documentoadministrativo_list|length %}
<h3>Número de documentos: {{numero_res}}</h3>
@ -46,4 +43,4 @@
{% else %}
<h3>Nenhum documento encontrado com essas especificações</h3>
{% endif %}
</body>
{% endblock content %}

8
sapl/templates/relatorios/relatorio_documento_acessorio.html

@ -1,11 +1,9 @@
{% extends "relatorios/base_relatorio.html" %}
{% load i18n %}
{% load common_tags %}
{% load static %}
<head>
<link rel="stylesheet" href="{% static '/sapl/css/relatorio.css'%}">
</head>
{% block content %}
<h2>Documento Acessorio</h2>
@ -38,4 +36,4 @@
{% else %}
<tr><td><h3 style="text-align: left;">Nenhuma documento encontrado com esses parâmetros.</h3></td></tr><br><br>
{% endif %}
</body>
{% endblock content %}

10
sapl/templates/relatorios/relatorio_estatisticas_acesso_normas.html

@ -1,13 +1,9 @@
{% extends "relatorios/base_relatorio.html" %}
{% load i18n %}
{% load common_tags %}
{% load static %}
<head>
<link rel="stylesheet" href="{% static '/sapl/css/relatorio.css'%}">
</head>
<body>
{% block content %}
<h2>Estatísticas de acesso de normas</h2>
<b>PARÂMETROS DE PESQUISA:<br /></b>
@ -51,4 +47,4 @@
</div>
{% endfor %}
{% endif %}
</body>
{% endblock content %}

12
sapl/templates/relatorios/relatorio_fim_prazo_tramitacao.html

@ -1,14 +1,10 @@
{% extends "relatorios/base_relatorio.html" %}
{% load i18n %}
{% load common_tags %}
{% load static %}
<head>
<link rel="stylesheet" href="{% static '/sapl/css/relatorio.css'%}">
</head>
<body>
<h2>Fim de Prazo de Tramitações</h2>
{% block content %}
<h2>Fim de Prazo de Tramitações</h2>
<b>PARÂMETROS DE PESQUISA:<br /></b>
&emsp;Período: {{ data_tramitacao }} <br />
@ -43,4 +39,4 @@
{% else %}
<tr><td><h3 style="text-align: left;">Nenhuma matéria encontrada com esses parâmetros.</h3></td></tr><br><br>
{% endif %}
</body>
{% endblock content %}

12
sapl/templates/relatorios/relatorio_historico_tramitacao.html

@ -1,14 +1,10 @@
{% extends "relatorios/base_relatorio.html" %}
{% load i18n %}
{% load common_tags %}
{% load static %}
<head>
<link rel="stylesheet" href="{% static '/sapl/css/relatorio.css'%}">
</head>
<body>
<h2>Histórico de Tramitações de Matérias Legislativas</h2>
{% block content %}
<h2>Histórico de Tramitações de Matérias Legislativas</h2>
<b>PARÂMETROS DE PESQUISA:<br /></b>
@ -45,4 +41,4 @@
{% else %}
<tr><td><h3 style="text-align: left;">Nenhuma matéria encontrada com esses parâmetros.</h3></td></tr><br><br>
{% endif %}
</body>
{% endblock content %}

12
sapl/templates/relatorios/relatorio_historico_tramitacao_adm.html

@ -1,14 +1,10 @@
{% extends "relatorios/base_relatorio.html" %}
{% load i18n %}
{% load common_tags %}
{% load static %}
<head>
<link rel="stylesheet" href="{% static '/sapl/css/relatorio.css'%}">
</head>
<body>
<h2>Histórico de Tramitações de Documento Administrativo</h2>
{% block content %}
<h2>Histórico de Tramitações de Documento Administrativo</h2>
<b>PARÂMETROS DE PESQUISA:<br /></b>
&emsp;Período: {{ data_tramitacao }} <br />
@ -43,4 +39,4 @@
{% else %}
<tr><td><h3 style="text-align: left;">Nenhum documento encontrado com esses parâmetros.</h3></td></tr><br><br>
{% endif %}
</body>
{% endblock content %}

9
sapl/templates/relatorios/relatorio_materias_em_tramitacao.html

@ -1,13 +1,10 @@
{% extends "relatorios/base_relatorio.html" %}
{% load i18n %}
{% load common_tags %}
{% load static %}
<head>
<link rel="stylesheet" href="{% static '/sapl/css/relatorio.css'%}">
</head>
<body>
{% block content %}
<h2>Matérias em Tramitação</h2>
<b>PARÂMETROS DE PESQUISA:<br /></b>
@ -75,4 +72,4 @@
{% else %}
<h3>Nenhum documento encontrado com essas especificações</h3>
{% endif %}
</body>
{% endblock content %}

9
sapl/templates/relatorios/relatorio_materias_por_ano_autor.html

@ -1,12 +1,9 @@
{% extends "relatorios/base_relatorio.html" %}
{% load i18n %}
{% load common_tags %}
{% load static %}
<head>
<link rel="stylesheet" href="{% static '/sapl/css/relatorio.css'%}">
</head>
{% block content %}
<h2>Matérias por Ano Autor Tipo</h2>
@ -94,4 +91,4 @@
<h3>Nenhum documento encontrado com essas especificações</h3>
{% endif %}
</body>
{% endblock content %}

9
sapl/templates/relatorios/relatorio_materias_por_autor.html

@ -1,12 +1,9 @@
{% extends "relatorios/base_relatorio.html" %}
{% load i18n %}
{% load common_tags %}
{% load static %}
<head>
<link rel="stylesheet" href="{% static '/sapl/css/relatorio.css'%}">
</head>
{% block content %}
<h2>Matérias por Autor</h2>
<b>PARÂMETROS DE PESQUISA:<br /></b>
@ -69,4 +66,4 @@
<h3>Nenhum documento encontrado com essas especificações</h3>
{% endif %}
</body>
{% endblock content %}

9
sapl/templates/relatorios/relatorio_normas_mes.html

@ -1,13 +1,10 @@
{% extends "relatorios/base_relatorio.html" %}
{% load i18n %}
{% load common_tags %}
{% load static %}
<head>
<link rel="stylesheet" href="{% static '/sapl/css/relatorio.css'%}">
</head>
<body>
{% block content %}
<h2>Normas por mês</h2>
<b>PARÂMETROS DE PESQUISA:<br /></b>
@ -61,4 +58,4 @@
</table>
</div>
{% endfor %}
</body>
{% endblock content %}

8
sapl/templates/relatorios/relatorio_normas_por_autor.html

@ -1,11 +1,9 @@
{% extends "relatorios/base_relatorio.html" %}
{% load i18n %}
{% load common_tags %}
{% load static %}
<head>
<link rel="stylesheet" href="{% static '/sapl/css/relatorio.css'%}">
</head>
{% block content %}
<h2>Norma por Autor</h2>
@ -68,4 +66,4 @@
<h3>Não foram encontradas normas com os parâmetros pesquisados.</h3>
{% endif %}
</body>
{% endblock content %}

10
sapl/templates/relatorios/relatorio_normas_vigencia.html

@ -1,13 +1,9 @@
{% extends "relatorios/base_relatorio.html" %}
{% load i18n %}
{% load common_tags %}
{% load static %}
<head>
<link rel="stylesheet" href="{% static '/sapl/css/relatorio.css'%}">
</head>
<body>
{% block content %}
<h2>Normas por vigência</h2>
<b>PARÂMETROS DE PESQUISA:<br /></b>
@ -51,4 +47,4 @@
<br>
<h3>Estatísticas das normas do ano:</h3><br>
<h3>{{quant_vigente}} vigente(s) / {{quant_nao_vigente}} não vigente(s)</h3>
</body>
{% endblock content %}

10
sapl/templates/relatorios/relatorio_presenca_sessao.html

@ -1,13 +1,9 @@
{% extends "relatorios/base_relatorio.html" %}
{% load i18n %}
{% load common_tags %}
{% load static %}
<head>
<link rel="stylesheet" href="{% static '/sapl/css/relatorio.css'%}">
</head>
<body>
{% block content %}
<h2>Presença dos parlamentares nas sessões</h2>
<b>PARÂMETROS DE PESQUISA:<br /></b>
@ -57,4 +53,4 @@
</tbody>
</table>
{% endif %}
</body>
{% endblock content %}

10
sapl/templates/relatorios/relatorio_reuniao.html

@ -1,13 +1,9 @@
{% extends "relatorios/base_relatorio.html" %}
{% load i18n %}
{% load common_tags %}
{% load static %}
<head>
<link rel="stylesheet" href="{% static '/sapl/css/relatorio.css'%}">
</head>
<body>
{% block content %}
<h2>Reunião de Comissão</h2>
{% if object_list|length > 0 %}
@ -32,4 +28,4 @@
{% else %}
<font size="5"><p align="center">Nenhum reunião foi encontrada!</p></font>
{% endif %}
</body>
{% endblock content %}

19
sapl/templates/relatorios/relatorio_sessao_plenaria.html

@ -1,15 +1,8 @@
{% extends "relatorios/base_relatorio.html" %}
{% load static %}
<!DOCTYPE html>
<meta charset="utf-8">
</meta>
<html lang="pt-br">
<head>
<link rel="stylesheet" href="{% static '/sapl/css/relatorio.css'%}">
</head>
<body>
<div style="margin-bottom: 3cm">
{% block content %}
<div style="margin-bottom: 3cm">
<h2 class="gray-title">Informações Básicas</h2>
<p><b>Tipo da Sessão:</b> {{inf_basicas_dic.nom_sessao}}</p>
<p><b>Abertura:</b> {{inf_basicas_dic.dat_inicio_sessao}} - {{inf_basicas_dic.hr_inicio_sessao}}</p>
@ -142,7 +135,5 @@
{% endfor %}
</div>
</body>
</html>
{% endblock content %}
Loading…
Cancel
Save