Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sisage
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Marcos Albano
sisage
Commits
4d4c8884
Commit
4d4c8884
authored
Jan 26, 2021
by
Marcos Vinicius Felix De Sousa da Silva
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Configuração CSS recebido, hora, data, HTML - Recebido, data, hora agendamento.
parent
8d6c17dd
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
48 additions
and
40 deletions
+48
-40
app.css
public/css/app.css
+37
-29
agendamentoConfere.blade.php
...ces/views/admin/agendamentos/agendamentoConfere.blade.php
+1
-3
agendamentoConfirmacao.blade.php
...views/admin/agendamentos/agendamentoConfirmacao.blade.php
+7
-5
agendamentoTituloHora.blade.php
.../views/admin/agendamentos/agendamentoTituloHora.blade.php
+1
-1
agendamentoTituloSede.blade.php
.../views/admin/agendamentos/agendamentoTituloSede.blade.php
+1
-1
pesquisaTituloDataNasc.blade.php
...views/admin/agendamentos/pesquisaTituloDataNasc.blade.php
+1
-1
No files found.
public/css/app.css
View file @
4d4c8884
...
...
@@ -10383,9 +10383,9 @@ p .button_agendar {
/* ************* CALENDÁRIO AGENDAR ********** */
.fieldAgendar
{
width
:
45rem
;
width
:
100%
;
height
:
6rem
;
margin
:
40px
auto
40px
;
/* margin: 40px auto 40px; */
text-align
:
center
;
}
...
...
@@ -10394,17 +10394,16 @@ p .button_agendar {
}
#agendar
{
width
:
45rem
;
height
:
2rem
;
font-size
:
3rem
;
width
:
100%
height
:
2rem
;
font-size
:
2.5rem
;
color
:
#fd9727
;
font-weight
:
600
;
margin
:
4px
auto
0
;
/* margin: 4px auto 0; */
}
#data
,
#hora
{
width
:
13rem
;
/* width: 40%; */
height
:
3rem
;
border-radius
:
5px
;
}
...
...
@@ -10457,9 +10456,10 @@ p .button_agendar {
.fieldCadastroRealizado
{
width
:
96%
;
height
:
400px
;
margin-top
:
20px
;
margin
:
10px
auto
0
;
height
:
26rem
;
margin
:
1px
auto
0
;
border-radius
:
10px
;
background-color
:
rgb
(
213
,
228
,
233
);
}
.imaEsclamacaoCadastro
{
...
...
@@ -10470,41 +10470,36 @@ p .button_agendar {
}
.imaLogosAgendaRecebeTitulo
{
margin
:
50px
auto
0
;
margin
:
26px
auto
50px
;
text-align
:
center
;
}
/* .imaLogosRecebeTitulo {
width: 150px;
height: 150px;
margin: 50px auto 0;
text-align: center;
} */
.imaLogosCadastroConfismacao
{
margin
:
1rem
auto
0
;
text-align
:
center
;
}
#cadastroCertoParag
{
width
:
96%
;
height
:
6%
;
font-size
:
4.5em
;
font-size
:
3em
;
font-family
:
Arial
,
Helvetica
,
sans-serif
;
font-weight
:
600
;
text-align
:
center
;
margin
:
0
0
0
0
;
color
:
#fc6d32
;
}
#CadastroRealizadoParag
{
width
:
96%
;
height
:
6%
;
font-size
:
2.5em
;
font-family
:
Arial
,
Helvetica
,
sans-serif
;
margin
:
3em
0
0
0
;
text-align
:
center
;
margin
:
0
0
0
0
;
color
:
rgb
(
28
,
167
,
28
);
}
#inicioButtonCadastro
{
width
:
150px
;
height
:
50px
;
font-size
:
2
.5em
;
width
:
7.5rem
;
height
:
2.5rem
;
font-size
:
1
.5em
;
font-family
:
Arial
,
Helvetica
,
sans-serif
;
font-weight
:
600
;
border-radius
:
8px
;
...
...
@@ -10565,7 +10560,8 @@ p .button_agendar {
} */
.butaoSimCancelar
{
margin-top
:
-100px
;
margin-top
:
1rem
;
text-align
:
center
;
}
#parag1
{
...
...
@@ -10600,9 +10596,21 @@ p .button_agendar {
color
:
black
;
}
#parag1
,
#parag2
{
color
:
white
;
}
#parag3
,
#parag4
,
#parag5
{
text-align
:
center
;
color
:
white
;
}
#data
,
#hora
{
width
:
20%
;
width
:
12rem
;
height
:
10%
;
text-align
:
center
;
font-size
:
1.5em
;
...
...
resources/views/admin/agendamentos/agendamentoConfere.blade.php
View file @
4d4c8884
...
...
@@ -13,9 +13,7 @@
@
form
([
'action'
=>
route
(
'agendamentoConfirmacao'
),
'method'
=>
'POST'
])
<
fieldset
class
=
"fielparagPagTitulo"
>
<
div
class
=
"imaEsclamacao"
>
<
img
id
=
"esclamImagem"
src
=
"imagem/Exclamação.png"
alt
=
"..."
>
</
div
>
<
div
class
=
"paragPagTitulo"
>
<
p
id
=
"parag1"
>
Deseja
receber
o
seu
titulo
na
cidade
de
</
p
>
...
...
resources/views/admin/agendamentos/agendamentoConfirmacao.blade.php
View file @
4d4c8884
...
...
@@ -10,27 +10,29 @@
@
breadcrumb
([
'page'
=>
$page
,
'items'
=>
$breadcrumb
??
[]])
@
endbreadcrumb
<
p
id
=
"pargTitulo"
>
Selecione
o
nome
da
sua
mãe
.</
p
>
<
!--
<
p
id
=
"pargTitulo"
>
Selecione
o
nome
da
sua
mãe
.</
p
>
--
>
<
fieldset
class
=
"fielAgendamentoTitulo"
>
@
form
([
'action'
=>
route
(
'agendamentoTituloEntrega'
),
'method'
=>
'POST'
])
<
fieldset
class
=
"fieldCadastroRealizado"
>
<
div
class
=
"imaEsclamacaoCadastro"
>
<
img
id
=
"esclamImagem_Cadastro"
src
=
"imagem/imagem_tudo_certo.png"
alt
=
"...
"
>
<
img
src
=
"{!! asset('img/imagem_tudo_certo.png') !!}
"
>
</
div
>
<
p
id
=
"cadastroCertoParag"
>
Tudo
certo
!</
p
>
<
p
id
=
"CadastroRealizadoParag"
>
Agendamento
realizado
com
sucesso
.</
p
>
</
fieldset
>
@
endform
</
fieldset
>
<
div
class
=
"imaLogosAgendaRecebeTitulo"
>
<
input
type
=
"submit"
id
=
"inicioButtonCadastro"
name
=
"inicio"
value
=
"INÍCIO"
>
</
div
>
<
div
class
=
"imaLogosCadastro"
>
<
div
class
=
"imaLogosCadastro
Confismacao
"
>
<
img
src
=
"{!! asset('img/logo-idace.png') !!}"
>
</
div
>
</
fieldset
>
@
endpage
@
endsection
resources/views/admin/agendamentos/agendamentoTituloHora.blade.php
View file @
4d4c8884
...
...
@@ -12,7 +12,7 @@
@
form
([
'action'
=>
route
(
'agendamentoConfere'
),
'method'
=>
'POST'
])
<
fieldset
class
=
"fieldAgendar"
>
<
p
id
=
"agendar"
>
Agendar
</
p
>
<
p
id
=
"agendar"
>
Agendar
horário
</
p
>
</
fieldset
>
<
fieldset
class
=
"calendario"
>
<
input
type
=
"time"
id
=
"data"
name
=
"horaAgendamento"
>
...
...
resources/views/admin/agendamentos/agendamentoTituloSede.blade.php
View file @
4d4c8884
...
...
@@ -12,7 +12,7 @@
@
form
([
'action'
=>
route
(
'agendamentoTituloHora'
),
'method'
=>
'POST'
])
<
fieldset
class
=
"fieldAgendar"
>
<
p
id
=
"agendar"
>
Agendar
</
p
>
<
p
id
=
"agendar"
>
Agendar
data
</
p
>
</
fieldset
>
<
fieldset
class
=
"calendario"
>
<
input
type
=
"date"
id
=
"data"
name
=
"dataAgendamento"
>
...
...
resources/views/admin/agendamentos/pesquisaTituloDataNasc.blade.php
View file @
4d4c8884
...
...
@@ -10,7 +10,7 @@ Data de Nascimento<'layouts.app')
@
breadcrumb
([
'page'
=>
$page
,
'items'
=>
$breadcrumb
??
[]])
@
endbreadcrumb
<
p
id
=
"pargTitulo"
>
Selecione
o
nome
da
sua
mãe
</
p
>
<
p
id
=
"pargTitulo"
>
Selecione
a
data
de
nascimento
.
</
p
>
<
fieldset
class
=
"fielAgendamentoTitulo"
>
@
form
([
'action'
=>
route
(
'agendamentoTituloEntrega'
),
'method'
=>
'POST'
])
...
...
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