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.
		
		
		
		
		
			
		
			
				
					
					
						
							103 lines
						
					
					
						
							3.2 KiB
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							103 lines
						
					
					
						
							3.2 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 e um | |
| botão “Incluir Origem”.<br /> | |
| Ao ser acionado o botão Incluir 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 /> | |
| Acione a função Continuar para  repetir | |
| a operação para outras Origens, ou acione a | |
| função Sair para sair do cadastramento de Origem | |
| e voltar a tela inicial do sistema.<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 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> | |
| !Origem excluída com sucesso!</i><br /> | |
| A função “Início” | |
| retorna a tela com a relação de origem | |
| já cadastrada.<br /> | |
| 
 | |
| <br /> | |
|   <a href="regime_tramitacao">Anterior</a> | | |
| 
 | |
|   <a href="ajuda_index_html">Índice</a> | |
| 
 | |
|   | <a href="autor">Próxima</a> | |
| 
 | |
| <br /> | |
| 
 | |
| 
 | |
| </div> | |
| 
 | |
| {% endblock base_content %}
 | |
| 
 |