<?php

session_start();
if (isset($_SESSION['user_name']) && isset($_SESSION['user_pswd'])) {
    ?>

<?php 
    require_once './EntidadeInterface.php';
    require_once './Usuarios_Interface.php';
    require_once './Banco_Crud.php';
    if (true) {
        $aluno_oo = new Usuarios_Interface();
        $banco = new banco_crud(require_once './conexao.php', $aluno_oo);
        $banco->listarUser_entity();
    }
    echo '<body>' . '<table>' . '<tr>' . '<td>' . '<td>Nome Usuário' . '</td>' . '<td alingn=middle width=550><a href=index.php?page=busca_user><input  type="submit" name="nome_lis" value="Buscar" ></a>' . '</td>' . '</tr>' . '</table>' . '</body>';
} else {
    ?>
<p>Por favor realizar seu login no sistema!</p>
<br/><?php 
    echo '<body>' . '<table>' . '<tr>' . '<td>Ir' . '</td>' . '<td>Login' . '</td>' . '<td alingn=middle width=550><a href=index.php?page=login_user><input  type="submit" name="nome_lis" value="Click" ></a>' . '</td>' . '</tr>' . '</table>' . '</body>';
}
<?php

session_start();
if (isset($_SESSION['user_name']) && isset($_SESSION['user_pswd'])) {
    ?>


<?php 
    require_once './EntidadeInterface.php';
    require_once './Alunos.php';
    require_once './Banco_Crud.php';
    if ($_POST['buscar'] != null || $_POST['buscar'] != " ") {
        $nome_b = $_POST['buscar_nome'];
        $aluno_oo = new Alunos();
        $banco = new banco_crud(require_once './conexao.php', $aluno_oo);
        $banco->listarPN_entity($nome_b);
        echo '<body>' . '<table>' . '<tr>' . '<td>Voltar Lista :</td>' . '<td alingn=middle width=550><a href=index.php?page=view_lista><input  type="submit" name="nome_list" value="Alunos" ></a>' . '</td>' . '</tr>' . '</table>' . '</body>';
    }
} else {
    ?>
<p>Por favor realizar seu login no sistema!</p>
<br/><?php 
    echo '<body>' . '<table>' . '<tr>' . '<td>Ir' . '</td>' . '<td>Login' . '</td>' . '<td alingn=middle width=550><a href=index.php?page=login_user><input  type="submit" name="nome_lis" value="Click" ></a>' . '</td>' . '</tr>' . '</table>' . '</body>';
}
<?php

//require_once './login_user.php';
require_once './EntidadeInterface.php';
require_once './Usuarios_Interface.php';
require_once './Banco_Crud.php';
if (isset($_POST['logar'])) {
    //$v_logar = $_POST['logar'];
    $n1 = $_POST["usuario"];
    $n2 = $_POST["senha"];
    if ($n1 != null && $n1 != " " && ($n2 != null && $n2 != " ")) {
        $usario_1 = new Usuarios_Interface();
        $usuario_b = new banco_crud(require_once './conexao.php', $usario_1);
        $usuario_b->logar_entity($n1, $n2);
    } else {
        echo "<br/>Preencha os campos acima!!";
    }
}
session_start();
if (isset($_SESSION['user_name']) && isset($_SESSION['user_pswd'])) {
    ?>

<?php 
    /*inclui a classe interface*/
    require_once './EntidadeInterface.php';
    /*incluir classe Aluno.php*/
    require_once './Usuarios_Interface.php';
    /*banco*/
    require_once './Banco_Crud.php';
    if (isset($_POST['excluir_user'])) {
        $id_ed = $_POST['id_excluir'];
        $nome_ed = $_POST['nome_excluir'];
        $aluno = new Usuarios_Interface();
        $b = new banco_crud(require_once 'conexao.php', $aluno);
        $b->deletar_user_entity($id_ed);
        echo '<table>' . '<tr>' . '<td> N° Usuário: ' . $id_ed . '</td>' . '<td> Nome Usuário: ' . $nome_ed . '</td>' . '<td> Excluido: </td>' . '</tr>' . '</table>';
        echo '<body>' . '<table>' . '<tr>' . '<td>Voltar à Lista :</td>' . '<td alingn=middle width=550><a href=index.php?page=view_lista_user><input  type="submit" name="busca_1" value="Usuario" ></a>' . '</td>' . '</tr>' . '</table>' . '</body>';
    }
    ?>

<?php 
} else {
    ?>
<p>Por favor realizar seu login no sistema!</p>
<br/><?php 
    echo '<body>' . '<table>' . '<tr>' . '<td>Ir' . '</td>' . '<td>Login' . '</td>' . '<td alingn=middle width=550><a href=index.php?page=login_user><input  type="submit" name="nome_lis" value="Click" ></a>' . '</td>' . '</tr>' . '</table>' . '</body>';
}
?>
<?php

