Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
agendamento
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
agendamento
Commits
8ef9405e
Commit
8ef9405e
authored
Sep 02, 2020
by
Felipe Tomé
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ajustando o css do index para agendamento
parent
592cdb69
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
13 deletions
+38
-13
adminlte.min.css
public/vendor/adminlte/dist/css/adminlte.min.css
+1
-1
index.blade.php
resources/views/admin/pages/titulos/index.blade.php
+37
-12
No files found.
public/vendor/adminlte/dist/css/adminlte.min.css
View file @
8ef9405e
This source diff could not be displayed because it is too large. You can
view the blob
instead.
resources/views/admin/pages/titulos/index.blade.php
View file @
8ef9405e
...
@@ -16,6 +16,8 @@
...
@@ -16,6 +16,8 @@
</
div
>
</
div
>
<
link
rel
=
"stylesheet"
href
=
"//cdnjs.cloudflare.com/ajax/libs/timepicker/1.3.5/jquery.timepicker.min.css"
>
<
link
rel
=
"stylesheet"
href
=
"//cdnjs.cloudflare.com/ajax/libs/timepicker/1.3.5/jquery.timepicker.min.css"
>
<
script
src
=
"//cdnjs.cloudflare.com/ajax/libs/timepicker/1.3.5/jquery.timepicker.min.js"
></
script
>
<
script
src
=
"//cdnjs.cloudflare.com/ajax/libs/timepicker/1.3.5/jquery.timepicker.min.js"
></
script
>
<
img
style
=
"display: flex;margin-right: auto;margin-left: auto;"
src
=
"/img/logo-idace.png"
/>
<
h1
style
=
"text-align:center;margin-top: 50px;margin-bottom: 50px;"
>
AGENDAMENTO
DE
TÍTULOS
</
h1
>
<
div
class
=
"card card-outline card-success"
>
<
div
class
=
"card card-outline card-success"
>
<
div
class
=
"card-header"
>
<
div
class
=
"card-header"
>
<
h3
class
=
"card-title"
><
b
>
Listagem
dos
Títulos
</
b
></
h3
>
<
h3
class
=
"card-title"
><
b
>
Listagem
dos
Títulos
</
b
></
h3
>
...
@@ -46,34 +48,56 @@
...
@@ -46,34 +48,56 @@
@
endforeach
@
endforeach
</
tbody
>
</
tbody
>
</
table
>
</
table
>
</
div
>
</
div
>
<
div
class
=
"card card-outline card-success half"
>
<
div
class
=
"card-header"
>
<
h3
class
=
"card-title"
></
h3
>
</
div
>
<
div
class
=
"card-body"
>
<
div
class
=
"container"
>
<
div
class
=
"container"
>
<
form
method
=
"post"
id
=
"form"
<
form
method
=
"post"
id
=
"form"
action
=
"{{ route('datepicker', [
$pessoaLote->pessoa
->nome,
$documentoPessoa->cpf
,
$agendamento->id
]) }}"
action
=
"{{ route('datepicker', [
$pessoaLote->pessoa
->nome,
$documentoPessoa->cpf
,
$agendamento->id
]) }}"
enctype
=
"multipart/form-data"
>
enctype
=
"multipart/form-data"
>
@
csrf
@
csrf
<
div
class
=
"row"
>
<
div
class
=
"row"
>
<
div
class
=
"col-md-4"
></
div
>
<
div
class
=
"form-group
col-md-4
"
>
<
div
class
=
"form-group "
>
<
hr
>
<
strong
>
<
strong
>
<
h4
>
AGENDAMENTO
</
h4
>
<
h4
style
=
"text-align:center"
>
Escolha
uma
data
para
agendamento
</
h4
>
</
strong
>
</
strong
>
<
input
class
=
"text form-control"
type
=
"hidden"
id
=
"datepicker1"
name
=
"id"
<
input
class
=
"text form-control"
type
=
"hidden"
id
=
"datepicker1"
name
=
"id"
value
=
"{{
$agendamento->id
}}"
>
value
=
"{{
$agendamento->id
}}"
>
<
strong
>
D
ata
:
</
strong
><
br
>
<
strong
>
D
ATA
:
</
strong
><
br
>
<
input
class
=
"data form-control"
type
=
"text"
id
=
"datepicker"
name
=
"data"
>
<
input
style
=
"margin-top: 5px;"
class
=
"data form-control"
type
=
"text"
id
=
"datepicker"
name
=
"data"
>
<
input
class
=
"text form-control"
type
=
"hidden"
id
=
"datepicker1"
name
=
"detentor"
<
input
class
=
"text form-control"
type
=
"hidden"
id
=
"datepicker1"
name
=
"detentor"
value
=
"{{
$pessoaLote->pessoa
->nome }}"
>
value
=
"{{
$pessoaLote->pessoa
->nome }}"
>
<
input
class
=
"text form-control"
type
=
"hidden"
id
=
"datepicker1"
name
=
"cpf"
<
input
class
=
"text form-control"
type
=
"hidden"
id
=
"datepicker1"
name
=
"cpf"
value
=
"{{
$documentoPessoa->cpf
}}"
><
br
>
value
=
"{{
$documentoPessoa->cpf
}}"
><
br
>
<
strong
>
HORA
:
</
strong
><
br
>
<
strong
>
HORA
:
</
strong
><
br
>
<
input
class
=
"ui-timepicker-input
"
type
=
"text"
id
=
"timepicker"
name
=
"hora"
><
br
>
<
input
style
=
"margin-top: 5px;margin-bottom: 20px;"
class
=
"form-control
"
type
=
"text"
id
=
"timepicker"
name
=
"hora"
><
br
>
<
hr
>
<
button
type
=
"submit"
class
=
"btn btn-success"
class
=
"badge bg-green"
>
AGENDAR
</
a
></
button
>
<
button
type
=
"submit"
class
=
"btn btn-success"
class
=
"badge bg-green"
>
AGENDAR
</
a
></
button
>
</
div
>
</
div
>
</
div
>
</
div
>
</
form
>
</
form
>
</
div
>
</
div
>
</
div
>
</
div
>
<
script
type
=
"text/javascript"
>
<
script
type
=
"text/javascript"
>
$
(
'#datepicker'
)
.
datepicker
({
$
(
'#datepicker'
)
.
datepicker
({
autoclose
:
true
,
autoclose
:
true
,
...
@@ -86,7 +110,7 @@
...
@@ -86,7 +110,7 @@
});
});
$
(
'#timepicker'
)
.
timepicker
({
$
(
'#timepicker'
)
.
timepicker
({
timeFormat
:
'h:mm p'
,
timeFormat
:
'h
h
:mm p'
,
interval
:
30
,
interval
:
30
,
minTime
:
'08'
,
minTime
:
'08'
,
maxTime
:
'5:00pm'
,
maxTime
:
'5:00pm'
,
...
@@ -97,7 +121,8 @@
...
@@ -97,7 +121,8 @@
scrollbar
:
true
scrollbar
:
true
});
});
$
(
'#form'
)
.
trigger
(
"reset"
);
$
(
'#form'
)
.
trigger
(
"reset"
);
</
script
>
</
script
>
</
div
>
</
div
>
@
endsection
@
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