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
b85859bb
"app/Http/git@sites.upe.br:walter.felipe/submeta.git" did not exist on "5ae5eabe25985bc644e198db4a5a87ba2a07798b"
Commit
b85859bb
authored
Jul 21, 2021
by
José Rômulo
Browse files
Correções vizualizar projeto
parent
c3e4463e
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/views/projeto/formularioVisualizar/anexos.blade.php
View file @
b85859bb
...
...
@@ -119,9 +119,9 @@
<label
for=
"botao"
class=
"col-form-label @error('botao') is-invalid @enderror"
data-toggle=
"tooltip"
data-placement=
"bottom"
title=
"Se possuir, coloque todas em único arquivo pdf."
style=
"margin-right: 15px;"
>
{{ __('Possui autorizações especiais?') }}
<span
style=
"color: red; font-weight:bold"
>
*
</span></label>
</div>
<div
class=
"col-12"
>
<input
type=
"radio"
@
if
($
projeto-
>
anexoAutorizacaoComiteEtica) checked @endif id="radioSim" onchange="displayAutorizacoesEspeciais('sim')">
<input
type=
"radio"
@
if
($
projeto-
>
anexoAutorizacaoComiteEtica) checked @endif id="radioSim" onchange="displayAutorizacoesEspeciais('sim')"
disabled
>
<label
for=
"radioSim"
style=
"margin-right: 5px"
>
Sim
</label>
<input
type=
"radio"
id=
"radioNao"
@
if
($
projeto-
>
justificativaAutorizacaoEtica) checked @endif onchange="displayAutorizacoesEspeciais('nao')">
<input
type=
"radio"
id=
"radioNao"
@
if
($
projeto-
>
justificativaAutorizacaoEtica) checked @endif onchange="displayAutorizacoesEspeciais('nao')"
disabled
>
<label
for=
"radioNao"
style=
"margin-right: 5px"
>
Não
</label><br>
</div>
</div>
...
...
resources/views/projeto/formularioVisualizar/proponente.blade.php
View file @
b85859bb
...
...
@@ -11,18 +11,13 @@
<div
class=
"form-group col-md-12"
style=
"margin-top: 15px"
>
<label
for=
"nomeCompletoProponente1"
>
Proponente
</label>
<input
class=
"form-control"
type=
"text"
id=
"nomeCompletoProponente1"
name=
"nomeCoordenador"
disabled=
"disabled"
value=
"{{
Auth()
->user
()
->name }}"
>
<input
class=
"form-control"
type=
"text"
id=
"nomeCompletoProponente1"
name=
"nomeCoordenador"
disabled=
"disabled"
value=
"{{
$projeto->proponente
->user->name }}"
>
</div>
<div
class=
"form-group col-md-6"
>
<label
for=
"linkLattesEstudante"
>
Link do currículo Lattes
<span
style=
"color: red; font-weight:bold"
>
*
</span></label>
<input
class=
"form-control @error('linkLattesEstudante') is-invalid @enderror"
type=
"text"
name=
"linkLattesEstudante"
@
if
(
Auth
()
-
>
user()->proponentes != null
&&
Auth()->user()->proponentes->linkLattes != null)
value="{{ Auth()->user()->proponentes->linkLattes }}"
@else
value=""
@endif disabled >
<input
class=
"form-control @error('linkLattesEstudante') is-invalid @enderror"
type=
"text"
name=
"linkLattesEstudante"
value=
"{{$projeto->linkLattesEstudante}}"
disabled
>
<small>
Ex.: http://lattes.cnpq.br/8363536830656923
</small>
@error('linkLattesEstudante')
<span
class=
"invalid-feedback"
role=
"alert"
style=
"overflow: visible; display:block"
>
...
...
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