|
@ -1,10 +1,10 @@ |
|
|
{% extends "admin/carrinho.html" %} |
|
|
{% extends "admin/carrinho.html" %} |
|
|
{% load admin_list i18n %} |
|
|
{% load admin_list i18n %} |
|
|
{% block extrastyle %} |
|
|
{% block extrastyle %} |
|
|
{{ block.super }} |
|
|
{{ block.super }} |
|
|
{% include "admin/tabs_style.html" %} |
|
|
{% include "admin/tabs_style.html" %} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{% endblock %} |
|
|
{% endblock %} |
|
|
|
|
|
|
|
|
{% block title %}Casas legislativas no Carrinho | SIGI{% endblock %} |
|
|
{% block title %}Casas legislativas no Carrinho | SIGI{% endblock %} |
|
@ -41,7 +41,7 @@ |
|
|
<tr class="{% cycle 'row1' 'row2' %}"> |
|
|
<tr class="{% cycle 'row1' 'row2' %}"> |
|
|
{%if not carIsEmpty%} |
|
|
{%if not carIsEmpty%} |
|
|
<th><input type="checkbox" name="_selected_action" |
|
|
<th><input type="checkbox" name="_selected_action" |
|
|
value="{{casa.id}}" class="action-select" /></th> |
|
|
value="{{casa.id|safe}}" class="action-select" /></th> |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
<td style="text-align: left;">{{casa.nome}}</td> |
|
|
<td style="text-align: left;">{{casa.nome}}</td> |
|
|
<td>{{casa.municipio}}</td> |
|
|
<td>{{casa.municipio}}</td> |
|
@ -61,7 +61,7 @@ |
|
|
<li><a href="#tabs-3">Arquivo CSV (Excel, Calc)</a></li> |
|
|
<li><a href="#tabs-3">Arquivo CSV (Excel, Calc)</a></li> |
|
|
<li><a href="#tabs-4">Etiqueta Parlamentares</a></li> |
|
|
<li><a href="#tabs-4">Etiqueta Parlamentares</a></li> |
|
|
</ul> |
|
|
</ul> |
|
|
|
|
|
|
|
|
<div id="tabs-1"> |
|
|
<div id="tabs-1"> |
|
|
<form action="../labels/{{query_str}}" method="post">{% csrf_token %} |
|
|
<form action="../labels/{{query_str}}" method="post">{% csrf_token %} |
|
|
<fieldset><legend>Tipo de etiqueta</legend> |
|
|
<fieldset><legend>Tipo de etiqueta</legend> |
|
@ -86,7 +86,7 @@ |
|
|
<li><input type="submit" value="Gerar Etiqueta" /></li> |
|
|
<li><input type="submit" value="Gerar Etiqueta" /></li> |
|
|
</ul> |
|
|
</ul> |
|
|
</form> |
|
|
</form> |
|
|
|
|
|
|
|
|
</div> |
|
|
</div> |
|
|
<div id="tabs-2"> |
|
|
<div id="tabs-2"> |
|
|
<form action="../reports/{{query_str}}" method="post">{% csrf_token %} |
|
|
<form action="../reports/{{query_str}}" method="post">{% csrf_token %} |
|
@ -96,7 +96,7 @@ |
|
|
checked="checked"><label>Simples</label></li> |
|
|
checked="checked"><label>Simples</label></li> |
|
|
<li><input type="radio" name="tipo_relatorio" value="completo"><label>Completo</label></li> |
|
|
<li><input type="radio" name="tipo_relatorio" value="completo"><label>Completo</label></li> |
|
|
</ul> |
|
|
</ul> |
|
|
</fieldset> |
|
|
</fieldset> |
|
|
<ul class="botoes"> |
|
|
<ul class="botoes"> |
|
|
<li><input type="submit" value="Gerar Relatório" /></li> |
|
|
<li><input type="submit" value="Gerar Relatório" /></li> |
|
|
</ul> |
|
|
</ul> |
|
@ -104,7 +104,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
<div id="tabs-3"> |
|
|
<div id="tabs-3"> |
|
|
<form action="../csv/{{query_str}}" method="post">{% csrf_token %} |
|
|
<form action="../csv/{{query_str}}" method="post">{% csrf_token %} |
|
|
<fieldset><legend>Escolha os atributos para exportar</legend> |
|
|
<fieldset><legend>Escolha os atributos para exportar</legend> |
|
|
<ul id="sortable" class="tabs-conteudo"> |
|
|
<ul id="sortable" class="tabs-conteudo"> |
|
|
<li> |
|
|
<li> |
|
|
<span class="ui-icon ui-icon-arrowthick-2-n-s"></span> |
|
|
<span class="ui-icon ui-icon-arrowthick-2-n-s"></span> |
|
@ -211,7 +211,7 @@ |
|
|
<ul class="botoes"> |
|
|
<ul class="botoes"> |
|
|
<li><input type="submit" value="Exportar CSV" /></li> |
|
|
<li><input type="submit" value="Exportar CSV" /></li> |
|
|
</ul> |
|
|
</ul> |
|
|
</form> |
|
|
</form> |
|
|
</div> |
|
|
</div> |
|
|
<div id="tabs-4"> |
|
|
<div id="tabs-4"> |
|
|
<form action="../labels_parlamentar/{{query_str}}" method="post">{% csrf_token %} |
|
|
<form action="../labels_parlamentar/{{query_str}}" method="post">{% csrf_token %} |
|
@ -227,7 +227,7 @@ |
|
|
<li><input type="submit" value="Gerar Etiqueta" /></li> |
|
|
<li><input type="submit" value="Gerar Etiqueta" /></li> |
|
|
</ul> |
|
|
</ul> |
|
|
</form> |
|
|
</form> |
|
|
|
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|