Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
ProyectoFinal-Bootcamp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jose Baez
ProyectoFinal-Bootcamp
Commits
7f75482d
Commit
7f75482d
authored
May 17, 2022
by
Jose Baez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correccion bug filtro postulante
parent
8cad19f6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
14 deletions
+13
-14
src/main/webapp/postulante-consulta.jsp
+13
-14
No files found.
src/main/webapp/postulante-consulta.jsp
View file @
7f75482d
...
@@ -25,23 +25,22 @@
...
@@ -25,23 +25,22 @@
<input
type=
"search"
name=
"nombreBuscar"
<input
type=
"search"
name=
"nombreBuscar"
placeholder=
"Buscar por nombre"
>
placeholder=
"Buscar por nombre"
>
<button
type=
"submit"
>
Buscar
</button>
<button
type=
"submit"
>
Buscar
</button>
<form
action=
"filtros-postulante"
method=
"post"
>
</form
>
<form
action=
"filtros-postulante"
method=
"post"
>
<form
action=
"filtros-postulante"
method=
"post"
>
<input
type=
"search"
name=
"nombre"
placeholder=
"Buscar por Bootcamp"
required
>
<input
type=
"search"
name=
"nombre"
placeholder=
"Buscar por Bootcamp"
required
>
<button
type=
"submit"
>
Bootcamp
</button>
<button
type=
"submit"
>
Bootcamp
</button>
</form>
</form>
<form
action=
"filtros-postulante"
method=
"post"
>
<form
action=
"filtros-postulante"
method=
"post"
>
<input
type=
"hidden"
name=
"nombre"
value=
"notebook"
>
<input
type=
"hidden"
name=
"nombre"
value=
"notebook"
>
<button
type=
"submit"
>
Notebooks
</button>
<button
type=
"submit"
>
Notebooks
</button>
</form>
<form
action=
"filtros-postulante"
method=
"post"
>
<form
action=
"filtros-postulante"
method=
"post"
>
<input
type=
"hidden"
name=
"nombre"
value=
"aceptado"
>
<input
type=
"hidden"
name=
"nombre"
value=
"aceptado"
>
<button
class=
"aceptado"
type=
"submit"
>
Aceptado
</button>
<button
class=
"aceptado"
type=
"submit"
>
Aceptado
</button>
</form>
</form>
</form>
</div>
</div>
...
...
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