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 @@
@section('content')
<div class="row justify-content-center">
<!--Proponente Dados-->
<div class="col-md-10" style="margin-top:4rem;padding: 0px">
......@@ -58,33 +57,15 @@
</div>
@endforeach
</div>
</div>
</div>
</div>
</div>
<div class="col-md-10" style="margin-bottom: -3rem;margin-top:20px">
<div class="card card_conteudo shadow bg-white" style="border-radius:12px; border-width:0px; overflow:auto">
<div class="card-header" style="border-top-left-radius: 12px; border-top-right-radius: 12px; background-color: #fff">
<div class="d-flex justify-content-between align-items-center" style="margin-top: 9px; margin-bottom:-1rem">
<div class="bottomVoltar" style="margin-top: -20px">
<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>
<!-- TO AKI -->
<hr style="border-top: 1px solid#1492E6">
<div class="form-row mt-3">
<div class="col-md-12"><h5 style="color: #234B8B; font-weight: bold">Meu parecer</h5></div>
<div class="col-md-12"><h6 style="color: #234B8B; font-weight: bold">Trabalho: {{$trabalho->titulo}}</h6></div>
</div>
<div class="card-body" >
<form method="POST" action="{{route('avaliador.enviarParecer')}}" enctype="multipart/form-data">
@csrf
<input type="hidden" name="trabalho_id" value="{{ $trabalho->id }}" >
......@@ -95,6 +76,7 @@
@endcomponent
</div>
@if($evento->tipo == "PIBEX")
<div class="form-group">
<div class="row justify-content-start">
<div class="col-sm-3">
......@@ -108,6 +90,7 @@
</div>
</div>
</div>
@endif
<select class="custom-select" name="recomendacao" >
......@@ -151,16 +134,19 @@
@endif
</div>
<div><hr></div>
<hr style="border-top: 1px solid#1492E6">
<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><button type="submit" class="btn btn-success">Enviar meu parecer</button></div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
@endsection
......@@ -170,3 +156,9 @@
</script>
@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