diff --git a/resources/views/administrador/analisarProposta.blade.php b/resources/views/administrador/analisarProposta.blade.php index 33d18209d86817c0f10b8187b7e1304a7b4ece28..b13799259ccb25220a8fb128dffaa62c8ea0da69 100644 --- a/resources/views/administrador/analisarProposta.blade.php +++ b/resources/views/administrador/analisarProposta.blade.php @@ -145,7 +145,7 @@ diff --git a/resources/views/administrador/substituirParticipanteForm.blade.php b/resources/views/administrador/substituirParticipanteForm.blade.php index 77eb88826827aa227496992dfd396a0abc5099fd..9895fc2252e4835b1a2247ec38da57ad04ed4e08 100644 --- a/resources/views/administrador/substituirParticipanteForm.blade.php +++ b/resources/views/administrador/substituirParticipanteForm.blade.php @@ -149,6 +149,8 @@ @endcomponent + + @if($edital->tipo != "PIBEX")
@component('componentes.input', ['label' => 'Coeficiente de rendimento (média geral)']) @@ -156,6 +158,7 @@ @endcomponent
+ @endif
Plano de trabalho
diff --git a/resources/views/avaliador/parecer.blade.php b/resources/views/avaliador/parecer.blade.php index 13832052e96040be011c12c06d97c3403c26ec97..f879a604db5205bb181e2e41bb00eb3e6cda9026 100755 --- a/resources/views/avaliador/parecer.blade.php +++ b/resources/views/avaliador/parecer.blade.php @@ -2,7 +2,6 @@ @section('content') -
@@ -58,109 +57,96 @@
@endforeach
-
-
- - - -
-
-
-
-
- -
-
-
Meu parecer
-
Trabalho: {{ $trabalho->titulo }}
-
-
-
-
- {{-- Pesquisar--}} -
-
-
-
-
- -
-
- @csrf - - -
- @component('componentes.input', ['label' => 'Parecer']) - - @endcomponent -
-
-
-
- @component('componentes.input', ['label' => 'Pontuação calculada']) - pivot!=null && $trabalho->pivot->pontuacao !=null ) - value="{{$trabalho->pivot->pontuacao}}" - @else value="0" - @endif required> - @endcomponent + +
+
+
Meu parecer
+
Trabalho: {{$trabalho->titulo}}
+
+ + + + @csrf + + +
+ @component('componentes.input', ['label' => 'Parecer']) + + @endcomponent +
+ + @if($evento->tipo == "PIBEX") +
+
+
+ @component('componentes.input', ['label' => 'Pontuação calculada']) + pivot!=null && $trabalho->pivot->pontuacao !=null ) + value="{{$trabalho->pivot->pontuacao}}" + @else value="0" + @endif required> + @endcomponent +
-
+ @endif - -
- - - - - @if($trabalho->pivot->AnexoParecer == null) - @component('componentes.input', ['label' => 'Anexo do Parecer']) - - @endcomponent + +
+ + + + + @if($trabalho->pivot->AnexoParecer == null) + @component('componentes.input', ['label' => 'Anexo do Parecer']) + + @endcomponent - @else -
-
-
Arquivo atual
-
-
-
- - - Baixar arquivo atual - + @else +
+
+
Arquivo atual
+
+
-
-
-
-
Alterar arquivo atual
-
-
-
- +
+
+
Alterar arquivo atual
+
+
+
+ +
+ @endif +
- @endif - -
-

-
- -
+
+
+ +
+
+ + +
- -
+
-
+
@endsection @@ -170,3 +156,9 @@ @endsection + + diff --git a/resources/views/evento/formulario/participantes.blade.php b/resources/views/evento/formulario/participantes.blade.php index 410b7a2ea5d3e5c1fed125ee9a818f215d2ee809..b042439d8b16ec1652dda6a36f1d7b82d6be0c4f 100755 --- a/resources/views/evento/formulario/participantes.blade.php +++ b/resources/views/evento/formulario/participantes.blade.php @@ -355,7 +355,7 @@
- +
@@ -385,7 +385,6 @@
- + \ No newline at end of file diff --git a/resources/views/planosTrabalho/listar.blade.php b/resources/views/planosTrabalho/listar.blade.php index 2f3f7ebfa7e98ab1d5dc08c5e82bfe5270573c52..c7853d9870b9f4e4574d48d8eaf242695816dfc0 100644 --- a/resources/views/planosTrabalho/listar.blade.php +++ b/resources/views/planosTrabalho/listar.blade.php @@ -29,7 +29,7 @@ {{$arquivo->titulo}} - {{$arquivo->participante->user->name}} + {{$arquivo->participante->user->name}} @if((Auth::user()->proponentes != null) && ($arquivo->relatorioParcial == null) && ($arquivo->trabalho->evento->dt_inicioRelatorioParcial <= $hoje) && ($hoje <= $arquivo->trabalho->evento->dt_fimRelatorioParcial)) @@ -195,7 +195,7 @@ -
+
Cancelar
@@ -204,11 +204,21 @@ diff --git a/resources/views/projeto/visualizar.blade.php b/resources/views/projeto/visualizar.blade.php index ab083ad30c8e43e2150b434f85f1d2de6dcccb3e..d7647ba82bbf5b86a65103682ac1e5052f0d2a3c 100755 --- a/resources/views/projeto/visualizar.blade.php +++ b/resources/views/projeto/visualizar.blade.php @@ -27,7 +27,7 @@ @component('projeto.formularioVisualizar.anexos2', ['edital' => $edital,'projeto' => $projeto]) @endcomponent - @component('projeto.formularioVisualizar.participantes2', ['projeto' => $projeto]) + @component('projeto.formularioVisualizar.participantes2', ['projeto' => $projeto, 'edital' => $edital]) @endcomponent @component('projeto.formularioVisualizar.relatório',['edital' => $edital,'projeto' => $projeto])