From 2e8febcfdd27c190f00ce9d010800affd7ff62b7 Mon Sep 17 00:00:00 2001 From: Yuri Resende Date: Tue, 11 Apr 2023 00:00:06 -0300 Subject: [PATCH] =?UTF-8?q?Alterando=20a=20visualiza=C3=A7=C3=A3o=20dos=20?= =?UTF-8?q?projetos=20submetidos=20para=20o=20coordenador=20e=20para=20o?= =?UTF-8?q?=20proponente?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../administrador/analisarProposta.blade.php | 169 ++++++++++-------- 1 file changed, 91 insertions(+), 78 deletions(-) diff --git a/resources/views/administrador/analisarProposta.blade.php b/resources/views/administrador/analisarProposta.blade.php index 8df8c25..d1d50f3 100644 --- a/resources/views/administrador/analisarProposta.blade.php +++ b/resources/views/administrador/analisarProposta.blade.php @@ -435,94 +435,105 @@
- {{-- Anexo do Projeto --}}
- {{-- Arquivo --}} -
- - - -
- - @if($evento->tipo != "PIBEX") + @if($evento->tipo != "CONTINUO") + {{-- Anexo do Projeto --}} + {{-- Arquivo --}}
- - + +
- @endif - @if($evento->tipo != "PIBEX") -
- @if($trabalho->anexoAutorizacaoComiteEtica != null) - - - @else - - @if($trabalho->justificativaAutorizacaoEtica != null) - - @else - - - @endif - @endif -
- @endif + @if($evento->tipo != "PIBEX") +
+ + - @if($evento->tipo != "PIBEX") -
- - +
+ @endif -
- @endif + @if($evento->tipo != "PIBEX") +
+ @if($trabalho->anexoAutorizacaoComiteEtica != null) + + + @else + + @if($trabalho->justificativaAutorizacaoEtica != null) + + @else + - + @endif + @endif +
+ @endif - @if($evento->tipo != "PIBEX") -
- - @if($trabalho->anexoGrupoPesquisa != null) - tipo != "PIBEX") + - @endif - @if($evento->tipo == 'PIBIC' || $evento->tipo == 'PIBIC-EM' || $evento->tipo == "PIBEX") - {{-- Decisão do CONSU --}} -
- - -
- @endif - @if($evento->nome_docExtra != null) - {{-- Documento Extra --}} -
- - @if($trabalho->anexo_docExtra) - - @else - - - - @endif -
- @endif +
+ @endif + @if($evento->tipo != "PIBEX") +
+ + @if($trabalho->anexoGrupoPesquisa != null) + + @else + - + @endif +
+ @endif + + @if($evento->tipo == 'PIBIC' || $evento->tipo == 'PIBIC-EM' || $evento->tipo == "PIBEX") + {{-- Decisão do CONSU --}} +
+ + +
+ @endif + @if($evento->nome_docExtra != null) + {{-- Documento Extra --}} +
+ + @if($trabalho->anexo_docExtra) + + @else + + + + @endif +
+ @endif + @else +
+ + + +
+ @endif
@@ -530,6 +541,7 @@ + @if($evento->tipo != "CONTINUO")
@@ -910,6 +922,7 @@
+
@@ -1276,7 +1289,7 @@
- + @endif
-- GitLab