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.
108 lines
3.3 KiB
108 lines
3.3 KiB
{% extends "base.html" %}
|
|
{% load i18n %}
|
|
|
|
{% block base_content %}
|
|
|
|
<div id="conteudo">
|
|
|
|
|
|
|
|
<h1 class="firstHeading">Tipo de Autor</h1>
|
|
Esta tabela tem por objetivo cadastrar os Tipos de Autores que
|
|
apresentam matérias legislativas.<br />
|
|
Ao ter acesso a esta tabela será exibida uma tela com a
|
|
relação de Tipo de Autores já
|
|
cadastrados e um botão “Incluir Tipo de
|
|
Autor”.<br />
|
|
<br />
|
|
Ao ser acionado o botão Incluir Tipo de Autor
|
|
será exibida a tela com os seguintes campos a 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">Tipo</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">Escolha
|
|
o tipo do autor se é Parlamentar, uma Comissão ou
|
|
Outro.</font></p>
|
|
</td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td width="22%">
|
|
<p><font style="font-size: 11pt;" size="3">Descrição</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 Autor.</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>!Tipo Autor salvo com
|
|
sucesso!</i><br />
|
|
Acione a função Continuar para repetir
|
|
a operação para outros Tipo de Autor, ou acione a
|
|
função Sair para sair do cadastramento de Tipo de
|
|
Autor e voltar a tela inicial do sistema.<br />
|
|
<br />
|
|
Para <b>alterar</b> um Tipo Autor, selecione o Tipo Autor
|
|
desejado, altere as informações e acione a
|
|
função “Salvar”.<br />
|
|
Para <b>excluir</b> um Tipo de Autor, selecione o Tipo de
|
|
Autor 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>!Tipo
|
|
Autor excluído com sucesso!</i><br />
|
|
A função “Início”
|
|
retorna a tela com a relação de tipo de autor
|
|
já cadastrado.<br />
|
|
|
|
<br />
|
|
<a href="autor">Anterior</a> |
|
|
|
|
<a href="ajuda_index_html">Índice</a>
|
|
|
|
| <a href="unidade_tramitacao">Próxima</a>
|
|
|
|
<br />
|
|
|
|
</div>
|
|
|
|
{% endblock base_content %}
|
|
|