diff --git a/cit-ecm-web/src/main/webapp/html/credencialProcesso/credencialProcesso.jsp b/cit-ecm-web/src/main/webapp/html/credencialProcesso/credencialProcesso.jsp new file mode 100644 index 0000000..b2bf6a7 --- /dev/null +++ b/cit-ecm-web/src/main/webapp/html/credencialProcesso/credencialProcesso.jsp @@ -0,0 +1,211 @@ +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> +<%@taglib prefix="sec" uri="http://www.springframework.org/security/tags"%> + +
+
+ +
+
+

+ ECM.LABEL.GERENCIAR_CREDENCIAIS_ACESSO +

+ +
+ + +
+
+
+
+ +

+ ( * ) LABEL.CAMPOS_OBRIGATORIOS +

+ +
+ + + + + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+
+
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
LABEL.NOMELABEL.UNIDADEECM.LABEL.PODE_CREDENCIARLABEL.ACOES
{{credencialProcesso.grupo.nome}}{{credencialProcesso.usuario.username}}{{credencialProcesso.version}}{{credencialProcesso.usuario.unidade.nome}}{{credencialProcesso.permiteCredenciar ? $translate.instant('LABEL.SIM') : $translate.instant('LABEL.NAO')}} + + +
LABEL.TABELA_VAZIA
+
+
+
+
+
+ +
+ +
+ + + ECM.LABEL.HERANCA_SISTEMA + + +
+
+
+
+
+ + + + + + + + + + + + + + + + +
ECM.LABEL.USUARIO_GRUPOLABEL.UNIDADE
{{hecanca.nome}}{{hecanca.nomeUnidade}}
LABEL.TABELA_VAZIA
+
+
+
+
+ +
+ +
+
+ + + +
+
+
+
+
+ +
+
+

+ ECM.LABEL.HISTORICO_CREDENCIAL +

+ +
+ + +
+
+
+
+
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
ECM.LABEL.USUARIO_GRUPOLABEL.UNIDADEECM.LABEL.CREDENCIADORECM.LABEL.CREDENCIADO_EMECM.LABEL.DESCREDENCIADORECM.LABEL.DATA_DESCREDENCIAMENTO
{{historicoCredencialProcesso.credencialProcesso.grupo.nome}} {{historicoCredencialProcesso.credencialProcesso.usuario.username}}{{historicoCredencialProcesso.unidadeUsuarioCredenciado}}{{historicoCredencialProcesso.credencialProcesso.autor.username}}{{historicoCredencialProcesso.credencialProcesso.dataCriacao | date:'dd-MM-yyyy HH:mm'}}{{historicoCredencialProcesso.descredenciador.username}}{{historicoCredencialProcesso.dataDescredenciado | date:'dd-MM-yyyy HH:mm'}}
LABEL.TABELA_VAZIA
+
+
+
+
+
+
+
+
+ +
+ +
diff --git a/cit-ecm-web/src/main/webapp/html/gerenciarProcesso/includeCabecalhoGerenciarProcesso.jsp b/cit-ecm-web/src/main/webapp/html/gerenciarProcesso/includeCabecalhoGerenciarProcesso.jsp new file mode 100644 index 0000000..11c193b --- /dev/null +++ b/cit-ecm-web/src/main/webapp/html/gerenciarProcesso/includeCabecalhoGerenciarProcesso.jsp @@ -0,0 +1,73 @@ +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> +<%@taglib prefix="sec" uri="http://www.springframework.org/security/tags"%> + + + + + + + + + + + + + + + + + + + + + -- libgit2 0.21.2