forked from hiltonbruce/Igreja
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtop_formulario.php
executable file
·29 lines (27 loc) · 1.7 KB
/
top_formulario.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<div>
<a <?PHP $b=id_corrente ("ficha_limpa");?> href="relatorio/formcadastro.php" target="_blank">
<button type="button" class="btn btn-info btn-sm <?php echo $b;?>">Ficha Membro</button></a>
<div class="btn-group" role="group">
<button type="button" class="btn btn-info btn-sm dropdown-toggle
<?PHP
echo id_corrente ("apresent");
echo id_corrente ("formAutorizBatismo");
?>"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Crianças<span class="caret"></span></button>
<ul class="dropdown-menu">
<li class="<?PHP echo id_corrente ("apresent");?>" ><a href="./?escolha=relatorio/cert_apresent.php&menu=top_formulario">
Certidão de Apresentação</a></li>
<li class="<?PHP echo id_corrente ("formAutorizBatismo");?>" >
<a href="./?escolha=forms/sec/formAutorizBatismo.php&menu=top_formulario">
Autorização de Batismo</a></li>
</ul>
</div>
<a <?PHP $b=id_corrente ("recibos");?> href="./?escolha=relatorio/recibos.php&menu=top_formulario&tipo=1">
<button type="button" class="btn btn-info btn-sm <?php echo $b;?>">Recibos</button></a>
<a <?PHP $b=id_corrente ("batismo");?> href="./?escolha=relatorio/batismo.php&menu=top_formulario">
<button type="button" class="btn btn-info btn-sm <?php echo $b;?>"
data-toggle="tooltip" data-placement="top" title="Emissão de Certificado de Batismo">Batismo</button></a>
<a <?PHP $b=id_corrente ("consagracao");?> href="./?escolha=relatorio/consagracao.php&menu=top_formulario">
<button type="button" class="btn btn-info btn-sm <?php echo $b;?>">Consagração</button></a>
</div>