forked from hiltonbruce/Igreja
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtop_aniv.php
executable file
·15 lines (15 loc) · 933 Bytes
/
top_aniv.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?PHP
controle ("consulta");
?>
<p>
<a <?PHP $b=id_corrente ("aniversario");?> href="./?escolha=aniv/aniversario.php">
<button type="button" class="btn btn-info btn-sm <?php echo $b;?>">Anivesariantes de hoje</button></a>
<a <?PHP $b=id_corrente ("casamento");?> href="./?escolha=aniv/casamento.php">
<button type="button" class="btn btn-info btn-sm <?php echo $b;?>">de Casamento - Hoje</button></a>
<a <?PHP $b=id_corrente ("batismo");?> href="./?escolha=aniv/batismo.php">
<button type="button" class="btn btn-info btn-sm <?php echo $b;?>">de Batismo - Hoje</button></a>
<a <?PHP $b=id_corrente ("semana");?> href="./?escolha=aniv/semana.php&ord=3">
<button type="button" class="btn btn-info btn-sm <?php echo $b;?>">da Semana</button></a>
<a <?PHP $b=id_corrente ("mes");?> href="./?escolha=aniv/mes.php&ord=3">
<button type="button" class="btn btn-info btn-sm <?php echo $b;?>">do Mês</button></a>
</p>