diff --git a/Classes/Alunos.php b/Classes/Alunos.php
index e1d859a..6eb89c9 100644
--- a/Classes/Alunos.php
+++ b/Classes/Alunos.php
@@ -44,10 +44,10 @@ function getAev(){
function getSistema(){
return $this->sistema;
}
- function pesquisa_banco(){
+ function pesquisa_banco($ma){
$pdo = new PDO( 'mysql:host=localhost;dbname=Al', 'root', '' );
$pdo -> query("SET NAMES UTF8");
- $stmt = $pdo->prepare("SELECT *,COUNT(*) FROM Alunos WHERE Num_mat LIKE '$this->matricula%'");
+ $stmt = $pdo->prepare("SELECT *,COUNT(*) FROM Alunos WHERE Num_mat LIKE '$ma%'");
$stmt->execute(array('id','Cod_cur','Num_mat','Nome_civil','Nome_cur','Fin','Fev','Ain','Aev','sistema','Nome_social','COUNT(*)'));
$resultado = $stmt->fetchAll(PDO::FETCH_ASSOC);
foreach($resultado as $item){
diff --git a/Classes/Etiquetas.php b/Classes/Etiquetas.php
new file mode 100644
index 0000000..d72c468
--- /dev/null
+++ b/Classes/Etiquetas.php
@@ -0,0 +1,43 @@
+res;
+ }
+ function getA1(){
+ return $this->a1;
+ }
+ function getA2(){
+ return $this->a2;
+ }
+ function getA3(){
+ return $this->a3;
+ }
+ function getA4(){
+ return $this->a4;
+ }
+ function getA5(){
+ return $this->a5;
+ }
+ function getA6(){
+ return $this->a6;
+ }
+ function getA7(){
+ return $this->a7;
+ }
+ function getA8(){
+ return $this->a8;
+ }
+ function etq($curso,$Nome_cur,$Num_mat,$Nome_civil,$Fin,$Ain,$Fev,$Aev,$sistema){
+ $this->a1 = "
$curso |
+ $Nome_cur | ";
+ $this->a2 ="$Num_mat | ";
+ $this->a3 ="$Nome_civil | ";
+ $this->a4 ="$Fin | ";
+ $this->a5 ="$Ain | ";
+ $this->a6 ="$Fev | ";
+ $this->a7 ="$Aev | ";
+ $this->a8 ="$sistema | ";
+ }
+}
+?>
diff --git a/Etiqueta.html b/Etiqueta.html
index b2bd484..c40380c 100644
--- a/Etiqueta.html
+++ b/Etiqueta.html
@@ -1,76 +1,59 @@
+}
+#Modelo_body .xl80{
+ font-size:11px;
+ height:0.5cm;
+}
+
Etiquetas
-
-FA01 |
-Administração |
-
-
-19330059 |
-
-
- LUCIANA SAMPAIO MARINHO |
-
-
-PSM - Processo Seletivo Macro |
-
-
-1993/ 2° Semestre |
-
-Formado |
-
-2007/ 2° Semestre |
-
-SIE |
+FA01 |
+ Administração | FA01 |
+ Administração |
21950147 | 20330269 |
ROSENELBE ARCANJO PINHEIRO | ROSEMARY GOMES NUNES |
PSE - Portador de Diploma | PSM - Processo Seletivo Macro |
2019/ 1° Semestre | 2003/ 1° Semestre |
Sem Evasão | Formado |
| 2008/ 1° Semestre |
SIE | SIE |
AV01 |
+ Alunos avulsos |
20270037 |
ELAINE ALMEIDA SANTOS BARROS |
Aluno Avulso |
2002/ 2° Semestre |
Excluído |
2004/ 2° Semestre |
SIE |