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
710b91a7
Commit
710b91a7
authored
Jul 10, 2020
by
carlos
Browse files
links
parent
d5125a5d
Changes
3
Show whitespace changes
Inline
Side-by-side
resources/views/administrador/novo_user.blade.php
View file @
710b91a7
...
...
@@ -227,7 +227,7 @@
<
div
class
=
"col-md-4"
>
<
label
for
=
"linkLattes"
class
=
"col-form-label"
>
{{
__
(
'Link do currículo Lattes*'
)
}}
</
label
>
<
input
id
=
"linkLattes"
type
=
"text"
class
=
"form-control @error('linkLattes') is-invalid @enderror"
name
=
"linkLattes"
value
=
"{{ old('linkLattes') }}"
autocomplete
=
"nome"
>
<
input
id
=
"linkLattes"
type
=
"text"
class
=
"form-control @error('linkLattes') is-invalid @enderror"
name
=
"linkLattes"
value
=
"{{ old('linkLattes') }}"
autocomplete
=
"nome"
placeholder
=
"http://lattes.cnpq.br/1481900951748328"
>
@
error
(
'linkLattes'
)
<
span
class
=
"invalid-feedback"
role
=
"alert"
>
...
...
resources/views/auth/register.blade.php
View file @
710b91a7
...
...
@@ -214,7 +214,7 @@
<
div
class
=
"col-md-4"
>
<
label
for
=
"linkLattes"
class
=
"col-form-label"
>
{{
__
(
'Link do currículo Lattes*'
)
}}
</
label
>
<
input
id
=
"linkLattes"
type
=
"text"
class
=
"form-control @error('linkLattes') is-invalid @enderror"
name
=
"linkLattes"
value
=
"{{ old('linkLattes') }}"
autocomplete
=
"nome"
>
<
input
id
=
"linkLattes"
type
=
"text"
class
=
"form-control @error('linkLattes') is-invalid @enderror"
name
=
"linkLattes"
value
=
"{{ old('linkLattes') }}"
autocomplete
=
"nome"
placeholder
=
"http://lattes.cnpq.br/1481900951748328"
>
@
error
(
'linkLattes'
)
<
span
class
=
"invalid-feedback"
role
=
"alert"
>
...
...
resources/views/evento/submeterTrabalho.blade.php
View file @
710b91a7
...
...
@@ -92,7 +92,7 @@
</div>
<div class="
col
-
sm
-
6
">
<label for="
linkLattesEstudante
" class="
col
-
form
-
label
">Link do Currículo Lattes do Proponente*</label>
<input class="
form
-
control
@
error
(
'linkLattesEstudante'
)
is
-
invalid
@
enderror
" type="
url
" name="
linkLattesEstudante
"
<input class="
form
-
control
@
error
(
'linkLattesEstudante'
)
is
-
invalid
@
enderror
" type="
url
" name="
linkLattesEstudante
"
placeholder="
http
://
lattes
.
cnpq
.
br
/
1481900951748328
"
@if(Auth()->user()->proponentes != null && Auth()->user()->proponentes->linkLattes != null)
value="
{{
Auth
()
->
user
()
->
proponentes
->
linkLattes
}}
"
@else
...
...
@@ -117,9 +117,9 @@
@enderror
</div>
<div class="
col
-
sm
-
6
">
<label for="
linkGrupo
" class="
col
-
form
-
label
">{{ __('Link do
g
rupo de
p
esquisa*:') }}</label>
<label for="
linkGrupo
" class="
col
-
form
-
label
">{{ __('Link do
G
rupo de
P
esquisa*:') }}</label>
<input class="
form
-
control
@
error
(
'linkGrupo'
)
is
-
invalid
@
enderror
" type="
text
" name="
linkGrupo
"
value="
{{
old
(
'linkGrupo'
)
!==
null
?
old
(
'linkGrupo'
)
:
(
isset
(
$rascunho
)
?
$rascunho
->
linkGrupoPesquisa
:
''
)}}
" placeholder="
http
://
dgp
.
cnpq
.
br
/
dgp
/
espelhogrupo
linkexemplo
/
123456
">
value="
{{
old
(
'linkGrupo'
)
!==
null
?
old
(
'linkGrupo'
)
:
(
isset
(
$rascunho
)
?
$rascunho
->
linkGrupoPesquisa
:
''
)}}
" placeholder="
http
://
dgp
.
cnpq
.
br
/
dgp
/
espelhogrupo
/
4921797051521302
">
@error('linkGrupo')
<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