mirror of https://github.com/interlegis/sapl.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123 lines
3.8 KiB
123 lines
3.8 KiB
{% extends "base.html" %}
|
|
{% load i18n %}
|
|
|
|
{% block base_content %}
|
|
|
|
<div id="conteudo">
|
|
|
|
|
|
|
|
<h1 class="firstHeading">Filiações Partidárias</h1>
|
|
<br />
|
|
Para incluir as filiações partidárias
|
|
do Parlamentar, selecione o Parlamentar, e acione a
|
|
função Filiação
|
|
Partidária que está na barra superior da tela.<br />
|
|
|
|
<br />
|
|
Acione o botão [Adicionar Filiação].<br />
|
|
<br />
|
|
Campos a serem preenchidos:<br />
|
|
<br />
|
|
<center>
|
|
<table width="653">
|
|
<col width="145" /> <col width="75" /> <col
|
|
width="401" /> <thead> <tr valign="top">
|
|
<td bgcolor="#c7d8eb" width="145">
|
|
<p align="justify"><font style="font-size: 11pt;"
|
|
size="3"><b>Nome do Campo</b></font></p>
|
|
</td>
|
|
<td bgcolor="#c7d8eb" width="75">
|
|
<p align="justify"><font style="font-size: 11pt;"
|
|
size="3"><b>Tipo</b></font></p>
|
|
</td>
|
|
<td bgcolor="#c7d8eb" width="401">
|
|
<p align="justify"><font style="font-size: 11pt;"
|
|
size="3"><b>Instruções para
|
|
Preenchimento</b></font></p>
|
|
</td>
|
|
</tr>
|
|
</thead> <tbody>
|
|
<tr valign="top">
|
|
<td width="145">
|
|
<p><font style="font-size: 11pt;" size="3">Partido</font></p>
|
|
</td>
|
|
<td width="75">
|
|
<p><font style="font-size: 11pt;" size="3">Obrigatório</font></p>
|
|
</td>
|
|
<td width="401">
|
|
<p><font style="font-size: 11pt;" size="3">Escolha
|
|
na caixa de partidos a sigla do partido que o parlamentar
|
|
está ou já foi filiado.</font></p>
|
|
</td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td width="145">
|
|
<p><font style="font-size: 11pt;" size="3">Data
|
|
Filiação</font></p>
|
|
</td>
|
|
<td width="75">
|
|
<p><font style="font-size: 11pt;" size="3">Obrigatório</font></p>
|
|
</td>
|
|
<td width="401">
|
|
<p><font style="font-size: 11pt;" size="3">Informe
|
|
a data de filiação do parlamentar ao partido no
|
|
formato dia, mês e ano (ano com quatro
|
|
posições).</font></p>
|
|
</td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td width="145">
|
|
<p><font style="font-size: 11pt;" size="3">Data
|
|
Desfiliação</font></p>
|
|
</td>
|
|
<td width="75">
|
|
<p><font style="font-size: 11pt;" size="3">Opcional</font></p>
|
|
</td>
|
|
<td width="401">
|
|
<p><font style="font-size: 11pt;" size="3">Informe
|
|
a data de desfiliação do parlamentar ao partido
|
|
no formato dia, mês e ano (ano com quatro
|
|
posições).</font></p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</center>
|
|
<br />
|
|
<br />
|
|
Acione a função
|
|
“Salvar” para que as
|
|
informações sejam salvas no arquivo.<br />
|
|
Será enviada a mensagem: <i>Filiação
|
|
Partidária salva com sucesso!</i><br />
|
|
<br />
|
|
Para <b>alterar</b> uma Filiação Partidária,
|
|
selecione a filiação partidária
|
|
desejada, altere as informações e acione a
|
|
função “Salvar”.<br />
|
|
<br />
|
|
Para <b>excluir</b> uma Filiação Partidária,
|
|
selecione a Filiação Partidária
|
|
desejada e acione a função
|
|
“Excluir”.<br />
|
|
Será enviada a pergunta “Deseja realmente
|
|
excluir?”<br />
|
|
Acione Confirmar em caso positivo ou Cancelar para o caso de
|
|
desistência da exclusão.<br />
|
|
Quando for informado Confirmar será enviada a mensagem: <i>Filiação
|
|
Partidária excluída com sucesso!</i><br />
|
|
|
|
|
|
<br />
|
|
<a href="{% url 'sapl.base:help_topic' 'mandatos_parlamentar' %}">Anterior</a> |
|
|
|
|
<a href="{% url 'sapl.base:help'%}">Índice</a>
|
|
|
|
| <a href="{% url 'sapl.base:help_topic' 'dependentes' %}">Próxima</a>
|
|
|
|
<br />
|
|
|
|
</div>
|
|
|
|
{% endblock base_content %}
|
|
|