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
60714558
"app/Notifications/VerifyNotification.php" did not exist on "5de5a5999b6a65aaea6d0eaf43d557ac4c33adf6"
Commit
60714558
authored
Mar 28, 2022
by
Guilherme Silva
Browse files
Alteração na nomenclatura apresentada aos usuarios, de aprovado para recomendado
parent
2ee7621d
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/views/administrador/analisar.blade.php
View file @
60714558
...
...
@@ -15,17 +15,17 @@
</
div
>
</
div
>
</
div
>
<
div
class
=
"col-sm-5"
style
=
"top: 40px; text-align: end"
>
<
h6
style
=
"color: #234B8B; font-weight: bold;font-size: 13px; text-align: right"
>
<
div
class
=
"col-sm-5"
style
=
"top: 40px; text-align: end
;
"
>
<
h6
style
=
"color: #234B8B; font-weight: bold;font-size: 13px; text-align: right
;padding-bottom: 35px
"
>
<
img
src
=
"
{
{asset('img/icons/pendente.png')}
}
"
style
=
"width: 22px"
/>
Proposta
Pendente
<
img
src
=
"
{
{asset('img/icons/aprovado.png')}
}
"
style
=
"width: 22px"
/>
Proposta
Aprov
ada
Proposta
Recomend
ada
<
img
src
=
"
{
{asset('img/icons/negado.png')}
}
"
style
=
"width: 22px"
/>
Proposta
Negada
<
br
>
<
img
src
=
"
{
{asset('img/icons/parcialmenteAprovado.png')}
}
"
style
=
"width: 22px"
/>
Proposta
Parcialmente
Aprov
ada
Proposta
Parcialmente
Recomend
ada
</
h6
>
</
div
>
</
div
>
...
...
@@ -45,7 +45,7 @@
<
div
class
=
"card-body"
style
=
"padding-top: 0.2rem;"
>
<
div
class
=
"container"
>
<
div
class
=
"form-row mt-3"
>
<
div
class
=
"col-md-10"
><
h5
style
=
"color: #234B8B; font-weight: bold"
>
T
i
tulo
:
{{
$trabalho
->
titulo
}}
</
h5
></
div
>
<
div
class
=
"col-md-10"
><
h5
style
=
"color: #234B8B; font-weight: bold"
>
T
í
tulo
:
{{
$trabalho
->
titulo
}}
</
h5
></
div
>
<
div
class
=
"col-md-2"
>
@
if
(
$trabalho
->
status
==
"aprovado"
)
<
img
src
=
"
{
{asset('img/icons/aprovado.png')}
}
"
style
=
"width: 23%;margin: auto;display: flex;margin-top: 0px;justify-content: center;align-items: center;"
alt
=
""
>
...
...
resources/views/administrador/analisarProposta.blade.php
View file @
60714558
...
...
@@ -74,6 +74,12 @@
target
=
"_blank"
>
{{
$trabalho
->
linkGrupoPesquisa
}}
</
a
>
</
div
>
<
div
class
=
"col-md-12"
>
<
br
>
<
b
style
=
"color: #4D4D4D;"
>
Valor
da
Planilha
de
Pontuação
:
</
b
>
<
a
style
=
"color: #4D4D4D;"
>
{{
$trabalho
->
pontuacaoPlanilha
}}
</
a
>
</
div
>
</
div
>
</
div
>
</
div
>
...
...
@@ -294,7 +300,7 @@
</
div
>
<
div
class
=
"col-sm-4"
>
<
label
for
=
"nomeTrabalho"
class
=
"col-form-label font-tam"
style
=
"font-weight: bold"
>
{{
__
(
'Autorização
do Comitê de Ética
: '
)
}}
</
label
>
<
label
for
=
"nomeTrabalho"
class
=
"col-form-label font-tam"
style
=
"font-weight: bold"
>
{{
__
(
'Autorização
Especial
: '
)
}}
</
label
>
@
if
(
$trabalho
->
anexoAutorizacaoComiteEtica
!=
null
)
<
a
href
=
"{{ route('baixar.anexo.comite', ['id' =>
$trabalho->id
]) }}"
>
<
img
class
=
""
src
=
"
{
{asset('img/icons/pdf.ico')}
}
"
style
=
"width:40px"
alt
=
""
></
a
>
@
else
...
...
@@ -309,9 +315,9 @@
</
div
>
<
div
class
=
"col-sm-4"
>
<
label
for
=
"nomeTrabalho"
class
=
"col-form-label font-tam"
style
=
"font-weight: bold"
>
{{
__
(
'
Justificativ
a: '
)
}}
</
label
>
@
if
(
$trabalho
->
justificativaAutorizacaoEtic
a
!=
null
)
<
a
href
=
"{{ route('baixar.anexo
.justificativ
a', ['id' =>
$trabalho->id
]) }}"
><
img
class
=
""
src
=
"
{
{asset('img/icons/pdf.ico')}
}
"
style
=
"width:40px"
alt
=
""
></
a
>
<
label
for
=
"nomeTrabalho"
class
=
"col-form-label font-tam"
style
=
"font-weight: bold"
>
{{
__
(
'
Grupo de Pesquis
a: '
)
}}
</
label
>
@
if
(
$trabalho
->
anexoGrupoPesquis
a
!=
null
)
<
a
href
=
"{{ route('baixar.anexo
GrupoPesquis
a', ['id' =>
$trabalho->id
]) }}"
><
img
class
=
""
src
=
"
{
{asset('img/icons/pdf.ico')}
}
"
style
=
"width:40px"
alt
=
""
></
a
>
@
else
-
@
endif
...
...
@@ -555,7 +561,7 @@
<
div
class
=
"card-body"
style
=
"padding-top: 0.2rem;"
>
<
div
class
=
"container"
>
<
div
class
=
"form-row mt-3"
>
<
div
class
=
"col-md-11"
><
h5
style
=
"color: #234B8B; font-weight: bold"
>
Aprov
ação
</
h5
></
div
>
<
div
class
=
"col-md-11"
><
h5
style
=
"color: #234B8B; font-weight: bold"
>
Recomend
ação
</
h5
></
div
>
</
div
>
<
hr
style
=
"border-top: 1px solid#1492E6"
>
<
form
action
=
"{{ route('trabalho.aprovarProposta', ['id' =>
$trabalho->id
]) }}"
method
=
"post"
>
...
...
@@ -567,19 +573,22 @@
>@
if
(
$trabalho
->
comentario
!=
null
){{
$trabalho
->
comentario
}}
@
endif
</
textarea
>
</
div
>
<
div
class
=
"col-md-3"
style
=
"margin-top: 15px"
>
<
input
class
=
"col-md-1"
type
=
"radio"
id
=
"aprovado"
name
=
"statusProp"
value
=
"aprovado"
required
>
<
a
style
=
"color: #234B8B; font-weight: bold;font-size: 18px;"
>
Aprovado
</
a
>
<
input
class
=
"col-md-1"
type
=
"radio"
id
=
"aprovado"
name
=
"statusProp"
value
=
"aprovado"
required
@
if
(
$trabalho
->
status
==
"aprovado"
)
checked
@
endif
>
<
a
style
=
"color: #234B8B; font-weight: bold;font-size: 18px;"
>
Recomendado
</
a
>
<
br
>
<
input
class
=
"col-md-1"
type
=
"radio"
id
=
"parcialAprovado"
name
=
"statusProp"
value
=
"corrigido"
required
>
<
a
style
=
"color: #234B8B; font-weight: bold;font-size: 18px;"
>
Parcialmente
Aprovado
</
a
>
<
input
class
=
"col-md-1"
type
=
"radio"
id
=
"parcialAprovado"
name
=
"statusProp"
value
=
"corrigido"
required
@
if
(
$trabalho
->
status
==
"corrigido"
)
checked
@
endif
>
<
a
style
=
"color: #234B8B; font-weight: bold;font-size: 18px;"
>
Parcialmente
Recomendado
</
a
>
<
br
>
<
input
class
=
"col-md-1"
type
=
"radio"
id
=
"reprovado"
name
=
"statusProp"
value
=
"reprovado"
required
>
<
a
style
=
"color: #234B8B; font-weight: bold;font-size: 18px;"
>
Não
Aprovado
</
a
>
<
input
class
=
"col-md-1"
type
=
"radio"
id
=
"reprovado"
name
=
"statusProp"
value
=
"reprovado"
required
@
if
(
$trabalho
->
status
==
"reprovado"
)
checked
@
endif
>
<
a
style
=
"color: #234B8B; font-weight: bold;font-size: 18px;"
>
Não
Recomendado
</
a
>
</
div
>
</
div
>
<
button
id
=
"enviar"
name
=
"enviar"
type
=
"submit"
class
=
"btn btn-primary"
style
=
"padding: 5px 10px;font-size: 18px;"
>
Envi
ar
Salv
ar
</
button
>
</
form
>
</
div
>
...
...
@@ -710,7 +719,7 @@
@
if
(
$subs
->
status
==
'Finalizada'
)
<
h5
style
=
"color: #234B8B; "
class
=
"col-md-12 text-center"
>
Status
:
Concluída
</
h5
>
@
elseif
(
$subs
->
status
==
'Negada'
)
<
h5
style
=
"color: #234B8B; "
class
=
"col-md-12 text-center"
>
Status
:
Negada
</>
<
h5
style
=
"color: #234B8B; "
class
=
"col-md-12 text-center"
>
Status
:
Negada
</
h5
>
@
elseif
(
$subs
->
status
==
'Em Aguardo'
)
<
h5
style
=
"color: #234B8B; "
class
=
"col-md-12 text-center"
>
Status
:
Pendente
</
h5
>
@
endif
...
...
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