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
b5434bea
Commit
b5434bea
authored
May 16, 2023
by
unknown
Browse files
Remoção de avaliadores internos para editais de extensão
parent
3a2aa064
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/views/administrador/analisarProposta.blade.php
View file @
b5434bea
...
...
@@ -1026,7 +1026,8 @@
</div>
</div>
@if(
$evento->natureza_id
!= 3)
<div class="
col
-
md
-
6
">
<label style="
font
-
weight
:
bold
;
font
-
size
:
18
px
">Internos</label>
</div>
...
...
@@ -1054,7 +1055,7 @@
@endif
@endforeach
</select>
@endif
<div class="
col
-
md
-
6
">
<label style="
font
-
weight
:
bold
;
font
-
size
:
18
px
"><i>Ad Hoc</i></label>
...
...
resources/views/avaliador/listarTrabalhos.blade.php
View file @
b5434bea
...
...
@@ -31,7 +31,7 @@
<
div
class
=
"row justify-content-center"
style
=
"margin-top: 3rem;"
>
<
div
class
=
"col-md-11"
style
=
"margin-bottom: -3rem"
>
<
div
class
=
"card card_conteudo shadow bg-white"
style
=
"border-radius:12px; border-width:0px;"
>
@
if
(
$trabalhosIn
!=
null
)
@
if
(
$trabalhosIn
!=
null
&&
$evento
->
natureza_id
!=
3
)
<
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"
>
...
...
@@ -53,8 +53,8 @@
</
div
>
@
endif
@
if
(
$trabalhosIn
!=
null
)
@
if
(
$trabalhosIn
!=
null
&&
$evento
->
natureza_id
!=
3
)
<
div
class
=
"card-body"
>
<
table
class
=
"table table-bordered table-hover"
style
=
"display: block; white-space: nowrap; border-radius:10px; margin-bottom:0px"
>
<
thead
>
...
...
@@ -215,9 +215,9 @@
@
if
(
$planoTrabalho
!=
null
)
<
a
href
=
"{{route('download', ['file' =>
$planoTrabalho
])}}"
target
=
"_new"
style
=
"font-size: 20px; color: #114048ff;"
class
=
"btn btn-light"
>
<
img
class
=
""
src
=
"
{
{asset('img/icons/file-download-solid.svg')}
}
"
style
=
"width:15px"
>
</
a
>
</
a
>
<
br
>
@
else
Não
há
planos
de
trabalho
.
Não
há
planos
de
trabalho
.
<
br
>
@
endif
@
endforeach
@
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