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
d53c028
commit c3272f3
Showing
17 changed files
with
330 additions
and
53 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
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
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 |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<?PHP | ||
$nivelSem = ' | ||
<tr class="success"> | ||
<th class="text-center">'.$colUm.'</th> | ||
<th class="text-center"> | ||
<span data-toggle="tooltip" data-placement="top" title="Dízimos e Votos">Díz/Vot</span> | ||
</th> | ||
<th class="text-center"> | ||
<span data-toggle="tooltip" data-placement="top" title="Ofertas Extras" >Extra</span> | ||
</th> | ||
<th class="text-center">Ofertas</th> | ||
<th class="text-center">Sub-Total</th> | ||
<th class="text-center"> | ||
<span data-toggle="tooltip" data-placement="top" title="Contribuições em Círculos de Orções" > | ||
Senhoras</span> | ||
</th> | ||
<th class="text-center">Jovens</th> | ||
<th class="text-center">Infantil</th> | ||
<th class="text-center">Ensino</th> | ||
<th class="text-center"> | ||
<span data-toggle="tooltip" data-placement="top" title="Total das Receitas Operacionais" > | ||
Operac</span> | ||
</th> | ||
<th class="text-center"> | ||
<span data-toggle="tooltip" data-placement="top" title="Total das Receitas Não Operacionais" > | ||
Out Rec</span> | ||
</th> | ||
<th class="text-center">Campanhas</th> | ||
<th class="text-center">Missões</th> | ||
<th class="text-center">Total</th> | ||
</tr>'; | ||
$colgroup = ' | ||
<col id="'.$colUm.'"> | ||
<col id="Díz/Vot"> | ||
<col id="Extras"> | ||
<col id="Ofertas"> | ||
<col id="Sub-Total"> | ||
<col id="Senhoras"> | ||
<col id="Jovens"> | ||
<col id="Infantil"> | ||
<col id="Ensino"> | ||
<col id="Operacional"> | ||
<col id="Outras Receitas"> | ||
<col id="Campanhas"> | ||
<col id="Miss�es"> | ||
<col id="Total"> | ||
'; | ||
?> |
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.