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
bdbfa092
Commit
bdbfa092
authored
Jan 25, 2021
by
Marcos Albano
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adicionadas paginas de agendamentoTituloEntrega e agendamentoTituloSede
parent
311826c5
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
86 additions
and
88 deletions
+86
-88
agendamentoTitulo.blade.php
...rces/views/admin/agendamentos/agendamentoTitulo.blade.php
+7
-18
agendamentoTituloEntrega.blade.php
...ews/admin/agendamentos/agendamentoTituloEntrega.blade.php
+11
-37
agendamentoTituloSede.blade.php
.../views/admin/agendamentos/agendamentoTituloSede.blade.php
+36
-0
home.blade.php
resources/views/home.blade.php
+2
-31
web.php
routes/web.php
+30
-2
No files found.
resources/views/admin/agendamentos/agendamentoTitulo.blade.php
View file @
bdbfa092
...
...
@@ -10,25 +10,14 @@
@
breadcrumb
([
'page'
=>
$page
,
'items'
=>
$breadcrumb
??
[]])
@
endbreadcrumb
@
form
([
'action'
=>
route
(
'agendamentoTitulo'
),
'method'
=>
'POST'
])
<
fieldset
class
=
"fielAgendamentoTitulo"
>
<<<<<<<
HEAD
<
button
class
=
"btn btn-primary btn-lg"
>@
lang
(
'agendamento.receber_titulo_evento'
)
</
button
>
=======
<
button
class
=
"button_tituloEvento"
>@
lang
(
'agendamento.receber_titulo_evento'
)
</
button
>
<
button
class
=
"button_tituloSede"
>@
lang
(
'agendamento.receber_titulo_sede'
)
</
button
>
</
fieldset
>
>>>>>>>
47
f311c228a187410a3e317950ee11ecc43ffd8d
<
button
class
=
"btn btn-primary btn-lg"
>@
lang
(
'agendamento.receber_titulo_sede'
)
</
button
>
</
fieldset
>
@
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
>
@
endpage
@
endsection
resources/views/admin/agendamentos/agendamentoTituloEntrega.blade.php
View file @
bdbfa092
...
...
@@ -10,45 +10,19 @@
@
breadcrumb
([
'page'
=>
$page
,
'items'
=>
$breadcrumb
??
[]])
@
endbreadcrumb
@
form
([
'action'
=>
route
(
'agendamentoTituloEntrega'
),
'method'
=>
'POST'
])
@
form
([
'action'
=>
route
(
'agendamentoTituloEntrega'
),
'method'
=>
'POST'
])
<
form
class
=
"formAgedamentoTitulo"
>
<
fieldset
class
=
"fielTituloEntrega"
>
<
button
class
=
"button_tituloEvento"
>
Município
</
button
>
<
button
class
=
"button_tituloSede"
>
Município
</
button
>
<
button
class
=
"button_tituloEvento"
>
Município
</
button
>
<
button
class
=
"button_tituloSede"
>
Município
)
</
button
>
<
button
class
=
"button_tituloEvento"
>
Abaiara
</
button
>
<
button
class
=
"button_tituloSede"
>
Acaraú
</
button
>
<
button
class
=
"button_tituloEvento"
>
Bela
Cruz
</
button
>
<
button
class
=
"button_tituloSede"
>
Amontada
</
button
>
</
fieldset
>
@
endform
<
div
class
=
"imaLogosEventoTitulo"
>
<
img
id
=
"idaceTituloEvento"
src
=
"imagem/logo-idace.png"
alt
=
""
>
</
div
>
<
fieldset
class
=
"fielTituloProximo"
>
<
button
type
=
"button"
id
=
"tituloProximo"
name
=
"proximo"
>
Próximo
</
button
>
</
fieldset
>
</
form
>
</
form
>
@
endpage
@
endsection
{{
--
<
body
>
<
form
action
=
"#"
method
=
"POST"
class
=
"formAgedamentoTitulo"
>
<!--
form
Agedamento
titulo
Entrega
-->
<
fieldset
class
=
"fielTituloEntrega"
>
<
button
type
=
"button"
id
=
"titulo1"
name
=
"municipio1"
>
Município
do
Ceará
</
button
>
<
button
type
=
"button"
id
=
"titulo2"
name
=
"municipio2"
>
Município
do
Ceará
</
button
>
<
button
type
=
"button"
id
=
"titulo3"
name
=
"municipio3"
>
Município
do
Ceará
</
button
>
<
button
type
=
"button"
id
=
"titulo4"
name
=
"municipio4"
>
Município
do
Ceará
</
button
>
</
fieldset
>
<
fieldset
class
=
"fielTituloProximo"
>
<
button
type
=
"button"
id
=
"tituloProximo"
name
=
"proximo"
>
Próximo
</
button
>
</
fieldset
>
</
form
>
<
div
class
=
"imaLogosEventoTitulo"
>
<
img
id
=
"idaceTituloEvento"
src
=
"imagem/logo-idace.png"
alt
=
""
>
</
div
>
</
body
>
</
html
>
--
}}
resources/views/admin/agendamentos/agendamentoTituloSede.blade.php
0 → 100644
View file @
bdbfa092
@
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
@
form
([
'action'
=>
route
(
'agendamentoTituloSede'
),
'method'
=>
'POST'
])
<
fieldset
class
=
"fieldAgendar"
>
<
p
id
=
"agendar"
>
Agendar
</
p
>
</
fieldset
>
<
fieldset
class
=
"calendario"
>
<
label
for
=
"data"
>
Data
Agendamento
</
label
>
<
br
>
<
input
type
=
"date"
id
=
"data"
name
=
"dataAgendamento"
>
<
br
>
<!--
<
label
for
=
"hora"
>
Hora
agendamento
</
label
>
<
br
>
<
input
type
=
"time"
id
=
"hora"
name
=
"horaAgendamento"
>
-->
</
fieldset
>
@
endform
@
endpage
@
endsection
resources/views/home.blade.php
View file @
bdbfa092
...
...
@@ -17,8 +17,6 @@
<
img
id
=
"govce"
src
=
"img/logo_governo_150.png"
>
</
div
>
<
form
class
=
"formMenuAgedamento"
>
<
h1
class
=
"menuh1"
>
Agendamento
<
span
class
=
"idaceFonte"
>
IDACE
</
span
></
h1
>
<!--
formMenuAgedamento
-->
...
...
@@ -36,40 +34,13 @@
<
p
><
img
id
=
"idace2"
src
=
"img/Eventos.png"
></
p
>
</
div
>
</
div
>
<<<<<<<
HEAD
<
div
style
=
"cursor: pointer"
onclick
=
"window.location = '
{
{route('agendamentoTituloEntrega')}
}
'"
class
=
"button_entregaTitulos"
>
=======
<!--
<
div
style
=
"cursor: pointer"
onclick
=
"window.location = '
{
{route('permissions.index')}
}
'"
class
=
"button_entregaTitulos"
>
<
div
class
=
"card-body"
>
<
p
class
=
"card-text"
>@
lang
(
'agendamento.entrega_titulos'
)
</
p
>
<
p
><
img
id
=
"idace2"
src
=
"img/Eventos.png"
></
p
>
</
div
>
</
div
>
<
div
style
=
"cursor: pointer"
onclick
=
"window.location = '
{
{route('agendamentos.index')}
}
'"
class
=
"button_contato"
>
<
div
class
=
"card-body"
>
<
p
class
=
"card-text"
>@
lang
(
'agendamento.contato'
)
</
p
>
<
p
><
img
id
=
"idace4"
src
=
"img/Contato.png"
></
p
>
</
div
>
</
div
>
-->
</
fieldset
>
<
fieldset
class
=
"fielmenuAgendamento"
>
<!--
<
div
style
=
"cursor: pointer"
onclick
=
"window.location = '
{
{route('agendamentoTitulo')}
}
'"
class
=
"button_agendar"
>
<
div
class
=
"card-body"
>
<
p
class
=
"card-text"
>@
lang
(
'agendamento.agendar'
)
</
p
>
<
p
><
img
id
=
"idace1"
src
=
"img/icone agenda.png"
></
p
>
</
div
>
</
div
>
<
div
style
=
"cursor: pointer"
onclick
=
"window.location = '
{
{route('roles.index')}
}
'"
class
=
"button_meusAgendamento"
>
<
div
class
=
"card-body"
>
<
p
class
=
"card-text"
>@
lang
(
'agendamento.meus_agendamentos'
)
</
p
>
<
p
><
img
id
=
"idace2"
src
=
"img/Eventos.png"
></
p
>
</
div
>
</
div
>
-->
<
div
style
=
"cursor: pointer"
onclick
=
"window.location = '
{
{route('permissions.index')}
}
'"
class
=
"button_entregaTitulos"
>
>>>>>>>
47
f311c228a187410a3e317950ee11ecc43ffd8d
<
div
style
=
"cursor: pointer"
onclick
=
"window.location = '
{
{route('agendamentoTituloEntrega')}
}
'"
class
=
"button_entregaTitulos"
>
<
div
class
=
"card-body"
>
<
p
class
=
"card-text"
>@
lang
(
'agendamento.entrega_titulos'
)
</
p
>
<
p
><
img
id
=
"idace2"
src
=
"img/Eventos.png"
></
p
>
...
...
routes/web.php
View file @
bdbfa092
...
...
@@ -44,7 +44,20 @@ Route::prefix('admin')->namespace('Admin')->group(function () {
Route
::
resource
(
'/agendamentos'
,
'AgendamentoController'
);
});
Route
::
get
(
'/agendamentoTitulo'
,
function
()
{
Route
::
any
(
'/agendamentoTituloSede'
,
function
()
{
$routeName
=
'agendamentos'
;
$page
=
trans
(
'agendamento.agendamento_list'
);
$page_create
=
trans
(
'agendamento.agendamento'
);
$breadcrumb
=
[
(
object
)
[
'url'
=>
route
(
'home'
),
'title'
=>
trans
(
'agendamento.home'
)],
(
object
)
[
'url'
=>
route
(
$routeName
.
'.index'
),
'title'
=>
trans
(
'agendamento.list'
,
[
'page'
=>
$page
])],
(
object
)
[
'url'
=>
''
,
'title'
=>
trans
(
'agendamento.create_crud'
,
[
'page'
=>
$page_create
])],
];
return
view
(
'admin.'
.
$routeName
.
'.agendamentoTituloSede'
,
[
'page'
=>
$page
,
'page_create'
=>
$page_create
,
'routeName'
=>
$routeName
,
'breadcrumb'
=>
$breadcrumb
]);
})
->
name
(
'agendamentoTituloSede'
);
Route
::
any
(
'/agendamentoTitulo'
,
function
()
{
$routeName
=
'agendamentos'
;
$page
=
trans
(
'agendamento.agendamento_list'
);
$page_create
=
trans
(
'agendamento.agendamento'
);
...
...
@@ -57,7 +70,8 @@ Route::get('/agendamentoTitulo', function () {
return
view
(
'admin.'
.
$routeName
.
'.agendamentoTitulo'
,
[
'page'
=>
$page
,
'page_create'
=>
$page_create
,
'routeName'
=>
$routeName
,
'breadcrumb'
=>
$breadcrumb
]);
})
->
name
(
'agendamentoTitulo'
);
Route
::
get
(
'/agendamentoTituloEntrega'
,
function
()
{
Route
::
any
(
'/agendamentoTituloEntrega'
,
function
()
{
$routeName
=
'agendamentos'
;
$page
=
trans
(
'agendamento.agendamento_list'
);
$page_create
=
trans
(
'agendamento.agendamento'
);
...
...
@@ -69,4 +83,18 @@ Route::get('/agendamentoTituloEntrega', function () {
];
return
view
(
'admin.'
.
$routeName
.
'.agendamentoTituloEntrega'
,
[
'page'
=>
$page
,
'page_create'
=>
$page_create
,
'routeName'
=>
$routeName
,
'breadcrumb'
=>
$breadcrumb
]);
})
->
name
(
'agendamentoTituloEntrega'
);
Route
::
any
(
'/agendamentoTituloSede'
,
function
()
{
$routeName
=
'agendamentos'
;
$page
=
trans
(
'agendamento.agendamento_list'
);
$page_create
=
trans
(
'agendamento.agendamento'
);
$breadcrumb
=
[
(
object
)
[
'url'
=>
route
(
'home'
),
'title'
=>
trans
(
'agendamento.home'
)],
(
object
)
[
'url'
=>
route
(
$routeName
.
'.index'
),
'title'
=>
trans
(
'agendamento.list'
,
[
'page'
=>
$page
])],
(
object
)
[
'url'
=>
''
,
'title'
=>
trans
(
'agendamento.create_crud'
,
[
'page'
=>
$page_create
])],
];
return
view
(
'admin.'
.
$routeName
.
'.agendamentoTituloSede'
,
[
'page'
=>
$page
,
'page_create'
=>
$page_create
,
'routeName'
=>
$routeName
,
'breadcrumb'
=>
$breadcrumb
]);
})
->
name
(
'agendamentoTituloSede'
);
//->middleware('auth')
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