DokuWiki

It's better when it's simple

User Tools

Site Tools


playground:playground

This is an old revision of the document!


MLS Smartphones

<html> <head>

<script src="https://cdnjs.cloudflare.com/ajax/libs/vis/4.21.0/vis.min.js"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/vis/4.21.0/vis.min.css" rel="stylesheet" type="text/css" />
<style>
body, html {}

.square-red {height: 18px;width: 18px;background-color: rgb(219,68,55);float:left;}
.square-blue{height: 18px;width: 18px;background-color: rgb(66,133,244);float:left;}

.release {background-color: rgb(66,133,244);border-color: rgb(66,133,244);color: black;}
.release a {color: black;}
.develop {background-color: rgb(219,68,55);border-color: rgb(219,68,55);color: white;}
.develop a {color: white;}
</style>

</head> <div> Develop <div class=“square-red”></div></br>Release <div class=“square-blue”></div></div> <div id=“visualization” style=“height: 1800px;”></div>

<script>

var items = new vis.DataSet([

  
  {id: 1, content: '<a href="http://wiki.mlsapps.gr/doku.php?id=devices:smartphones:2017:mx_4g_iqe200">MX 4G iQE200</a>', start: '2017, 6, 26', end: Date.now(), className:'release'},
  
    {id: 2, content: '<a href="http://wiki.mlsapps.gr/doku.php?id=devices:smartphones:2017:flame_4g_2018_iqw503">Flame 4G 2018 iQW503</a>', start: '2018, 03, 06', end: Date.now(), className:'release'},
    
     {id: 3, content: '<a href="http://wiki.mlsapps.gr/doku.php?id=devices:easy:easy_ts_2018_iql280">Easy TS 2018 iQL280</a>', start: '2018, 03, 19', end: Date.now(), className:'release'},
    
     {id: 4, content: '<a href="http://wiki.mlsapps.gr/doku.php?id=devices:smartphones:2017:phab_iqw603">Phab iQW603</a>', start: '2018, 03, 23', end: Date.now(), className:'release'},
    
     {id: 5, content: '<a href="http://wiki.mlsapps.gr/doku.php?id=devices:smartphones:2017:dx_5.5_4g_iqf200">DX 5.5 iQF200</a>', start: '2018, 03, 27', end: Date.now(), className:'release'},
    
      {id: 6, content: '<a href="http://wiki.mlsapps.gr/doku.php?id=devices:smartphones:2017:flame_4g_2018_iqw503">Flame 4G 2018 iQW503</a>', start: '2018, 03, 27', end: Date.now(), className:'release'},
    
  {id: 7, content: '<a href="http://wiki.mlsapps.gr/doku.php?id=devices:smartphones:2018:mx_plus_iqk700">MX Plus iQK700</a>', start: '2018, 6, 26', end: Date.now(), className:'release'},
  
  {id: 8, content: '<a href="http://wiki.mlsapps.gr/doku.php?id=devices:smartphones:2018:mx_pro_iq8011">MX Pro iQ8011</a>', start: '2018, 8, 16', end: Date.now(), className:'release'},
  
  {id: 9, content: '<a href="http://wiki.mlsapps.gr/doku.php?id=devices:smartphones:2018:range_5.5_iq1568">Range 5.5 iQ1568</a>', start: '2018', end: Date.now(), className:'develop'},
  
  
   
 
  
]);

var container = document.getElementById('visualization');
var options = {};
var timeline = new vis.Timeline(container, items, options);
</script>
</html>

—-

playground/playground.1537776321.txt.gz · Last modified: 2018-09-24 10:05 by Sebastian Kluth

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki