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
5d0b938c
Commit
5d0b938c
authored
Feb 15, 2022
by
Guilherme Silva
Browse files
Alterada label de coeficiente de rendimento
parent
5fd7aa87
Changes
13
Hide whitespace changes
Inline
Side-by-side
resources/views/administrador/substituirParticipanteCompletoForm.blade.php
View file @
5d0b938c
...
...
@@ -318,7 +318,7 @@
@endcomponent
</div>
<div
class=
"col-6"
>
@component('componentes.input', ['label' => 'Coeficiente de rendimento'])
@component('componentes.input', ['label' => 'Coeficiente de rendimento
(média geral)
'])
<input
type=
"number"
class=
"form-control media"
value=
""
name=
"media_do_curso"
min=
"0"
max=
"10"
step=
"0.01"
id=
"media{{$participante->id}}"
required
>
@error('media_do_curso')
<span
class=
"invalid-feedback"
role=
"alert"
style=
"overflow: visible; display:block"
>
...
...
resources/views/administrador/substituirParticipanteDadoDiscenteForm.blade.php
View file @
5d0b938c
...
...
@@ -318,7 +318,7 @@
@endcomponent
</div>
<div
class=
"col-6"
>
@component('componentes.input', ['label' => 'Coeficiente de rendimento'])
@component('componentes.input', ['label' => 'Coeficiente de rendimento
(média geral)
'])
<input
type=
"number"
class=
"form-control media"
value=
""
name=
"media_do_curso"
min=
"0"
max=
"10"
step=
"0.01"
id=
"media{{$participante->id}}"
required
>
@error('media_do_curso')
<span
class=
"invalid-feedback"
role=
"alert"
style=
"overflow: visible; display:block"
>
...
...
resources/views/administrador/substituirParticipanteForm.blade.php
View file @
5d0b938c
...
...
@@ -151,7 +151,7 @@
</div>
<div
class=
"row"
>
<div
class=
"col-6"
>
@component('componentes.input', ['label' => 'Coeficiente de rendimento'])
@component('componentes.input', ['label' => 'Coeficiente de rendimento
(média geral)
'])
<input
type=
"number"
class=
"form-control media"
value=
"{{$participante->media_do_curso}}"
name=
"media_do_curso"
min=
"0"
max=
"10"
step=
"0.01"
disabled
>
@endcomponent
</div>
...
...
@@ -511,7 +511,7 @@
@endcomponent
</div>
<div
class=
"col-6"
>
@component('componentes.input', ['label' => 'Coeficiente de rendimento'])
@component('componentes.input', ['label' => 'Coeficiente de rendimento
(média geral)
'])
<input
type=
"number"
class=
"form-control media"
value=
""
name=
"media_do_curso"
min=
"0"
max=
"10"
step=
"0.01"
id=
"media{{$participante->id}}"
required
>
@error('media_do_curso')
<span
class=
"invalid-feedback"
role=
"alert"
style=
"overflow: visible; display:block"
>
...
...
resources/views/administrador/substituirParticipantePlanoForm.blade.php
View file @
5d0b938c
...
...
@@ -319,7 +319,7 @@
@endcomponent
</div>
<div
class=
"col-6"
>
@component('componentes.input', ['label' => 'Coeficiente de rendimento'])
@component('componentes.input', ['label' => 'Coeficiente de rendimento
(média geral)
'])
<input
type=
"number"
class=
"form-control media"
value=
""
name=
"media_do_curso"
min=
"0"
max=
"10"
step=
"0.01"
id=
"mediaManter{{$participante->id}}"
disabled
>
@error('media_do_curso')
<span
class=
"invalid-feedback"
role=
"alert"
style=
"overflow: visible; display:block"
>
...
...
resources/views/administrador/vizualizarParticipante.blade.php
View file @
5d0b938c
...
...
@@ -157,7 +157,7 @@
</
div
>
<
div
class
=
"row"
>
<
div
class
=
"col-6"
>
@
component
(
'componentes.input'
,
[
'label'
=>
'Coeficiente de rendimento'
])
@
component
(
'componentes.input'
,
[
'label'
=>
'Coeficiente de rendimento
(média geral)
'
])
<
input
type
=
"number"
class
=
"form-control media"
value
=
"
{
{$subs->participanteSubstituido()->withTrashed()->first()->media_do_curso}
}
"
name
=
"media_do_curso"
min
=
"0"
max
=
"10"
step
=
"0.01"
disabled
>
@
endcomponent
</
div
>
...
...
@@ -434,7 +434,7 @@
</
div
>
<
div
class
=
"row"
>
<
div
class
=
"col-6"
>
@
component
(
'componentes.input'
,
[
'label'
=>
'Coeficiente de rendimento'
])
@
component
(
'componentes.input'
,
[
'label'
=>
'Coeficiente de rendimento
(média geral)
'
])
<
input
type
=
"number"
class
=
"form-control media"
value
=
"
{
{$subs->participanteSubstituto()->withTrashed()->first()->media_do_curso}
}
"
name
=
"media_do_curso"
min
=
"0"
max
=
"10"
step
=
"0.01"
disabled
>
@
endcomponent
</
div
>
...
...
resources/views/componentes/participante.blade.php
View file @
5d0b938c
...
...
@@ -239,7 +239,7 @@
@endcomponent
</div>
<div
class=
"col-6"
>
@component('componentes.input', ['label' => 'Coeficiente de rendimento'])
@component('componentes.input', ['label' => 'Coeficiente de rendimento
(média geral)
'])
<input
type=
"number"
class=
"form-control media"
name=
"media_do_curso[]"
min=
"0"
max=
"10"
step=
"0.01"
>
@error('media_do_curso.*')
<span
class=
"invalid-feedback"
role=
"alert"
style=
"overflow: visible; display:block"
>
...
...
resources/views/evento/backupForm.blade.php
View file @
5d0b938c
...
...
@@ -681,7 +681,7 @@ function blocoDeCodigo(valor){
</select>
</div>
<div class="form-group col-md-6">
<label for="coeficienteDeRendimento${valor}">Coeficiente de rendimento <span style="color: red; font-weight:bold">*</span></label>
<label for="coeficienteDeRendimento${valor}">Coeficiente de rendimento
(média geral)
<span style="color: red; font-weight:bold">*</span></label>
<input type="number" class="form-control media" id="coeficienteDeRendimento${valor}" min="0" max="10" step="0.01" value="00.00" name="media_geral_curso[]" >
@error('coeficienteDeRendimento${valor}')
<span class="invalid-feedback" role="alert" style="overflow: visible; display:block">
...
...
resources/views/evento/formulario/participantes.blade.php
View file @
5d0b938c
...
...
@@ -306,7 +306,7 @@
@endcomponent
</div>
<div
class=
"col-6"
>
@component('componentes.input', ['label' => 'Coeficiente de rendimento'])
@component('componentes.input', ['label' => 'Coeficiente de rendimento
(média geral)
'])
<input
type=
"number"
class=
"form-control media"
value=
"{{old('media_do_curso')[$i] ?? "
"
}}"
name=
"media_do_curso[{{$i}}]"
min=
"0"
max=
"10"
step=
"0.01"
>
@error('media_do_curso.'.$i)
<span
class=
"invalid-feedback"
role=
"alert"
style=
"overflow: visible; display:block"
>
...
...
resources/views/evento/rascunho/participantes.blade.php
View file @
5d0b938c
...
...
@@ -166,7 +166,7 @@
@endcomponent
</div>
<div
class=
"col-6"
>
@component('componentes.input', ['label' => 'Coeficiente de rendimento'])
@component('componentes.input', ['label' => 'Coeficiente de rendimento
(média geral)
'])
<input
type=
"number"
class=
"form-control media"
name=
"media_geral_curso[]"
min=
"0"
max=
"10"
step=
"0.01"
required
>
@endcomponent
</div>
...
...
resources/views/projeto/Backupeditar.blade.php
View file @
5d0b938c
...
...
@@ -606,7 +606,7 @@
</select>
</div>
<div class="
form
-
group
col
-
md
-
6
">
<label for="
coeficienteDeRendimento1
">Coeficiente de rendimento <span style="
color
:
red
;
font
-
weight
:
bold
">*</span></label>
<label for="
coeficienteDeRendimento1
">Coeficiente de rendimento
(média geral)
<span style="
color
:
red
;
font
-
weight
:
bold
">*</span></label>
<input type="
number
" class="
form
-
control
" id="
coeficienteDeRendimento1
" min="
0
" max="
10
" step="
0.01
" name="
media_geral_curso
[]
" required value="
@
if
(
$resultado_participante_um
){{
$participantes
[
0
]
->
media_do_curso
}}
@
endif
">
@error('coeficienteDeRendimento1')
<span class="
invalid
-
feedback
" role="
alert
" style="
overflow
:
visible
;
display
:
block
">
...
...
@@ -866,7 +866,7 @@
</select>
</div>
<div class="
form
-
group
col
-
md
-
6
">
<label for="
coeficienteDeRendimento2
">Coeficiente de rendimento <span style="
color
:
red
;
font
-
weight
:
bold
">*</span></label>
<label for="
coeficienteDeRendimento2
">Coeficiente de rendimento
(média geral)
<span style="
color
:
red
;
font
-
weight
:
bold
">*</span></label>
<input type="
number
" class="
form
-
control
media
" id="
coeficienteDeRendimento2
" min="
0
" max="
10
" step="
0.01
" name="
media_geral_curso
[]
" required value="
@
if
(
$resultado_participante_dois
){{
$participantes
[
1
]
->
media_do_curso
}}
@
endif
">
@error('coeficienteDeRendimento2')
<span class="
invalid
-
feedback
" role="
alert
" style="
overflow
:
visible
;
display
:
block
">
...
...
@@ -1124,7 +1124,7 @@
</select>
</div>
<div class="
form
-
group
col
-
md
-
6
">
<label for="
coeficienteDeRendimento3
">Coeficiente de rendimento <span style="
color
:
red
;
font
-
weight
:
bold
">*</span></label>
<label for="
coeficienteDeRendimento3
">Coeficiente de rendimento
(média geral)
<span style="
color
:
red
;
font
-
weight
:
bold
">*</span></label>
<input type="
number
" class="
form
-
control
media
" id="
coeficienteDeRendimento3
" min="
0
" max="
10
" step="
0.01
" name="
media_geral_curso
[]
" required value="
@
if
(
$resultado_participante_tres
){{
$participantes
[
2
]
->
media_do_curso
}}
@
endif
">
@error('coeficienteDeRendimento3')
<span class="
invalid
-
feedback
" role="
alert
" style="
overflow
:
visible
;
display
:
block
">
...
...
resources/views/projeto/Backupvisualizar.blade.php
View file @
5d0b938c
...
...
@@ -604,7 +604,7 @@
</select>
</div>
<div class="
form
-
group
col
-
md
-
6
">
<label for="
coeficienteDeRendimento1
">Coeficiente de rendimento <span style="
color
:
red
;
font
-
weight
:
bold
">*</span></label>
<label for="
coeficienteDeRendimento1
">Coeficiente de rendimento
(média geral)
<span style="
color
:
red
;
font
-
weight
:
bold
">*</span></label>
<input type="
number
" class="
form
-
control
" id="
coeficienteDeRendimento1
" min="
0
" max="
10
" step="
0.01
" name="
media_geral_curso
[]
" disabled value="
@
if
(
$resultado_participante_um
){{
$participantes
[
0
]
->
media_do_curso
}}
@
endif
">
@error('coeficienteDeRendimento1')
<span class="
invalid
-
feedback
" role="
alert
" style="
overflow
:
visible
;
display
:
block
">
...
...
@@ -862,7 +862,7 @@
</select>
</div>
<div class="
form
-
group
col
-
md
-
6
">
<label for="
coeficienteDeRendimento2
">Coeficiente de rendimento <span style="
color
:
red
;
font
-
weight
:
bold
">*</span></label>
<label for="
coeficienteDeRendimento2
">Coeficiente de rendimento
(média geral)
<span style="
color
:
red
;
font
-
weight
:
bold
">*</span></label>
<input type="
number
" class="
form
-
control
media
" id="
coeficienteDeRendimento2
" min="
0
" max="
10
" step="
0.01
" name="
media_geral_curso
[]
" disabled value="
@
if
(
$resultado_participante_dois
){{
$participantes
[
1
]
->
media_do_curso
}}
@
endif
">
@error('coeficienteDeRendimento2')
<span class="
invalid
-
feedback
" role="
alert
" style="
overflow
:
visible
;
display
:
block
">
...
...
@@ -1118,7 +1118,7 @@
</select>
</div>
<div class="
form
-
group
col
-
md
-
6
">
<label for="
coeficienteDeRendimento3
">Coeficiente de rendimento <span style="
color
:
red
;
font
-
weight
:
bold
">*</span></label>
<label for="
coeficienteDeRendimento3
">Coeficiente de rendimento
(média geral)
<span style="
color
:
red
;
font
-
weight
:
bold
">*</span></label>
<input type="
number
" class="
form
-
control
media
" id="
coeficienteDeRendimento3
" min="
0
" max="
10
" step="
0.01
" name="
media_geral_curso
[]
" disabled value="
@
if
(
$resultado_participante_tres
){{
$participantes
[
2
]
->
media_do_curso
}}
@
endif
">
@error('coeficienteDeRendimento3')
<span class="
invalid
-
feedback
" role="
alert
" style="
overflow
:
visible
;
display
:
block
">
...
...
resources/views/projeto/editaFormulario/participantes.blade.php
View file @
5d0b938c
...
...
@@ -311,7 +311,7 @@
@endcomponent
</div>
<div
class=
"col-6"
>
@component('componentes.input', ['label' => 'Coeficiente de rendimento'])
@component('componentes.input', ['label' => 'Coeficiente de rendimento
(média geral)
'])
<input
type=
"number"
class=
"form-control media"
value=
"{{old('media_do_curso')[$i] ?? $p->media_do_curso }}"
name=
"media_do_curso[{{$i}}]"
min=
"0"
max=
"10"
step=
"0.01"
>
@error('media_do_curso.'.$i)
<span
class=
"invalid-feedback"
role=
"alert"
style=
"overflow: visible; display:block"
>
...
...
@@ -648,7 +648,7 @@
@endcomponent
</div>
<div
class=
"col-6"
>
@component('componentes.input', ['label' => 'Coeficiente de rendimento'])
@component('componentes.input', ['label' => 'Coeficiente de rendimento
(média geral)
'])
<input
type=
"number"
class=
"form-control media"
value=
"{{old('media_do_curso')[$i] ?? "
"
}}"
name=
"media_do_curso[{{$i}}]"
min=
"0"
max=
"10"
step=
"0.01"
>
@error('media_do_curso.'.$i)
<span
class=
"invalid-feedback"
role=
"alert"
style=
"overflow: visible; display:block"
>
...
...
resources/views/projeto/formularioVisualizar/participantes.blade.php
View file @
5d0b938c
...
...
@@ -64,7 +64,7 @@
</div>
<div
class=
"col-6"
>
@component('componentes.input', ['label' => 'RG'])
<input
type=
"
number
"
class=
"form-control"
value=
"{{ $p->rg }}"
min=
"1"
maxlength=
"12"
name=
"rg[]"
placeholder=
"RG"
disabled
/>
<input
type=
"
text
"
class=
"form-control"
value=
"{{ $p->rg }}"
min=
"1"
maxlength=
"12"
name=
"rg[]"
placeholder=
"RG"
disabled
/>
@endcomponent
</div>
<div
class=
"col-6"
>
...
...
@@ -170,7 +170,7 @@
@endcomponent
</div>
<div
class=
"col-6"
>
@component('componentes.input', ['label' => 'Coeficiente de rendimento'])
@component('componentes.input', ['label' => 'Coeficiente de rendimento
(média geral)
'])
<input
type=
"number"
class=
"form-control media"
value=
"{{ $p->media_do_curso }}"
name=
"media_geral_curso[]"
min=
"0"
max=
"10"
step=
"0.01"
disabled
>
@endcomponent
</div>
...
...
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