|
@ -103,9 +103,9 @@ def inf_basicas(inf_basicas_dic): |
|
|
""" |
|
|
""" |
|
|
tmp = "" |
|
|
tmp = "" |
|
|
nom_sessao = inf_basicas_dic['nom_sessao'] |
|
|
nom_sessao = inf_basicas_dic['nom_sessao'] |
|
|
num_sessao_plen = inf_basicas_dic["num_sessao_plen"] |
|
|
# num_sessao_plen = inf_basicas_dic["num_sessao_plen"] |
|
|
num_sessao_leg = inf_basicas_dic["num_sessao_leg"] |
|
|
# num_sessao_leg = inf_basicas_dic["num_sessao_leg"] |
|
|
num_legislatura = inf_basicas_dic["num_legislatura"] |
|
|
# num_legislatura = inf_basicas_dic["num_legislatura"] |
|
|
dat_inicio_sessao = inf_basicas_dic["dat_inicio_sessao"] |
|
|
dat_inicio_sessao = inf_basicas_dic["dat_inicio_sessao"] |
|
|
hr_inicio_sessao = inf_basicas_dic["hr_inicio_sessao"] |
|
|
hr_inicio_sessao = inf_basicas_dic["hr_inicio_sessao"] |
|
|
dat_fim_sessao = inf_basicas_dic["dat_fim_sessao"] |
|
|
dat_fim_sessao = inf_basicas_dic["dat_fim_sessao"] |
|
@ -113,15 +113,19 @@ def inf_basicas(inf_basicas_dic): |
|
|
if hr_fim_sessao is None: |
|
|
if hr_fim_sessao is None: |
|
|
hr_fim_sessao = '' |
|
|
hr_fim_sessao = '' |
|
|
|
|
|
|
|
|
|
|
|
if nom_sessao or dat_inicio_sessao or hr_inicio_sessao \ |
|
|
|
|
|
or dat_fim_sessao or hr_fim_sessao: |
|
|
tmp += '\t\t<para style="P1">Informações Básicas</para>\n' |
|
|
tmp += '\t\t<para style="P1">Informações Básicas</para>\n' |
|
|
tmp += '\t\t<para style="P2">\n' |
|
|
tmp += '\t\t<para style="P2">\n' |
|
|
tmp += '\t\t\t<font color="white"> <br/></font>\n' |
|
|
tmp += '\t\t\t<font color="white"> <br/></font>\n' |
|
|
tmp += '\t\t</para>\n' |
|
|
tmp += '\t\t</para>\n' |
|
|
|
|
|
if nom_sessao: |
|
|
tmp += '\t\t<para style="P2" spaceAfter="5"><b>Tipo da Sessão: </b> ' + \ |
|
|
tmp += '\t\t<para style="P2" spaceAfter="5"><b>Tipo da Sessão: </b> ' + \ |
|
|
nom_sessao + '</para>\n' |
|
|
nom_sessao + '</para>\n' |
|
|
|
|
|
if hr_inicio_sessao: |
|
|
tmp += '\t\t<para style="P2" spaceAfter="5"><b>Abertura: </b> ' + \ |
|
|
tmp += '\t\t<para style="P2" spaceAfter="5"><b>Abertura: </b> ' + \ |
|
|
dat_inicio_sessao + ' <b>- </b> ' + hr_inicio_sessao + '</para>\n' |
|
|
dat_inicio_sessao + ' <b>- </b> ' + hr_inicio_sessao + '</para>\n' |
|
|
|
|
|
if dat_fim_sessao or hr_fim_sessao: |
|
|
tmp += '\t\t<para style="P2" spaceAfter="5"><b>Encerramento: </b> ' + \ |
|
|
tmp += '\t\t<para style="P2" spaceAfter="5"><b>Encerramento: </b> ' + \ |
|
|
dat_fim_sessao + ' <b>- </b> ' + hr_fim_sessao + '</para>\n' |
|
|
dat_fim_sessao + ' <b>- </b> ' + hr_fim_sessao + '</para>\n' |
|
|
|
|
|
|
|
@ -136,21 +140,22 @@ def multimidia(cont_mult_dic): |
|
|
mul_audio = cont_mult_dic['multimidia_audio'] |
|
|
mul_audio = cont_mult_dic['multimidia_audio'] |
|
|
mul_video = cont_mult_dic['multimidia_video'] |
|
|
mul_video = cont_mult_dic['multimidia_video'] |
|
|
|
|
|
|
|
|
|
|
|
if mul_audio or mul_video: |
|
|
tmp += '\t\t<para style="P1">Conteúdo Multimídia</para>\n' |
|
|
tmp += '\t\t<para style="P1">Conteúdo Multimídia</para>\n' |
|
|
tmp += '\t\t<para style="P2">\n' |
|
|
tmp += '\t\t<para style="P2">\n' |
|
|
tmp += '\t\t\t<font color="white"> <br/></font>\n' |
|
|
tmp += '\t\t\t<font color="white"> <br/></font>\n' |
|
|
tmp += '\t\t</para>\n' |
|
|
tmp += '\t\t</para>\n' |
|
|
|
|
|
if mul_audio: |
|
|
tmp += '\t\t<para style="P2" spaceAfter="5"><b>Audio: </b> ' + mul_audio + '</para>\n' |
|
|
tmp += '\t\t<para style="P2" spaceAfter="5"><b>Audio: </b> ' + mul_audio + '</para>\n' |
|
|
|
|
|
if mul_video: |
|
|
tmp += '\t\t<para style="P2" spaceAfter="5"><b>Video: </b> ' + mul_video + '</para>\n' |
|
|
tmp += '\t\t<para style="P2" spaceAfter="5"><b>Video: </b> ' + mul_video + '</para>\n' |
|
|
|
|
|
|
|
|
return tmp |
|
|
return tmp |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def mesa(lst_mesa): |
|
|
def mesa(lst_mesa): |
|
|
""" |
|
|
|
|
|
|
|
|
|
|
|
""" |
|
|
|
|
|
tmp = '' |
|
|
tmp = '' |
|
|
|
|
|
if lst_mesa: |
|
|
tmp += '\t\t<para style="P1">Mesa Diretora</para>\n' |
|
|
tmp += '\t\t<para style="P1">Mesa Diretora</para>\n' |
|
|
tmp += '\t\t<para style="P2">\n' |
|
|
tmp += '\t\t<para style="P2">\n' |
|
|
tmp += '\t\t\t<font color="white"> <br/></font>\n' |
|
|
tmp += '\t\t\t<font color="white"> <br/></font>\n' |
|
@ -163,10 +168,9 @@ def mesa(lst_mesa): |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def presenca(lst_presenca_sessao, lst_ausencia_sessao): |
|
|
def presenca(lst_presenca_sessao, lst_ausencia_sessao): |
|
|
""" |
|
|
|
|
|
|
|
|
|
|
|
""" |
|
|
|
|
|
tmp = '' |
|
|
tmp = '' |
|
|
|
|
|
if lst_presenca_sessao or lst_ausencia_sessao: |
|
|
|
|
|
if lst_ausencia_sessao: |
|
|
tmp += '\t\t<para style="P1">Lista de Presença da Sessão</para>\n' |
|
|
tmp += '\t\t<para style="P1">Lista de Presença da Sessão</para>\n' |
|
|
tmp += '\t\t<para style="P2">\n' |
|
|
tmp += '\t\t<para style="P2">\n' |
|
|
tmp += '\t\t\t<font color="white"> <br/></font>\n' |
|
|
tmp += '\t\t\t<font color="white"> <br/></font>\n' |
|
@ -175,7 +179,7 @@ def presenca(lst_presenca_sessao, lst_ausencia_sessao): |
|
|
tmp += '\t\t<para style="P2" spaceAfter="5">' + \ |
|
|
tmp += '\t\t<para style="P2" spaceAfter="5">' + \ |
|
|
str(presenca['nom_parlamentar']) + '/' + \ |
|
|
str(presenca['nom_parlamentar']) + '/' + \ |
|
|
str(presenca['sgl_partido']) + '</para>\n' |
|
|
str(presenca['sgl_partido']) + '</para>\n' |
|
|
|
|
|
if lst_ausencia_sessao: |
|
|
tmp += '\t\t<para style="P1">Justificativas de Ausência da Sessão</para>\n' |
|
|
tmp += '\t\t<para style="P1">Justificativas de Ausência da Sessão</para>\n' |
|
|
tmp += '\t\t<para style="P2">\n' |
|
|
tmp += '\t\t<para style="P2">\n' |
|
|
tmp += '\t\t\t<font color="white"> <br/></font>\n' |
|
|
tmp += '\t\t\t<font color="white"> <br/></font>\n' |
|
@ -192,10 +196,8 @@ def presenca(lst_presenca_sessao, lst_ausencia_sessao): |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def expedientes(lst_expedientes): |
|
|
def expedientes(lst_expedientes): |
|
|
""" |
|
|
|
|
|
|
|
|
|
|
|
""" |
|
|
|
|
|
tmp = '' |
|
|
tmp = '' |
|
|
|
|
|
if lst_expedientes: |
|
|
tmp += '\t\t<para style="P1">Expedientes</para>\n' |
|
|
tmp += '\t\t<para style="P1">Expedientes</para>\n' |
|
|
tmp += '\t\t<para style="P2">\n' |
|
|
tmp += '\t\t<para style="P2">\n' |
|
|
tmp += '\t\t\t<font color="white"> </font>\n' |
|
|
tmp += '\t\t\t<font color="white"> </font>\n' |
|
@ -212,9 +214,8 @@ def expedientes(lst_expedientes): |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def expediente_materia(lst_expediente_materia): |
|
|
def expediente_materia(lst_expediente_materia): |
|
|
""" |
|
|
|
|
|
""" |
|
|
|
|
|
tmp = '' |
|
|
tmp = '' |
|
|
|
|
|
if lst_expediente_materia: |
|
|
tmp += '\t\t<para style="P1">Matérias do Expediente</para>\n\n' |
|
|
tmp += '\t\t<para style="P1">Matérias do Expediente</para>\n\n' |
|
|
tmp += '\t\t<para style="P2">\n' |
|
|
tmp += '\t\t<para style="P2">\n' |
|
|
tmp += '\t\t\t<font color="white"> <br/></font>\n' |
|
|
tmp += '\t\t\t<font color="white"> <br/></font>\n' |
|
@ -246,9 +247,8 @@ def expediente_materia(lst_expediente_materia): |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def expediente_materia_vot_nom(lst_expediente_materia_vot_nom): |
|
|
def expediente_materia_vot_nom(lst_expediente_materia_vot_nom): |
|
|
""" |
|
|
|
|
|
""" |
|
|
|
|
|
tmp = '' |
|
|
tmp = '' |
|
|
|
|
|
if lst_expediente_materia_vot_nom: |
|
|
tmp += '\t\t<para style="P1">Votações Nominais - Matérias do Expediente</para>\n\n' |
|
|
tmp += '\t\t<para style="P1">Votações Nominais - Matérias do Expediente</para>\n\n' |
|
|
tmp += '\t\t<para style="P2">\n' |
|
|
tmp += '\t\t<para style="P2">\n' |
|
|
tmp += '\t\t\t<font color="white"> <br/></font>\n' |
|
|
tmp += '\t\t\t<font color="white"> <br/></font>\n' |
|
@ -270,10 +270,8 @@ def expediente_materia_vot_nom(lst_expediente_materia_vot_nom): |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def oradores_expediente(lst_oradores_expediente): |
|
|
def oradores_expediente(lst_oradores_expediente): |
|
|
""" |
|
|
|
|
|
|
|
|
|
|
|
""" |
|
|
|
|
|
tmp = '' |
|
|
tmp = '' |
|
|
|
|
|
if lst_oradores_expediente: |
|
|
tmp += '\t\t<para style="P1">Oradores do Expediente</para>\n' |
|
|
tmp += '\t\t<para style="P1">Oradores do Expediente</para>\n' |
|
|
tmp += '\t\t<para style="P2">\n' |
|
|
tmp += '\t\t<para style="P2">\n' |
|
|
tmp += '\t\t\t<font color="white"> <br/></font>\n' |
|
|
tmp += '\t\t\t<font color="white"> <br/></font>\n' |
|
@ -288,10 +286,8 @@ def oradores_expediente(lst_oradores_expediente): |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def presenca_ordem_dia(lst_presenca_ordem_dia): |
|
|
def presenca_ordem_dia(lst_presenca_ordem_dia): |
|
|
""" |
|
|
|
|
|
|
|
|
|
|
|
""" |
|
|
|
|
|
tmp = '' |
|
|
tmp = '' |
|
|
|
|
|
if lst_presenca_ordem_dia: |
|
|
tmp += '\t\t<para style="P1">Lista de Presença da Ordem do Dia</para>\n' |
|
|
tmp += '\t\t<para style="P1">Lista de Presença da Ordem do Dia</para>\n' |
|
|
tmp += '\t\t<para style="P2">\n' |
|
|
tmp += '\t\t<para style="P2">\n' |
|
|
tmp += '\t\t\t<font color="white"> <br/></font>\n' |
|
|
tmp += '\t\t\t<font color="white"> <br/></font>\n' |
|
@ -304,10 +300,8 @@ def presenca_ordem_dia(lst_presenca_ordem_dia): |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def votacao(lst_votacao): |
|
|
def votacao(lst_votacao): |
|
|
""" |
|
|
|
|
|
""" |
|
|
|
|
|
|
|
|
|
|
|
tmp = '' |
|
|
tmp = '' |
|
|
|
|
|
if lst_votacao: |
|
|
tmp += '<para style="P1">Matérias da Ordem do Dia</para>\n\n' |
|
|
tmp += '<para style="P1">Matérias da Ordem do Dia</para>\n\n' |
|
|
tmp += '\t\t<para style="P2">\n' |
|
|
tmp += '\t\t<para style="P2">\n' |
|
|
tmp += '\t\t\t<font color="white"> <br/></font>\n' |
|
|
tmp += '\t\t\t<font color="white"> <br/></font>\n' |
|
@ -329,15 +323,13 @@ def votacao(lst_votacao): |
|
|
else: |
|
|
else: |
|
|
tmp += ' ' |
|
|
tmp += ' ' |
|
|
tmp += '</para></td></tr>\n' |
|
|
tmp += '</para></td></tr>\n' |
|
|
|
|
|
|
|
|
tmp += '\t\t</blockTable>\n' |
|
|
tmp += '\t\t</blockTable>\n' |
|
|
return tmp |
|
|
return tmp |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def votacao_vot_nom(lst_votacao_vot_nom): |
|
|
def votacao_vot_nom(lst_votacao_vot_nom): |
|
|
""" |
|
|
|
|
|
""" |
|
|
|
|
|
tmp = '' |
|
|
tmp = '' |
|
|
|
|
|
if lst_votacao_vot_nom: |
|
|
tmp += '\t\t<para style="P1">Votações Nominais - Matérias da Ordem do Dia</para>\n\n' |
|
|
tmp += '\t\t<para style="P1">Votações Nominais - Matérias da Ordem do Dia</para>\n\n' |
|
|
tmp += '\t\t<para style="P2">\n' |
|
|
tmp += '\t\t<para style="P2">\n' |
|
|
tmp += '\t\t\t<font color="white"> <br/></font>\n' |
|
|
tmp += '\t\t\t<font color="white"> <br/></font>\n' |
|
@ -359,10 +351,8 @@ def votacao_vot_nom(lst_votacao_vot_nom): |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def oradores_ordemdia(lst_oradores_ordemdia): |
|
|
def oradores_ordemdia(lst_oradores_ordemdia): |
|
|
""" |
|
|
|
|
|
|
|
|
|
|
|
""" |
|
|
|
|
|
tmp = '' |
|
|
tmp = '' |
|
|
|
|
|
if lst_oradores_ordemdia: |
|
|
tmp += '\t\t<para style="P1">Oradores da Ordem do Dia</para>\n' |
|
|
tmp += '\t\t<para style="P1">Oradores da Ordem do Dia</para>\n' |
|
|
tmp += '\t\t<para style="P2">\n' |
|
|
tmp += '\t\t<para style="P2">\n' |
|
|
tmp += '\t\t\t<font color="white"> <br/></font>\n' |
|
|
tmp += '\t\t\t<font color="white"> <br/></font>\n' |
|
@ -377,10 +367,8 @@ def oradores_ordemdia(lst_oradores_ordemdia): |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def oradores(lst_oradores): |
|
|
def oradores(lst_oradores): |
|
|
""" |
|
|
|
|
|
|
|
|
|
|
|
""" |
|
|
|
|
|
tmp = '' |
|
|
tmp = '' |
|
|
|
|
|
if lst_oradores: |
|
|
tmp += '\t\t<para style="P1">Oradores das Explicações Pessoais</para>\n' |
|
|
tmp += '\t\t<para style="P1">Oradores das Explicações Pessoais</para>\n' |
|
|
tmp += '\t\t<para style="P2">\n' |
|
|
tmp += '\t\t<para style="P2">\n' |
|
|
tmp += '\t\t\t<font color="white"> <br/></font>\n' |
|
|
tmp += '\t\t\t<font color="white"> <br/></font>\n' |
|
@ -393,10 +381,8 @@ def oradores(lst_oradores): |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def ocorrencias(lst_ocorrencias): |
|
|
def ocorrencias(lst_ocorrencias): |
|
|
""" |
|
|
|
|
|
|
|
|
|
|
|
""" |
|
|
|
|
|
tmp = '' |
|
|
tmp = '' |
|
|
|
|
|
if lst_ocorrencias: |
|
|
tmp += '\t\t<para style="P1">Ocorrências da Sessão</para>\n' |
|
|
tmp += '\t\t<para style="P1">Ocorrências da Sessão</para>\n' |
|
|
tmp += '\t\t<para style="P2">\n' |
|
|
tmp += '\t\t<para style="P2">\n' |
|
|
tmp += '\t\t\t<font color="white"> </font>\n' |
|
|
tmp += '\t\t\t<font color="white"> </font>\n' |
|
|