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.
- Loading branch information
1 parent
9f65635
commit de12ccc
Showing
13 changed files
with
88 additions
and
101 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
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,21 +1,34 @@ | ||
<fieldset> | ||
<legend> Navegue</legend> | ||
|
||
<form id="form1" name="form1" method="get" action="<?PHP echo $_GET["escolha"];?>"> | ||
<input name="proxima" type="hidden" value="<?PHP echo $_GET["proxima"];?>" /> | ||
<input name="ord" type="hidden" value="<?PHP echo $_GET["ord"];?>" /> | ||
<input name="congregacao" type="hidden" value="<?PHP echo $_GET["congregacao"];?>" /> | ||
<input type="submit" name="Submit" class="btn btn-primary" value="Imprimir" /> | ||
|
||
<a href="./?escolha=<?PHP echo $_GET["escolha"];?>&proxima=<?PHP echo $anterior;?>&ord=<?PHP echo $_GET["ord"];?>&congregacao=<?PHP echo $_GET["congregacao"];?>" ><img src="img/1910_32x32.png" alt="MSemana Anteriorr" width="22" height="22" title="Semana Anterior" align="absmiddle" border="0" /></a> <a href="./?escolha=<?PHP echo $_GET["escolha"];?>&proxima=<?PHP echo $proximo;?>&ord=<?PHP echo $_GET["ord"];?>&congregacao=<?PHP echo $_GET["congregacao"];?>" t><img src="img/1967_32x32.png" width="22" height="22" title="Próxima Semana" alt="Próxima Semana" align="absmiddle" border="0"/></a> | ||
|
||
<select name="menu1" onchange="MM_jumpMenu('parent',this,0)" class="btn btn-primary" > | ||
<option>-->> Escolha a Congregação<<-- </option> | ||
<option value="./?escolha=<?PHP echo $_GET["escolha"];?>&proxima=<?PHP echo $_GET["proxima"];?>&ord=<?PHP echo $_GET["ord"];?>&congregacao=0">Todas as Congregacões</option> | ||
<?PHP | ||
$congr = new List_sele ("igreja","razao","congregacao"); | ||
$congr->List_Selec_pop ("escolha={$_GET["escolha"]}&proxima={$_GET["proxima"]}&ord={$_GET["ord"]}&congregacao="); | ||
?> | ||
</select> | ||
<input name="proxima" type="hidden" value="<?PHP echo $_GET["proxima"];?>" /> | ||
<input name="ord" type="hidden" value="<?PHP echo $_GET["ord"];?>" /> | ||
<input name="congregacao" type="hidden" value="<?PHP echo $_GET["congregacao"];?>" /> | ||
<div class="row"> | ||
<div class="col-xs-2"> | ||
<input type="submit" name="Submit" class="btn btn-primary" value="Imprimir" /> | ||
</div> | ||
<div class="col-xs-5"> | ||
<div class="btn-group" role="group" aria-label="..."> | ||
<a href="./?escolha=<?PHP echo $_GET["escolha"];?>&proxima=<?PHP | ||
echo $anterior;?>&ord=<?PHP echo $_GET["ord"];?>&congregacao=<?PHP | ||
echo $_GET["congregacao"];?>" type="button" class="btn btn-primary"> | ||
<span class="glyphicon glyphicon-backward" aria-hidden="true"> </span> Voltar um dia | ||
</a> | ||
<a href="./?escolha=<?PHP echo $_GET["escolha"];?>&proxima=<?PHP echo | ||
$proximo;?>&ord=<?PHP echo $_GET["ord"];?>&congregacao=<?PHP echo $_GET["congregacao"]; | ||
?>" type="button" class="btn btn-primary">Avançar um dia | ||
<span class="glyphicon glyphicon-forward" aria-hidden="true"> </span> | ||
</a> | ||
</div> | ||
</div> | ||
<div class="col-xs-4"> | ||
<select name="igreja" id="igreja" class="form-control" onchange="MM_jumpMenu('parent',this,0)" tabindex="<?PHP echo ++$ind; ?>" > | ||
<?php | ||
$congr = new List_sele ("igreja","razao","congregacao"); | ||
$linkAcesso="escolha={$_GET["escolha"]}&proxima={$_GET["proxima"]}&ord={$_GET["ord"]}&congregacao="; | ||
$listaIgreja = $congr->List_Selec_pop($linkAcesso,$_GET['congregacao']); | ||
//echo $listaIgreja; | ||
?> | ||
</select> | ||
</div> | ||
</div> | ||
</form> | ||
</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
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
Oops, something went wrong.