From 8e8b42026640937790e54df07e4a0b403d2ff561 Mon Sep 17 00:00:00 2001
From: Caroline Cordeiro <91352249+carolcordeiro@users.noreply.github.com>
Date: Sat, 3 Jun 2023 12:22:28 -0300
Subject: [PATCH] Delete bibliot directory
---
bibliot/cadastros/cadastra_aluno.php | 48 ---------------------
bibliot/cadastros/cadastro_func.php | 41 ------------------
bibliot/cadastros/cadastro_livro.php | 50 ----------------------
bibliot/conexaoBD.php | 17 --------
bibliot/consulta.php | 43 -------------------
bibliot/css/acervo.css | 52 ----------------------
bibliot/css/cadastro.css | 54 -----------------------
bibliot/css/index.css | 49 ---------------------
bibliot/css/index1.css | 55 ------------------------
bibliot/css/login.css | 64 ----------------------------
bibliot/css/resultado_c.css | 32 --------------
bibliot/erro_loguin.php | 20 ---------
bibliot/index.html | 14 ------
bibliot/loginaluno.php | 32 --------------
bibliot/loginfuncionario.php | 32 --------------
bibliot/principal_aluno.php | 15 -------
bibliot/principal_func.php | 18 --------
bibliot/resp_cadastro_aluno.php | 23 ----------
bibliot/resp_cadastro_func.php | 21 ---------
bibliot/resp_cadastro_livro.php | 23 ----------
bibliot/resp_consulta_acervo.php | 26 -----------
bibliot/resp_login_aluno.php | 22 ----------
bibliot/resp_login_func.php | 16 -------
bibliot/resultado_cadastramento.php | 20 ---------
24 files changed, 787 deletions(-)
delete mode 100644 bibliot/cadastros/cadastra_aluno.php
delete mode 100644 bibliot/cadastros/cadastro_func.php
delete mode 100644 bibliot/cadastros/cadastro_livro.php
delete mode 100644 bibliot/conexaoBD.php
delete mode 100644 bibliot/consulta.php
delete mode 100644 bibliot/css/acervo.css
delete mode 100644 bibliot/css/cadastro.css
delete mode 100644 bibliot/css/index.css
delete mode 100644 bibliot/css/index1.css
delete mode 100644 bibliot/css/login.css
delete mode 100644 bibliot/css/resultado_c.css
delete mode 100644 bibliot/erro_loguin.php
delete mode 100644 bibliot/index.html
delete mode 100644 bibliot/loginaluno.php
delete mode 100644 bibliot/loginfuncionario.php
delete mode 100644 bibliot/principal_aluno.php
delete mode 100644 bibliot/principal_func.php
delete mode 100644 bibliot/resp_cadastro_aluno.php
delete mode 100644 bibliot/resp_cadastro_func.php
delete mode 100644 bibliot/resp_cadastro_livro.php
delete mode 100644 bibliot/resp_consulta_acervo.php
delete mode 100644 bibliot/resp_login_aluno.php
delete mode 100644 bibliot/resp_login_func.php
delete mode 100644 bibliot/resultado_cadastramento.php
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
-
-
-
-
-
-
-
-
-
\ 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
-
-
-
-
-
-
-
-
-
\ 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
-
-
-
-
-
-
-
-
-
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
-
-
-
- ISBN |
- Título |
- Autor |
- Quantidade |
- Edição |
-
-
-
-
- ";
- echo"".$user['isbn']." | ";
- echo"".$user['titulo']." | ";
- echo"".$user['autor']." | ";
- echo"".$user['qntd']." | ";
- echo"".$user['edicao']." | ";
- echo"";
- }
- ?>
-
-
-
-
-
\ 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
-
-
-
-
-
-
-
-
-
\ 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
-
-
-
-
-
-
-
-
-
\ 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
-
-
-
-
-
-
-
-
-
\ 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
-
-
-
-
-
-
-
-
-
-
\ 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
-
-
-
-
-
-
-
-
-
-
-
-
-
\ 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 "Título | Autor |
";
- foreach($result as $p_titulo => $p_autor){
- print "$p_titulo | $p_autor |
";
- }
- echo "
";
-
- }
-} 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