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
5260e845
Commit
5260e845
authored
May 31, 2021
by
Danillo Bion
Browse files
modificacoes no campo
parent
3cf570cf
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/evento/submeterTrabalho.blade.php
View file @
5260e845
...
...
@@ -126,12 +126,12 @@
@
enderror
</
div
>
<
div
class
=
"form-group col-md-4"
>
<
label
for
=
"
anexoGrupoPesquisa
"
>
Link
do
grupo
de
pesquisa
</
label
>
<
input
class
=
"form-control @error('
anexoGrupoPesquisa
') is-invalid @enderror"
type
=
"text"
name
=
"
anexoGrupoPesquisa
"
value
=
"{{old('
anexoGrupoPesquisa
') !== null ? old('
anexoGrupoPesquisa
') : (isset(
$rascunho
) ?
$rascunho->
anexo
GrupoPesquisa
: '')}}"
>
<
label
for
=
"
linkGrupo
"
>
Link
do
grupo
de
pesquisa
</
label
>
<
input
class
=
"form-control @error('
linkGrupo
') is-invalid @enderror"
type
=
"text"
name
=
"
linkGrupo
"
value
=
"{{old('
linkGrupo
') !== null ? old('
linkGrupo
') : (isset(
$rascunho
) ?
$rascunho->
link
GrupoPesquisa
: '')}}"
>
<
small
>
Ex
.
:
http
://
dgp
.
cnpq
.
br
/
dgp
/
espelhogrupo
/
228363
</
small
>
@
error
(
'
anexoGrupoPesquisa
'
)
@
error
(
'
linkGrupo
'
)
<
span
class
=
"invalid-feedback"
role
=
"alert"
style
=
"overflow: visible; display:block"
>
<
strong
>
{{
$message
}}
</
strong
>
</
span
>
...
...
@@ -248,21 +248,21 @@
@
enderror
</
div
>
<
div
class
=
"form-group col-md-6"
>
<
label
for
=
"anexo
CONSU
"
class
=
"col-form-label"
>
{{
__
(
'Pdf do grupo de pesquisa'
)
}}
<
span
style
=
"color: red; font-weight:bold"
>*</
span
></
label
>
@
if
(
old
(
'anexo
ConsuPreenchido
'
)
!=
null
||
(
isset
(
$rascunho
)
&&
$rascunho
->
anexoDecisaoCONSU
!=
""
&&
$rascunho
->
anexoDecisaoCONSU
!=
null
))
<
label
for
=
"anexo
GrupoPesquisa
"
class
=
"col-form-label"
>
{{
__
(
'Pdf do grupo de pesquisa'
)
}}
<
span
style
=
"color: red; font-weight:bold"
>*</
span
></
label
>
@
if
(
old
(
'anexo
GrupoPesquisa
'
)
!=
null
||
(
isset
(
$rascunho
)
&&
$rascunho
->
anexoDecisaoCONSU
!=
""
&&
$rascunho
->
anexoDecisaoCONSU
!=
null
))
<
a
id
=
"anexoConsuTemp"
href
=
"{{ route('baixar.anexo.temp', ['eventoId' =>
$edital->id
,
'nomeAnexo' => 'anexoDecisaoCONSU' ])}}"
>
Arquivo
atual
</
a
>
@
endif
<
input
type
=
"hidden"
id
=
"anexo
ConsuPreenchido"
name
=
"anexoConsuPreenchido
"
@
if
(
isset
(
$rascunho
)
&&
$rascunho
->
anexoDecisaoCONSU
!=
""
)
value
=
"sim"
@
else
value
=
"
{
{old('anexo
ConsuPreenchido
')}
}
"
@
endif
required
>
<
input
type
=
"hidden"
id
=
"anexo
GrupoPesquisa"
name
=
"anexoGrupoPesquisa
"
@
if
(
isset
(
$rascunho
)
&&
$rascunho
->
anexoDecisaoCONSU
!=
""
)
value
=
"sim"
@
else
value
=
"
{
{old('anexo
GrupoPesquisa
')}
}
"
@
endif
required
>
<
div
class
=
"input-group"
>
<
div
class
=
"custom-file"
>
<
input
type
=
"file"
class
=
"custom-file-input @error('anexo
CONSU
') is-invalid @enderror"
id
=
"anexo
CONSU
"
aria
-
describedby
=
"inputGroupFileAddon01"
name
=
"anexo
CONSU
"
onchange
=
"verificarArquivoAnexado_pdf(this)"
required
>
<
label
class
=
"custom-file-label"
id
=
"custom-file-label"
for
=
"anexo
CONSU
"
>
O
arquivo
deve
ser
no
formato
PDF
de
até
2
MB
.
</
label
>
<
input
type
=
"file"
class
=
"custom-file-input @error('anexo
GrupoPesquisa
') is-invalid @enderror"
id
=
"anexo
GrupoPesquisa
"
aria
-
describedby
=
"inputGroupFileAddon01"
name
=
"anexo
GrupoPesquisa
"
onchange
=
"verificarArquivoAnexado_pdf(this)"
required
>
<
label
class
=
"custom-file-label"
id
=
"custom-file-label"
for
=
"anexo
GrupoPesquisa
"
>
O
arquivo
deve
ser
no
formato
PDF
de
até
2
MB
.
</
label
>
</
div
>
</
div
>
@
error
(
'anexo
CONSU
'
)
@
error
(
'anexo
GrupoPesquisa
'
)
<
span
class
=
"invalid-feedback"
role
=
"alert"
style
=
"overflow: visible; display:block"
>
<
strong
>
{{
$message
}}
</
strong
>
</
span
>
...
...
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