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
8f5d9d89
Commit
8f5d9d89
authored
Feb 13, 2022
by
Guilherme Silva
Browse files
Correção e ajuste de textos
parent
ac287523
Changes
5
Hide whitespace changes
Inline
Side-by-side
resources/views/administrador/editais.blade.php
View file @
8f5d9d89
...
...
@@ -70,6 +70,10 @@
Editar
Edital
</
a
>
<
hr
class
=
"dropdown-hr"
>
<
a
href
=
"{{route('admin.analisar', ['evento_id' =>
$evento->id
])}}"
class
=
"dropdown-item text-center"
>
Visualizar
Projetos
</
a
>
<
hr
class
=
"dropdown-hr"
>
<
a
href
=
"{{route('admin.atribuir', ['evento_id' =>
$evento->id
])}}"
class
=
"dropdown-item text-center"
>
Atribuir
Avaliadores
</
a
>
...
...
@@ -78,10 +82,6 @@
Visualizar
Pareceres
</
a
>
<
hr
class
=
"dropdown-hr"
>
<
a
href
=
"{{route('admin.analisar', ['evento_id' =>
$evento->id
])}}"
class
=
"dropdown-item text-center"
>
Analisar
projetos
</
a
>
<
hr
class
=
"dropdown-hr"
>
<
a
href
=
"{{route('admin.showResultados', ['evento_id' =>
$evento->id
])}}"
class
=
"dropdown-item text-center"
>
Resultados
</
a
>
...
...
resources/views/avaliador/editais.blade.php
View file @
8f5d9d89
...
...
@@ -46,7 +46,7 @@
<
thead
>
<
tr
>
<
th
scope
=
"col"
style
=
"width:100%"
>
Nome
do
Edital
</
th
>
<
th
scope
=
"col"
>
Data
de
In
i
cio
da
Revisão
</
th
>
<
th
scope
=
"col"
>
Data
de
In
í
cio
da
Revisão
</
th
>
<
th
scope
=
"col"
style
=
"text-align: center"
>
Data
de
Fim
da
Revisão
</
th
>
<
th
scope
=
"col"
>
Opção
</
th
>
</
tr
>
...
...
resources/views/avaliador/listarTrabalhos.blade.php
View file @
8f5d9d89
...
...
@@ -42,7 +42,7 @@
<
div
class
=
"card-body"
>
<
table
class
=
"table table-bordered table-hover"
style
=
"display: block;
overflow-x: auto;
white-space: nowrap; border-radius:10px; margin-bottom:0px"
>
<
table
class
=
"table table-bordered table-hover"
style
=
"display: block; white-space: nowrap; border-radius:10px; margin-bottom:0px"
>
<
thead
>
<
tr
>
<
th
scope
=
"col"
style
=
"width:100%"
>
Nome
do
Projeto
</
th
>
...
...
@@ -89,7 +89,7 @@
@
endforeach
</
td
>
<
td
>
<
div
class
=
"row"
>
<
div
class
=
"row
justify-content-center
"
>
<
form
action
=
"{{ route('avaliador.parecer', ['evento' =>
$evento
]) }}"
method
=
"POST"
>
@
csrf
<
input
type
=
"hidden"
name
=
"trabalho_id"
value
=
"{{
$trabalho->id
}}"
>
...
...
@@ -114,7 +114,7 @@
@
if
(
$parecer
!=
null
&&
$parecer
->
statusParecer
!=
null
){{
$parecer
->
statusParecer
}}
@
else
Sem
Parecer
@
endif
</
td
>
<
td
>
<
div
class
=
"row"
>
<
div
class
=
"row
justify-content-center
"
>
<
form
action
=
"{{ route('avaliador.parecerInterno', ['evento' =>
$evento
]) }}"
method
=
"POST"
>
@
csrf
<
input
type
=
"hidden"
name
=
"trabalho_id"
value
=
"{{
$trabalho->id
}}"
>
...
...
resources/views/avaliador/parecerInterno.blade.php
View file @
8f5d9d89
...
...
@@ -57,7 +57,7 @@
<
div
class
=
"row"
>
<
div
class
=
"col-sm-10"
>
<
label
for
=
"nomeTrabalho"
class
=
"col-form-label"
>
Link
Lattes
do
Proponente
:
</
label
>
<
label
for
=
"nomeTrabalho"
class
=
"col-form-label"
>
Lattes
do
Proponente
:
</
label
>
<
label
for
=
"aceito"
>
{{
__
(
' Aceito'
)
}}
</
label
>
<
input
type
=
"radio"
name
=
"anexoLinkLattes"
value
=
"aceito"
@
if
(
$parecer
!=
null
&&
$parecer
->
statusLinkLattesProponente
==
'aceito'
)
checked
@
endif
required
>
...
...
@@ -68,7 +68,7 @@
</
div
>
<
div
class
=
"col-sm-10"
>
<
label
for
=
"nomeTrabalho"
class
=
"col-form-label"
>
{{
__
(
'
Link do g
rupo de pesquisa: '
)
}}
</
label
>
<
label
for
=
"nomeTrabalho"
class
=
"col-form-label"
>
{{
__
(
'
G
rupo de pesquisa: '
)
}}
</
label
>
<
label
for
=
"aceito"
style
=
"left: auto"
>
{{
__
(
' Aceito'
)
}}
</
label
>
<
input
type
=
"radio"
name
=
"anexoGrupoPesquisa"
value
=
"aceito"
@
if
(
$parecer
!=
null
&&
$parecer
->
statusLinkGrupoPesquisa
==
'aceito'
)
checked
@
endif
required
>
...
...
@@ -107,10 +107,10 @@
<
div
class
=
"col-sm-6"
>
<
label
for
=
"anexoPlanilha"
class
=
"col-form-label"
>
{{
__
(
'Planilha de Pontuação: '
)
}}
</
label
>
<
label
for
=
"aceito"
style
=
"left: auto"
>
{{
__
(
' Aceit
o
'
)
}}
</
label
>
<
label
for
=
"aceito"
style
=
"left: auto"
>
{{
__
(
' Aceit
a
'
)
}}
</
label
>
<
input
type
=
"radio"
name
=
"anexoPlanilha"
value
=
"aceito"
@
if
(
$parecer
!=
null
&&
$parecer
->
statusAnexoPlanilhaPontuacao
==
'aceito'
)
checked
@
endif
required
>
<
label
for
=
"recusado"
>
{{
__
(
' Recusad
o
'
)
}}
</
label
>
<
label
for
=
"recusado"
>
{{
__
(
' Recusad
a
'
)
}}
</
label
>
<
input
type
=
"radio"
name
=
"anexoPlanilha"
value
=
"recusado"
@
if
(
$parecer
!=
null
&&
$parecer
->
statusAnexoPlanilhaPontuacao
==
'recusado'
)
checked
@
endif
>
</
div
>
...
...
@@ -130,20 +130,20 @@
<
div
class
=
"col-sm-6"
>
<
label
for
=
"nomeTrabalho"
class
=
"col-form-label"
>
{{
__
(
'Autorização do Comitê de Ética: '
)
}}
</
label
>
<
label
for
=
"aceito"
style
=
"left: auto"
>
{{
__
(
' Aceit
o
'
)
}}
</
label
>
<
label
for
=
"aceito"
style
=
"left: auto"
>
{{
__
(
' Aceit
a
'
)
}}
</
label
>
<
input
type
=
"radio"
name
=
"anexoComiteEtica"
value
=
"aceito"
@
if
(
$parecer
!=
null
&&
$parecer
->
statusAnexoAtuorizacaoComiteEtica
==
'aceito'
)
checked
@
endif
required
>
<
label
for
=
"recusado"
>
{{
__
(
' Recusad
o
'
)
}}
</
label
>
<
label
for
=
"recusado"
>
{{
__
(
' Recusad
a
'
)
}}
</
label
>
<
input
type
=
"radio"
name
=
"anexoComiteEtica"
value
=
"recusado"
@
if
(
$parecer
!=
null
&&
$parecer
->
statusAnexoAtuorizacaoComiteEtica
==
'recusado'
)
checked
@
endif
>
</
div
>
<
div
class
=
"col-sm-6"
>
<
label
for
=
"nomeTrabalho"
class
=
"col-form-label"
>
{{
__
(
'Justificativa: '
)
}}
</
label
>
<
label
for
=
"aceito"
style
=
"left: auto"
>
{{
__
(
' Aceit
o
'
)
}}
</
label
>
<
label
for
=
"aceito"
style
=
"left: auto"
>
{{
__
(
' Aceit
a
'
)
}}
</
label
>
<
input
type
=
"radio"
name
=
"anexoJustificativa"
value
=
"aceito"
@
if
(
$parecer
!=
null
&&
$parecer
->
statusJustificativaAutorizacaoEtica
==
'aceito'
)
checked
@
endif
required
>
<
label
for
=
"recusado"
>
{{
__
(
' Recusad
o
'
)
}}
</
label
>
<
label
for
=
"recusado"
>
{{
__
(
' Recusad
a
'
)
}}
</
label
>
<
input
type
=
"radio"
name
=
"anexoJustificativa"
value
=
"recusado"
@
if
(
$parecer
!=
null
&&
$parecer
->
statusJustificativaAutorizacaoEtica
==
'recusado'
)
checked
@
endif
>
</
div
>
...
...
resources/views/coordenadorComissao/editais.blade.php
View file @
8f5d9d89
...
...
@@ -35,6 +35,10 @@
<
img
src
=
"
{
{asset('img/icons/ellipsis-v-solid.svg')}
}
"
style
=
"width:8px"
>
</
a
>
<
div
class
=
"dropdown-menu"
>
<
hr
class
=
"dropdown-hr"
>
<
a
href
=
"{{route('admin.analisar', ['evento_id' =>
$evento->id
])}}"
class
=
"dropdown-item text-center"
>
Visualizar
Projetos
</
a
>
<
hr
class
=
"dropdown-hr"
>
<
a
href
=
"{{route('admin.atribuir', ['evento_id' =>
$evento->id
])}}"
class
=
"dropdown-item text-center"
>
Atribuir
Avaliadores
...
...
@@ -44,10 +48,6 @@
Visualizar
Pareceres
</
a
>
<
hr
class
=
"dropdown-hr"
>
<
a
href
=
"{{route('admin.analisar', ['evento_id' =>
$evento->id
])}}"
class
=
"dropdown-item text-center"
>
Analisar
projetos
</
a
>
<
hr
class
=
"dropdown-hr"
>
<
a
href
=
"{{route('admin.showResultados', ['evento_id' =>
$evento->id
])}}"
class
=
"dropdown-item text-center"
>
Resultados
</
a
>
...
...
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