diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-09-21 12:49:18 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-09-21 12:49:18 -0400 |
| commit | b28028ac4082842143b0f528d6bc539da6ccb419 (patch) | |
| tree | 1e26ea969a781ed8e323fca4e3c76345113fc694 /www/lib/vis/examples/timeline/resources | |
| parent | 676270d21beed31d767a06c89522198c77d5d865 (diff) | |
mega changes, including updates and X
Diffstat (limited to 'www/lib/vis/examples/timeline/resources')
14 files changed, 265 insertions, 0 deletions
diff --git a/www/lib/vis/examples/timeline/resources/data/basic.json b/www/lib/vis/examples/timeline/resources/data/basic.json new file mode 100644 index 00000000..711dd8e2 --- /dev/null +++ b/www/lib/vis/examples/timeline/resources/data/basic.json @@ -0,0 +1,34 @@ +[ + { + "id": 1, + "content": "item 1", + "start": "2014-04-20" + }, + { + "id": 2, + "content": "item 2", + "start": "2014-04-14" + }, + { + "id": 3, + "content": "item 3", + "start": "2014-04-18" + }, + { + "id": 4, + "content": "item 4", + "start": "2014-04-16", + "end": "2014-04-19" + }, + { + "id": 5, + "content": "item 5", + "start": "2014-04-25" + }, + { + "id": 6, + "content": "item 6", + "start": "2014-04-27", + "type": "point" + } +]
\ No newline at end of file diff --git a/www/lib/vis/examples/timeline/resources/data/wk2014.json b/www/lib/vis/examples/timeline/resources/data/wk2014.json new file mode 100644 index 00000000..2bcb3d75 --- /dev/null +++ b/www/lib/vis/examples/timeline/resources/data/wk2014.json @@ -0,0 +1,152 @@ +[ + { + "player1": "Brazil", + "abbr1": "br", + "score1": "1 (3)", + "player2": "Chile", + "abbr2": "cl", + "score2": "1 (2)", + "description": "round of 16", + "start": "2014-06-28 13:00" + }, + { + "player1": "Colombia", + "abbr1": "co", + "score1": 2, + "player2": "Uruguay", + "abbr2": "uy", + "score2": 0, + "description": "round of 16", + "start": "2014-06-28 17:00" + }, + { + "player1": "Netherlands", + "abbr1": "nl", + "score1": 2, + "player2": "Mexico", + "abbr2": "mx", + "score2": 1, + "description": "round of 16", + "start": "2014-06-29 13:00" + }, + { + "player1": "Costa Rica", + "abbr1": "cr", + "score1": "1 (5)", + "player2": "Greece", + "abbr2": "gr", + "score2": "1 (3)", + "description": "round of 16", + "start": "2014-06-29 17:00" + }, + { + "player1": "France", + "abbr1": "fr", + "score1": 2, + "player2": "Nigeria", + "abbr2": "ng", + "score2": 0, + "description": "round of 16", + "start": "2014-06-30 13:00" + }, + { + "player1": "Germany", + "abbr1": "de", + "score1": 2, + "player2": "Algeria", + "abbr2": "dz", + "score2": 1, + "description": "round of 16", + "start": "2014-06-30 17:00" + }, + { + "player1": "Argentina", + "abbr1": "ar", + "score1": 1, + "player2": "Switzerland", + "abbr2": "ch", + "score2": 0, + "description": "round of 16", + "start": "2014-07-01 13:00" + }, + { + "player1": "Belgium", + "abbr1": "be", + "score1": 2, + "player2": "USA", + "abbr2": "us", + "score2": 1, + "description": "round of 16", + "start": "2014-07-01 17:00" + }, + { + "player1": "France", + "abbr1": "fr", + "score1": 0, + "player2": "Germany", + "abbr2": "de", + "score2": 1, + "description": "quarter-finals", + "start": "2014-07-04 13:00" + }, + { + "player1": "Brazil", + "abbr1": "br", + "score1": 2, + "player2": "Colombia", + "abbr2": "co", + "score2": 1, + "description": "quarter-finals", + "start": "2014-07-04 17:00" + }, + { + "player1": "Argentina", + "abbr1": "ar", + "score1": 1, + "player2": "Belgium", + "abbr2": "be", + "score2": 0, + "description": "quarter-finals", + "start": "2014-07-05 13:00" + }, + { + "player1": "Netherlands", + "abbr1": "nl", + "score1": "0 (4)", + "player2": "Costa Rica", + "abbr2": "cr", + "score2": "0 (3)", + "description": "quarter-finals", + "start": "2014-07-05 17:00" + }, + { + "player1": "Brazil", + "abbr1": "br", + "score1": 1, + "player2": "Germany", + "abbr2": "de", + "score2": 7, + "description": "semi-finals", + "start": "2014-07-08 17:00" + }, + { + "player1": "Netherlands", + "abbr1": "nl", + "score1": "0 (2)", + "player2": "Argentina", + "abbr2": "ar", + "score2": "0 (4)", + "description": "semi-finals", + "start": "2014-07-09 17:00" + }, + { + "player1": "Germany", + "score1": 1, + "abbr1": "de", + "player2": "Argentina", + "abbr2": "ar", + "score2": 0, + "description": "final", + "start": "2014-07-13 16:00" + } +]
\ No newline at end of file diff --git a/www/lib/vis/examples/timeline/resources/img/Hardware-Mobile-Phone-icon.png b/www/lib/vis/examples/timeline/resources/img/Hardware-Mobile-Phone-icon.png Binary files differnew file mode 100644 index 00000000..66a6d35f --- /dev/null +++ b/www/lib/vis/examples/timeline/resources/img/Hardware-Mobile-Phone-icon.png diff --git a/www/lib/vis/examples/timeline/resources/img/attachment-icon.png b/www/lib/vis/examples/timeline/resources/img/attachment-icon.png Binary files differnew file mode 100755 index 00000000..fc825177 --- /dev/null +++ b/www/lib/vis/examples/timeline/resources/img/attachment-icon.png diff --git a/www/lib/vis/examples/timeline/resources/img/blog-post-edit-icon.png b/www/lib/vis/examples/timeline/resources/img/blog-post-edit-icon.png Binary files differnew file mode 100755 index 00000000..12ab23c6 --- /dev/null +++ b/www/lib/vis/examples/timeline/resources/img/blog-post-edit-icon.png diff --git a/www/lib/vis/examples/timeline/resources/img/comments-icon.png b/www/lib/vis/examples/timeline/resources/img/comments-icon.png Binary files differnew file mode 100755 index 00000000..736789ed --- /dev/null +++ b/www/lib/vis/examples/timeline/resources/img/comments-icon.png diff --git a/www/lib/vis/examples/timeline/resources/img/community-users-icon.png b/www/lib/vis/examples/timeline/resources/img/community-users-icon.png Binary files differnew file mode 100755 index 00000000..a77e239a --- /dev/null +++ b/www/lib/vis/examples/timeline/resources/img/community-users-icon.png diff --git a/www/lib/vis/examples/timeline/resources/img/license.txt b/www/lib/vis/examples/timeline/resources/img/license.txt new file mode 100644 index 00000000..9d65f9f5 --- /dev/null +++ b/www/lib/vis/examples/timeline/resources/img/license.txt @@ -0,0 +1,17 @@ +IMAGE LICENSES + +REFRESH CL +http://www.iconarchive.com/category/system/refresh-cl-icons-by-tpdkdesign.net.html + +License: Free for non-commercial use. +http://www.iconarchive.com/icons/tpdkdesign.net/refresh-cl/readme_eng.txt + + + +AESTHETICA 2 +http://www.iconarchive.com/category/application/aesthetica-2-icons-by-dryicons.html + +License: +DryIcons Terms of Use +http://dryicons.com/terms/ + diff --git a/www/lib/vis/examples/timeline/resources/img/license_aesthetica-2.txt b/www/lib/vis/examples/timeline/resources/img/license_aesthetica-2.txt new file mode 100644 index 00000000..28554c00 --- /dev/null +++ b/www/lib/vis/examples/timeline/resources/img/license_aesthetica-2.txt @@ -0,0 +1,36 @@ +Aesthetica Icon Set, version 2.0 +http://dryicons.com/free-icons/preview/aesthetica-version-2/ + +Information +---------------------- + +This icon set contains 181 quality icons in the following formats: + Transparent PNG + 16 x 16 px + 24 x 24 px + 32 x 32 px + 48 x 48 px + 128 x 128 px + + + +Licensing +---------------------- + +The usage of DryIcons' work (icons, icon sets and graphics) is limited to the terms of the "Free License" and "Commercial License" use. +The DryIcons Free License means that you can use our icons, icon sets and graphics in any publicly accesible web site, web application or any form of presentation publicly accessible through the World Wide Web only according to the DryIcons Free License Terms and Conditions: + +* You must put a back link with credits to http://dryicons.com on every page where DryIcons' Works are used (example: Icons by http://dryicons.com); + +* You must include the correct back link to DryIcons website, which is: http://dryicons.com; + +* You must place the link on an easy-to-see, recognizable place, so there is no confusion about the Original Author of the Works (DryIcons); + +* When copying, or paraphrasing description text (or title) on one of the Works, you must make sure there are no spelling mistakes; + +* Do not try to take credit or imply in any way that you and not DryIcons is the Original Author of the Works (icons, icon sets and graphics). + +For a more detailed look at our Free License Agreement, please follow the link: http://dryicons.com/terms/#free-license + + +The DryIcons Commercial License means that you can use our Free Icon Sets and Free Graphics without being obligated to put a back link to DryIcons.com for a certain fee. After you complete yourpayment transaction DryIcons grants you a Commercial License.
\ No newline at end of file diff --git a/www/lib/vis/examples/timeline/resources/img/license_refresh-cl.txt b/www/lib/vis/examples/timeline/resources/img/license_refresh-cl.txt new file mode 100644 index 00000000..78427f03 --- /dev/null +++ b/www/lib/vis/examples/timeline/resources/img/license_refresh-cl.txt @@ -0,0 +1,26 @@ +RefreshCL Icon Pack by TPDK ©2005 www.tpdkdesign.net +All rights reserved. +version 1.0 2005/18/11 + + +Terms of use +Theses icons are copyrighted, and for personal use only. +Until now, COMMERCIAL USE is strictly forbidden. + +You cannot (non-exhaustive list) : +- Use my icons in commercial website +- Use my icons in a professional website layout +- Sell or distribute those icons + +For any other use, such as : +- using in non-commercial website +- using icon in free software under GPL licence +you need my authorization to use them. If you have my permission, you need to credit me in your terms and put a link to my website. +I would not be responsible fo any damage you may encounter while using this product. +For any question or request about the pack, please send me an email to tpdk@tpdkdesign.net. + +Special thanks to customxp's & crystalxp's teams and members for help and support ;) +http://crystalxp.net +http://customxp.net +http://pngfactory.net +visit my deviantart webpage : http://tpdkcasimir.deviantart.com/ diff --git a/www/lib/vis/examples/timeline/resources/img/mail-icon.png b/www/lib/vis/examples/timeline/resources/img/mail-icon.png Binary files differnew file mode 100755 index 00000000..f11ce5c3 --- /dev/null +++ b/www/lib/vis/examples/timeline/resources/img/mail-icon.png diff --git a/www/lib/vis/examples/timeline/resources/img/notes-edit-icon.png b/www/lib/vis/examples/timeline/resources/img/notes-edit-icon.png Binary files differnew file mode 100755 index 00000000..7f903df4 --- /dev/null +++ b/www/lib/vis/examples/timeline/resources/img/notes-edit-icon.png diff --git a/www/lib/vis/examples/timeline/resources/img/product-icon.png b/www/lib/vis/examples/timeline/resources/img/product-icon.png Binary files differnew file mode 100644 index 00000000..fb12da43 --- /dev/null +++ b/www/lib/vis/examples/timeline/resources/img/product-icon.png diff --git a/www/lib/vis/examples/timeline/resources/img/truck-icon.png b/www/lib/vis/examples/timeline/resources/img/truck-icon.png Binary files differnew file mode 100644 index 00000000..89d92622 --- /dev/null +++ b/www/lib/vis/examples/timeline/resources/img/truck-icon.png |
