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
68143229
"resources/vscode:/vscode.git/clone" did not exist on "028d7859b6471e41c8b8a2ba0871a6176e93ad59"
Commit
68143229
authored
May 23, 2022
by
unknown
Browse files
atualização na view de submissão de propostas
parent
16c33035
Changes
3
Show whitespace changes
Inline
Side-by-side
resources/views/evento/formulario/anexos.blade.php
View file @
68143229
...
...
@@ -4,7 +4,7 @@
<div
class=
"card-body"
style=
"padding-top: 0.2rem;"
>
<div
class=
"container"
>
<div
class=
"form-row mt-3"
>
<div
class=
"col-md-12"
><h5
style=
"color: #234B8B; font-weight: bold"
>
Anexos
</h5></div>
<div
class=
"col-md-12"
><h5
style=
"color: #234B8B; font-weight: bold"
>
Anexos
do Projeto
</h5></div>
</div>
<hr
style=
"border-top: 1px solid#1492E6; margin-bottom: 10px"
>
...
...
resources/views/evento/formulario/participantes.blade.php
View file @
68143229
...
...
@@ -4,7 +4,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"
>
Participantes
</h5></div>
<div
class=
"col-md-11"
><h5
style=
"color: #234B8B; font-weight: bold"
>
Dados do(s) Discente(s)
</h5></div>
<div
class=
"col-md-1 text-sm-right"
>
<a
type=
"button"
value=
"{{ $edital->id }}"
id=
"atribuir1"
data-toggle=
"modal"
data-target=
"#exampleModal0"
>
<img
class=
""
src=
"{{asset('img/icons/add.ico')}}"
style=
"width:30px"
alt=
""
>
...
...
@@ -25,7 +25,7 @@
</div>
<div
class=
"col-sm-8"
style=
"display: flex; align-items: center;"
>
<a
href=
""
style=
""
class=
"justify-content-center"
data-toggle=
"modal"
data-target=
"#exampleModal{{$i}}"
id=
"nomePart{{$i+1}}"
>
Participa
nte {{$i+1}}
Disce
nte {{$i+1}}
</a>
</div>
</div>
...
...
@@ -34,7 +34,7 @@
<div
class=
"modal-dialog modal-dialog-centered modal-xl"
>
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<h5
class=
"modal-title"
id=
"exampleModalLabel"
>
Dados do
Participa
nte {{$i+1}}
</h5>
<h5
class=
"modal-title"
id=
"exampleModalLabel"
>
Dados do
Disce
nte {{$i+1}}
</h5>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-label=
"Close"
>
<span
aria-hidden=
"true"
>
×
</span>
</button>
...
...
resources/views/evento/submeterTrabalho.blade.php
View file @
68143229
...
...
@@ -18,10 +18,10 @@
@
include
(
'evento.formulario.proponente'
)
@
include
(
'evento.formulario.
anexo
s'
)
@
include
(
'evento.formulario.
participante
s'
)
@
include
(
'evento.formulario.
participante
s'
)
@
include
(
'evento.formulario.
anexo
s'
)
@
include
(
'evento.formulario.finalizar'
)
...
...
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