{% extends "base.html" %}
{% load i18n %}
{% block base_content %}
<div id="conteudo">
<h1 class="firstHeading">Sessão Legislativa</h1>
<br />
Sessão Legislativa é o período anual de reunião do parlamento. Cada legislatura é composta de quatro
Sessões Legislativas Ordinárias - SLO. As SLOs dividem-se em períodos legislativos, cujas datas de
início e de término são normatizadas.<br/>
<br />
Esta tabela tem por objetivo cadastrar as Sessões
Legislativas da Casa.<br />
Ao ter acesso a esta tabela será exibido um campo para
escolha de uma legislatura. E a baixo a relação
de Sessão já cadastrada na Legislatura escolhida.<br />
Escolha a legislatura que deseja e acione a barra “Incluir
Sessão Legislativa”<br />
<br />
Campos a serem preenchidos:<br />
<br />
<center>
<table width="85%">
<col width="51*" /> <col width="41*" /> <col
width="164*" /> <thead> <tr valign="top">
<td bgcolor="#c7d8eb" width="20%">
<p align="justify"><font style="font-size: 11pt;"
size="3"><b>Nome do Campo</b></font></p>
</td>
<td bgcolor="#c7d8eb" width="16%">
<p align="justify"><font style="font-size: 11pt;"
size="3"><b>Tipo</b></font></p>
</td>
<td bgcolor="#c7d8eb" width="64%">
<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="20%">
<p><font style="font-size: 11pt;" size="3">Número</font></p>
</td>
<td width="16%">
<p><font style="font-size: 11pt;" size="3">Obrigatório</font></p>
</td>
<td width="64%">
<p><font style="font-size: 11pt;" size="3">Número
da sessão legislativa</font></p>
</td>
</tr>
<tr valign="top">
<td width="20%">
<p><font style="font-size: 11pt;" size="3">Tipo</font></p>
</td>
<td width="16%">
<p><font style="font-size: 11pt;" size="3">Obrigatório</font></p>
</td>
<td width="64%">
<p style="margin-bottom: 0cm;"><font
style="font-size: 11pt;" size="3">Escolha na caixa de
opções o tipo de sessão legislativa
(Ordinária ou Extraordinária)</font></p>
<p><font style="font-size: 11pt;" size="3">Obs:
Esta informações são internas do
arquivo, não tem tabela para atualizar</font></p>
</td>
</tr>
<tr valign="top">
<td width="20%">
<p><font style="font-size: 11pt;" size="3">Legislatura</font></p>
</td>
<td width="16%">
<p><font style="font-size: 11pt;" size="3">Obrigatório</font></p>
</td>
<td width="64%">
<p><font style="font-size: 11pt;" size="3">Número
da legislatura</font></p>
</td>
</tr>
<tr valign="top">
<td width="20%">
<p><font style="font-size: 11pt;" size="3">Data
Início</font></p>
</td>
<td width="16%">
<p><font style="font-size: 11pt;" size="3">Obrigatório</font></p>
</td>
<td width="64%">
<p><font style="font-size: 11pt;" size="3">Data
de início da sessão legislativa no formato dia,
mês e ano (ano com quatro posições)</font></p>
</td>
</tr>
<tr valign="top">
<td width="20%">
<p><font style="font-size: 11pt;" size="3">Data
Fim</font></p>
</td>
<td width="16%">
<p><font style="font-size: 11pt;" size="3">Obrigatório</font></p>
</td>
<td width="64%">
<p><font style="font-size: 11pt;" size="3">Data
de fim da sessão legislativa no formato dia, mês e
ano (ano com quatro posições)</font></p>
</td>
</tr>
<tr valign="top">
<td width="20%">
<p><font style="font-size: 11pt;" size="3">Início
Intervalo</font></p>
</td>
<td width="16%">
<p><font style="font-size: 11pt;" size="3">Opcional</font></p>
</td>
<td width="64%">
<p><font style="font-size: 11pt;" size="3">Data
de início do intervalo da sessão legislativa
(recesso da Assembléia ou Câmara Municipal) no
formato dia, mês e ano (ano com quatro
posições)</font></p>
</td>
</tr>
<tr valign="top">
<td width="20%">
<p><font style="font-size: 11pt;" size="3">Fim
Intervalo</font></p>
</td>
<td width="16%">
<p><font style="font-size: 11pt;" size="3">Opcional</font></p>
</td>
<td width="64%">
<p><font style="font-size: 11pt;" size="3">Data
de Fim do intervalo da sessão legislativa (recesso da
Assembléia ou Câmara Municipal) no formato dia,
mês e ano (ano com quatro posições)</font></p>
</td>
</tr>
</tbody>
</table>
</center>
<br />
<br />
Acione a tecla “Salvar” para que as
informações sejam salvas no
arquivo.Será enviada a mensagem: <i>Sessão
Legislatura salva com sucesso!</i><br />
<b><br />
Alteração ou Exclusão de uma
sessão legislativa:</b><br />
<br />
Para <b>alterar</b> as informações de uma
sessão legislativa já cadastrada, selecione o
número da sessão, modifique as
informações que desejar e acione a
função Salvar.<br />
Para <b>excluir</b> uma sessão legislativa já
cadastrada, selecione o número da sessão, 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>Sessão
Legislatura excluída com sucesso!</i><br />
<br />
<a href="{% url 'sapl.base:help_topic' 'modulo_mesa_diretora' %}">Anterior</a> |
<a href="{% url 'sapl.base:help'%}">Índice</a>
| <a href="{% url 'sapl.base:help_topic' 'cargo_mesa' %}">Próxima</a>
<br />
</div>
{% endblock base_content %}