Commit 53dd14dd authored by unknown's avatar unknown
Browse files

junção de cards 'meu parecer' e arquivos do projeto

parent 034de3bb
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
@section('content') @section('content')
<div class="row justify-content-center"> <div class="row justify-content-center">
<!--Proponente Dados--> <!--Proponente Dados-->
<div class="col-md-10" style="margin-top:4rem;padding: 0px"> <div class="col-md-10" style="margin-top:4rem;padding: 0px">
...@@ -58,33 +57,15 @@ ...@@ -58,33 +57,15 @@
</div> </div>
@endforeach @endforeach
</div> </div>
</div>
</div>
</div>
</div>
<div class="col-md-10" style="margin-bottom: -3rem;margin-top:20px"> <!-- TO AKI -->
<div class="card card_conteudo shadow bg-white" style="border-radius:12px; border-width:0px; overflow:auto"> <hr style="border-top: 1px solid#1492E6">
<div class="card-header" style="border-top-left-radius: 12px; border-top-right-radius: 12px; background-color: #fff"> <div class="form-row mt-3">
<div class="d-flex justify-content-between align-items-center" style="margin-top: 9px; margin-bottom:-1rem"> <div class="col-md-12"><h5 style="color: #234B8B; font-weight: bold">Meu parecer</h5></div>
<div class="bottomVoltar" style="margin-top: -20px"> <div class="col-md-12"><h6 style="color: #234B8B; font-weight: bold">Trabalho: {{$trabalho->titulo}}</h6></div>
<a href="javascript:history.back()" class="btn btn-secondary" style=""><img src="{{asset('img/icons/logo_esquerda.png')}}" alt="" width="15px"></a>
</div>
<div class="form-group">
<h5 class="card-title mb-0" style="font-size:25px; font-family:Arial, Helvetica, sans-serif; color:#1492E6">Meu parecer</h5>
<h5 class="card-title mb-0" style="font-size:19px; font-family:Arial, Helvetica, sans-serif; color:#909090">Trabalho: {{ $trabalho->titulo }}</h5>
</div>
<div style="margin-top: -2rem">
<div class="form-group">
<div style="margin-top:30px;">
{{-- Pesquisar--}}
</div>
</div>
</div>
</div>
</div> </div>
<div class="card-body" >
<form method="POST" action="{{route('avaliador.enviarParecer')}}" enctype="multipart/form-data"> <form method="POST" action="{{route('avaliador.enviarParecer')}}" enctype="multipart/form-data">
@csrf @csrf
<input type="hidden" name="trabalho_id" value="{{ $trabalho->id }}" > <input type="hidden" name="trabalho_id" value="{{ $trabalho->id }}" >
...@@ -95,6 +76,7 @@ ...@@ -95,6 +76,7 @@
@endcomponent @endcomponent
</div> </div>
@if($evento->tipo == "PIBEX")
<div class="form-group"> <div class="form-group">
<div class="row justify-content-start"> <div class="row justify-content-start">
<div class="col-sm-3"> <div class="col-sm-3">
...@@ -108,6 +90,7 @@ ...@@ -108,6 +90,7 @@
</div> </div>
</div> </div>
</div> </div>
@endif
<select class="custom-select" name="recomendacao" > <select class="custom-select" name="recomendacao" >
...@@ -151,16 +134,19 @@ ...@@ -151,16 +134,19 @@
@endif @endif
</div> </div>
<div><hr></div> <hr style="border-top: 1px solid#1492E6">
<div class="d-flex justify-content-end"> <div class="d-flex justify-content-end">
<div style="margin-right: 15px"><a href="{{ route('avaliador.visualizarTrabalho', ['evento_id' => $evento->id])}}" class="btn btn-light" style="color: red;">Cancelar</a></div> <div style="margin-right: 15px"><a href="{{ route('avaliador.visualizarTrabalho', ['evento_id' => $evento->id])}}" class="btn btn-light" style="color: red;">Cancelar</a></div>
<div><button type="submit" class="btn btn-success">Enviar meu parecer</button></div> <div><button type="submit" class="btn btn-success">Enviar meu parecer</button></div>
</div> </div>
</form> </form>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div>
@endsection @endsection
...@@ -170,3 +156,9 @@ ...@@ -170,3 +156,9 @@
</script> </script>
@endsection @endsection
<style>
label {
font-weight: bold;
}
</style>
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment