forked from hiltonbruce/Igreja
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Varias Atualizações/correção cad usuário
- Loading branch information
Joseilton Costa Bruce
authored and
Joseilton Costa Bruce
committed
Sep 13, 2019
1 parent
2c0897c
commit 980fe9a
Showing
12 changed files
with
147 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<fieldset> | ||
<legend>Autorização de Menores ao Batismo</legend> | ||
<div class="row"> | ||
<div class="col-xs-12"> | ||
<label>Nome da criança:</label> | ||
<input type="text" name="name" class="form-control" placeholder="Nome" tabindex="<?PHP echo ++$ind; ?>" > | ||
</div> | ||
<div class="col-xs-2"> | ||
<label>Congregação:</label> | ||
<?PHP | ||
$congr = new List_sele ("igreja","razao","rolIgreja"); | ||
echo $congr->List_Selec (++$ind,'',' class="form-control" '); | ||
?> | ||
</div> | ||
<div class="col-xs-8"> | ||
<label>Nome do Responsável, do Pai ou da Mãe:</label> | ||
<input type="text" name="pais" class="form-control" placeholder="Nome" tabindex="<?PHP echo ++$ind; ?>" > | ||
</div> | ||
<div class="col-xs-2"> | ||
<label>Data:</label> | ||
<input type="date" name="date" class="form-control" placeholder=".col-xs-3" value="<?php echo date('Y-m-d');?>"> | ||
</div> | ||
<div class="col-xs-10"> | ||
<label>Secretário da Congregão:</label> | ||
<input type="text" name="secCong" class="form-control" placeholder="Secretário da congregação"> | ||
</div> | ||
</div> | ||
</fieldset> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,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> | ||
<a <?PHP $b=id_corrente ("apresent");?> href="./?escolha=relatorio/cert_apresent.php&menu=top_formulario"> | ||
<button type="button" class="btn btn-info btn-sm <?php echo $b;?>">Apresentação</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;?>">Batismo</button></a> | ||
<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> |