at path:
ROOT
/
sistema
/
vendors
/
gantt
/
Copia [2] de index.html
run:
R
W
Run
css
DIR
2026-04-09 04:12:40
R
W
Run
img
DIR
2026-04-09 04:12:40
R
W
Run
js
DIR
2026-04-09 04:12:40
R
W
Run
tests
DIR
2026-04-09 04:12:40
R
W
Run
.gitignore
10 By
2020-05-24 00:32:28
R
W
Run
Delete
Rename
CONTRIBUTORS.md
756 By
2020-05-24 00:32:30
R
W
Run
Delete
Rename
Copia [2] de index.html
8.09 KB
2020-05-24 00:32:30
R
W
Run
Delete
Rename
Copia de index.html
8.09 KB
2020-05-24 00:32:30
R
W
Run
Delete
Rename
README.md
465 By
2020-05-24 00:32:30
R
W
Run
Delete
Rename
index - copia.html
23.17 KB
2020-05-24 00:32:30
R
W
Run
Delete
Rename
error_log
up
📄
Copia [2] de index.html
Save
<!DOCTYPE html> <html lang="en"> <head> <title>jQuery.Gantt</title> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge;chrome=IE8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" type="text/css"> <link href="css/style.css" type="text/css" rel="stylesheet"> <link href="//cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.min.css" rel="stylesheet" type="text/css"> <style type="text/css"> body { font-family: Helvetica, Arial, sans-serif; font-size: 13px; padding: 0 0 50px 0; } h1 { margin: 40px 0 20px 0; } h2 { font-size: 1.5em; padding-bottom: 3px; border-bottom: 1px solid #DDD; margin-top: 50px; margin-bottom: 25px; } table th:first-child { width: 150px; } .github-corner:hover .octo-arm { animation: octocat-wave 560ms ease-in-out } @keyframes octocat-wave { 0%, 100% { transform: rotate(0) } 20%, 60% { transform: rotate(-25deg) } 40%, 80% { transform: rotate(10deg) } } @media (max-width:500px) { .github-corner:hover .octo-arm { animation: none } .github-corner .octo-arm { animation: octocat-wave 560ms ease-in-out } } </style> </head> <body> <div class="container"> <h2 id="example"> Example </h2> <div class="gantt"></div> </div> <a href="https://github.com/taitems/jQuery.Gantt" class="github-corner" aria-label="View source, download, or contribute on GitHub" title="View source, download, or contribute on GitHub"> <svg width="80" height="80" viewBox="0 0 250 250" style="fill:#151513; color:#fff; position: absolute; top: 0; border: 0; right: 0;" aria-hidden="true"><path d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2" fill="currentColor" style="transform-origin: 130px 106px;" class="octo-arm"></path><path d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z" fill="currentColor" class="octo-body"></path></svg> </a> <script src="js/jquery.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script> <script src="js/jquery.fn.gantt.js"></script> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.min.js"></script> <script> $(function() { "use strict"; var demoSource = [{ name: "Sprint 0", desc: "Analysis", values: [{ from: 1320192000000, to: 1322401600000, label: "Requirement Gathering", customClass: "ganttRed" }] },{ desc: "Scoping", values: [{ from: 1322611200000, to: 1323302400000, label: "Scoping", customClass: "ganttRed" }] },{ name: "Sprint 1", desc: "Development", values: [{ from: 1323802400000, to: 1325685200000, label: "Development", customClass: "ganttGreen" }] },{ name: " ", desc: "Showcasing", values: [{ from: 1325685200000, to: 1325695200000, label: "Showcasing", customClass: "ganttBlue" }] },{ name: "Sprint 2", desc: "Development", values: [{ from: 1325695200000, to: 1328785200000, label: "Development", customClass: "ganttGreen" }] },{ desc: "Showcasing", values: [{ from: 1328785200000, to: 1328905200000, label: "Showcasing", customClass: "ganttBlue" }] },{ name: "Release Stage", desc: "Training", values: [{ from: 1330011200000, to: 1336611200000, label: "Training", customClass: "ganttOrange" }] },{ desc: "Deployment", values: [{ from: 1336611200000, to: 1338711200000, label: "Deployment", customClass: "ganttOrange" }] },{ desc: "Warranty Period", values: [{ from: 1336611200000, to: 1349711200000, label: "Warranty Period", customClass: "ganttOrange" }] }]; // shifts dates closer to Date.now() var offset = new Date().setHours(0, 0, 0, 0) - new Date(demoSource[0].values[0].from).setDate(35); for (var i = 0, len = demoSource.length, value; i < len; i++) { value = demoSource[i].values[0]; value.from += offset; value.to += offset; } $(".gantt").gantt({ source: demoSource, navigate: "scroll", scale: "weeks", maxScale: "months", minScale: "hours", itemsPerPage: 10, scrollToToday: false, useCookie: true, onItemClick: function(data) { alert("Item clicked - show some details"); }, onAddClick: function(dt, rowId) { alert("Empty space clicked - add an item!"); }, onRender: function() { if (window.console && typeof console.log === "function") { console.log("chart rendered"); } } }); $(".gantt").popover({ selector: ".bar", title: function _getItemText() { return this.textContent; }, container: '.gantt', content: "Here's some useful information.", trigger: "hover", placement: "auto right" }); prettyPrint(); }); </script> </body> </html>