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
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 @@
...
@@ -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>
<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>
<div
class=
"col-12"
>
<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>
<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>
<label
for=
"radioNao"
style=
"margin-right: 5px"
>
Não
</label><br>
</div>
</div>
</div>
</div>
...
...
resources/views/projeto/formularioVisualizar/proponente.blade.php
View file @
b85859bb
...
@@ -11,18 +11,13 @@
...
@@ -11,18 +11,13 @@
<div
class=
"form-group col-md-12"
style=
"margin-top: 15px"
>
<div
class=
"form-group col-md-12"
style=
"margin-top: 15px"
>
<label
for=
"nomeCompletoProponente1"
>
Proponente
</label>
<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>
<div
class=
"form-group col-md-6"
>
<div
class=
"form-group col-md-6"
>
<label
for=
"linkLattesEstudante"
>
Link do currículo Lattes
<span
style=
"color: red; font-weight:bold"
>
*
</span></label>
<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"
<input
class=
"form-control @error('linkLattesEstudante') is-invalid @enderror"
type=
"text"
name=
"linkLattesEstudante"
value=
"{{$projeto->linkLattesEstudante}}"
disabled
>
@
if
(
Auth
()
-
>
user()->proponentes != null
&&
Auth()->user()->proponentes->linkLattes != null)
value="{{ Auth()->user()->proponentes->linkLattes }}"
@else
value=""
@endif disabled >
<small>
Ex.: http://lattes.cnpq.br/8363536830656923
</small>
<small>
Ex.: http://lattes.cnpq.br/8363536830656923
</small>
@error('linkLattesEstudante')
@error('linkLattesEstudante')
<span
class=
"invalid-feedback"
role=
"alert"
style=
"overflow: visible; display:block"
>
<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