Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
768e06e6
Commit
768e06e6
authored
3 years ago
by
Guilherme Silva
Browse files
Options
Download
Email Patches
Plain Diff
Ajuste na janela de avaliador e diferenciação do edital pibex
parent
39586201
master
carl-branch
dependabot/composer/dompdf/dompdf-1.2.2
dependabot/composer/guzzlehttp/guzzle-6.5.8
dependabot/composer/symfony/http-kernel-4.4.50
dependabot/npm_and_yarn/decode-uri-component-0.2.2
dependabot/npm_and_yarn/express-4.18.2
dependabot/npm_and_yarn/json5-and-json5-2.2.3
dependabot/npm_and_yarn/loader-utils-and-webpack-cli-1.4.2
dependabot/npm_and_yarn/minimist-and-mkdirp-1.2.8
dependabot/npm_and_yarn/qs-and-express-6.11.0
excluir_projeto_submetido
updates_mar
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
resources/views/administrador/analisarProposta.blade.php
+23
-15
resources/views/administrador/analisarProposta.blade.php
with
23 additions
and
15 deletions
+23
-15
resources/views/administrador/analisarProposta.blade.php
View file @
768e06e6
...
@@ -285,7 +285,7 @@
...
@@ -285,7 +285,7 @@
<
hr
style
=
"border-top: 1px solid#1492E6"
>
<
hr
style
=
"border-top: 1px solid#1492E6"
>
{{
--
Anexo
do
Projeto
--
}}
{{
--
Anexo
do
Projeto
--
}}
<
div
class
=
"row justify-content-
center
"
>
<
div
class
=
"row justify-content-
start
"
>
{{
--
Arquivo
--
}}
{{
--
Arquivo
--
}}
<
div
class
=
"col-sm-4"
>
<
div
class
=
"col-sm-4"
>
<
label
for
=
"anexoProjeto"
class
=
"col-form-label font-tam"
style
=
"font-weight: bold"
>
{{
__
(
'Projeto: '
)
}}
</
label
>
<
label
for
=
"anexoProjeto"
class
=
"col-form-label font-tam"
style
=
"font-weight: bold"
>
{{
__
(
'Projeto: '
)
}}
</
label
>
...
@@ -293,12 +293,15 @@
...
@@ -293,12 +293,15 @@
</
div
>
</
div
>
@
if
(
$evento
->
tipo
!=
"PIBEX"
)
<
div
class
=
"col-sm-4"
>
<
div
class
=
"col-sm-4"
>
<
label
for
=
"anexoLatterCoordenador"
class
=
"col-form-label font-tam"
style
=
"font-weight: bold"
>
{{
__
(
'Lattes do Coordenador: '
)
}}
</
label
>
<
label
for
=
"anexoLatterCoordenador"
class
=
"col-form-label font-tam"
style
=
"font-weight: bold"
>
{{
__
(
'Lattes do Coordenador: '
)
}}
</
label
>
<
a
href
=
"{{ route('baixar.anexo.lattes', ['id' =>
$trabalho->id
]) }}"
>
<
img
class
=
""
src
=
"
{
{asset('img/icons/pdf.ico')}
}
"
style
=
"width:40px"
alt
=
""
></
a
>
<
a
href
=
"{{ route('baixar.anexo.lattes', ['id' =>
$trabalho->id
]) }}"
>
<
img
class
=
""
src
=
"
{
{asset('img/icons/pdf.ico')}
}
"
style
=
"width:40px"
alt
=
""
></
a
>
</
div
>
</
div
>
@
endif
@
if
(
$evento
->
tipo
!=
"PIBEX"
)
<
div
class
=
"col-sm-4"
>
<
div
class
=
"col-sm-4"
>
<
label
for
=
"nomeTrabalho"
class
=
"col-form-label font-tam"
style
=
"font-weight: bold"
>
{{
__
(
'Autorização Especial: '
)
}}
</
label
>
<
label
for
=
"nomeTrabalho"
class
=
"col-form-label font-tam"
style
=
"font-weight: bold"
>
{{
__
(
'Autorização Especial: '
)
}}
</
label
>
@
if
(
$trabalho
->
anexoAutorizacaoComiteEtica
!=
null
)
@
if
(
$trabalho
->
anexoAutorizacaoComiteEtica
!=
null
)
...
@@ -307,13 +310,17 @@
...
@@ -307,13 +310,17 @@
-
-
@
endif
@
endif
</
div
>
</
div
>
@
endif
@
if
(
$evento
->
tipo
!=
"PIBEX"
)
<
div
class
=
"col-sm-4"
>
<
div
class
=
"col-sm-4"
>
<
label
for
=
"anexoPlanilha"
class
=
"col-form-label font-tam"
style
=
"font-weight: bold"
>
{{
__
(
'Planilha de Pontuação: '
)
}}
</
label
>
<
label
for
=
"anexoPlanilha"
class
=
"col-form-label font-tam"
style
=
"font-weight: bold"
>
{{
__
(
'Planilha de Pontuação: '
)
}}
</
label
>
<
a
href
=
"{{ route('baixar.anexo.planilha', ['id' =>
$trabalho->id
]) }}"
><
img
class
=
""
src
=
"
{
{asset('img/icons/xlsx.ico')}
}
"
style
=
"width:40px"
alt
=
""
></
a
>
<
a
href
=
"{{ route('baixar.anexo.planilha', ['id' =>
$trabalho->id
]) }}"
><
img
class
=
""
src
=
"
{
{asset('img/icons/xlsx.ico')}
}
"
style
=
"width:40px"
alt
=
""
></
a
>
</
div
>
</
div
>
@
endif
@
if
(
$evento
->
tipo
!=
"PIBEX"
)
<
div
class
=
"col-sm-4"
>
<
div
class
=
"col-sm-4"
>
<
label
for
=
"nomeTrabalho"
class
=
"col-form-label font-tam"
style
=
"font-weight: bold"
>
{{
__
(
'Grupo de Pesquisa: '
)
}}
</
label
>
<
label
for
=
"nomeTrabalho"
class
=
"col-form-label font-tam"
style
=
"font-weight: bold"
>
{{
__
(
'Grupo de Pesquisa: '
)
}}
</
label
>
@
if
(
$trabalho
->
anexoGrupoPesquisa
!=
null
)
@
if
(
$trabalho
->
anexoGrupoPesquisa
!=
null
)
...
@@ -322,11 +329,12 @@
...
@@ -322,11 +329,12 @@
-
-
@
endif
@
endif
</
div
>
</
div
>
@
endif
@
if
(
$evento
->
tipo
==
'PIBIC'
||
$evento
->
tipo
==
'PIBIC-EM'
)
@
if
(
$evento
->
tipo
==
'PIBIC'
||
$evento
->
tipo
==
'PIBIC-EM'
||
$evento
->
tipo
==
"PIBEX"
)
{{
--
Decisão
do
CONSU
--
}}
{{
--
Decisão
do
CONSU
--
}}
<
div
class
=
"col-sm-4"
>
<
div
class
=
"col-sm-4"
>
<
label
for
=
"anexoCONSU"
class
=
"col-form-label font-tam"
style
=
"font-weight: bold"
>
{{
__
(
'Decisão do CONS
U
: '
)
}}
</
label
>
<
label
for
=
"anexoCONSU"
class
=
"col-form-label font-tam"
style
=
"font-weight: bold"
>
{{
__
(
'Decisão do CONS
EPE
: '
)
}}
</
label
>
<
a
href
=
"{{ route('baixar.anexo.consu', ['id' =>
$trabalho->id
]) }}"
><
img
class
=
""
src
=
"
{
{asset('img/icons/pdf.ico')}
}
"
style
=
"width:40px"
alt
=
""
></
a
>
<
a
href
=
"{{ route('baixar.anexo.consu', ['id' =>
$trabalho->id
]) }}"
><
img
class
=
""
src
=
"
{
{asset('img/icons/pdf.ico')}
}
"
style
=
"width:40px"
alt
=
""
></
a
>
</
div
>
</
div
>
@
endif
@
endif
...
@@ -400,18 +408,18 @@
...
@@ -400,18 +408,18 @@
</
a
>
</
a
>
</
div
>
</
div
>
<!--
Modal
-->
<!--
Modal
-->
<
div
class
=
"modal fade"
id
=
"avaliadorModalCenter"
data
-
bs
-
backdrop
=
"static"
data
-
bs
-
keyboard
=
"false"
tabindex
=
"-1"
aria
-
labelledby
=
"staticBackdropLabel"
aria
-
hidden
=
"true"
>
<
div
class
=
"modal fade"
id
=
"avaliadorModalCenter"
data
-
bs
-
backdrop
=
"static"
data
-
bs
-
keyboard
=
"false"
tabindex
=
"-1"
aria
-
labelledby
=
"staticBackdropLabel"
aria
-
hidden
=
"true"
style
=
"overflow-y: hidden"
>
<
div
class
=
"modal-dialog modal-dialog-centered modal-l
g
"
role
=
"document"
>
<
div
class
=
"modal-dialog modal-dialog-centered modal-
x
l"
role
=
"document"
>
<
div
class
=
"modal-content modal-submeta"
>
<
div
class
=
"modal-content modal-submeta
modal-xl
"
>
<
div
class
=
"modal-header modal-header-submeta"
>
<
div
class
=
"modal-header modal-header-submeta"
>
<
div
class
=
"col-md-8"
>
<
div
class
=
"col-md-8"
style
=
"padding-left: 0px"
>
<
h5
class
=
"modal-title titulo-table"
id
=
"avaliadorModalLongTitle"
>
Selecione
o
(
s
)
avaliador
(
es
)
</
h5
>
<
h5
class
=
"modal-title titulo-table"
id
=
"avaliadorModalLongTitle"
>
Selecione
s
o
(
s
)
avaliador
(
es
)
</
h5
>
</
div
>
</
div
>
<
div
class
=
"col-md-4"
style
=
"text-align: right"
>
<
div
class
=
"col-md-4"
style
=
"text-align: right"
>
<
button
type
=
"button"
id
=
"enviarConviteButton"
class
=
"btn btn-info"
data
-
toggle
=
"modal"
onclick
=
"abrirModalConvite()"
>
<
button
type
=
"button"
id
=
"enviarConviteButton"
class
=
"btn btn-info"
data
-
toggle
=
"modal"
onclick
=
"abrirModalConvite()"
>
Enviar
Convite
Enviar
Convite
s
</
button
>
</
button
>
<
button
type
=
"button"
class
=
"close"
aria
-
label
=
"Close"
data
-
dismiss
=
"modal"
style
=
"color: rgb(182, 182, 182)"
>
<
button
type
=
"button"
class
=
"close"
aria
-
label
=
"Close"
data
-
dismiss
=
"modal"
style
=
"color: rgb(182, 182, 182)
;padding-right: 0px;
"
>
<
span
aria
-
hidden
=
"true"
>&
times
;
</
span
>
<
span
aria
-
hidden
=
"true"
>&
times
;
</
span
>
</
button
>
</
button
>
</
div
>
</
div
>
...
@@ -433,7 +441,7 @@
...
@@ -433,7 +441,7 @@
<
div
class
=
"row"
style
=
"margin-left: 2px;margin-bottom: 1px"
>
<
div
class
=
"row"
style
=
"margin-left: 2px;margin-bottom: 1px"
>
<
div
class
=
"col-md-6"
>
<
div
class
=
"col-md-6"
>
<
label
for
=
"exampleFormControlSelect2"
>
Selecione
s
o
(
s
)
avaliador
(
es
)
para
esse
projeto
</
label
>
<
label
for
=
"exampleFormControlSelect2"
style
=
"font-size: 16px;"
>
Selecione
o
(
s
)
avaliador
(
es
)
para
esse
projeto
</
label
>
</
div
>
</
div
>
...
@@ -456,12 +464,12 @@
...
@@ -456,12 +464,12 @@
</div>
</div>
<div class="
col
-
md
-
6
">
<div class="
col
-
md
-
6
">
<label style="
font
-
weight
:
bold
">Externos</label>
<label style="
font
-
weight
:
bold
;
font
-
size
:
18
px
">Externos</label>
</div>
</div>
<input type="
hidden
" id="
trab
" value="
{{
$trabalho
->
id
}}
">
<input type="
hidden
" id="
trab
" value="
{{
$trabalho
->
id
}}
">
<input type="
hidden
" id="
oldAvalExterno
" value="
{{
old
(
'exampleFormControlSelect3'
)
}}
" >
<input type="
hidden
" id="
oldAvalExterno
" value="
{{
old
(
'exampleFormControlSelect3'
)
}}
" >
<select name="
avaliadores_externos_id
[]
" multiple class="
form
-
control
" id="
exampleFormControlSelect3
">
<select name="
avaliadores_externos_id
[]
" multiple class="
form
-
control
" id="
exampleFormControlSelect3
"
style="
height
:
200
px
;
font
-
size
:
15
px
"
>
@foreach (
$trabalho->aval
as
$avaliador
)
@foreach (
$trabalho->aval
as
$avaliador
)
@if(
$avaliador->tipo
== "
Externo
")
@if(
$avaliador->tipo
== "
Externo
")
<option value="
{{
$avaliador
->
id
}}
" > {{
$avaliador->user
->name }} > {{$avaliador->user->instituicao ?? 'Instituição Indefinida'}} > {{$avaliador->area->nome ?? 'Indefinida'}} >
{
{$avaliador->user->email}
}
</option>
<option value="
{{
$avaliador
->
id
}}
" > {{
$avaliador->user
->name }} > {{$avaliador->user->instituicao ?? 'Instituição Indefinida'}} > {{$avaliador->area->nome ?? 'Indefinida'}} >
{
{$avaliador->user->email}
}
</option>
...
@@ -469,10 +477,10 @@
...
@@ -469,10 +477,10 @@
@endforeach
@endforeach
</select>
</select>
<div class="
col
-
md
-
6
">
<div class="
col
-
md
-
6
">
<label style="
font
-
weight
:
bold
">Internos</label>
<label style="
font
-
weight
:
bold
;
font
-
size
:
18
px
">Internos</label>
</div>
</div>
<input type="
hidden
" id="
oldAvalInterno
" value="
{{
old
(
'exampleFormControlSelect2'
)
}}
" >
<input type="
hidden
" id="
oldAvalInterno
" value="
{{
old
(
'exampleFormControlSelect2'
)
}}
" >
<select name="
avaliadores_internos_id
[]
" multiple class="
form
-
control
" id="
exampleFormControlSelect2
">
<select name="
avaliadores_internos_id
[]
" multiple class="
form
-
control
" id="
exampleFormControlSelect2
"
style="
height
:
200
px
;
font
-
size
:
15
px
"
>
@foreach (
$trabalho->aval
as
$avaliador
)
@foreach (
$trabalho->aval
as
$avaliador
)
@if(
$avaliador->tipo
== "
Interno
")
@if(
$avaliador->tipo
== "
Interno
")
<option value="
{{
$avaliador
->
id
}}
" > {{
$avaliador->user
->name }} > {{$avaliador->user->instituicao ?? 'Instituição Indefinida'}} > {{$avaliador->area->nome ?? 'Indefinida'}} >
{
{$avaliador->user->email}
}
</option>
<option value="
{{
$avaliador
->
id
}}
" > {{
$avaliador->user
->name }} > {{$avaliador->user->instituicao ?? 'Instituição Indefinida'}} > {{$avaliador->area->nome ?? 'Indefinida'}} >
{
{$avaliador->user->email}
}
</option>
...
...
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
Menu
Projects
Groups
Snippets
Help