|
|
@ -13,8 +13,8 @@ def cabecalho(inf_basicas_dic, imagem): |
|
|
|
""" |
|
|
|
""" |
|
|
|
tmp = '' |
|
|
|
tmp += '\t\t\t\t<image x="2.1cm" y="25.7cm" width="59" height="62" file="' + \ |
|
|
|
imagem + '"/>\n' |
|
|
|
# tmp += '\t\t\t\t<image x="2.1cm" y="25.7cm" width="59" height="62" file="' + \ |
|
|
|
# imagem + '"/>\n' |
|
|
|
tmp += '\t\t\t\t<lines>2cm 25.4cm 19cm 25.4cm</lines>\n' |
|
|
|
tmp += '\t\t\t\t<setFont name="Helvetica-Bold" size="16"/>\n' |
|
|
|
tmp += '\t\t\t\t<drawString x="5cm" y="27.1cm">' + \ |
|
|
@ -235,8 +235,8 @@ def votacao(lst_votacao): |
|
|
|
txt_ementa = votacao['txt_ementa'].replace('&', '&') |
|
|
|
tmp += '<td><para style="P4">' + txt_ementa + '</para></td>\n' |
|
|
|
tmp += '<td><para style="P3"><b>' + \ |
|
|
|
votacao['nom_resultado'] + '</b></para>\n' + '<para style="P3">' + \ |
|
|
|
votacao['votacao_observacao'] + '</para></td></tr>\n' |
|
|
|
str(votacao['nom_resultado']) + '</b></para>\n' + '<para style="P3">' + \ |
|
|
|
str(votacao['votacao_observacao']) + '</para></td></tr>\n' |
|
|
|
|
|
|
|
tmp += '\t\t</blockTable>\n' |
|
|
|
return tmp |
|
|
|