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
2017660e
Commit
2017660e
authored
Jan 26, 2021
by
Marcos Albano
💬
Browse files
Options
Browse Files
Download
Plain Diff
merge
parents
151fad0b
ce346802
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
46 additions
and
3 deletions
+46
-3
app.css
public/css/app.css
+17
-0
pesquisaTitulo.blade.php
resources/views/admin/agendamentos/pesquisaTitulo.blade.php
+21
-0
resultadoPesquisa.blade.php
...rces/views/admin/agendamentos/resultadoPesquisa.blade.php
+8
-3
No files found.
public/css/app.css
View file @
2017660e
...
...
@@ -10408,4 +10408,21 @@ p .button_agendar {
.enviarbtn
:hover
{
background
:
linear-gradient
(
174deg
,
rgb
(
138
,
158
,
139
)
4%
,
rgb
(
16
,
157
,
23
)
10%
,
rgb
(
4
,
36
,
7
)
100%
);
}
/* ******** PES CPF ****** */
.field-btn-Proxino
{
text-align
:
center
;
}
#fielTituloEntrega-1-cpf
{
width
:
30%
;
text-align
:
center
;
}
#btn-pesq2
{
width
:
30%
;
text-align
:
center
;
}
\ No newline at end of file
resources/views/admin/agendamentos/pesquisaTitulo.blade.php
View file @
2017660e
...
...
@@ -10,6 +10,7 @@
@
breadcrumb
([
'page'
=>
$page
,
'items'
=>
$breadcrumb
??
[]])
@
endbreadcrumb
<<<<<<<
HEAD
<
p
>
Selecione
o
nome
da
sua
mãe
</
p
>
<
fieldset
class
=
"fielAgendamentoTitulo"
>
...
...
@@ -33,6 +34,26 @@
<
div
class
=
"imaLogosCadastro"
>
<
img
src
=
"{!! asset('img/logo-idace.png') !!}"
>
</
div
>
=======
@
form
([
'action'
=>
route
(
'resultadoPesquisa'
),
'method'
=>
'POST'
])
@
csrf
<
h4
>
<
p
class
=
"text-center"
><
b
>
Pesquisa
de
Títulos
</
b
></
p
>
</
h4
>
{{
--
<
h3
class
=
"titulo"
>
Pesquisa
de
Títulos
</
h3
>
--
}}
<
form
class
=
"formAgedamentoTitulo"
>
<
fieldset
class
=
"fielTituloEntrega"
>
<
div
id
=
"fielTituloEntrega-1"
>
<
input
type
=
"text"
class
=
"form-control label_cpf"
data
-
mask
=
"000.000.000-00"
name
=
"cpf"
placeholder
=
"000.000.000-00"
>
<
br
>
<
button
type
=
"submit"
class
=
"btn btn-block btn-primary btn_pesquisa"
>
Pesquisar
</
button
>
</
div
>
</
fieldset
>
</
form
>
>>>>>>>
ce3468024a10cc0521acdda7b49ef0ce894c389c
@
endpage
...
...
resources/views/admin/agendamentos/resultadoPesquisa.blade.php
View file @
2017660e
...
...
@@ -25,12 +25,17 @@
<
td
>
25
/
01
/
2021
</
td
>
<
td
>
SEDE
DO
IDACE
</
td
>
</
tr
>
</
tbody
>
</
table
>
<
form
class
=
"formAgedamentoTitulo"
>
<
fieldset
class
=
"fielTituloEntrega"
>
<
div
id
=
"fielTituloEntrega-1-cpf"
>
<
button
type
=
"submit"
class
=
"btn btn-block btn-primary btn_pesquisa"
>
Proxímo
</
button
>
</
div
>
</
fieldset
>
</
form
>
@
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