Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Laurent S
erp5
Commits
06ab9d53
Commit
06ab9d53
authored
Dec 01, 2017
by
Sebastien Robin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
officejs: add gadget for gantt diagrams
parent
e621de78
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
410 additions
and
0 deletions
+410
-0
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_widget_gantt_dhtmlx_html.html
...page_module/gadget_officejs_widget_gantt_dhtmlx_html.html
+78
-0
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_widget_gantt_dhtmlx_html.xml
..._page_module/gadget_officejs_widget_gantt_dhtmlx_html.xml
+332
-0
No files found.
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_widget_gantt_dhtmlx_html.html
0 → 100644
View file @
06ab9d53
<!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
:
#ff9c9d
e
;
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
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_widget_gantt_dhtmlx_html.xml
0 → 100644
View file @
06ab9d53
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