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
88320c4f
Commit
88320c4f
authored
3 years ago
by
Guilherme Silva
Browse files
Options
Download
Email Patches
Plain Diff
Ajuste de tela do parecer externo para pontuação
parent
253c5cdb
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
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
resources/views/administrador/visualizarParecer.blade.php
+5
-0
resources/views/administrador/visualizarParecer.blade.php
resources/views/avaliador/parecer.blade.php
+24
-14
resources/views/avaliador/parecer.blade.php
with
29 additions
and
14 deletions
+29
-14
resources/views/administrador/visualizarParecer.blade.php
View file @
88320c4f
...
...
@@ -15,6 +15,11 @@
<
label
for
=
"exampleFormControlTextarea1"
>
Parecer
</
label
>
<
textarea
class
=
"form-control"
id
=
"exampleFormControlTextarea1"
disabled
=
"disabled"
rows
=
"3"
>
{{
$parecer
->
parecer
}}
</
textarea
>
</
div
>
@
if
(
$trabalho
->
evento
->
tipo
==
"PIBEX"
)
<
div
class
=
"form-group"
>
<
label
for
=
"exampleFormControlSelect1"
>
Pontuação
:
<
strong
>
{{
$parecer
->
pontuacao
}}
</
strong
>
</
label
>
</
div
>
@
endif
<
div
class
=
"form-group"
>
<
label
for
=
"exampleFormControlSelect1"
>
Recomendação
:
<
strong
>
{{
$parecer
->
recomendacao
}}
</
strong
>
</
label
>
</
div
>
...
...
This diff is collapsed.
Click to expand it.
resources/views/avaliador/parecer.blade.php
View file @
88320c4f
...
...
@@ -10,7 +10,7 @@
@
endcomponent
</
div
>
<!--
Ane
c
os
do
Projeto
-->
<!--
Ane
x
os
do
Projeto
-->
<
div
class
=
"col-md-10"
style
=
"margin-top:20px"
>
<
div
class
=
"card"
style
=
"border-radius: 5px"
>
<
div
class
=
"card-body"
style
=
"padding-top: 0.2rem;"
>
...
...
@@ -23,13 +23,14 @@
{{
--
Anexo
do
Projeto
--
}}
<
div
class
=
"row justify-content-left"
>
{{
--
Arquivo
--
}}
<
div
class
=
"col-sm-
4
"
>
<
div
class
=
"col-sm-
12
"
>
<
label
for
=
"anexoProjeto"
class
=
"col-form-label font-tam"
style
=
"font-weight: bold"
>
{{
__
(
'Projeto: '
)
}}
</
label
>
<
a
href
=
"{{ route('baixar.anexo.projeto', ['id' =>
$trabalho->id
])}}"
><
img
class
=
""
src
=
"
{
{asset('img/icons/pdf.ico')}
}
"
style
=
"width:40px"
alt
=
""
></
a
>
</
div
>
<
br
>
{{
--
Autorização
Especial
--
}}
<
div
class
=
"col-sm-
4
"
>
<
div
class
=
"col-sm-
12
"
>
<
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
>
...
...
@@ -37,6 +38,7 @@
-
@
endif
</
div
>
<
br
>
{{
--
Anexo
(
s
)
do
Plano
(
s
)
de
Trabalho
--
}}
@
foreach
(
$trabalho
->
participantes
as
$participante
)
@
php
...
...
@@ -46,12 +48,12 @@
$planoTrabalhoTemp
=
null
;
}
@
endphp
<
div
class
=
"col-sm-
4
"
>
<
label
for
=
"anexoProjeto"
class
=
"col-form-label font-tam
limit
"
style
=
"font-weight: bold"
<
div
class
=
"col-sm-
12
"
>
<
label
for
=
"anexoProjeto"
class
=
"col-form-label font-tam"
style
=
"font-weight: bold"
title
=
"
{
{$participante->planoTrabalho->titulo}
}
"
>
{{
__
(
'Projeto: '
)
}}{{
$participante
->
planoTrabalho
->
titulo
}}
</
label
>
@
if
(
$planoTrabalhoTemp
!=
null
)
<
a
href
=
"{{route('download', ['file' =>
$planoTrabalhoTemp
])}}"
><
img
src
=
"
{
{asset('img/icons/pdf.ico')}
}
"
style
=
"width:40px
;margin-bottom: 35px
"
alt
=
""
></
a
>
<
a
href
=
"{{route('download', ['file' =>
$planoTrabalhoTemp
])}}"
><
img
src
=
"
{
{asset('img/icons/pdf.ico')}
}
"
style
=
"width:40px"
alt
=
""
></
a
>
@
endif
</
div
>
@
endforeach
...
...
@@ -92,6 +94,22 @@
<
textarea
class
=
"form-control"
id
=
"exampleFormControlTextarea1"
rows
=
"3"
name
=
"textParecer"
placeholder
=
"Digite aqui o seu parecer"
required
>
{{
$trabalho
->
pivot
->
parecer
}}
</
textarea
>
@
endcomponent
</
div
>
<
div
class
=
"form-group"
>
<
div
class
=
"row justify-content-start"
>
<
div
class
=
"col-sm-3"
>
@
component
(
'componentes.input'
,
[
'label'
=>
'Pontuação calculada'
])
<
input
type
=
"number"
min
=
"0"
step
=
"1"
name
=
"pontuacao"
style
=
"width: 70px"
@
if
(
$trabalho
->
pivot
!=
null
&&
$trabalho
->
pivot
->
pontuacao
!=
null
)
value
=
"
{
{$trabalho->pivot->pontuacao}
}
"
@
else
value
=
"0"
@
endif
required
>
@
endcomponent
</
div
>
</
div
>
</
div
>
<
select
class
=
"custom-select"
name
=
"recomendacao"
>
<
option
@
if
(
$trabalho
->
pivot
->
recomendacao
==
'RECOMENDADO'
)
selected
@
endif
value
=
"RECOMENDADO"
>
RECOMENDADO
</
option
>
<
option
@
if
(
$trabalho
->
pivot
->
recomendacao
==
'NAO-RECOMENDADO'
)
selected
@
endif
value
=
"NAO-RECOMENDADO"
>
NAO
-
RECOMENDADO
</
option
>
...
...
@@ -145,14 +163,6 @@
</
div
>
@
endsection
<
style
>
.
limit
{
max
-
width
:
35
ch
;
overflow
:
hidden
;
text
-
overflow
:
ellipsis
;
white
-
space
:
nowrap
;
}
</
style
>
@
section
(
'javascript'
)
<
script
type
=
"text/javascript"
>
...
...
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