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
Pedro Rolon
js-e008
Commits
486e1d73
Commit
486e1d73
authored
Dec 27, 2018
by
Pedro Rolon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Se agregaron los archivos necesarios para la tarea
parents
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
138 additions
and
0 deletions
+138
-0
prueba.html
+138
-0
script.js
+0
-0
No files found.
prueba.html
0 → 100644
View file @
486e1d73
<!DOCTYPE html<html>
<head>
<title>
Prueba
</title>
<meta
charset=
"utf-8"
>
<link
rel=
"stylesheet"
href=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity=
"sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
crossorigin=
"anonymous"
>
<link
rel=
"shortcut icon"
href=
"https://i.pinimg.com/originals/90/2e/b1/902eb16546985bbc3b42628ee6bffdfe.png"
>
<link
rel=
"stylesheet"
href=
"http://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"
>
<!-- <link rel="stylesheet" href="/resources/demos/style.css"> -->
<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"
></script>
<script
type=
"text/javascript"
src=
"script.js"
></script>
<style
type=
"text/css"
>
.form
{
padding
:
0px
;
border
:
dotted
;
}
tr
:hover
{
background-color
:
gray
;
}
label
{
margin-right
:
10px
;
}
.fixed-dialog
{
position
:
fixed
;
/*top: 10px;*/
left
:
50px
;
bottom
:
50px
;
}
body
{
background-color
:
blue
;
/*#4286f4;*/
}
table
{
border
:
dotted
;
}
</style>
</head>
<body>
<button
id=
"papa"
width=
"500px"
>
prueba
</button>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"col-lg-4"
>
<table
id=
"listaTareas"
class=
"table"
>
<tr>
<th>
Id
</th>
<th>
Fecha
</th>
<th>
Descripcion
</th>
<th>
Prioridad
</th>
<th>
Estado
</th>
<th></th>
</tr>
</table>
</div>
</div>
<!-- /.row -->
</div>
<br><br>
<!-- formulario agregar -->
<div
class=
"form"
style=
"background-color:#f47741;"
>
<h3>
Form Agregar
</h3>
<div
class=
"form-group"
>
<label>
Proyecto
</label>
<input
type=
"text"
name=
""
id=
"proyecto"
>
</div>
<div
class=
"form-group"
>
<label>
Descripción
</label>
<input
type=
"text"
name=
""
id=
"descripcion"
>
</div>
<button
id=
"botonAgregar"
>
Agregar!
</button>
</div>
<div
id=
"dialogDetail"
></div>
<div
id=
"formularioEditar"
>
<div
class=
"form-group"
>
<label
for=
"idEditar"
>
ID
</label>
<input
type=
"text"
name=
"idEditar"
id=
"idEditar"
placeholder=
"id tarea"
disabled
>
</div>
<div
class=
"form-group"
>
<label
for=
"fechaEditar"
>
Fecha
</label>
<input
type=
"text"
name=
"fechaEditar"
placeholder=
"Fecha"
id=
"fechaEditar"
>
</div>
<div
class=
"form-group"
>
<label
for=
"descripcionEditar"
>
Descripción
</label>
<input
type=
"text"
name=
"descripcionEditar"
placeholder=
"Descripción"
id=
"descripcionEditar"
>
</div>
<div
class=
"form-group"
>
<label
for=
"prioridadEditar"
>
Prioridad
</label>
<input
type=
"text"
name=
"prioridadEditar"
placeholder=
"Prioridad"
id=
"prioridadEditar"
>
</div>
<div
class=
"form-group"
>
<label
for=
"estadoEditar"
>
Estado
</label>
<input
type=
"text"
name=
"estadoEditar"
placeholder=
"Estado"
id=
"estadoEditar"
>
</div>
<div
class=
"form-group"
>
<label
for=
""
>
Proyecto
</label>
<input
type=
"text"
name=
"proyectoEditar"
placeholder=
"Proyecto"
id=
"proyectoEditar"
>
</div>
<button
id=
"botonGuardarCambios"
style=
"margin-top:5px; padding: 10px;"
>
Guardar Cambios
</button>
</div>
<div></div>
</body>
</html>
script.js
0 → 100644
View file @
486e1d73
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