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
2253a866
Commit
2253a866
authored
Jan 26, 2021
by
Marcos Albano
💬
Browse files
Options
Browse Files
Download
Plain Diff
merge
parents
808717ff
eb2dbfc0
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
220 additions
and
16 deletions
+220
-16
app.css
public/css/app.css
+95
-6
pesquisaTitulo.blade.php
resources/views/admin/agendamentos/pesquisaTitulo.blade.php
+9
-10
pesquisaTituloConfirmacao.blade.php
...ws/admin/agendamentos/pesquisaTituloConfirmacao.blade.php
+36
-0
pesquisaTituloDataNasc.blade.php
...views/admin/agendamentos/pesquisaTituloDataNasc.blade.php
+40
-0
pesquisaTituloEndereco.blade.php
...views/admin/agendamentos/pesquisaTituloEndereco.blade.php
+40
-0
No files found.
public/css/app.css
View file @
2253a866
...
@@ -2985,7 +2985,7 @@ fieldset:disabled a.btn {
...
@@ -2985,7 +2985,7 @@ fieldset:disabled a.btn {
border-color: #ffe817*/
border-color: #ffe817*/
font-weight
:
400
;
font-weight
:
400
;
color
:
white
;
color
:
white
;
background
:
linear-gradient
(
174deg
,
rgb
(
98
,
191
,
103
)
4
%
,
rgb
(
16
,
157
,
23
)
10%
,
rgb
(
4
,
36
,
7
)
100%
);
background
:
linear-gradient
(
174deg
,
rgb
(
98
,
191
,
103
)
%
,
rgb
(
16
,
157
,
23
)
10%
,
rgb
(
4
,
36
,
7
)
100%
);
border-color
:
white
;
border-color
:
white
;
}
}
...
@@ -4606,10 +4606,15 @@ input[type=submit].btn-block {
...
@@ -4606,10 +4606,15 @@ input[type=submit].btn-block {
justify-content
:
space-between
justify-content
:
space-between
}
}
/* Alteração no css navbar */
.navbar-brand
{
.navbar-brand
{
display
:
inline-block
;
display
:
inline-block
;
padding-top
:
.32rem
;
/* padding-top: .32rem;
padding-bottom
:
.32rem
;
padding-bottom: .32rem; */
padding-top
:
1.32rem
;
padding-bottom
:
-1.68rem
;
margin-right
:
1rem
;
margin-right
:
1rem
;
font-size
:
1.125rem
;
font-size
:
1.125rem
;
line-height
:
inherit
;
line-height
:
inherit
;
...
@@ -5064,7 +5069,7 @@ input[type=submit].btn-block {
...
@@ -5064,7 +5069,7 @@ input[type=submit].btn-block {
-webkit-box-flex: 1;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
flex: 1 1 auto;
padding:
1
.25rem
padding:
0
.25rem
}
}
.card-title {
.card-title {
...
@@ -10262,6 +10267,12 @@ p .button_agendar {
...
@@ -10262,6 +10267,12 @@ p .button_agendar {
background
:
linear-gradient
(
174deg
,
rgb
(
138
,
158
,
139
)
4%
,
rgb
(
16
,
157
,
23
)
10%
,
rgb
(
4
,
36
,
7
)
100%
);
background
:
linear-gradient
(
174deg
,
rgb
(
138
,
158
,
139
)
4%
,
rgb
(
16
,
157
,
23
)
10%
,
rgb
(
4
,
36
,
7
)
100%
);
}
}
#pargTitulo
{
font-size
:
2.2em
;
font-weight
:
600
;
text-align
:
center
;
}
#btn_tituloEvento-1
,
#btn_tituloEvento-1
,
#btn_tituloSede-1
{
#btn_tituloSede-1
{
text-align
:
center
;
text-align
:
center
;
...
@@ -10274,9 +10285,10 @@ p .button_agendar {
...
@@ -10274,9 +10285,10 @@ p .button_agendar {
border-radius
:
15px
;
border-radius
:
15px
;
font-size
:
1.4em
;
font-size
:
1.4em
;
font-weight
:
600
;
font-weight
:
600
;
color
:
white
;
text-align
:
center
;
text-align
:
center
;
margin-bottom
:
1rem
;
margin-bottom
:
.
1rem
;
margin-top
:
1rem
;
margin-top
:
.
1rem
;
}
}
.button_tituloSede-1
{
.button_tituloSede-1
{
...
@@ -10286,15 +10298,18 @@ p .button_agendar {
...
@@ -10286,15 +10298,18 @@ p .button_agendar {
border-radius
:
15px
;
border-radius
:
15px
;
font-size
:
1.4em
;
font-size
:
1.4em
;
font-weight
:
600
;
font-weight
:
600
;
color
:
white
;
text-align
:
center
;
text-align
:
center
;
}
}
.button_tituloEvento-1
:hover
{
.button_tituloEvento-1
:hover
{
background
:
linear-gradient
(
174deg
,
rgb
(
138
,
158
,
139
)
4%
,
rgb
(
16
,
157
,
23
)
10%
,
rgb
(
4
,
36
,
7
)
100%
);
background
:
linear-gradient
(
174deg
,
rgb
(
138
,
158
,
139
)
4%
,
rgb
(
16
,
157
,
23
)
10%
,
rgb
(
4
,
36
,
7
)
100%
);
color
:
white
;
}
}
.button_tituloSede-1
:hover
{
.button_tituloSede-1
:hover
{
background
:
linear-gradient
(
174deg
,
rgb
(
138
,
158
,
139
)
4%
,
rgb
(
16
,
157
,
23
)
10%
,
rgb
(
4
,
36
,
7
)
100%
);
background
:
linear-gradient
(
174deg
,
rgb
(
138
,
158
,
139
)
4%
,
rgb
(
16
,
157
,
23
)
10%
,
rgb
(
4
,
36
,
7
)
100%
);
color
:
white
;
}
}
...
@@ -10426,3 +10441,77 @@ p .button_agendar {
...
@@ -10426,3 +10441,77 @@ p .button_agendar {
width
:
30%
;
width
:
30%
;
text-align
:
center
;
text-align
:
center
;
}
}
/* ************** CADASTRO REALIZADO ************ */
.formCadastroRealizado
{
width
:
50%
;
height
:
100%
;
margin-top
:
20px
;
margin
:
50px
auto
0
;
border-radius
:
10px
;
background-color
:
rgb
(
213
,
228
,
233
);
text-align
:
center
;
}
.fieldCadastroRealizado
{
width
:
96%
;
height
:
400px
;
margin-top
:
20px
;
margin
:
10px
auto
0
;
}
.imaEsclamacaoCadastro
{
margin
:
50px
auto
0
;
text-align
:
center
;
margin-top
:
50px
;
margin-bottom
:
20px
;
}
.imaLogosAgendaRecebeTitulo
{
margin
:
50px
auto
0
;
text-align
:
center
;
}
/* .imaLogosRecebeTitulo {
width: 150px;
height: 150px;
margin: 50px auto 0;
text-align: center;
} */
#cadastroCertoParag
{
width
:
96%
;
height
:
6%
;
font-size
:
4.5em
;
font-family
:
Arial
,
Helvetica
,
sans-serif
;
font-weight
:
600
;
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
;
color
:
rgb
(
28
,
167
,
28
);
}
#inicioButtonCadastro
{
width
:
150px
;
height
:
50px
;
font-size
:
2.5em
;
font-family
:
Arial
,
Helvetica
,
sans-serif
;
font-weight
:
600
;
border-radius
:
8px
;
color
:
white
;
background
:
linear-gradient
(
174deg
,
rgb
(
206
,
128
,
93
)
0%
,
rgb
(
165
,
78
,
7
)
71%
);
}
#inicioButtonCadastro
:hover
{
background
:
linear-gradient
(
174deg
,
rgb
(
138
,
158
,
139
)
4%
,
rgb
(
16
,
157
,
23
)
10%
,
rgb
(
4
,
36
,
7
)
100%
);
}
\ No newline at end of file
resources/views/admin/agendamentos/pesquisaTitulo.blade.php
View file @
2253a866
...
@@ -10,8 +10,7 @@
...
@@ -10,8 +10,7 @@
@
breadcrumb
([
'page'
=>
$page
,
'items'
=>
$breadcrumb
??
[]])
@
breadcrumb
([
'page'
=>
$page
,
'items'
=>
$breadcrumb
??
[]])
@
endbreadcrumb
@
endbreadcrumb
<
p
id
=
"pargTitulo"
>
Selecione
o
nome
da
sua
mãe
.</
p
>
<
p
>
Selecione
o
nome
da
sua
mãe
</
p
>
<
fieldset
class
=
"fielAgendamentoTitulo"
>
<
fieldset
class
=
"fielAgendamentoTitulo"
>
@
form
([
'action'
=>
route
(
'agendamentoTituloEntrega'
),
'method'
=>
'POST'
])
@
form
([
'action'
=>
route
(
'agendamentoTituloEntrega'
),
'method'
=>
'POST'
])
...
@@ -19,14 +18,14 @@
...
@@ -19,14 +18,14 @@
<
button
class
=
"button_tituloEvento-1"
onclick
=
"window.location = '
{
{route('agendamentoTituloEntrega')}
}
'"
>
Nome
mãe
</
button
>
<
button
class
=
"button_tituloEvento-1"
onclick
=
"window.location = '
{
{route('agendamentoTituloEntrega')}
}
'"
>
Nome
mãe
</
button
>
</
div
>
</
div
>
@
endform
@
endform
@
form
([
'action'
=>
route
(
'agendamentoTitulo
Sede
'
),
'method'
=>
'POST'
])
@
form
([
'action'
=>
route
(
'agendamentoTitulo
Entrega
'
),
'method'
=>
'POST'
])
<
div
id
=
"btn_tituloSede
-1"
>
<
div
id
=
"btn_tituloEvento
-1"
>
<
button
class
=
"button_tituloSede-1"
onclick
=
"window.location = '
{
{route('agendamentoTituloSede
')}
}
'"
>
Nome
mãe
</
button
>
<
button
class
=
"button_tituloEvento-1"
onclick
=
"window.location = '
{
{route('agendamentoTituloEntrega
')}
}
'"
>
Nome
mãe
</
button
>
</
div
>
</
div
>
@
endform
@
endform
@
form
([
'action'
=>
route
(
'agendamentoTitulo
Sede
'
),
'method'
=>
'POST'
])
@
form
([
'action'
=>
route
(
'agendamentoTitulo
Entrega
'
),
'method'
=>
'POST'
])
<
div
id
=
"btn_tituloSede
-1"
>
<
div
id
=
"btn_tituloEvento
-1"
>
<
button
class
=
"button_tituloSede-1"
onclick
=
"window.location = '
{
{route('agendamentoTituloSede
')}
}
'"
>
Nome
mãe
</
button
>
<
button
class
=
"button_tituloEvento-1"
onclick
=
"window.location = '
{
{route('agendamentoTituloEntrega
')}
}
'"
>
Nome
mãe
</
button
>
</
div
>
</
div
>
@
endform
@
endform
</
fieldset
>
</
fieldset
>
...
...
resources/views/admin/agendamentos/pesquisaTituloConfirmacao.blade.php
0 → 100644
View file @
2253a866
@
extends
(
'layouts.app'
)
@
section
(
'content'
)
@
page
([
'col'
=>
12
,
'page'
=>
__
(
'agendamento.create_crud'
,
[
'page'
=>
$page_create
])])
@
alert
([
'msg'
=>
session
(
'msg'
),
'status'
=>
session
(
'status'
)])
@
endalert
@
breadcrumb
([
'page'
=>
$page
,
'items'
=>
$breadcrumb
??
[]])
@
endbreadcrumb
<
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
=
"..."
>
</
div
>
<
p
id
=
"cadastroCertoParag"
>
Tudo
certo
!</
p
>
<
p
id
=
"CadastroRealizadoParag"
>
Agendamento
realizado
com
sucesso
.</
p
>
</
fieldset
>
@
endform
</
fieldset
>
<
div
class
=
"imaLogosCadastro"
>
<
img
src
=
"{!! asset('img/logo-idace.png') !!}"
>
</
div
>
@
endpage
@
endsection
resources/views/admin/agendamentos/pesquisaTituloDataNasc.blade.php
0 → 100644
View file @
2253a866
Data
de
Nascimento
<
'layouts.app'
)
@
section
(
'content'
)
@
page
([
'col'
=>
12
,
'page'
=>
__
(
'agendamento.create_crud'
,
[
'page'
=>
$page_create
])])
@
alert
([
'msg'
=>
session
(
'msg'
),
'status'
=>
session
(
'status'
)])
@
endalert
@
breadcrumb
([
'page'
=>
$page
,
'items'
=>
$breadcrumb
??
[]])
@
endbreadcrumb
<
p
id
=
"pargTitulo"
>
Selecione
o
nome
da
sua
mãe
</
p
>
<
fieldset
class
=
"fielAgendamentoTitulo"
>
@
form
([
'action'
=>
route
(
'agendamentoTituloEntrega'
),
'method'
=>
'POST'
])
<
div
id
=
"btn_tituloEvento-1"
>
<
button
class
=
"button_tituloEvento-1"
onclick
=
"window.location = '
{
{route('agendamentoTituloEntrega')}
}
'"
>
Data
de
Nascimento
</
button
>
</
div
>
@
endform
@
form
([
'action'
=>
route
(
'agendamentoTituloEntrega'
),
'method'
=>
'POST'
])
<
div
id
=
"btn_tituloEvento-1"
>
<
button
class
=
"button_tituloEvento-1"
onclick
=
"window.location = '
{
{route('agendamentoTituloEntrega')}
}
'"
>
Data
de
Nascimento
</
button
>
</
div
>
@
endform
@
form
([
'action'
=>
route
(
'agendamentoTituloEntrega'
),
'method'
=>
'POST'
])
<
div
id
=
"btn_tituloEvento-1"
>
<
button
class
=
"button_tituloEvento-1"
onclick
=
"window.location = '
{
{route('agendamentoTituloEntrega')}
}
'"
>
Data
de
Nascimento
</
button
>
</
div
>
@
endform
</
fieldset
>
<
div
class
=
"imaLogosCadastro"
>
<
img
src
=
"{!! asset('img/logo-idace.png') !!}"
>
</
div
>
@
endpage
@
endsection
resources/views/admin/agendamentos/pesquisaTituloEndereco.blade.php
0 → 100644
View file @
2253a866
Data
de
Nascimento
<
'layouts.app'
)
@
section
(
'content'
)
@
page
([
'col'
=>
12
,
'page'
=>
__
(
'agendamento.create_crud'
,
[
'page'
=>
$page_create
])])
@
alert
([
'msg'
=>
session
(
'msg'
),
'status'
=>
session
(
'status'
)])
@
endalert
@
breadcrumb
([
'page'
=>
$page
,
'items'
=>
$breadcrumb
??
[]])
@
endbreadcrumb
<
p
id
=
"pargTitulo"
>
Selecione
o
seu
endereço
./
p
>
<
fieldset
class
=
"fielAgendamentoTitulo"
>
@
form
([
'action'
=>
route
(
'agendamentoTituloEntrega'
),
'method'
=>
'POST'
])
<
div
id
=
"btn_tituloEvento-1"
>
<
button
class
=
"button_tituloEvento-1"
onclick
=
"window.location = '
{
{route('agendamentoTituloEntrega')}
}
'"
>
Endereço
</
button
>
</
div
>
@
endform
@
form
([
'action'
=>
route
(
'agendamentoTituloEntrega'
),
'method'
=>
'POST'
])
<
div
id
=
"btn_tituloEvento-1"
>
<
button
class
=
"button_tituloEvento-1"
onclick
=
"window.location = '
{
{route('agendamentoTituloEntrega')}
}
'"
>
Endereço
</
button
>
</
div
>
@
endform
@
form
([
'action'
=>
route
(
'agendamentoTituloEntrega'
),
'method'
=>
'POST'
])
<
div
id
=
"btn_tituloEvento-1"
>
<
button
class
=
"button_tituloEvento-1"
onclick
=
"window.location = '
{
{route('agendamentoTituloEntrega')}
}
'"
>
Endereço
</
button
>
</
div
>
@
endform
</
fieldset
>
<
div
class
=
"imaLogosCadastro"
>
<
img
src
=
"{!! asset('img/logo-idace.png') !!}"
>
</
div
>
@
endpage
@
endsection
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