From edd765f65713be4ecc25aeeeebecbe2d7353d0b6 Mon Sep 17 00:00:00 2001 From: Gustavo Pedro Date: Fri, 3 May 2019 18:04:46 -0300 Subject: [PATCH] =?UTF-8?q?Altera=C3=A7=C3=B5es=20na=20JSP=20e=20COMMAND?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ProjetoPI/WebContent/AlterarGrupo.jsp | 89 +- ProjetoPI/WebContent/CriarGrupo.jsp | 38 +- ProjetoPI/WebContent/ListarGrupos.jsp | 207 +- ProjetoPI/WebContent/Menu.jsp | 28 - ProjetoPI/WebContent/VisualizarGrupo.jsp | 130 +- .../WebContent/{.classpath => _classpath.xml} | 0 .../WebContent/{.project => _project.xml} | 0 .../WebContent/assets/{teste.jpg => azul.jpg} | Bin ProjetoPI/WebContent/common/delete-modal.jsp | 41 + ProjetoPI/WebContent/common/footer.jsp | 11 + ProjetoPI/WebContent/common/menu.jsp | 10 + ProjetoPI/WebContent/common/meta-link.jsp | 7 + ProjetoPI/WebContent/css/bootstrap-theme.css | 587 ---- .../WebContent/css/bootstrap-theme.css.map | 1 - .../WebContent/css/bootstrap-theme.min.css | 6 - .../css/bootstrap-theme.min.css.map | 1 - ProjetoPI/WebContent/css/bootstrap.css.map | 1 - ProjetoPI/WebContent/css/bootstrap.min.css | 6 - .../WebContent/css/bootstrap.min.css.map | 1 - ProjetoPI/WebContent/css/font-awesome.min.css | 4 + ProjetoPI/WebContent/css/style.css | 23 +- ProjetoPI/WebContent/fonts/FontAwesome.otf | Bin 0 -> 134808 bytes .../WebContent/fonts/fontawesome-webfont.eot | Bin 0 -> 165742 bytes .../WebContent/fonts/fontawesome-webfont.svg | 2671 +++++++++++++++++ .../WebContent/fonts/fontawesome-webfont.ttf | Bin 0 -> 165548 bytes .../WebContent/fonts/fontawesome-webfont.woff | Bin 0 -> 98024 bytes .../fonts/fontawesome-webfont.woff2 | Bin 0 -> 77160 bytes .../fonts/glyphicons-halflings-regular.eot | Bin 20127 -> 0 bytes .../fonts/glyphicons-halflings-regular.svg | 288 -- .../fonts/glyphicons-halflings-regular.ttf | Bin 45404 -> 0 bytes .../fonts/glyphicons-halflings-regular.woff | Bin 23424 -> 0 bytes .../fonts/glyphicons-halflings-regular.woff2 | Bin 18028 -> 0 bytes ProjetoPI/WebContent/home.html | 44 - ProjetoPI/WebContent/home.jsp | 23 + ProjetoPI/WebContent/index.html | 33 - ProjetoPI/WebContent/index.jsp | 54 +- ProjetoPI/WebContent/js/bootstrap.min.js | 7 - ProjetoPI/WebContent/js/jquery.min.js | 5 - ProjetoPI/WebContent/js/npm.js | 13 - ...cuperar-senha.html => recuperar-senha.jsp} | 18 +- ProjetoPI/build/classes/.gitignore | 3 +- .../controller/ServletController.class | Bin 0 -> 2071 bytes ProjetoPI/build/classes/dao/GrupoDAO.class | Bin 7362 -> 7542 bytes .../build/classes/dao/ProfessorDAO.class | Bin 6139 -> 7107 bytes ProjetoPI/build/classes/dao/UsuarioDAO.class | Bin 4532 -> 4532 bytes ProjetoPI/build/classes/model/Grupo.class | Bin 1527 -> 1752 bytes .../build/classes/service/GrupoService.class | Bin 1256 -> 1247 bytes .../classes/service/ProfessorService.class | Bin 1090 -> 1278 bytes ProjetoPI/src/command/CriarGrupo.java | 9 + ProjetoPI/src/command/ExcluirGrupo.java | 9 +- ProjetoPI/src/command/ListarGruposBuscar.java | 1 + .../src/command/ListarGruposReiniciar.java | 9 +- ProjetoPI/src/command/VisualizarGrupo.java | 9 + ProjetoPI/src/dao/GrupoDAO.java | 42 +- ProjetoPI/src/dao/ProfessorDAO.java | 33 + ProjetoPI/src/dao/UsuarioDAO.java | 23 + ProjetoPI/src/model/Grupo.java | 13 +- ProjetoPI/src/service/GrupoService.java | 14 +- ProjetoPI/src/service/ProfessorService.java | 4 + 59 files changed, 3171 insertions(+), 1345 deletions(-) delete mode 100644 ProjetoPI/WebContent/Menu.jsp rename ProjetoPI/WebContent/{.classpath => _classpath.xml} (100%) rename ProjetoPI/WebContent/{.project => _project.xml} (100%) rename ProjetoPI/WebContent/assets/{teste.jpg => azul.jpg} (100%) create mode 100644 ProjetoPI/WebContent/common/delete-modal.jsp create mode 100644 ProjetoPI/WebContent/common/footer.jsp create mode 100644 ProjetoPI/WebContent/common/menu.jsp create mode 100644 ProjetoPI/WebContent/common/meta-link.jsp delete mode 100644 ProjetoPI/WebContent/css/bootstrap-theme.css delete mode 100644 ProjetoPI/WebContent/css/bootstrap-theme.css.map delete mode 100644 ProjetoPI/WebContent/css/bootstrap-theme.min.css delete mode 100644 ProjetoPI/WebContent/css/bootstrap-theme.min.css.map delete mode 100644 ProjetoPI/WebContent/css/bootstrap.css.map delete mode 100644 ProjetoPI/WebContent/css/bootstrap.min.css delete mode 100644 ProjetoPI/WebContent/css/bootstrap.min.css.map create mode 100644 ProjetoPI/WebContent/css/font-awesome.min.css create mode 100644 ProjetoPI/WebContent/fonts/FontAwesome.otf create mode 100644 ProjetoPI/WebContent/fonts/fontawesome-webfont.eot create mode 100644 ProjetoPI/WebContent/fonts/fontawesome-webfont.svg create mode 100644 ProjetoPI/WebContent/fonts/fontawesome-webfont.ttf create mode 100644 ProjetoPI/WebContent/fonts/fontawesome-webfont.woff create mode 100644 ProjetoPI/WebContent/fonts/fontawesome-webfont.woff2 delete mode 100644 ProjetoPI/WebContent/fonts/glyphicons-halflings-regular.eot delete mode 100644 ProjetoPI/WebContent/fonts/glyphicons-halflings-regular.svg delete mode 100644 ProjetoPI/WebContent/fonts/glyphicons-halflings-regular.ttf delete mode 100644 ProjetoPI/WebContent/fonts/glyphicons-halflings-regular.woff delete mode 100644 ProjetoPI/WebContent/fonts/glyphicons-halflings-regular.woff2 delete mode 100644 ProjetoPI/WebContent/home.html create mode 100644 ProjetoPI/WebContent/home.jsp delete mode 100644 ProjetoPI/WebContent/index.html delete mode 100644 ProjetoPI/WebContent/js/bootstrap.min.js delete mode 100644 ProjetoPI/WebContent/js/jquery.min.js delete mode 100644 ProjetoPI/WebContent/js/npm.js rename ProjetoPI/WebContent/{recuperar-senha.html => recuperar-senha.jsp} (59%) create mode 100644 ProjetoPI/build/classes/controller/ServletController.class diff --git a/ProjetoPI/WebContent/AlterarGrupo.jsp b/ProjetoPI/WebContent/AlterarGrupo.jsp index a112c8f..096d74e 100644 --- a/ProjetoPI/WebContent/AlterarGrupo.jsp +++ b/ProjetoPI/WebContent/AlterarGrupo.jsp @@ -1,52 +1,51 @@ <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> - - + + - - - - - Alterar Grupo + + + USJT - Alterar Grupo + - - - - - - - - -
- - -
- - -
-
- - -
-
-
-
- - -
-
-
-
-
- - Cancelar -
-
-
+ + + + +
+ + +
+ + +
+
+ + +
+
+
+
+ + +
+
+
+
+
+ + Cancelar
- - - +
+
+
+ +
+ +
+ - \ No newline at end of file + \ No newline at end of file diff --git a/ProjetoPI/WebContent/CriarGrupo.jsp b/ProjetoPI/WebContent/CriarGrupo.jsp index fd3d63c..91f6d20 100644 --- a/ProjetoPI/WebContent/CriarGrupo.jsp +++ b/ProjetoPI/WebContent/CriarGrupo.jsp @@ -1,27 +1,37 @@ <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> + - - - - Criar Grupo - - - + + USJT - Criar Grupo - + - +
-
+ + +
+
+ +
+
+
+
@@ -40,13 +50,15 @@
- Cancelar + Cancelar
- - + +
+ +
\ No newline at end of file diff --git a/ProjetoPI/WebContent/ListarGrupos.jsp b/ProjetoPI/WebContent/ListarGrupos.jsp index bbf2c59..b5ab008 100644 --- a/ProjetoPI/WebContent/ListarGrupos.jsp +++ b/ProjetoPI/WebContent/ListarGrupos.jsp @@ -1,115 +1,92 @@ <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> - - + + - - - - - Buscar Grupos + + + USJT - Listar Grupos + - - + - +
+ +
+ +
+
+
+
+

Grupos

+
- - -