session_start();
if (isset($_SESSION['user_sessao']) && isset($_SESSION['user_senha'])) {
    ?>

<?php 
    /*Incluir classe Banco_crud.php*/
    require_once './Banco_Crud.php';
    /*incluir classe Aluno.php*/
    require_once './Alunos.php';
    if (isset($_POST['excluir'])) {
        $id_ed = $_POST['id_editar'];
        $nome_ed = $_POST['nome_editar'];
        $aluno = new banco_crud(require_once 'conexao.php');
        $aluno->deletar($id_ed);
        echo '<table>' . '<tr>' . '<td> ID: ' . $id_ed . '</td>' . '<td> NOME: ' . $nome_ed . '</td>' . '<td> Excluido: </td>' . '</tr>' . '</table>';
    } else {
        echo "Erro fatal";
    }
    ?>

<?php 
} else {
    ?>

<p>Por favor realizar seu login no sistema!</p>
<br/><a href=login.php>Login</a>  
 
<?php 
}
<?php

session_start();
if (isset($_SESSION['user_name']) && isset($_SESSION['user_pswd'])) {
    ?>

<?php 
    require './EntidadeInterface.php';
    /* Incluir classe Banco_crud.php */
    require_once './Banco_Crud.php';
    /* incluir classe Aluno.php */
    require_once './Alunos.php';
    $aluno_ranking = new Alunos();
    $obj_banco = new banco_crud(require_once './conexao.php', $aluno_ranking);
    /* Rapaz que ganbiarra eu fin aqui KKKKKKKKK */
    $obj_banco->listarRank_entity();
    ?>

<?php 
} else {
    ?>
<p>Por favor realizar seu login no sistema!</p>
<br/><?php 
    echo '<body>' . '<table>' . '<tr>' . '<td>Ir' . '</td>' . '<td>Login' . '</td>' . '<td alingn=middle width=550><a href=index.php?page=login_user><input  type="submit" name="nome_lis" value="Click" ></a>' . '</td>' . '</tr>' . '</table>' . '</body>';
}
<?php

require_once './login.php';
if (isset($_POST['logar'])) {
    //$v_logar = $_POST['logar'];
    $n1 = $_POST["usuario"];
    $n2 = $_POST["senha"];
    if ($n1 != null && $n1 != " " && ($n2 != null && $n2 != " ")) {
        require_once './Banco_Crud.php';
        $banco_logar = new banco_crud(require_once './conexao.php');
        $banco_logar->logar($n1, $n2);
    } else {
        echo "<br/>Preencha os campos acima!!";
    }
}
<?php

