Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
submeta
Commits
53dd14dd
"resources/views/avaliator_pad/form.blade.php" did not exist on "4a77de7e0555da098cb69eebbe52cf5e4ad73666"
Commit
53dd14dd
authored
Apr 29, 2022
by
unknown
Browse files
junção de cards 'meu parecer' e arquivos do projeto
parent
034de3bb
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/avaliador/parecer.blade.php
View file @
53dd14dd
...
...
@@ -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
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment