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
4e675e3f
Commit
4e675e3f
authored
Jan 25, 2021
by
Marcos Vinicius Felix De Sousa da Silva
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
html - novo.
parent
d4705dd3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
56 additions
and
9 deletions
+56
-9
agendamentoContato.blade.php
...ces/views/admin/agendamentos/agendamentoContato.blade.php
+53
-0
home.blade.php
resources/views/home.blade.php
+3
-9
No files found.
resources/views/admin/agendamentos/agendamentoContato.blade.php
0 → 100644
View file @
4e675e3f
@
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
<
fieldset
class
=
"fielAgendamentoTitulo"
>
@
form
([
'action'
=>
route
(
'agendamentoTituloEntrega'
),
'method'
=>
'POST'
])
<
button
class
=
"button_tituloEvento"
onclick
=
"window.location = '
{
{route('agendamentoTituloEntrega')}
}
'"
>@
lang
(
'agendamento.receber_titulo_evento'
)
</
button
>
@
endform
@
form
([
'action'
=>
route
(
'agendamentoTituloSede'
),
'method'
=>
'POST'
])
<
button
class
=
"button_tituloSede"
onclick
=
"window.location = '
{
{route('agendamentoTituloSede')}
}
'"
>@
lang
(
'agendamento.receber_titulo_sede'
)
</
button
>
@
endform
</
fieldset
>
<
fieldset
class
=
"nomeUsuario"
>
<
div
>
<
input
type
=
"text"
id
=
"getnome"
name
=
"getnome"
placeholder
=
"Nome do Usuário"
>
<
input
type
=
"text"
id
=
"getcpf"
name
=
"getcpf"
placeholder
=
"Numero CPF usuário"
>
</
div
>
</
fieldset
>
<
h1
class
=
"menuh1"
>
Agendamento
<
span
class
=
"idaceFonte"
>
IDACE
</
span
></
h1
>
<
fieldset
class
=
"fieldContatos"
>
<
p
id
=
"contato"
><
span
class
=
"idaceFonte"
>
Contato
</
span
></
p
>
</
fieldset
>
<
fieldset
class
=
"fieldbarraContato"
>
<
p
class
=
"barraContato"
><
span
class
=
"idaceFonte"
><
img
id
=
"whatsappContatos"
src
=
"imagem/contato_Whatsapp.png"
>
Whatsapp
</
span
>
(
085
)
90000
-
0000
</
p
>
</
fieldset
>
<
fieldset
class
=
"fieldbarraContato"
>
<
p
class
=
"barraContato"
><
span
class
=
"idaceFonte"
><
img
id
=
"telefoneContatos"
src
=
"imagem/contato_Telefone.png"
>
Telefone
</
span
>
(
085
)
3474
-
9101
</
p
>
</
fieldset
>
<
fieldset
class
=
"fieldbarraContato"
>
<
p
class
=
"barraContato"
><
span
class
=
"idaceFonte"
><
img
id
=
"emailContatos"
src
=
"imagem/contato_email.png"
>
E
-
mail
</
span
>
idace
@
gov
.
ce
.
gov
.
br
</
p
>
</
fieldset
>
@
endpage
@
endsection
resources/views/home.blade.php
View file @
4e675e3f
...
@@ -16,7 +16,10 @@
...
@@ -16,7 +16,10 @@
<
div
class
=
"imaLogosMenu1"
>
<
div
class
=
"imaLogosMenu1"
>
<
img
id
=
"govce"
src
=
"img/logo_governo_150.png"
>
<
img
id
=
"govce"
src
=
"img/logo_governo_150.png"
>
</
div
>
</
div
>
<
form
class
=
"formMenuAgedamento"
>
<
form
class
=
"formMenuAgedamento"
>
<
h1
class
=
"menuh1"
>
Agendamento
<
span
class
=
"idaceFonte"
>
IDACE
</
span
></
h1
>
<
h1
class
=
"menuh1"
>
Agendamento
<
span
class
=
"idaceFonte"
>
IDACE
</
span
></
h1
>
<!--
formMenuAgedamento
-->
<!--
formMenuAgedamento
-->
...
@@ -33,17 +36,12 @@
...
@@ -33,17 +36,12 @@
<
p
class
=
"card-text"
>@
lang
(
'agendamento.meus_agendamentos'
)
</
p
>
<
p
class
=
"card-text"
>@
lang
(
'agendamento.meus_agendamentos'
)
</
p
>
<
p
><
img
id
=
"idace2"
src
=
"img/Eventos.png"
></
p
>
<
p
><
img
id
=
"idace2"
src
=
"img/Eventos.png"
></
p
>
</
div
>
</
div
>
<<<<<<<
HEAD
</
div
>
-->
</
div
>
-->
=======
</
div
>
>>>>>>>
bdbfa092185fc2e38c7ff07b693922b1764a8c1e
</
fieldset
>
</
fieldset
>
<
fieldset
class
=
"fielmenuAgendamento-1"
>
<
fieldset
class
=
"fielmenuAgendamento-1"
>
<<<<<<<
HEAD
<!--
<
div
style
=
"cursor: pointer"
onclick
=
"window.location = '
{
{route('agendamentoTitulo')}
}
'"
class
=
"button_agendar"
>
<!--
<
div
style
=
"cursor: pointer"
onclick
=
"window.location = '
{
{route('agendamentoTitulo')}
}
'"
class
=
"button_agendar"
>
<
div
class
=
"card-body"
>
<
div
class
=
"card-body"
>
<
p
class
=
"card-text"
>@
lang
(
'agendamento.agendar'
)
</
p
>
<
p
class
=
"card-text"
>@
lang
(
'agendamento.agendar'
)
</
p
>
...
@@ -62,10 +60,6 @@
...
@@ -62,10 +60,6 @@
<
fieldset
class
=
"fielmenuAgendamento-2"
>
<
fieldset
class
=
"fielmenuAgendamento-2"
>
<
div
style
=
"cursor: pointer"
onclick
=
"window.location = '
{
{route('permissions.index')}
}
'"
class
=
"button_entregaTitulos"
>
<
div
style
=
"cursor: pointer"
onclick
=
"window.location = '
{
{route('permissions.index')}
}
'"
class
=
"button_entregaTitulos"
>
=======
<
div
style
=
"cursor: pointer"
onclick
=
"window.location = '
{
{route('agendamentoTituloEntrega')}
}
'"
class
=
"button_entregaTitulos"
>
>>>>>>>
bdbfa092185fc2e38c7ff07b693922b1764a8c1e
<
div
class
=
"card-body"
>
<
div
class
=
"card-body"
>
<
p
class
=
"card-text"
>@
lang
(
'agendamento.entrega_titulos'
)
</
p
>
<
p
class
=
"card-text"
>@
lang
(
'agendamento.entrega_titulos'
)
</
p
>
<
p
><
img
id
=
"idace2"
src
=
"img/Eventos.png"
></
p
>
<
p
><
img
id
=
"idace2"
src
=
"img/Eventos.png"
></
p
>
...
...
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