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
2fca7a7d
Commit
2fca7a7d
authored
Jul 14, 2022
by
GuilhermeGz
Browse files
Ajuste nas telas de visualização de proposta para exibição do documento extra
parent
2c1cee65
Changes
3
Hide whitespace changes
Inline
Side-by-side
resources/views/administrador/analisarProposta.blade.php
View file @
2fca7a7d
...
...
@@ -456,10 +456,20 @@
<
div
class
=
"col-sm-4"
>
<
label
title
=
"Decisão da Câmara ou Conselho Pertinente"
for
=
"anexoCONSU"
class
=
"col-form-label font-tam"
style
=
"font-weight: bold"
>
{{
__
(
'Câmara ou Conselho Pertinente: '
)
}}
</
label
>
<
a
href
=
"{{ route('baixar.anexo.consu', ['id' =>
$trabalho->id
]) }}"
><
img
class
=
""
src
=
"
{
{asset('img/icons/pdf.ico')}
}
"
style
=
"width:40px"
alt
=
""
></
a
>
<
a
href
=
"{{ route('baixar.anexo.consu', ['id' =>
$trabalho->id
]) }}"
><
img
class
=
""
src
=
"
{
{asset('img/icons/pdf.ico')}
}
"
style
=
"width:40px"
alt
=
""
></
a
>
</
div
>
@
endif
@
if
(
$evento
->
nome_docExtra
!=
null
)
{{
--
Documento
Extra
--
}}
<
div
class
=
"col-sm-4"
>
<
label
title
=
"
{
{$evento->nome_docExtra}
}
"
for
=
"anexo_docExtra"
class
=
"col-form-label font-tam"
style
=
"font-weight: bold"
>
{{
$evento
->
nome_docExtra
}}
:</
label
>
@
if
(
$trabalho
->
anexo_docExtra
)
<
a
href
=
"{{ route('baixar.anexo.docExtra', ['id' =>
$trabalho->id
]) }}"
><
img
class
=
""
src
=
"
{
{asset('img/icons/pdf.ico')}
}
"
style
=
"width:40px"
alt
=
""
></
a
>
@
else
<
a
>
<
i
class
=
"fas fa-times-circle fa-2x"
style
=
"color:red; font-size:25px"
></
i
>
</
a
>
@
endif
</
div
>
@
endif
...
...
resources/views/avaliador/parecer.blade.php
View file @
2fca7a7d
...
...
@@ -58,6 +58,19 @@
@
endif
</
div
>
@
endforeach
{{
--
Documento
Extra
--
}}
@
if
(
$trabalho
->
evento
->
nome_docExtra
!=
null
)
<
div
class
=
"col-sm-12"
>
<
label
for
=
"anexo_docExtra"
class
=
"col-form-label font-tam"
style
=
"font-weight: bold"
>
{{
$trabalho
->
evento
->
nome_docExtra
}}
:@
if
(
$trabalho
->
evento
->
obrigatoriedade_docExtra
==
true
)
<
span
style
=
"color: red; font-weight:bold"
>*</
span
>
@
endif
</
label
>
@
if
(
$trabalho
->
anexo_docExtra
!=
null
)
<
a
href
=
"{{ route('baixar.anexo.docExtra', ['id' =>
$trabalho->id
]) }}"
><
i
class
=
"fas fa-file-pdf fa-2x"
></
i
></
a
>
@
else
<
i
class
=
"fas fa-times-circle fa-2x"
style
=
"color:red; font-size:25px"
></
i
>
@
endif
</
div
>
<
br
>
@
endif
</
div
>
<!--
TO
AKI
-->
...
...
resources/views/projeto/formularioVisualizar/anexos2.blade.php
View file @
2fca7a7d
...
...
@@ -68,6 +68,20 @@
</div>
@endif
@if($edital->nome_docExtra != null)
{{-- Documento Extra --}}
<div
class=
"col-sm-4"
>
<label
title=
"{{$edital->nome_docExtra}}"
for=
"anexo_docExtra"
class=
"col-form-label font-tam"
style=
"font-weight: bold"
>
{{$edital->nome_docExtra}}:
</label>
@if($projeto->anexo_docExtra != null)
<a
href=
"{{ route('baixar.anexo.docExtra', ['id' => $projeto->id]) }}"
><img
class=
""
src=
"{{asset('img/icons/pdf.ico')}}"
style=
"width:40px"
alt=
""
></a>
@else
<a>
<i
class=
"fas fa-times-circle fa-2x"
style=
"color:red; font-size:25px"
></i>
</a>
@endif
</div>
@endif
</div>
</div>
</div>
...
...
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