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