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
"...views/evento/git@sites.upe.br:walter.felipe/submeta.git" did not exist on "923615bcf3e0972f72253f296143ceb408be6707"
Commit
7fc3665b
authored
Oct 01, 2022
by
unknown
Browse files
Merge branch 'master' of
https://github.com/antonioDurval/submeta
parents
f26c2e5f
7b7f46c4
Changes
2
Show whitespace changes
Inline
Side-by-side
resources/views/avaliacaoRelatorio/listar.blade.php
View file @
7fc3665b
...
@@ -10,7 +10,8 @@
...
@@ -10,7 +10,8 @@
<
strong
>
{{
session
(
'sucesso'
)
}}
</
strong
>
<
strong
>
{{
session
(
'sucesso'
)
}}
</
strong
>
</
div
>
</
div
>
@
endif
@
endif
@
component
(
'projeto.formularioVisualizar.proponente2'
,
[
'projeto'
=>
$trabalho
,
'edital'
=>
$trabalho
->
evento
])
@
component
(
'projeto.formularioVisualizar.proponente2'
,
[
'projeto'
=>
$trabalho
,
'edital'
=>
$trabalho
->
evento
,
'mostrar_val_planilha'
=>
false
])
@
endcomponent
@
endcomponent
</
div
>
</
div
>
...
@@ -29,7 +30,8 @@
...
@@ -29,7 +30,8 @@
{{
--
Arquivo
--
}}
{{
--
Arquivo
--
}}
<
div
class
=
"col-sm-12"
>
<
div
class
=
"col-sm-12"
>
<
label
for
=
"anexoProjeto"
class
=
"col-form-label font-tam"
<
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
=
""
<
a
href
=
"{{ route('baixar.anexo.projeto', ['id' =>
$trabalho->id
])}}"
><
img
class
=
""
src
=
"
{
{asset('img/icons/pdf.ico')}
}
"
src
=
"
{
{asset('img/icons/pdf.ico')}
}
"
style
=
"width:40px"
style
=
"width:40px"
...
@@ -76,8 +78,8 @@
...
@@ -76,8 +78,8 @@
>
{{
__
(
'Relatório Parcial: '
)
}}
</
label
>
>
{{
__
(
'Relatório Parcial: '
)
}}
</
label
>
@
if
(
$avaliacao
->
plano
->
relatorioParcial
)
@
if
(
$avaliacao
->
plano
->
relatorioParcial
)
<
a
href
=
"{{ route('baixar.documentosParticipante', ['pathDocumento' =>
$avaliacao->plano
->relatorioParcial]) }}"
><
i
<
a
href
=
"{{ route('baixar.documentosParticipante', ['pathDocumento' =>
$avaliacao->plano
->relatorioParcial]) }}"
><
i
mg
class
=
"fas fa-file-pdf fa-2x"
></
i
></
a
>
src
=
"
{
{asset('img/icons/pdf.ico')}
}
"
style
=
"width:40px"
alt
=
""
></
a
>
@
else
@
else
<
a
><
i
class
=
"fas fa-times-circle fa-2x"
></
i
></
a
>
<
a
><
i
class
=
"fas fa-times-circle fa-2x"
></
i
></
a
>
...
...
resources/views/projeto/formularioVisualizar/proponente2.blade.php
View file @
7fc3665b
...
@@ -31,12 +31,14 @@
...
@@ -31,12 +31,14 @@
>
{{ $projeto->linkGrupoPesquisa }}
</a>
>
{{ $projeto->linkGrupoPesquisa }}
</a>
</div>
</div>
@if(!isset($mostrar_val_planilha))
<div
class=
"col-md-12"
>
<div
class=
"col-md-12"
>
<br>
<br>
<b
style=
"color: #4D4D4D;"
>
Valor da Planilha de Pontuação:
</b>
<b
style=
"color: #4D4D4D;"
>
Valor da Planilha de Pontuação:
</b>
<a
style=
"color: #4D4D4D;"
>
{{$projeto->pontuacaoPlanilha}}
</a>
<a
style=
"color: #4D4D4D;"
>
{{$projeto->pontuacaoPlanilha}}
</a>
</div>
</div>
@endif
@endif
@endif
@if($edital->natureza_id == 3)
@if($edital->natureza_id == 3)
<div
class=
"col-md-12"
>
<div
class=
"col-md-12"
>
...
...
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