session_start();
if (isset($_SESSION['user_name']) && isset($_SESSION['user_pswd'])) {
    ?>

<?php 
    require_once './EntidadeInterface.php';
    require_once './Usuarios_Interface.php';
    require_once './Banco_Crud.php';
    if (isset($_POST['salvar_user'])) {
        $iduser_ed = $_POST['iduser_editar'];
        $user_ed = $_POST['user_editar'];
        $pswd_ed = $_POST['pswd_editar'];
        $teste = new Usuarios_Interface();
        $banco_ed = new banco_crud(require_once './conexao.php', $teste);
        $banco_ed->editar_user_entity($iduser_ed, $user_ed, $pswd_ed);
        echo '<table>' . '<tr>' . '<td>Voltar ao Perfil :</td>' . '<td alingn=middle width=550><a href=index.php?page=busca_user><input  type="submit" name="nome" value="Alunos" ></a>' . '</td>' . '</tr>' . '</table>';
    }
} else {
    ?>
<p>Por favor realizar seu login no sistema!</p>
<br/><?php 
    echo '<body>' . '<table>' . '<tr>' . '<td>Ir' . '</td>' . '<td>Login' . '</td>' . '<td alingn=middle width=550><a href=index.php?page=login_user><input  type="submit" name="nome_lis" value="Click" ></a>' . '</td>' . '</tr>' . '</table>' . '</body>';
}
?>

<?php 
require_once './EntidadeInterface.php';
/*Incluir classe Banco_crud.php*/
require_once './Banco_Crud.php';
/*incluir classe Aluno.php*/
require_once './Usuarios_Interface.php';
if (isset($_POST['Novo_User'])) {
    $nome_n = $_POST['nome_novo'];
    $nota_n = $_POST['nota_novo'];
    $obj_aluno_column = new Usuarios_Interface();
    $obj_aluno_column->setUsername($nome_n)->setPswd($nota_n);
    $obj_banco_column = new banco_crud(include_once './conexao.php', $obj_aluno_column);
    $obj_banco_column->inserir_user_entity($obj_aluno_column->getUsername(), $obj_aluno_column->getPswd());
    header("Location:index.php?page=view_lista_user");
}
<?php

session_start();
if (isset($_SESSION['user_name']) && isset($_SESSION['user_pswd'])) {
    ?>


<?php 
    require_once './EntidadeInterface.php';
    require_once './Usuarios_Interface.php';
    require_once './Banco_Crud.php';
    if ($_POST['buscar_user'] != null || $_POST['buscar_user'] != " ") {
        $nome_u = $_POST['buscar_usuario'];
        $user_oo = new Usuarios_Interface();
        $banco = new banco_crud(require_once './conexao.php', $user_oo);
        $banco->listarPU_entity($nome_u);
        echo '<body>' . '<table>' . '<tr>' . '<td>Voltar à Busca :</td>' . '<td alingn=middle width=550><a href=index.php?page=buscar_user><input  type="submit" name="busca_1" value="Usuario" ></a>' . '</td>' . '</tr>' . '</table>' . '</body>';
    }
} else {
    ?>
<p>Por favor realizar seu login no sistema!</p>
<br/><?php 
    echo '<body>' . '<table>' . '<tr>' . '<td>Ir' . '</td>' . '<td>Login' . '</td>' . '<td alingn=middle width=550><a href=index.php?page=login_user><input  type="submit" name="nome" value="Click" ></a>' . '</td>' . '</tr>' . '</table>' . '</body>';
}
session_start();
if (isset($_SESSION['user_name']) && isset($_SESSION['user_pswd'])) {
    ?>



<?php 
    require_once './EntidadeInterface.php';
    require_once './Alunos.php';
    require_once './Banco_Crud.php';
    if (isset($_POST['salvar'])) {
        $id_ed = $_POST['id_editar'];
        $nome_ed = $_POST['nome_editar'];
        $nota_ed = $_POST['nota_editar'];
        //$nota_ed = $_POST['nota_editar'];
        //$array_editar = array($nome_ed,$nota_ed);
        $teste = new Alunos();
        $banco_ed = new banco_crud(require_once './conexao.php', $teste);
        $banco_ed->editar_entity($id_ed, $nome_ed, $nota_ed);
        echo '<table>' . '<tr>' . '<td>Voltar Lista :</td>' . '<td alingn=middle width=550><a href=index.php?page=view_lista><input  type="submit" name="nome_lis" value="Alunos" ></a>' . '</td>' . '</tr>' . '</table>';
    }
} else {
    ?>
<p>Por favor realizar seu login no sistema!</p>
<br/><?php 
    echo '<body>' . '<table>' . '<tr>' . '<td>Ir' . '</td>' . '<td>Login' . '</td>' . '<td alingn=middle width=550><a href=index.php?page=login_user><input  type="submit" name="nome_lis" value="Click" ></a>' . '</td>' . '</tr>' . '</table>' . '</body>';
}
?>

