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.
120 lines
4.6 KiB
120 lines
4.6 KiB
{% extends "base.html" %}
|
|
{% load i18n %}
|
|
|
|
{% block base_content %}
|
|
|
|
<div id="conteudo">
|
|
|
|
|
|
|
|
<h1 class="firstHeading">Tipo de Proposição</h1>
|
|
Esta tabela tem por objetivo cadastrar os Tipos de Proposições
|
|
Legislativas.<br />
|
|
Ao ter acesso a esta tabela será exibida uma tela com a
|
|
relação de Tipo de Proposições já
|
|
cadastradas e um botão “Incluir Tipo de
|
|
Proposição“.<br />
|
|
<br />
|
|
Ao ser acionado o botão Incluir Tipo Proposição
|
|
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>Descrição</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">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">Faça breve descrição sobre o tipo de proposição em questão.</font></p>
|
|
</td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td width="22%">
|
|
<p><font style="font-size: 11pt;" size="3">Indicação - Gera Matéria ou Documento</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">Assinale se o
|
|
tipo que está sendo criado poderá gerar uma matéria ou um Documento.</font></p>
|
|
</td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td width="22%">
|
|
<p><font style="font-size: 11pt;" size="3">Tipo Matéria ou Documento</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">Selecione conforme foi anteriormente assinalado.</font></p>
|
|
</td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td width="22%">
|
|
<p><font style="font-size: 11pt;" size="3">Modelo XML</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">Selecione o modelo XML que estará associado ao Tipo que está sendo criado.</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 Proposição salvo com
|
|
sucesso!</i><br /><br />
|
|
Acione a função Continuar para repetir
|
|
a operação para outros Tipo de Proposição, ou acione a
|
|
função “Início“ para retornar a lista de Tipo de Proposições.<br />
|
|
<br />
|
|
Para <b>alterar</b> um Tipo Proposição, selecione clicando sobre o Tipo de Proposição desejado, altere as informações e acione a função “Salvar”.<br /> <br />
|
|
Para <b>excluir</b> um Tipo de Proposição, selecione clicando sobre o Tipo
|
|
e acione a função “Excluir”. 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 Proposição excluído com sucesso!</i><br />
|
|
A função “Início”
|
|
retorna a tela com a relação de tipo de proposições
|
|
já cadastradas.<br />
|
|
|
|
<br />
|
|
<a href="proposicao_editor">Anterior</a> |
|
|
|
|
<a href="ajuda_index_html">Índice</a>
|
|
|
|
| <a href="recebimento_proposicao">Próxima</a>
|
|
|
|
<br />
|
|
|
|
</div>
|
|
|
|
{% endblock base_content %}
|
|
|