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
5d5801e2
Unverified
Commit
5d5801e2
authored
May 19, 2023
by
Antônio Durval
Committed by
GitHub
May 19, 2023
Browse files
Merge pull request #877 from antonioDurval/master
Formatando página do Avaliador qnd for Ad Hoc (PIBEX-Extensão)
parents
52eb5fa2
c2ebd86d
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/avaliador/parecer.blade.php
View file @
5d5801e2
...
@@ -4,11 +4,13 @@
...
@@ -4,11 +4,13 @@
<
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"
>
@
if
(
$evento
->
tipo
!=
"PIBEX"
&&
$evento
->
natureza_id
!=
3
)
@
component
(
'projeto.formularioVisualizar.proponente2'
,
[
'edital'
=>
$trabalho
->
evento
,
'projeto'
=>
$trabalho
])
<
div
class
=
"col-md-10"
style
=
"margin-top:4rem;padding: 0px"
>
@
endcomponent
@
component
(
'projeto.formularioVisualizar.proponente2'
,
[
'edital'
=>
$trabalho
->
evento
,
'projeto'
=>
$trabalho
])
</
div
>
@
endcomponent
</
div
>
@
endif
<!--
Anexos
do
Projeto
-->
<!--
Anexos
do
Projeto
-->
<
div
class
=
"col-md-10"
style
=
"margin-top:20px"
>
<
div
class
=
"col-md-10"
style
=
"margin-top:20px"
>
<
div
class
=
"card"
style
=
"border-radius: 5px"
>
<
div
class
=
"card"
style
=
"border-radius: 5px"
>
...
@@ -23,7 +25,8 @@
...
@@ -23,7 +25,8 @@
<
div
class
=
"row justify-content-left"
>
<
div
class
=
"row justify-content-left"
>
{{
--
Arquivo
--
}}
{{
--
Arquivo
--
}}
<
div
class
=
"col-sm-12"
>
<
div
class
=
"col-sm-12"
>
<
label
for
=
"anexoProjeto"
class
=
"col-form-label font-tam"
style
=
"font-weight: bold"
>
{{
__
(
'Projeto: '
)
}}
</
label
>
<
label
for
=
"anexoProjeto"
class
=
"col-form-label font-tam"
style
=
"font-weight: bold"
>
{{
__
(
'Título do projeto com arquivo digital: '
)
}}
</
label
>
{{
$trabalho
->
titulo
}}
<
a
href
=
"{{ route('baixar.anexo.projeto', ['id' =>
$trabalho->id
])}}"
><
img
class
=
""
src
=
"
{
{asset('img/icons/pdf.ico')}
}
"
style
=
"width:40px"
alt
=
""
></
a
>
<
a
href
=
"{{ route('baixar.anexo.projeto', ['id' =>
$trabalho->id
])}}"
><
img
class
=
""
src
=
"
{
{asset('img/icons/pdf.ico')}
}
"
style
=
"width:40px"
alt
=
""
></
a
>
</
div
>
</
div
>
...
@@ -52,7 +55,8 @@
...
@@ -52,7 +55,8 @@
<
div
class
=
"col-sm-12"
>
<
div
class
=
"col-sm-12"
>
@
if
(
$participante
->
planoTrabalho
!=
null
)
@
if
(
$participante
->
planoTrabalho
!=
null
)
<
label
for
=
"anexoProjeto"
class
=
"col-form-label font-tam"
style
=
"font-weight: bold"
<
label
for
=
"anexoProjeto"
class
=
"col-form-label font-tam"
style
=
"font-weight: bold"
title
=
"
{
{$participante->planoTrabalho->titulo}
}
"
>
{{
__
(
'Projeto: '
)
}}{{
$participante
->
planoTrabalho
->
titulo
}}
</
label
>
title
=
"
{
{$participante->planoTrabalho->titulo}
}
"
>
{{
__
(
'Título do plano de trabalho com arquivo digital: '
)
}}
</
label
>
{{
$participante
->
planoTrabalho
->
titulo
}}
@
endif
@
endif
@
if
(
$planoTrabalhoTemp
!=
null
)
@
if
(
$planoTrabalhoTemp
!=
null
)
<
a
href
=
"{{route('download', ['file' =>
$planoTrabalhoTemp
])}}"
><
img
src
=
"
{
{asset('img/icons/pdf.ico')}
}
"
style
=
"width:40px"
alt
=
""
></
a
>
<
a
href
=
"{{route('download', ['file' =>
$planoTrabalhoTemp
])}}"
><
img
src
=
"
{
{asset('img/icons/pdf.ico')}
}
"
style
=
"width:40px"
alt
=
""
></
a
>
...
...
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