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.
175 lines
5.7 KiB
175 lines
5.7 KiB
{% extends "base.html" %}
|
|
{% load i18n %}
|
|
|
|
{% block base_content %}
|
|
|
|
<div id="conteudo">
|
|
|
|
|
|
|
|
<h1 class="firstHeading">Sessão Legislativa</h1>
|
|
<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">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 />
|
|
Acione a função Continuar para repetir
|
|
a operação para outras Sessões
|
|
Legislaturas, ou acione a função Sair para sair
|
|
do cadastramento de Sessão Legislatura e voltar a tela
|
|
inicial do sistema.<br />
|
|
<b><br />
|
|
Alteração ou Exclusão de uma
|
|
sessão legislativa</b><br />
|
|
<br />
|
|
Para alterar 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 excluir 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 OK em caso positivo ou Cancelar para o caso de
|
|
desistência da exclusão.<br />
|
|
Quando for informado OK será enviada a mensagem <i>!Sessão
|
|
Legislatura excluída com sucesso!</i><br />
|
|
A função “Início”
|
|
retorna a tela de cadastramento de Sessão Legislativa.<br />
|
|
|
|
<br />
|
|
<a href="modulo_mesa_diretora">Anterior</a> |
|
|
|
|
<a href="ajuda_index_html">Índice</a>
|
|
|
|
| <a href="cargo_mesa">Próxima</a>
|
|
|
|
<br />
|
|
|
|
</div>
|
|
|
|
{% endblock base_content %}
|
|
|