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
7fc3665b
Commit
7fc3665b
authored
Oct 01, 2022
by
unknown
Browse files
Merge branch 'master' of
https://github.com/antonioDurval/submeta
parents
f26c2e5f
7b7f46c4
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/views/avaliacaoRelatorio/listar.blade.php
View file @
7fc3665b
...
...
@@ -10,7 +10,8 @@
<
strong
>
{{
session
(
'sucesso'
)
}}
</
strong
>
</
div
>
@
endif
@
component
(
'projeto.formularioVisualizar.proponente2'
,
[
'projeto'
=>
$trabalho
,
'edital'
=>
$trabalho
->
evento
])
@
component
(
'projeto.formularioVisualizar.proponente2'
,
[
'projeto'
=>
$trabalho
,
'edital'
=>
$trabalho
->
evento
,
'mostrar_val_planilha'
=>
false
])
@
endcomponent
</
div
>
...
...
@@ -23,13 +24,14 @@
<
div
class
=
"col-md-12"
><
h5
style
=
"color: #234B8B; font-weight: bold"
>
Anexos
</
h5
></
div
>
</
div
>
<
hr
style
=
"border-top: 1px solid#1492E6"
>
{{
--
Anexo
do
Projeto
--
}}
<
div
class
=
"row justify-content-left"
>
{{
--
Arquivo
--
}}
<
div
class
=
"col-sm-12"
>
<
label
for
=
"anexoProjeto"
class
=
"col-form-label font-tam"
style
=
"font-weight: bold"
>
{{
__
(
'Projeto: '
)
}}
</
label
>
style
=
"font-weight: bold"
>
Projeto
:
{{
$trabalho
->
titulo
}}
</
label
>
<
a
href
=
"{{ route('baixar.anexo.projeto', ['id' =>
$trabalho->id
])}}"
><
img
class
=
""
src
=
"
{
{asset('img/icons/pdf.ico')}
}
"
style
=
"width:40px"
...
...
@@ -76,8 +78,8 @@
>
{{
__
(
'Relatório Parcial: '
)
}}
</
label
>
@
if
(
$avaliacao
->
plano
->
relatorioParcial
)
<
a
href
=
"{{ route('baixar.documentosParticipante', ['pathDocumento' =>
$avaliacao->plano
->relatorioParcial]) }}"
><
i
class
=
"fas fa-file-pdf fa-2x"
></
i
></
a
>
<
a
href
=
"{{ route('baixar.documentosParticipante', ['pathDocumento' =>
$avaliacao->plano
->relatorioParcial]) }}"
><
i
mg
src
=
"
{
{asset('img/icons/pdf.ico')}
}
"
style
=
"width:40px"
alt
=
""
></
a
>
@
else
<
a
><
i
class
=
"fas fa-times-circle fa-2x"
></
i
></
a
>
...
...
resources/views/projeto/formularioVisualizar/proponente2.blade.php
View file @
7fc3665b
...
...
@@ -30,12 +30,14 @@
target=
"_blank"
>
{{ $projeto->linkGrupoPesquisa }}
</a>
</div>
<div
class=
"col-md-12"
>
<br>
<b
style=
"color: #4D4D4D;"
>
Valor da Planilha de Pontuação:
</b>
<a
style=
"color: #4D4D4D;"
>
{{$projeto->pontuacaoPlanilha}}
</a>
</div>
@if(!isset($mostrar_val_planilha))
<div
class=
"col-md-12"
>
<br>
<b
style=
"color: #4D4D4D;"
>
Valor da Planilha de Pontuação:
</b>
<a
style=
"color: #4D4D4D;"
>
{{$projeto->pontuacaoPlanilha}}
</a>
</div>
@endif
@endif
@if($edital->natureza_id == 3)
...
...
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