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
5764914c
Commit
5764914c
authored
Jun 23, 2020
by
Gabriel-31415
Browse files
alguns ajustes da reunião
parent
f9faab3f
Changes
8
Hide whitespace changes
Inline
Side-by-side
app/Http/Controllers/TrabalhoController.php
View file @
5764914c
...
...
@@ -716,7 +716,7 @@ class TrabalhoController extends Controller
Storage
::
deleteDirectory
(
'trabalhos/'
.
$trabalho
->
evento
->
id
.
'/'
.
$trabalho
->
id
);
$trabalho
->
delete
();
return
redirect
()
->
back
();
return
redirect
()
->
back
()
->
with
([
'mensagem'
=>
'Projeto deletado com sucesso!'
])
;
}
public
function
excluirParticipante
(
$id
){
...
...
database/seeds/AreaSeeder.php
View file @
5764914c
...
...
@@ -345,7 +345,7 @@ class AreaSeeder extends Seeder
//Lingüística, Letras e Artes-----------
DB
::
table
(
'areas'
)
->
insert
([
'nome'
=>
'Ling
ü
ística'
,
'nome'
=>
'Ling
u
ística'
,
'grande_area_id'
=>
'8'
]);
DB
::
table
(
'areas'
)
->
insert
([
...
...
resources/views/coordenador/home.blade.php
View file @
5764914c
...
...
@@ -77,6 +77,11 @@
<
p
>
@
if
(
Auth
::
check
())
<
a
href
=
"{{ route('evento.visualizar',['id'=>
$evento->id
]) }}"
class
=
"visualizarEvento"
>
Visualizar
edital
</
a
>
@
if
(
Auth
::
user
()
->
proponentes
==
null
)
<
br
><
a
href
=
"{{ route('proponente.create' )}}"
class
=
"visualizarEvento"
>
Criar
projeto
</
a
>
@
else
<
br
><
a
href
=
"{{ route('trabalho.index', ['id' =>
$evento->id
] )}}"
class
=
"visualizarEvento"
>
Criar
projeto
</
a
>
@
endif
@
else
<
a
href
=
"{{ route('evento.visualizarNaoLogado', ['id'=>
$evento->id
]) }}"
class
=
"visualizarEvento"
>
Visualizar
edital
</
a
>
@
endif
...
...
resources/views/evento/submeterTrabalho.blade.php
View file @
5764914c
...
...
@@ -180,7 +180,7 @@
</div>
<div class="
col
-
sm
-
6
">
<label for="
botao
" class="
col
-
form
-
label
@
error
(
'botao'
)
is
-
invalid
@
enderror
">{{ __('Possui autorizaç
ão do Comitê de Ética
*:') }}</label>
<label for="
botao
" class="
col
-
form
-
label
@
error
(
'botao'
)
is
-
invalid
@
enderror
"
data-toggle="
tooltip
" data-placement="
bottom
" title="
Se
possuir
,
coloque
todas
em
único
arquivo
pdf
.
"
>{{ __('Possui autorizaç
ões especiais?
*:') }}</label>
<button id="
buttonSim
" class="
btn
btn
-
primary
mt
-
2
mb
-
2
">Sim</button>
<button id="
buttonNao
" class="
btn
btn
-
primary
mt
-
2
mb
-
2
">Não</button>
<input type="
hidden
" id="
botao
" name="
botao
" value="">
...
...
resources/views/participante/editais.blade.php
View file @
5764914c
...
...
@@ -17,7 +17,7 @@
<
thead
>
<
tr
>
<
th
scope
=
"col"
>
Nome
do
Edital
</
th
>
<
th
scope
=
"col"
>
Status
</
th
>
{{
--
<
th
scope
=
"col"
>
Status
</
th
>
--
}}
<
th
scope
=
"col"
>
Data
de
Criação
</
th
>
<
th
scope
=
"col"
>
Baixar
edital
</
th
>
<
th
scope
=
"col"
>
Opção
</
th
>
...
...
@@ -31,7 +31,7 @@
{{
$evento
->
nome
}}
</
a
>
</
td
>
<
td
></
td
>
{{
--
<
td
></
td
>
--
}}
<
td
>
{{
$evento
->
created_at
}}
</
td
>
<
td
style
=
"text-align: center"
>
<
a
href
=
"{{ route('baixar.edital', ['id' =>
$evento->id
]) }}"
>
...
...
@@ -45,11 +45,11 @@
</
a
>
<
div
class
=
"dropdown-menu"
>
<
a
href
=
"{{ route('participante.edital', ['id' =>
$evento->id
]) }}"
class
=
"dropdown-item"
style
=
"text-align: center"
>
Meus
p
rojetos
P
rojetos
vinculados
</
a
>
<
a
href
=
""
class
=
"dropdown-item"
style
=
"text-align: center"
>
{{
--
<
a
href
=
""
class
=
"dropdown-item"
style
=
"text-align: center"
>
Visualizar
resultado
</
a
>
</
a
>
--
}}
{{
--
<
a
href
=
""
class
=
"dropdown-item"
style
=
"text-align: center"
>
Resultado
preeliminar
...
...
resources/views/projeto/index.blade.php
View file @
5764914c
...
...
@@ -2,7 +2,23 @@
@
section
(
'content'
)
<
div
class
=
"container"
style
=
"margin-top: 100px;"
>
@
if
(
isset
(
$mensagem
))
<
div
class
=
"col-sm-12"
>
<
br
>
<
div
class
=
"alert alert-success"
>
<
p
>
{{
$mensagem
}}
</
p
>
</
div
>
</
div
>
@
endif
@
if
(
session
(
'mensagem'
))
<
div
class
=
"col-sm-12"
>
<
br
>
<
div
class
=
"alert alert-success"
>
<
p
>
{{
session
(
'mensagem'
)}}
</
p
>
</
div
>
</
div
>
@
endif
<
div
class
=
"container"
>
<
div
class
=
"row"
>
<
div
class
=
"col-sm-10"
>
...
...
resources/views/proponente/editais.blade.php
View file @
5764914c
...
...
@@ -49,9 +49,9 @@
<
a
href
=
"{{ route('projetos.edital', ['id' =>
$evento->id
]) }}"
class
=
"dropdown-item"
style
=
"text-align: center"
>
Projetos
submetidos
</
a
>
<
a
href
=
""
class
=
"dropdown-item"
style
=
"text-align: center"
>
{{
--
<
a
href
=
""
class
=
"dropdown-item"
style
=
"text-align: center"
>
Visualizar
resultado
</
a
>
</
a
>
--
}}
{{
--
<
a
href
=
""
class
=
"dropdown-item"
style
=
"text-align: center"
>
Recurso
ao
resultado
</
a
>
...
...
resources/views/proponente/projetos.blade.php
View file @
5764914c
...
...
@@ -3,6 +3,14 @@
@
section
(
'content'
)
<
div
class
=
"container"
style
=
"margin-top: 100px;"
>
@
if
(
isset
(
$mensagem
))
<
div
class
=
"col-sm-12"
>
<
br
>
<
div
class
=
"alert alert-success"
>
<
p
>
{{
$mensagem
}}
</
p
>
</
div
>
</
div
>
@
endif
<
div
class
=
"container"
>
<
div
class
=
"row"
>
<
div
class
=
"col-sm-12"
>
...
...
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