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.
137 lines
4.3 KiB
137 lines
4.3 KiB
{% extends "base.html" %}
|
|
{% load i18n %}
|
|
|
|
{% block base_content %}
|
|
|
|
<div id="conteudo">
|
|
|
|
|
|
|
|
<h1 class="firstHeading">Partidos</h1>
|
|
<br />
|
|
Esta tabela tem por objetivo cadastrar os Partidos Políticos
|
|
pelos quais os parlamentares foram eleitos e os partidos que
|
|
compõe as coligações
|
|
partidárias.<br />
|
|
<br />
|
|
Ao ter acesso a esta tabela será exibida uma tela com a
|
|
relação de partidos já cadastrados e o
|
|
botão “Incluir Partido”. Ao ser acionado
|
|
este botão será exibida a tela com os seguintes
|
|
campos para serem preenchidos:<br />
|
|
<br />
|
|
<center>
|
|
<table width="85%">
|
|
<col width="57*" /> <col width="40*" /> <col
|
|
width="159*" /> <thead> <tr valign="top">
|
|
<td bgcolor="#c7d8eb" width="22%">
|
|
<p align="justify"><font style="font-size: 11pt;"
|
|
size="3"><b>Nome do Campo</b></font></p>
|
|
</td>
|
|
<td bgcolor="#c7d8eb" width="15%">
|
|
<p align="justify"><font style="font-size: 11pt;"
|
|
size="3"><b>Tipo</b></font></p>
|
|
</td>
|
|
<td bgcolor="#c7d8eb" width="62%">
|
|
<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="22%">
|
|
<p><font style="font-size: 11pt;" size="3">Nome</font></p>
|
|
</td>
|
|
<td width="15%">
|
|
<p><font style="font-size: 11pt;" size="3">Obrigatório</font></p>
|
|
</td>
|
|
<td width="62%">
|
|
<p><font style="font-size: 11pt;" size="3">Informe
|
|
o nome do partido Político.</font></p>
|
|
</td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td width="22%">
|
|
<p><font style="font-size: 11pt;" size="3">Sigla</font></p>
|
|
</td>
|
|
<td width="15%">
|
|
<p><font style="font-size: 11pt;" size="3">Obrigatório</font></p>
|
|
</td>
|
|
<td width="62%">
|
|
<p><font style="font-size: 11pt;" size="3">Informe
|
|
a sigla do Partido</font></p>
|
|
</td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td width="22%">
|
|
<p><font style="font-size: 11pt;" size="3">Data
|
|
da Criação</font></p>
|
|
</td>
|
|
<td width="15%">
|
|
<p><font style="font-size: 11pt;" size="3">Opcional</font></p>
|
|
</td>
|
|
<td width="62%">
|
|
<p><font style="font-size: 11pt;" size="3">Informe
|
|
a data de criação do partido no formato dia,
|
|
mês e ano (ano com quatro posições)</font></p>
|
|
</td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td width="22%">
|
|
<p><font style="font-size: 11pt;" size="3">Data
|
|
de Extinção</font></p>
|
|
</td>
|
|
<td width="15%">
|
|
<p><font style="font-size: 11pt;" size="3">Opcional</font></p>
|
|
</td>
|
|
<td width="62%">
|
|
<p><font style="font-size: 11pt;" size="3">Informe
|
|
a data de Extinção do 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 !Partido salvo com sucesso! <br />
|
|
Acione a função Continuar para repetir
|
|
a operação para outros Partidos, ou acione a
|
|
função Sair para sair do cadastramento de Partido
|
|
e voltar a tela inicial do sistema.<br />
|
|
<br />
|
|
Para alterar a informações de um Partido
|
|
já cadastrado, selecione o Partido desejado,
|
|
altere as informações e acione a
|
|
função “Salvar”.<br />
|
|
<br />
|
|
Para excluir um Partido, selecione o Partido desejado e acione a
|
|
função “Excluir”.<br />
|
|
Será enviada a pergunta “Deseja realmente
|
|
excluir?”<br />
|
|
Acione OK em caso positivo ou Cancelar para o caso de
|
|
desistência da exclusão.<br />
|
|
Quando for informado OK será enviada a mensagem !Partido
|
|
excluído com sucesso!<br />
|
|
A função “Início”
|
|
retorna à tela com a relação de
|
|
Partidos já cadastrados.<br />
|
|
|
|
<br />
|
|
<a href="nivel_instrucao">Anterior</a> |
|
|
|
|
<a href="ajuda_index_html">Índice</a>
|
|
|
|
| <a href="coligacao">Próxima</a>
|
|
|
|
<br />
|
|
|
|
</div>
|
|
|
|
{% endblock base_content %}
|
|
|