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.
95 lines
2.9 KiB
95 lines
2.9 KiB
{% extends "base.html" %}
|
|
{% load i18n %}
|
|
|
|
{% block base_content %}
|
|
|
|
<div id="conteudo">
|
|
|
|
|
|
|
|
<h1 class="firstHeading">Origem</h1>
|
|
<br />
|
|
Esta tabela tem por objetivo cadastrar a Origem (local) que
|
|
as matérias legislativas tramitam na casa.<br />
|
|
Ao ter acesso a esta tabela será exibida uma tela com a
|
|
relação de origens já cadastradas.<br />
|
|
Ao ser acionado o botão [Adicionar Origem] será
|
|
exibida a tela com os seguintes campos a serem preenchidos:<br />
|
|
<br />
|
|
<center>
|
|
<table width="620">
|
|
<col width="142" /> <col width="94" /> <col
|
|
width="352" /> <thead> <tr valign="top">
|
|
<td bgcolor="#c7d8eb" width="142">
|
|
<p align="justify"><font style="font-size: 11pt;"
|
|
size="3"><b>Nome do Campo</b></font></p>
|
|
</td>
|
|
<td bgcolor="#c7d8eb" width="94">
|
|
<p align="justify"><font style="font-size: 11pt;"
|
|
size="3"><b>Tipo</b></font></p>
|
|
</td>
|
|
<td bgcolor="#c7d8eb" width="352">
|
|
<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="142">
|
|
<p><font style="font-size: 11pt;" size="3">Nome</font></p>
|
|
</td>
|
|
<td width="94">
|
|
<p><font style="font-size: 11pt;" size="3">Obrigatório</font></p>
|
|
</td>
|
|
<td width="352">
|
|
<p><font style="font-size: 11pt;" size="3">Informe
|
|
o nome da Origem.</font></p>
|
|
</td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td width="142">
|
|
<p><font style="font-size: 11pt;" size="3">Sigla</font></p>
|
|
</td>
|
|
<td width="94">
|
|
<p><font style="font-size: 11pt;" size="3">Obrigatório</font></p>
|
|
</td>
|
|
<td width="352">
|
|
<p><font style="font-size: 11pt;" size="3">Informe
|
|
a sigla da Origem.</font></p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</center>
|
|
<br />
|
|
<br />
|
|
Acione a função “Salvar” para
|
|
gravar as informações no arquivo.<br />
|
|
Será enviada a mensagem: <i>Origem salva com sucesso!</i><br />
|
|
<br />
|
|
Para <b>alterar</b> uma Origem, selecione a Origem
|
|
desejada, altere as informações e acione a
|
|
função “Salvar”.<br />
|
|
Para <b>excluir</b> uma Origem, selecione a Origem 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>Origem excluída com sucesso!</i><br />
|
|
|
|
<br />
|
|
<a href="{% url 'sapl.base:help_topic' 'regime_tramitacao' %}">Anterior</a> |
|
|
|
|
<a href="{% url 'sapl.base:help'%}">Índice</a>
|
|
|
|
| <a href="{% url 'sapl.base:help_topic' 'autor' %}">Próxima</a>
|
|
|
|
<br />
|
|
|
|
|
|
</div>
|
|
|
|
{% endblock base_content %}
|
|
|