Commit 06ab9d53 authored by Sebastien Robin's avatar Sebastien Robin

officejs: add gadget for gantt diagrams

parent e621de78
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, user-scalable=no" />
<title>ERP5 Widget Timeline with Vis</title>
<!-- interfaces -->
<link rel="http://www.renderjs.org/rel/interface" href="gadget_officejs_interface_widget_gantt.html">
<!-- styles -->
<link rel="stylesheet" href="dhtmlx_gantt.css">
<!-- renderjs -->
<script src="rsvp.js" type="text/javascript"></script>
<script src="renderjs.js" type="text/javascript"></script>
<!-- libraries needed for gantt -->
<script src="dhtmlx_gantt.js" type="text/javascript"></script>
<!-- custom script -->
<script src="gadget_officejs_widget_gantt_dhtmlx.js" type="text/javascript"></script>
<style type="text/css" media="screen">
.weekend {
background: #f4f7f4 !important;
}
.project {
background: #2aaf31;
}
.color_1 {
background:#afcbff;
border-color:#647bcc;
}
.color_2 {
background:#b28dff;
border-color:#1f1f1f;
}
.color_3{
background:#dcd3ff;
border-color:#b5b9ff;
}
.color_4{
background:#b5b9ff;
border-color:#647bbc;
}
.color_5{
background:#ace7ff;
border-color:#647bbc;
}
.color_6{
background:#ff9c9de;
border-color:#647bbc;
}
.color_7
background:#ffabab;
border-color:#647bbc;
}
.color_8{
background:#85e3ff;
border-color:#647bbc;
}
.color_9{
background:#d5aaff;
border-color:#647bbc;
}
</style>
</head>
<body>
<div id="dhtmlx-gantt" style='width:100%; height:15000px;'>
</div>
</body>
</html>
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment