Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
js-e008
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
Hugo Villagra
js-e008
Commits
e6f22297
Commit
e6f22297
authored
Dec 27, 2018
by
Hugo Villagra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.0
parents
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
86 additions
and
0 deletions
+86
-0
-.html
+86
-0
-.js
+0
-0
No files found.
-.html
0 → 100644
View file @
e6f22297
<!DOCTYPE html>
<html
lang=
"es"
>
<head>
<title></title>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<link
rel=
"stylesheet"
href=
"https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity=
"sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
crossorigin=
"anonymous"
>
<script
src=
"https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"
integrity=
"sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
crossorigin=
"anonymous"
></script>
<script
src=
"https://code.jquery.com/jquery-3.3.1.min.js"
></script>
<script
src=
"https://code.jquery.com/ui/1.12.1/jquery-ui.js"
integrity=
"sha256-T0Vest3yCU7pafRw9r+settMBX6JkKN06dqBnpQ8d30="
crossorigin=
"anonymous"
></script>
<link
rel=
"stylesheet"
type=
""
href=
"https://code.jquery.com/ui/1.12.1/themes/black-tie/jquery-ui.css"
>
</head>
<body>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"col-lg-4"
>
<table
class=
"table table-hover"
>
<thead>
<th>
Id
</th>
<th>
Fecha
</th>
<th>
Descripcion
</th>
<th>
Prioridad
</th>
<th>
Estado
</th>
<th></th>
</thead>
<tbody
id=
"listaTareas"
>
</tbody>
</table>
</div>
</div>
<div
id=
"formularioEntrada"
>
<h2>
Ingresar proyecto
</h2>
<label
for=
"entradaProyecto"
>
Ingrese el nombre del proyecto
</label>
<input
type=
"text"
id=
"entradaProyecto"
name=
"entradaProyecto"
value=
""
>
<br>
<label
for=
"entradaDescripcion"
>
Ingrese la descripcion del proyecto
</label>
<input
type=
"text"
id=
"entradaDescripcion"
name=
"entradaDescripcion"
value=
""
>
<br>
<input
type=
"button"
id=
"btnIngresar"
name=
"btnIngresar"
value=
"Guardar"
class=
"btn btn-dark"
>
</div>
<br>
<br>
<div
id=
"formularioModificar"
>
<h2>
Modificar formulario
</h2>
<label
for=
"entradaIDModificar"
>
Ingrese la id del proyecto
</label>
<input
type=
"text"
name=
"entradaIDModificar"
id=
"entradaIDModificar"
value=
""
>
<br>
<label
for=
"entradaNuevoNombre"
>
Ingrese el nuevo nombre del proyecto
</label>
<input
type=
"text"
name=
"entradaNuevoNombre"
id=
"entradaNuevoNombre"
value=
""
>
<br>
<label
for=
"entradaNuevaDescripcion"
>
Ingrese la nueva descripcion del proyecto
</label>
<input
type=
"text"
name=
"entradaNuevaDescripcion"
id=
"entradaNuevaDescripcion"
value=
""
>
<br>
<input
type=
"button"
name=
"btnModificar"
id=
"btnModificar"
value=
"Modificar proyecto"
class=
"btn btn-dark"
>
</div>
<br>
<br>
<div
id=
"filtrarDescripcion"
>
<h2>
Filtrar resultados
</h2>
<label
for=
"entradaFiltro"
>
Ingrese la descripcion a filtrar
</label>
<input
type=
"text"
id=
"entradaFiltro"
name=
"entradaFiltro"
value=
""
>
<br>
<input
type=
"button"
id=
"btnFiltrar"
name=
"btnFiltrar"
value=
"Aplicar filtro"
class=
"btn btn-dark"
>
<input
type=
"button"
id=
"btnRestaurar"
value=
"Quitar filtro"
class=
"btn btn-dark"
>
</div>
<br>
<br>
<div
id=
"filtrarProyecto"
class=
"col-lg-4"
>
<h2>
Lista de proyectos
</h2>
<select
class=
"custom-select"
id=
"selectorProyecto"
>
</select>
<br>
<br>
<input
type=
"button"
name=
""
id=
"btnFiltrarProyecto"
value=
"Filtrar proyecto"
class=
"btn btn-dark"
>
<input
type=
"button"
id=
"btnTodoProyecto"
value=
"Quitar filtro proyecto"
class=
"btn btn-dark"
>
</div>
</div>
<div
id=
"resultado"
title=
"Mas detalle"
>
</div>
</body>
<script
src=
"-.js"
></script>
</html>
\ No newline at end of file
-.js
0 → 100644
View file @
e6f22297
This diff is collapsed.
Click to expand it.
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