diff --git a/igreja/membro_print.php b/igreja/membro_print.php
index 623a5509..75a2b4a1 100755
--- a/igreja/membro_print.php
+++ b/igreja/membro_print.php
@@ -29,8 +29,11 @@ function __autoload ($classe) {
Lista de Membros - Igreja: razao();?>
-
+
+
+
+
+
@@ -54,17 +57,17 @@ function __autoload ($classe) {
{
?>
-
+
-
+
+
-
@@ -72,22 +75,21 @@ function __autoload ($classe) {
-
- Rol |
- Nome |
+ Rol |
+ Nome |
- Nascido em: |
- Telefones |
+ Nascido em: |
+ Telefones |
- Congregação |
- Cargo |
+ Congregação |
+ Cargo |
@@ -106,27 +108,19 @@ function __autoload ($classe) {
while($coluna = mysql_fetch_array($sql3))
{
- $ls++;
if (!empty($_GET['foto'])) {
- $foto = '
';
+ $foto = '
';
}else {
$foto = '';
}
-
- if ($ls>1){
- $cor="class='dados'";
- $ls=0;
- }
- else
- {$cor="class='odd'";
- }
-
+ ?>
+
+ |
+
-
>
- **** |
+ ?>
+ Endereço: bairro()
+ .' - '.$cidade->nome().'-'.$cidade->coduf().
+ ', Complem.: '.$coluna["complemento"];?>
+
|
- |
- |
-
- >
- Endere�o: bairro()
- .' - '.$cidade->nome().'-'.$cidade->coduf().
- ', Complem.: '.$coluna["complemento"];?>
+ ?>
|
- >
- |
|
|
-
";
+echo '
';
if ($total>"1"){
- printf("Com %s registros!",number_format($total, 0, ',', '.'));
-}elseif ($total=="1") {
- print "Apenas um registro!";
+ printf("%s registros!",number_format($total, 0, ',', '.'));
+}elseif ($total=='1') {
+ print 'Apenas um registro!';
}else {
- print "Não há registros para esta pesquisa!";
+ print 'Não há registros para esta pesquisa!';
}
-
-if ($_GET["Submit"]=="Imprimir") {
+echo '
';
+if ($_GET['Submit']=='Imprimir') {
?>