diff --git a/bibliot/cadastros/cadastra_aluno.php b/bibliot/cadastros/cadastra_aluno.php deleted file mode 100644 index 9a6e1ec..0000000 --- a/bibliot/cadastros/cadastra_aluno.php +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - Cadastrar Aluno - - - -
-
-

CADASTRAR ALUNO

-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
- -
- -
- - \ No newline at end of file diff --git a/bibliot/cadastros/cadastro_func.php b/bibliot/cadastros/cadastro_func.php deleted file mode 100644 index 0774bcc..0000000 --- a/bibliot/cadastros/cadastro_func.php +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - Sistema Bibliotecário - - - -
-
-

CADASTRAR FUNCIONARIO

-
-
-
-
-
-
-
-
- - - - -
- -
- - \ No newline at end of file diff --git a/bibliot/cadastros/cadastro_livro.php b/bibliot/cadastros/cadastro_livro.php deleted file mode 100644 index b3c7064..0000000 --- a/bibliot/cadastros/cadastro_livro.php +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - Sistema Bibliotecário - - - -
-
-

CADASTRAR LIVRO

-
- - -
-
-
-
-
-
-
-
-
-
-
-
- -
- - - - -
- -
- - diff --git a/bibliot/conexaoBD.php b/bibliot/conexaoBD.php deleted file mode 100644 index ce096d8..0000000 --- a/bibliot/conexaoBD.php +++ /dev/null @@ -1,17 +0,0 @@ - connect_error){ - echo "Falha na conexão: (".$conn -> connect_error.")
"; -} -//echo "Conectado com sucesso!
"; - - -?> \ No newline at end of file diff --git a/bibliot/consulta.php b/bibliot/consulta.php deleted file mode 100644 index e2f6a30..0000000 --- a/bibliot/consulta.php +++ /dev/null @@ -1,43 +0,0 @@ -query($sql); -?> - - - - - Acervo - - - -

Acervo

- - - - - - - - - - - - - "; - echo""; - echo""; - echo""; - echo""; - echo""; - echo""; - } - ?> - -
ISBNTítuloAutorQuantidadeEdição
".$user['isbn']."".$user['titulo']."".$user['autor']."".$user['qntd']."".$user['edicao']."
- - - \ No newline at end of file diff --git a/bibliot/css/acervo.css b/bibliot/css/acervo.css deleted file mode 100644 index 90e0806..0000000 --- a/bibliot/css/acervo.css +++ /dev/null @@ -1,52 +0,0 @@ -body{ - - background-color: #555; - display: flex; - flex-direction: column; - align-items: center; -} - -table{ - background-color: #eee; - padding: 10px; - border-radius: 20px; - font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; - color: #555; -} - -h1{ - background-color: #eee; - width: 20%; - text-align: center; - padding: 5px; - font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; - color: #555; - border-width: 2px; - border-style: outset; - border-color: buttonborder; - border-image: initial; -} - -thead{ - font-size: larger; -} - -th{ - padding-bottom: 5px; -} - -td{ - padding-left: 15px; - padding-right: 15px; -} - -button{ - background: #eee; - border-radius: 10px; - color: #555; - font-size: 100%; - margin:30px; - padding: 10px; - border-width: 2px; - border-style: outset; -} \ No newline at end of file diff --git a/bibliot/css/cadastro.css b/bibliot/css/cadastro.css deleted file mode 100644 index 90b3cb0..0000000 --- a/bibliot/css/cadastro.css +++ /dev/null @@ -1,54 +0,0 @@ -body{ - background-color: #555; - display: flex; - justify-content: center; -} - -main{ - padding: 40px; - background-color: #eee; - border-radius: 25px; -} - -form{ - display: flex; - flex-direction: column; - align-items: center; -} - -p{ - font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; - color: #666666; - font-size: 1.5em; - margin-top: 0px; -} - -.input input { - background: #fff; - border: 2px solid #ccc; - border-radius: 5px; - font-size: 120%; - height: 25px; - padding: 0 5px; -} - -.input label { - font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; - color: #666666; - margin-top: 5px; -} - -button { - background: #5cb85c; - border: 0 none; - border-radius: 25px; - color: #fff; - cursor: pointer; - display: inline-block; - white-space: nowrap; - font-size: 100%; - height: 25px; - width: 200px; - margin-top: 25px; -} - \ No newline at end of file diff --git a/bibliot/css/index.css b/bibliot/css/index.css deleted file mode 100644 index be54326..0000000 --- a/bibliot/css/index.css +++ /dev/null @@ -1,49 +0,0 @@ -body{ - display: flex; - align-items: center; - flex-direction: column; - justify-content: center; - background-color: #555; - margin-left: 0px; - margin-right: 0px; -} -main{ - margin-top: 10%; - display: grid; - grid-template-columns: 20% 20% 20%; - justify-content: space-around; - justify-items: center; -} - -div{ - background-color: #eee; - border-radius: 20px; - padding: 10px; - width: 300px; - height: 150px; - display: flex; - margin: 10px; - align-items: center; - font-family: 'Cambria', 'Cochin', Georgia, Times, 'Times New Roman', serif; - font-size: 2em; - text-align: center; -} -a{ - outline: none; - text-decoration: none; -} -a:link{ - color: #666666; -} -a:visited{ - color: #666666; -} - -button{ - background: #eee; - border-radius: 10px; - color: #555; - font-size: 100%; - margin:30px; - padding: 10px; -} \ No newline at end of file diff --git a/bibliot/css/index1.css b/bibliot/css/index1.css deleted file mode 100644 index cecf042..0000000 --- a/bibliot/css/index1.css +++ /dev/null @@ -1,55 +0,0 @@ -body{ - display: flex; - align-items: center; - justify-content: center; - flex-direction: column; - background-color: #555; - margin-left: 0px; - margin-right: 0px; -} - -main{ - margin-top: 10%; - display: flex; - align-items: center; - justify-content: center; -} - -div{ - background-color: #eee; - border-radius: 20px; - padding: 10px; - width: 300px; - height: 150px; - display: flex; - margin: 10px; - align-items: center; - font-family: 'Cambria', 'Cochin', Georgia, Times, 'Times New Roman', serif; - font-size: 2em; - text-align: center; - justify-content: center; -} - -a{ - outline: none; - text-decoration: none; -} - -a:link{ - color: #666666; -} -a:visited{ - color: #666666; -} - - -button{ - background: #eee; - border-radius: 10px; - color: #555; - font-size: 100%; - margin:30px; - padding: 10px; - border-width: 2px; - border-style: outset; -} \ No newline at end of file diff --git a/bibliot/css/login.css b/bibliot/css/login.css deleted file mode 100644 index d3edc39..0000000 --- a/bibliot/css/login.css +++ /dev/null @@ -1,64 +0,0 @@ -body{ - display: flex; - align-items: center; - justify-content: center; - background-color: #555; - margin-left: 0px; - margin-right: 0px; -} - -main{ - margin-top: 10%; - display: flex; - align-items: center; - justify-content: center; -} - -form{ - background-color: #eee; - border-radius: 20px; - padding: 10px; - width: 250px; - height: 250px; - display: flex; - align-items: center; - justify-content: space-evenly; - flex-direction: column; -} - -form div{ - width: 200px; -} - -p{ - font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; - color: #666666; - font-size:115%; - margin: 0px; -} - -.input input{ - background: #fff; - border: 2px solid #ccc; - border-radius: 5px; - height: 25px; - -} - -.input label{ - font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; - color: #666666; -} - -button{ - background: #5cb85c; - border: 0 none; - border-radius: 25px; - color: #fff; - cursor: pointer; - display: inline-block; - white-space: nowrap; - font-size: 100%; - height: 25px; - width: 200px; -} diff --git a/bibliot/css/resultado_c.css b/bibliot/css/resultado_c.css deleted file mode 100644 index b153973..0000000 --- a/bibliot/css/resultado_c.css +++ /dev/null @@ -1,32 +0,0 @@ -body{ - display: flex; - align-items: center; - justify-content: center; - background-color: #555; - margin-left: 0px; - margin-right: 0px; -} - -main{ - margin-top: 15% ; - display: flex; - flex-direction: column; - align-items: center; -} - -p{ - color: #eee; - font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; - font-size: 200%; -} - -button{ - background: #eee; - border: 0 none; - border-radius: 10px; - color: #555; - display: inline-block; - font-size: 100%; - height: 25px; - width: 200px; -} \ No newline at end of file diff --git a/bibliot/erro_loguin.php b/bibliot/erro_loguin.php deleted file mode 100644 index 07ec0a3..0000000 --- a/bibliot/erro_loguin.php +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - Erro ao Logar - - - -
-

- -

- -
- - - \ No newline at end of file diff --git a/bibliot/index.html b/bibliot/index.html deleted file mode 100644 index a4d517c..0000000 --- a/bibliot/index.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - Sistema Bibliotecário - - - -
-

LOGIN ALUNO

-

LOGIN FUNCIONÁRIO

-
- - \ No newline at end of file diff --git a/bibliot/loginaluno.php b/bibliot/loginaluno.php deleted file mode 100644 index c228692..0000000 --- a/bibliot/loginaluno.php +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - Sistema Bibliotecário - - - -
-
-

LOGIN ALUNO

-
-
-
-
-
-
- - - -
- -
- - \ No newline at end of file diff --git a/bibliot/loginfuncionario.php b/bibliot/loginfuncionario.php deleted file mode 100644 index 94f643b..0000000 --- a/bibliot/loginfuncionario.php +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - Sistema Bibliotecário - - - -
-
-

LOGIN FUNCIONÁRIO

-
-
-
-
-
-
- - - -
- -
- - \ No newline at end of file diff --git a/bibliot/principal_aluno.php b/bibliot/principal_aluno.php deleted file mode 100644 index 481fee3..0000000 --- a/bibliot/principal_aluno.php +++ /dev/null @@ -1,15 +0,0 @@ - - - - - Sistema Bibliotecário - - - -
-

CONSULTA

-

HISTÓRICO

-
- - - \ No newline at end of file diff --git a/bibliot/principal_func.php b/bibliot/principal_func.php deleted file mode 100644 index 18267d1..0000000 --- a/bibliot/principal_func.php +++ /dev/null @@ -1,18 +0,0 @@ - - - - - Sistema Bibliotecário - - - -
-

CADASTRAR ALUNO

-

CADASTRAR LIVRO

-

CADASTRAR FUNCIONÁRIO

-

REALIZAR EMPRÉSTIMO

-

REALIZAR DEVOLUÇÃO

-
- - - \ No newline at end of file diff --git a/bibliot/resp_cadastro_aluno.php b/bibliot/resp_cadastro_aluno.php deleted file mode 100644 index 3028a6d..0000000 --- a/bibliot/resp_cadastro_aluno.php +++ /dev/null @@ -1,23 +0,0 @@ - \ No newline at end of file diff --git a/bibliot/resp_cadastro_func.php b/bibliot/resp_cadastro_func.php deleted file mode 100644 index 2418c69..0000000 --- a/bibliot/resp_cadastro_func.php +++ /dev/null @@ -1,21 +0,0 @@ - \ No newline at end of file diff --git a/bibliot/resp_cadastro_livro.php b/bibliot/resp_cadastro_livro.php deleted file mode 100644 index 35521ab..0000000 --- a/bibliot/resp_cadastro_livro.php +++ /dev/null @@ -1,23 +0,0 @@ - \ No newline at end of file diff --git a/bibliot/resp_consulta_acervo.php b/bibliot/resp_consulta_acervo.php deleted file mode 100644 index 0ab6af5..0000000 --- a/bibliot/resp_consulta_acervo.php +++ /dev/null @@ -1,26 +0,0 @@ -query($sql); -if ($result->num_rows > 0) { /*saída de dados de cada coluna */ - while ($row = $result->fetch_assoc()) { - echo "livro encontrado
"; - - echo ""; - echo "
"; - foreach($result as $p_titulo => $p_autor){ - print "
"; - } - echo "
Título Autor
$p_titulo $p_autor
"; - - } -} else { - echo " 0 resultados"; -} -$conn->close(); -?> \ No newline at end of file diff --git a/bibliot/resp_login_aluno.php b/bibliot/resp_login_aluno.php deleted file mode 100644 index 68a5441..0000000 --- a/bibliot/resp_login_aluno.php +++ /dev/null @@ -1,22 +0,0 @@ -query($sql); - -if ($result->num_rows > 0) { /*saída de dados de cada coluna */ - while ($row = $result->fetch_assoc()) { - echo "Bem vindo!
"; - header("location: principal_aluno.php"); - } -} else { - $_SESSION['erro'] = "Erro ao tentar fazer Login!"; - header("location: erro_loguin.php"); -} - -$conn->close(); -?> \ No newline at end of file diff --git a/bibliot/resp_login_func.php b/bibliot/resp_login_func.php deleted file mode 100644 index 0fd9302..0000000 --- a/bibliot/resp_login_func.php +++ /dev/null @@ -1,16 +0,0 @@ -query($sql); - -if ($result->num_rows > 0) { /*saída de dados de cada coluna */ - header("location: principal_func.php"); -} else { - $_SESSION['erro'] = "Erro ao tentar fazer Login!"; - header("location: erro_loguin.php"); -} -$conn->close(); -?> \ No newline at end of file diff --git a/bibliot/resultado_cadastramento.php b/bibliot/resultado_cadastramento.php deleted file mode 100644 index d1260f1..0000000 --- a/bibliot/resultado_cadastramento.php +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - Cadastramento - - - -
-

- -

- -
- - - \ No newline at end of file