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
6c5bcf4d
Commit
6c5bcf4d
authored
2 years ago
by
Yuri Resende
Browse files
Options
Download
Email Patches
Plain Diff
Retirando funções que não são utilizadas nos editais PIBEX
parent
7edf98f9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
resources/views/evento/formulario/integrantes.blade.php
+7
-3
resources/views/evento/formulario/integrantes.blade.php
resources/views/projeto/editaFormulario/integrantes.blade.php
+6
-4
...urces/views/projeto/editaFormulario/integrantes.blade.php
with
13 additions
and
7 deletions
+13
-7
resources/views/evento/formulario/integrantes.blade.php
View file @
6c5bcf4d
...
@@ -50,9 +50,13 @@
...
@@ -50,9 +50,13 @@
<label
for=
"funcao_participante"
>
Função do Integrante:
</label>
<label
for=
"funcao_participante"
>
Função do Integrante:
</label>
<select
name=
""
id=
"funcao_participante"
class=
"form-control"
>
<select
name=
""
id=
"funcao_participante"
class=
"form-control"
>
@foreach($funcaoParticipantes as $funcao)
@foreach($funcaoParticipantes as $funcao)
@if($funcao->nome != 'Bolsista')
@if($edital->natureza_id == 3)
@if($edital->tipo == "CONTINUO"
&&
$funcao->nome != 'Bolsista')
<option
value=
"{{$funcao->id}}"
>
{{ $funcao->nome }}
</option>
<option
value=
"{{$funcao->id}}"
>
{{ $funcao->nome }}
</option>
@elseif($edital->tipo != "CONTINUO")
@elseif($funcao->nome != "Consultor"
&&
$funcao->nome != "Pesquisador"
&&
$funcao->nome != "Voluntário")
<option
value=
"{{$funcao->id}}"
>
{{ $funcao->nome }}
</option>
@endif
@else
<option
value=
"{{$funcao->id}}"
>
{{ $funcao->nome }}
</option>
<option
value=
"{{$funcao->id}}"
>
{{ $funcao->nome }}
</option>
@endif
@endif
@endforeach
@endforeach
...
...
This diff is collapsed.
Click to expand it.
resources/views/projeto/editaFormulario/integrantes.blade.php
View file @
6c5bcf4d
...
@@ -45,13 +45,15 @@
...
@@ -45,13 +45,15 @@
<div
class=
"form-row d-flex"
style=
"margin-top:10px"
>
<div
class=
"form-row d-flex"
style=
"margin-top:10px"
>
<label
for=
"funcao_participante"
>
Função do Integrante:
</label>
<label
for=
"funcao_participante"
>
Função do Integrante:
</label>
<select
name=
""
id=
"funcao_participante"
class=
"form-control"
>
<select
name=
""
id=
"funcao_participante"
class=
"form-control"
>
@
foreach($funcaoParticipantes as $funcao
)
@
if($edital->natureza_id == 3
)
@if($funcao->nome != 'Bolsista')
@if(
$edital->tipo == "CONTINUO"
&&
$funcao->nome != 'Bolsista')
<option
value=
"{{$funcao->id}}"
>
{{ $funcao->nome }}
</option>
<option
value=
"{{$funcao->id}}"
>
{{ $funcao->nome }}
</option>
@elseif($edital->tipo != "CONTINUO")
@elseif($funcao->nome != "Consultor"
&&
$funcao->nome != "Pesquisador"
&&
$funcao->nome != "Voluntário")
<option
value=
"{{$funcao->id}}"
>
{{ $funcao->nome }}
</option>
@endif
@else
<option
value=
"{{$funcao->id}}"
>
{{ $funcao->nome }}
</option>
<option
value=
"{{$funcao->id}}"
>
{{ $funcao->nome }}
</option>
@endif
@endif
@endforeach
</select>
</select>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
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