mirror of https://github.com/interlegis/sapl.git
Leandro Roberto Silva
6 years ago
committed by
Leandro Roberto
5 changed files with 2 additions and 146 deletions
@ -1,31 +0,0 @@ |
|||||
{% load common_tags %} |
|
||||
{% load render_bundle from webpack_loader %} |
|
||||
{% load webpack_static from webpack_loader %} |
|
||||
{% load static %} |
|
||||
<!DOCTYPE html> |
|
||||
<meta charset="utf-8"> |
|
||||
</meta> |
|
||||
<html lang="pt-br"> |
|
||||
|
|
||||
<head> |
|
||||
<link rel="stylesheet" href="{% static 'sapl/css/header-relatorio.css'%}"> |
|
||||
</head> |
|
||||
|
|
||||
<body> |
|
||||
<section id="informations"> |
|
||||
<dl> |
|
||||
<dt class="image-header"> |
|
||||
<img src="{% if logotipo %}{{ MEDIA_URL }}{{ logotipo }}{% else %}{% webpack_static 'img/logo.png' %}{% endif %}"> |
|
||||
</dt> |
|
||||
<dd class="title"> |
|
||||
<ul> |
|
||||
<li style="margin-top:10px"><h2>{{casa}}</h2></li> |
|
||||
<li><h3>Sistema de Apoio ao Processo Legislativo</h3></li> |
|
||||
</ul> |
|
||||
</dd> |
|
||||
</dl> |
|
||||
</section> |
|
||||
<p></p> |
|
||||
</body> |
|
||||
|
|
||||
</html> |
|
@ -1,52 +0,0 @@ |
|||||
|
|
||||
{% load common_tags %} |
|
||||
{% load static %} |
|
||||
<head> |
|
||||
<style> |
|
||||
@page{ |
|
||||
@bottom-right { |
|
||||
content: "Página" counter(page); |
|
||||
height: 3cm; |
|
||||
font-size: 8pt; |
|
||||
} |
|
||||
|
|
||||
@bottom-center { |
|
||||
border-top: 1px solid black; |
|
||||
font-size: 8pt; |
|
||||
height: 1cm; |
|
||||
content: "{{rodape|safe}}"; |
|
||||
font-style:italic; |
|
||||
} |
|
||||
@bottom-left { |
|
||||
content: "{{data}}"; |
|
||||
height: 3cm; |
|
||||
font-size: 8pt; |
|
||||
} |
|
||||
|
|
||||
@top-center { |
|
||||
content: string(title); |
|
||||
} |
|
||||
header { |
|
||||
width: 0; |
|
||||
height: 0; |
|
||||
visibility: hidden; |
|
||||
string-set: title content(); |
|
||||
} |
|
||||
} |
|
||||
</style> |
|
||||
<link rel="stylesheet" href="{% static '/sapl/css/relatorio.css'%}"> |
|
||||
</head> |
|
||||
|
|
||||
<body> |
|
||||
<h3 style="text-align:center;">Texto Articulado: {{object}}</h3> |
|
||||
|
|
||||
<h3 style="color:gray;">Identificação Básica</h3> |
|
||||
<p style="font-size: 8pt"><b>Tipo de Texto Articulado:</b> {{object.tipo_ta}}</p> |
|
||||
<p style="font-size: 8pt"><b>Tipo da Norma Jurídica:</b> {{object.content_object.tipo}}</p> |
|
||||
<p style="font-size: 8pt"><b>Número:</b> {{object.numero}}</p> |
|
||||
<p style="font-size: 8pt"><b>Ano:</b> {{object.ano}}</p> |
|
||||
<p style="font-size: 8pt"><b>Data:</b> {{object.data}}</p> |
|
||||
|
|
||||
<h3 style="color:gray;margin-top:50px;">Ementa</h3> |
|
||||
<p>{{object.ementa}}</p> |
|
||||
</body> |
|
Loading…
Reference in new issue