<?php

session_start();
if (isset($_SESSION['user_name']) && isset($_SESSION['user_pswd'])) {
    ?>

<?php 
    require_once './EntidadeInterface.php';
    /*Incluir classe Banco_crud.php*/
    require_once './Banco_Crud.php';
    /*incluir classe Aluno.php*/
    require_once './Alunos.php';
    $obj_aluno_column = new Alunos();
    if (isset($_POST['Novo'])) {
        $nome_n = $_POST['nome_novo'];
        $nota_n = $_POST['nota_novo'];
        $obj_aluno_column = new Alunos();
        $obj_aluno_column->setNome($nome_n)->setNota($nota_n);
        $obj_banco_column = new banco_crud(include_once './conexao.php', $obj_aluno_column);
        $obj_banco_column->inserir_entity($obj_aluno_column->getNome(), $obj_aluno_column->getNota());
        header("Location:index.php?page=view_lista");
    }
} else {
    ?>
<p>Por favor realizar seu login no sistema!</p>
<br/><?php 
    echo '<body>' . '<table>' . '<tr>' . '<td>Ir' . '</td>' . '<td>Login' . '</td>' . '<td alingn=middle width=550><a href=index.php?page=login_user><input  type="submit" name="nome_lis" value="Click" ></a>' . '</td>' . '</tr>' . '</table>' . '</body>';
}
<?php

session_start();
if (isset($_SESSION['user_name']) && isset($_SESSION['user_pswd'])) {
    ?>

<?php 
    require_once './EntidadeInterface.php';
    require_once './Alunos.php';
    require_once './Banco_Crud.php';
    if (true) {
        $aluno_oo = new Alunos();
        $banco = new banco_crud(require_once './conexao.php', $aluno_oo);
        $banco->listar_entity();
    }
    echo '<body>' . '<table>' . '<tr>' . '<td>' . '<td>Nome Aluno' . '</td>' . '<td alingn=middle width=550><a href=index.php?page=busca_nome><input  type="submit" name="nome_lis" value="Buscar" ></a>' . '</td>' . '</tr>' . '</table>' . '</body>';
} else {
    ?>
<p>Por favor realizar seu login no sistema!</p>
<br/><?php 
    echo '<body>' . '<table>' . '<tr>' . '<td>Ir' . '</td>' . '<td>Login' . '</td>' . '<td alingn=middle width=550><a href=index.php?page=login_user><input  type="submit" name="nome_lis" value="Click" ></a>' . '</td>' . '</tr>' . '</table>' . '</body>';
}
session_start();
?>

<?php 
if (isset($_SESSION['user_sessao']) && isset($_SESSION['user_senha'])) {
    ?>

<?php 
    /*Incluir classe Banco_crud.php*/
    require_once './Banco_Crud.php';
    /*incluir classe Aluno.php*/
    require_once './Alunos.php';
    if (isset($_POST['perfil'])) {
        $id_p = $_POST['usuario'];
        $aluno = new banco_crud(require_once 'conexao.php');
        $aluno->find($id_p);
        echo '<b><a href=index.php?page=list_alunos>Voltar á Lista</a></b>';
    } else {
        echo "Erro fatal";
    }
    ?>

<?php 
} else {
    ?>

<p>Por favor realizar seu login no sistema!</p>
<br/><a href=login.php>Login</a>  
 
<?php