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
a1491dc6
Unverified
Commit
a1491dc6
authored
Apr 29, 2022
by
GuilhermeGz
Committed by
GitHub
Apr 29, 2022
Browse files
Merge pull request #202 from antonioDurval/master
Alterações
parents
5d615c19
bd3fa160
Changes
6
Show whitespace changes
Inline
Side-by-side
resources/views/administrador/analisarProposta.blade.php
View file @
a1491dc6
...
...
@@ -145,7 +145,7 @@
</
div
>
<
div
class
=
"modal-body"
style
=
"padding-right: 32px;padding-left: 32px;padding-top: 20px;padding-bottom: 32px;"
>
@
include
(
'administrador.substituirParticipanteForm'
,
[
'visualizarOnly'
=>
1
])
@
include
(
'administrador.substituirParticipanteForm'
,
[
'visualizarOnly'
=>
1
,
'edital'
=>
$evento
])
</
div
>
</
div
>
</
div
>
...
...
resources/views/administrador/substituirParticipanteForm.blade.php
View file @
a1491dc6
...
...
@@ -149,6 +149,8 @@
@endcomponent
</div>
</div>
@if($edital->tipo != "PIBEX")
<div
class=
"row"
>
<div
class=
"col-6"
>
@component('componentes.input', ['label' => 'Coeficiente de rendimento (média geral)'])
...
...
@@ -156,6 +158,7 @@
@endcomponent
</div>
</div>
@endif
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<h5>
Plano de trabalho
</h5>
...
...
resources/views/avaliador/parecer.blade.php
View file @
a1491dc6
...
...
@@ -2,7 +2,6 @@
@
section
(
'content'
)
<
div
class
=
"row justify-content-center"
>
<!--
Proponente
Dados
-->
<
div
class
=
"col-md-10"
style
=
"margin-top:4rem;padding: 0px"
>
...
...
@@ -58,33 +57,15 @@
</
div
>
@
endforeach
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
<
div
class
=
"col-md-10"
style
=
"margin-bottom: -3rem;margin-top:20px"
>
<
div
class
=
"card card_conteudo shadow bg-white"
style
=
"border-radius:12px; border-width:0px; overflow:auto"
>
<
div
class
=
"card-header"
style
=
"border-top-left-radius: 12px; border-top-right-radius: 12px; background-color: #fff"
>
<
div
class
=
"d-flex justify-content-between align-items-center"
style
=
"margin-top: 9px; margin-bottom:-1rem"
>
<
div
class
=
"bottomVoltar"
style
=
"margin-top: -20px"
>
<
a
href
=
"javascript:history.back()"
class
=
"btn btn-secondary"
style
=
""
><
img
src
=
"
{
{asset('img/icons/logo_esquerda.png')}
}
"
alt
=
""
width
=
"15px"
></
a
>
</
div
>
<
div
class
=
"form-group"
>
<
h5
class
=
"card-title mb-0"
style
=
"font-size:25px; font-family:Arial, Helvetica, sans-serif; color:#1492E6"
>
Meu
parecer
</
h5
>
<
h5
class
=
"card-title mb-0"
style
=
"font-size:19px; font-family:Arial, Helvetica, sans-serif; color:#909090"
>
Trabalho
:
{{
$trabalho
->
titulo
}}
</
h5
>
</
div
>
<
div
style
=
"margin-top: -2rem"
>
<
div
class
=
"form-group"
>
<
div
style
=
"margin-top:30px;"
>
{{
--
Pesquisar
--
}}
</
div
>
</
div
>
</
div
>
</
div
>
<!--
TO
AKI
-->
<
hr
style
=
"border-top: 1px solid#1492E6"
>
<
div
class
=
"form-row mt-3"
>
<
div
class
=
"col-md-12"
><
h5
style
=
"color: #234B8B; font-weight: bold"
>
Meu
parecer
</
h5
></
div
>
<
div
class
=
"col-md-12"
><
h6
style
=
"color: #234B8B; font-weight: bold"
>
Trabalho
:
{{
$trabalho
->
titulo
}}
</
h6
></
div
>
</
div
>
<
div
class
=
"card-body"
>
<
form
method
=
"POST"
action
=
"
{
{route('avaliador.enviarParecer')}
}
"
enctype
=
"multipart/form-data"
>
@
csrf
<
input
type
=
"hidden"
name
=
"trabalho_id"
value
=
"{{
$trabalho->id
}}"
>
...
...
@@ -95,6 +76,7 @@
@
endcomponent
</
div
>
@
if
(
$evento
->
tipo
==
"PIBEX"
)
<
div
class
=
"form-group"
>
<
div
class
=
"row justify-content-start"
>
<
div
class
=
"col-sm-3"
>
...
...
@@ -108,6 +90,7 @@
</
div
>
</
div
>
</
div
>
@
endif
<
select
class
=
"custom-select"
name
=
"recomendacao"
>
...
...
@@ -151,16 +134,19 @@
@
endif
</
div
>
<
div
><
hr
></
div
>
<
hr
style
=
"border-top: 1px solid#1492E6"
>
<
div
class
=
"d-flex justify-content-end"
>
<
div
style
=
"margin-right: 15px"
><
a
href
=
"{{ route('avaliador.visualizarTrabalho', ['evento_id' =>
$evento->id
])}}"
class
=
"btn btn-light"
style
=
"color: red;"
>
Cancelar
</
a
></
div
>
<
div
><
button
type
=
"submit"
class
=
"btn btn-success"
>
Enviar
meu
parecer
</
button
></
div
>
</
div
>
</
form
>
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
@
endsection
...
...
@@ -170,3 +156,9 @@
</
script
>
@
endsection
<
style
>
label
{
font
-
weight
:
bold
;
}
</
style
>
resources/views/evento/formulario/participantes.blade.php
View file @
a1491dc6
...
...
@@ -355,7 +355,7 @@
<button
data-dismiss=
"modal"
type=
"button"
id=
"cancelar{{$i}}"
class=
" btn btn-danger"
style=
"font-size: 16px"
onclick=
"desmarcar({{$i}})"
>
Cancelar
</button>
</div>
<div
class=
"col-6"
>
<button
data-dismiss=
"modal"
type=
"button"
id=
"
guard
ar{{$i}}"
class=
"btn btn-success float-right"
style=
"font-size: 16px"
onclick=
"marcar({{$i}})"
>
Guard
ar
</button>
<button
data-dismiss=
"modal"
type=
"button"
id=
"
adicion
ar{{$i}}"
class=
"btn btn-success float-right"
style=
"font-size: 16px"
onclick=
"marcar({{$i}})"
>
Adicion
ar
</button>
</div>
</div>
</div>
...
...
@@ -385,7 +385,6 @@
</div>
<script>
$
(
"
input.rg:text
"
).
mask
(
'
00.000.000-0
'
);
function
marcar
(
id
){
document
.
getElementById
(
"
checkB
"
+
id
).
checked
=
true
;
document
.
getElementById
(
"
exampleModal
"
+
id
).
modal
(
'
hide
'
);
...
...
resources/views/planosTrabalho/listar.blade.php
View file @
a1491dc6
...
...
@@ -29,7 +29,7 @@
<
tbody
>
<
td
style
=
"text-align: center;"
title
=
"
{
{$arquivo->titulo}}">{{$arquivo->titulo}
}
</td>
<td style="
text
-
align
:
center
;
" title="
{{
$arquivo
->
participante
->
user
->
name
}}
">
{
{$arquivo->participante->user->name}
}
</td>
<td style="
text
-
align
:
center
;
" title="
{{
$arquivo
->
participante
->
user
->
name
}}
"
id="
td
-
nomeAluno
"
>
{
{$arquivo->participante->user->name}
}
</td>
<td style="
text
-
align
:
center
;
">
@if((Auth::user()->proponentes != null) && (
$arquivo->relatorioParcial
== null) &&
(
$arquivo->trabalho
->evento->dt_inicioRelatorioParcial <=
$hoje
) && (
$hoje
<=
$arquivo->trabalho
->evento->dt_fimRelatorioParcial))
...
...
@@ -195,7 +195,7 @@
</
table
>
<
div
style
=
"margin-top:10px
"
>
<
div
id
=
"btn-cancelar
"
>
<
a
class
=
"btn btn-primary"
href
=
"{{ url()->previous() }}"
>
Cancelar
</
a
>
</
div
>
</
div
>
...
...
@@ -204,11 +204,21 @@
<
style
>
td
{
max
-
width
:
25
ch
;
max
-
width
:
40
ch
;
overflow
:
hidden
;
text
-
overflow
:
ellipsis
;
white
-
space
:
nowrap
;
}
#td-nomeAluno {
max
-
width
:
25
ch
;
}
#btn-cancelar {
margin
-
top
:
10
px
;
text
-
align
:
right
;
}
</
style
>
...
...
resources/views/projeto/visualizar.blade.php
View file @
a1491dc6
...
...
@@ -27,7 +27,7 @@
@
component
(
'projeto.formularioVisualizar.anexos2'
,
[
'edital'
=>
$edital
,
'projeto'
=>
$projeto
])
@
endcomponent
@
component
(
'projeto.formularioVisualizar.participantes2'
,
[
'projeto'
=>
$projeto
])
@
component
(
'projeto.formularioVisualizar.participantes2'
,
[
'projeto'
=>
$projeto
,
'edital'
=>
$edital
])
@
endcomponent
@
component
(
'projeto.formularioVisualizar.relatório'
,[
'edital'
=>
$edital
,
'projeto'
=>
$projeto
])
...
...
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