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
e5562b31
Commit
e5562b31
authored
Jun 04, 2021
by
Carlos André
Browse files
alterações de participante para discente
parent
859fdd42
Changes
6
Hide whitespace changes
Inline
Side-by-side
resources/views/componentes/participante.blade.php
View file @
e5562b31
...
...
@@ -2,7 +2,7 @@
<div
class=
"col-md-11"
>
<a
class=
"btn btn-light"
data-toggle=
"collapse"
id=
"idCollapseParticipante"
href=
"#collapseParticipante"
role=
"button"
aria-expanded=
"false"
aria-controls=
"collapseParticipante"
style=
"width: 100%; text-align:left"
>
<div
class=
"d-flex justify-content-between align-items-center"
>
<h4
id=
"tituloParticipante"
style=
"color: #01487E; font-size:17px; margin-top:5px"
>
Participa
nte
<span
id=
"pontos"
style=
"display: none;"
>
:
</span>
<span
style=
"display: none;"
id=
"display"
></span>
</h4>
<h4
id=
"tituloParticipante"
style=
"color: #01487E; font-size:17px; margin-top:5px"
>
Disce
nte
<span
id=
"pontos"
style=
"display: none;"
>
:
</span>
<span
style=
"display: none;"
id=
"display"
></span>
</h4>
</div>
</a>
</div>
...
...
@@ -14,7 +14,7 @@
<div
class=
"container"
>
<div
class=
"row"
>
<input
type=
"hidden"
name=
"funcaoParticipante[]"
value=
"4"
>
<div
class=
"col-md-12 mt-3"
><h5>
Dados do
participa
nte
</h5></div>
<div
class=
"col-md-12 mt-3"
><h5>
Dados do
disce
nte
</h5></div>
<div
class=
"col-6"
>
@component('componentes.input', ['label' => 'Nome completo'])
<input
type=
"text"
class=
"form-control "
name=
"nomeParticipante[]"
placeholder=
"Nome Completo"
required
/>
...
...
resources/views/evento/backupForm.blade.php
View file @
e5562b31
...
...
@@ -319,16 +319,16 @@
<!--
X
Anexos
X
-->
<!--
Participantes
-->
<
div
class
=
"col-md-10"
style
=
"text-align: center; margin-top:2rem"
><
h4
style
=
"margin-top: 1rem;"
>
4
º
Passo
</
h4
></
div
>
<
div
class
=
"col-md-10"
style
=
"text-align: center;"
><
h5
style
=
"margin-bottom:1rem;color:#909090"
>
Área
do
(
s
)
participa
nte
(
s
)
</
h5
></
div
>
<
div
class
=
"col-md-10"
style
=
"text-align: center;"
><
h5
style
=
"margin-bottom:1rem;color:#909090"
>
Área
do
(
s
)
disce
nte
(
s
)
</
h5
></
div
>
<
div
class
=
"col-md-10"
>
<
div
class
=
"card"
style
=
"border-radius: 12px; padding:15px"
>
<
div
class
=
"card-body"
style
=
"margin-bottom: -2rem"
>
<
div
class
=
"d-flex justify-content-between align-items-center"
>
<
div
><
h5
style
=
"color: #1492E6; margin-top:0.5rem"
>
Participa
nte
(
s
)
</
h5
></
div
>
<
div
><
h5
style
=
"color: #1492E6; margin-top:0.5rem"
>
Disce
nte
(
s
)
</
h5
></
div
>
<
div
>
<
button
type
=
"button"
class
=
"btn btn-light"
onclick
=
"novoParticipante()"
>
Adicionar
participa
nte
</
button
>
<
button
type
=
"button"
class
=
"btn btn-light"
onclick
=
"novoParticipante()"
>
Adicionar
disce
nte
</
button
>
</
div
>
</
div
>
...
...
resources/views/evento/formulario/participantes.blade.php
View file @
e5562b31
<!-- Participantes -->
<div
class=
"col-md-10"
style=
"text-align: center; margin-top:2rem"
><h4
style=
"margin-top: 1rem;"
>
4º Passo
</h4></div>
<div
class=
"col-md-10"
style=
"text-align: center;"
><h5
style=
"margin-bottom:1rem;color:#909090"
>
Área do(s)
participa
nte(s)
</h5></div>
<div
class=
"col-md-10"
style=
"text-align: center;"
><h5
style=
"margin-bottom:1rem;color:#909090"
>
Área do(s)
disce
nte(s)
</h5></div>
<div
class=
"col-md-10"
>
<div
class=
"card"
style=
"border-radius: 12px; padding:15px"
>
<div
class=
"card-body"
style=
"margin-bottom: -2rem"
>
<div
class=
"d-flex justify-content-between align-items-center"
>
<div><h5
style=
"color: #1492E6; margin-top:0.5rem"
>
Participa
nte(s)
</h5></div>
<div><h5
style=
"color: #1492E6; margin-top:0.5rem"
>
Disce
nte(s)
</h5></div>
<div>
<button
type=
"button"
class=
"btn btn-light"
id=
"buttonMais"
>
Adicionar
participa
nte
</button>
<button
type=
"button"
class=
"btn btn-light"
id=
"buttonMais"
>
Adicionar
disce
nte
</button>
{{--
<button
type=
"button"
class=
"btn btn-light"
id=
"buttonMenos"
>
Remover participante
</button>
--}}
</div>
...
...
@@ -22,7 +22,7 @@
<div
class=
"col-md-11"
>
<a
class=
"btn btn-light"
data-toggle=
"collapse"
id=
"idCollapseParticipante"
href=
"#collapseParticipante"
role=
"button"
aria-expanded=
"false"
aria-controls=
"collapseParticipante"
style=
"width: 100%; text-align:left"
>
<div
class=
"d-flex justify-content-between align-items-center"
>
<h4
id=
"tituloParticipante"
style=
"color: #01487E; font-size:17px; margin-top:5px"
>
Participa
nte
<span
id=
"pontos"
style=
"display: none;"
>
:
</span>
<span
style=
"display: none;"
id=
"display"
></span>
</h4>
<h4
id=
"tituloParticipante"
style=
"color: #01487E; font-size:17px; margin-top:5px"
>
Disce
nte
<span
id=
"pontos"
style=
"display: none;"
>
:
</span>
<span
style=
"display: none;"
id=
"display"
></span>
</h4>
</div>
</a>
</div>
...
...
@@ -34,7 +34,7 @@
<div
class=
"container"
>
<div
class=
"row"
>
<input
type=
"hidden"
name=
"funcaoParticipante[]"
value=
"4"
>
<div
class=
"col-md-12 mt-3"
><h5>
Dados do
participa
nte
</h5></div>
<div
class=
"col-md-12 mt-3"
><h5>
Dados do
disce
nte
</h5></div>
<div
class=
"col-6"
>
@component('componentes.input', ['label' => 'Nome completo'])
<input
type=
"text"
class=
"form-control "
name=
"nomeParticipante[]"
placeholder=
"Nome Completo"
required
/>
...
...
resources/views/evento/submeterTrabalho.blade.php
View file @
e5562b31
...
...
@@ -75,7 +75,7 @@
</
button
>
</
div
>
<
div
class
=
"modal-body"
>
Existe
um
CPF
inválido
em
um
dos
participa
ntes
por
favor
corrija
para
continuar
.
Existe
um
CPF
inválido
em
um
dos
disce
ntes
por
favor
corrija
para
continuar
.
</
div
>
{{
--
<
div
class
=
"modal-footer"
>
{{
--
<
button
type
=
"button"
class
=
"btn btn-secondary"
></
button
>
...
...
resources/views/projeto/editar.blade.php
View file @
e5562b31
...
...
@@ -341,7 +341,7 @@
<
div
class
=
"card"
style
=
"border-radius: 12px; padding:15px; margin-bottom:2rem"
>
<
div
class
=
"card-body"
style
=
"margin-bottom: -2rem"
>
<
div
class
=
"d-flex justify-content-between align-items-center"
>
<
div
><
h5
style
=
"color: #1492E6; margin-top:0.5rem"
>
Participa
nte
(
s
)
</
h5
></
div
>
<
div
><
h5
style
=
"color: #1492E6; margin-top:0.5rem"
>
Disce
nte
(
s
)
</
h5
></
div
>
<
div
><
div
class
=
"dropdown"
>
<
button
class
=
"btn btn-light dropdown-toggle"
type
=
"button"
id
=
"dropdownMenuButtonAlterar"
data
-
toggle
=
"dropdown"
aria
-
haspopup
=
"true"
aria
-
expanded
=
"false"
style
=
"display: none"
>
Selecionar
...
...
resources/views/projeto/visualizar.blade.php
View file @
e5562b31
...
...
@@ -341,7 +341,7 @@
<
div
class
=
"card"
style
=
"border-radius: 12px; padding:15px"
>
<
div
class
=
"card-body"
style
=
"margin-bottom: -2rem"
>
<
div
class
=
"d-flex justify-content-between align-items-center"
>
<
div
><
h5
style
=
"color: #1492E6; margin-top:0.5rem"
>
Participa
nte
(
s
)
</
h5
></
div
>
<
div
><
h5
style
=
"color: #1492E6; margin-top:0.5rem"
>
Disce
nte
(
s
)
</
h5
></
div
>
{{
--
<
div
><
div
class
=
"dropdown"
>
<
button
class
=
"btn btn-light dropdown-toggle"
type
=
"button"
id
=
"dropdownMenuButtonAlterar"
data
-
toggle
=
"dropdown"
aria
-
haspopup
=
"true"
aria
-
expanded
=
"false"
style
=
"display: none"
>
Selecionar
...
...
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