diff --git a/resources/views/administrador/analisarProposta.blade.php b/resources/views/administrador/analisarProposta.blade.php index e96e6227c2b6965647855eb15c75c4f1c2be2101..8df8c252540804b48959e9c2ba5b4557c85409f7 100644 --- a/resources/views/administrador/analisarProposta.blade.php +++ b/resources/views/administrador/analisarProposta.blade.php @@ -435,105 +435,94 @@
+ {{-- Anexo do Projeto --}}
- @if($evento->tipo != "CONTINUO") - {{-- Anexo do Projeto --}} - {{-- Arquivo --}} -
- - + {{-- Arquivo --}} +
+ + -
+
- @if($evento->tipo != "PIBEX") -
- - + @if($evento->tipo != "PIBEX") +
+ + -
- @endif +
+ @endif - @if($evento->tipo != "PIBEX") -
- @if($trabalho->anexoAutorizacaoComiteEtica != null) - - + @if($evento->tipo != "PIBEX") +
+ @if($trabalho->anexoAutorizacaoComiteEtica != null) + + + @else + + @if($trabalho->justificativaAutorizacaoEtica != null) + @else - - @if($trabalho->justificativaAutorizacaoEtica != null) - - @else - - - @endif + - @endif -
- @endif + @endif +
+ @endif - @if($evento->tipo != "PIBEX") -
- - + @if($evento->tipo != "PIBEX") +
+ + -
- @endif +
+ @endif - @if($evento->tipo != "PIBEX") -
- - @if($trabalho->anexoGrupoPesquisa != null) - - @else - - - @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 - @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
@@ -541,7 +530,6 @@ - @if($evento->tipo != "CONTINUO")
@@ -751,85 +739,82 @@
@if(count($arquivos) > 0) - -
-
Avaliações de Relatórios Parciais
-
- - @for ($i = 0; $i < count($arquivos); $i++) -
-
Título: {{$arquivos[$i]->titulo}}
-
-
-
Média das avaliações: {{$mediaAval[$i]['relatorio_parcial']}}
-
Média da apresentação: {{$mediaAval[$i]['apresentacao_parcial']}}
-
Avaliações pendentes: {{$mediaAval[$i]['pendentes_parcial']}}
-

-
-
- @foreach($mediaAval[$i]['avaliacoes_parciais'] as $aval) -
- -
-
-
{{\App\User::find($aval->user_id)->name}}
-
- @if($aval->nota == null) Pendente @else Avaliação @endif
- @if($aval->nota == null) -
Remover
- @endif -
+
Avaliações de Relatórios Parciais
+
+ @for ($i = 0; $i < count($arquivos); $i++) +
+
Título: {{$arquivos[$i]->titulo}}
+
Média das avaliações: {{$mediaAval[$i]['relatorio_parcial']}}
+
Média da apresentação: {{$mediaAval[$i]['apresentacao_parcial']}}
+
Avaliações pendentes: {{$mediaAval[$i]['pendentes_parcial']}}
+

+
+
+ @foreach($mediaAval[$i]['avaliacoes_parciais'] as $aval) +
+ +
+
+
{{\App\User::find($aval->user_id)->name}}
+
+ @if($aval->nota == null) Pendente @else Avaliação @endif
+ @if($aval->nota == null) +
Remover
+ @endif +
- -