1 | <dtml-var standard_html_header> |
---|
2 | |
---|
3 | <a id="ajuda" href="&dtml-portal_url;/ajuda/recebimento_proposicao">Ajuda</a> |
---|
4 | |
---|
5 | <h1 class="firstHeading">Recebimento de Proposições</h1> |
---|
6 | <dtml-var proposicao_menu> |
---|
7 | |
---|
8 | <form method="post" action="proposicao_buscar_proc"> |
---|
9 | <fieldset> |
---|
10 | <legend>Incorporar Proposição</legend> |
---|
11 | <table> |
---|
12 | <tr> |
---|
13 | <th class="form-text" colspan="3"> |
---|
14 | <b>Código do Documento:</b> |
---|
15 | <dtml-if txtCodDoc> |
---|
16 | <dtml-var txtCodDoc> |
---|
17 | <input type="hidden" name="txtCodDoc" value="<dtml-var txtCodDoc>" /> |
---|
18 | <dtml-else> |
---|
19 | <input type="text" name="txtCodDoc" size="15" /> |
---|
20 | </dtml-if> |
---|
21 | </th> |
---|
22 | <dtml-if txtCodDoc> |
---|
23 | <tr> |
---|
24 | <td class="form-text" colspan="3"> |
---|
25 | <b>Tipo:</b> <dtml-var des_tipo_proposicao> |
---|
26 | </td> |
---|
27 | </tr> |
---|
28 | <dtml-else> |
---|
29 | <th class="form-text" colspan="3" align="center"> |
---|
30 | <input class="botao" type="submit" value="Buscar Dados" /> |
---|
31 | </th> |
---|
32 | </dtml-if> |
---|
33 | </tr> |
---|
34 | |
---|
35 | <dtml-if txtCodDoc> |
---|
36 | <!-- form method="post" action="proposicao_receber_proc" --> |
---|
37 | <tr> |
---|
38 | <td class="form-text" colspan="3"> |
---|
39 | <b>Autor:</b> <dtml-var nom_autor> |
---|
40 | </td> |
---|
41 | </tr> |
---|
42 | <tr> |
---|
43 | <td class="form-text" colspan="3"> |
---|
44 | <b>Descrição:</b> <dtml-var txt_descricao> |
---|
45 | </td> |
---|
46 | </tr> |
---|
47 | <tr> |
---|
48 | <td class="form-text" colspan="3"> |
---|
49 | <b>Data de Envio:</b> <dtml-var dat_envio missing> |
---|
50 | </td> |
---|
51 | </tr> |
---|
52 | <dtml-if cod_materia> |
---|
53 | <dtml-in expr="zsql.materia_obter_zsql(cod_materia=cod_materia,ind_excluido=0)"> |
---|
54 | <tr> |
---|
55 | <td class="form-text"> |
---|
56 | <b>Matéria Vinculada:</b> <dtml-var sgl_tipo_materia> - <dtml-var des_tipo_materia> |
---|
57 | </td> |
---|
58 | <td class="form-text"> |
---|
59 | <b>Número:</b> <dtml-var num_ident_basica> |
---|
60 | </td> |
---|
61 | <td class="form-text"> |
---|
62 | <b>Ano:</b> <dtml-var ano_ident_basica> |
---|
63 | </td> |
---|
64 | </tr> |
---|
65 | </dtml-in> |
---|
66 | </dtml-if> |
---|
67 | </dtml-if> |
---|
68 | </table> |
---|
69 | </fieldset> |
---|
70 | </form> |
---|
71 | |
---|
72 | <dtml-if txtCodDoc> |
---|
73 | |
---|
74 | <dtml-in expr="zsql.autor_obter_zsql(cod_autor=cod_autor)"> |
---|
75 | <dtml-call expr="REQUEST.set('tip_autor', tip_autor)"> |
---|
76 | <dtml-in expr="zsql.tipo_autor_obter_zsql(tip_autor=tip_autor)"> |
---|
77 | <dtml-call expr="REQUEST.set('des_tipo_autor', des_tipo_autor)"> |
---|
78 | </dtml-in> |
---|
79 | </dtml-in> |
---|
80 | |
---|
81 | <dtml-if expr="ind_mat_ou_doc=='M'"> |
---|
82 | <form method="post" action="../materia/numero_materia_buscar_proc"> |
---|
83 | <input type="hidden" name="hdnCodProposicao" value="<dtml-var cod_proposicao>" /> |
---|
84 | <input type="hidden" name="hdnCodCompleto" value="<dtml-var txtCodDoc>" /> |
---|
85 | <input type="hidden" name="txt_ementa" value="<dtml-var txt_descricao upper>" /> |
---|
86 | <p align="center"> |
---|
87 | <input class="botao"type="submit" name="cmdReceber" value="Criar Matéria" /> |
---|
88 | <dtml-elif expr="ind_mat_ou_doc=='D' and tip_proposicao!='3' and tip_proposicao!='6' and tip_proposicao!='7'"> |
---|
89 | <form method="post" action="../materia/despacho_inicial/despacho_inicial?cod_materia=<dtml-var cod_materia>"> |
---|
90 | <input type="hidden" name="cod_materia" value="<dtml-var cod_materia>" /> |
---|
91 | <input type="hidden" name="cod_autor_sel" value="<dtml-var cod_autor>" /> |
---|
92 | <input type="hidden" name="txt_ementa" value="<dtml-var txt_descricao upper>" /> |
---|
93 | <input type="hidden" name="hdnCodProposicao" value="<dtml-var cod_proposicao>" /> |
---|
94 | <input type="hidden" name="hdnCodCompleto" value="<dtml-var txtCodDoc>" /> |
---|
95 | <p align="center"> |
---|
96 | <input class="botao" type="submit" value="Criar Documento Acessório"> |
---|
97 | <dtml-elif expr="ind_mat_ou_doc=='D' and tip_proposicao=='3'"> |
---|
98 | <form method="post" action="../materia/despacho_inicial/despacho_inicial"> |
---|
99 | <input type="hidden" name="cod_materia" value="<dtml-var cod_materia>" /> |
---|
100 | <dtml-in expr="zsql.autor_obter_zsql(cod_autor=cod_autor,ind_excluido=0)"> |
---|
101 | <input type="hidden" name="cod_comissao_sel" value="<dtml-var cod_comissao>" /> |
---|
102 | </dtml-in> |
---|
103 | <input type="hidden" name="txt_ementa" value="<dtml-var txt_descricao upper>" /> |
---|
104 | <input type="hidden" name="hdnCodProposicao" value="<dtml-var cod_proposicao>" /> |
---|
105 | <input type="hidden" name="hdnCodCompleto" value="<dtml-var txtCodDoc>" /> |
---|
106 | <p align="center"> |
---|
107 | <input class="botao" type="submit" value="Criar Parecer"> |
---|
108 | <dtml-elif expr="ind_mat_ou_doc=='D' and tip_proposicao=='6'"> |
---|
109 | <form method="post" action="../materia/emenda/emenda_form"> |
---|
110 | <input type="hidden" name="cod_materia" value="<dtml-var cod_materia>" /> |
---|
111 | <input type="hidden" name="tip_autor" value="<dtml-var tip_autor>" /> |
---|
112 | <input type="hidden" name="des_tipo_autor" value="<dtml-var des_tipo_autor>" /> |
---|
113 | <input type="hidden" name="cod_autor_prop" value="<dtml-var cod_autor>" /> |
---|
114 | <input type="hidden" name="txt_ementa" value="<dtml-var txt_descricao upper>" /> |
---|
115 | <input type="hidden" name="hdnCodProposicao" value="<dtml-var cod_proposicao>" /> |
---|
116 | <input type="hidden" name="hdnCodCompleto" value="<dtml-var txtCodDoc>" /> |
---|
117 | <p align="center"> |
---|
118 | <input class="botao" type="submit" value="Criar Emenda"> |
---|
119 | <dtml-elif expr="ind_mat_ou_doc=='D' and tip_proposicao=='7'"> |
---|
120 | <form method="post" action="../materia/substitutivo/substitutivo_form"> |
---|
121 | <input type="hidden" name="cod_materia" value="<dtml-var cod_materia>" /> |
---|
122 | <input type="hidden" name="tip_autor" value="<dtml-var tip_autor>" /> |
---|
123 | <input type="hidden" name="des_tipo_autor" value="<dtml-var des_tipo_autor>" /> |
---|
124 | <input type="hidden" name="cod_autor_prop" value="<dtml-var cod_autor>" /> |
---|
125 | <input type="hidden" name="txt_ementa" value="<dtml-var txt_descricao upper>" /> |
---|
126 | <input type="hidden" name="hdnCodProposicao" value="<dtml-var cod_proposicao>" /> |
---|
127 | <input type="hidden" name="hdnCodCompleto" value="<dtml-var txtCodDoc>" /> |
---|
128 | <p align="center"> |
---|
129 | <input class="botao" type="submit" value="Criar Substitutivo"> |
---|
130 | </dtml-if> |
---|
131 | <input class="botao" type="button" value="Retornar" onClick="history.go(-1)" /> |
---|
132 | </p> |
---|
133 | </form> |
---|
134 | </dtml-if> |
---|
135 | |
---|
136 | <dtml-var standard_html_footer> |
---|