Benutzer-Werkzeuge

Webseiten-Werkzeuge


motorrad:motorradfahren

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
motorrad:motorradfahren [07.12.2023 17:02] Wolfgang Kunkelmotorrad:motorradfahren [24.04.2024 17:50] (aktuell) – [Zeitleiste] Wolfgang Kunkel
Zeile 34: Zeile 34:
  
   var groups = new vis.DataSet([   var groups = new vis.DataSet([
-    {id: 1, style: "background-color: lightgray", content: '<b><a href="https://www.wkunkel.de" target="_blank">Straße</a></b>' , title: 'Straßen-Motorräder', value: 1}, +    {id: 1, style: "background-color: lightgray", content: '<b><a href="https://www.wkunkel.de" target="_blank">Motorrad</a></b>' , title: 'Alle meine Mopeds', value: 1}, 
-    {id: 2, style: "background-color: lightgray", content: '<b><a href="https://www.wkunkel.de" target="_blank">Gelände</a></b>', title: 'nur ein Onduro   , value: 2}+    {id: 2, style: "background-color: lightgray", content: '<b><a href="https://www.wkunkel.de" target="_blank">Tour</a></b>', title: 'und wo ich damit gewesen bin', value: 2}
   ]);   ]);
  
Zeile 41: Zeile 41:
   // Create a DataSet (allows two way data-binding)   // Create a DataSet (allows two way data-binding)
   var items = new vis.DataSet([   var items = new vis.DataSet([
-    {id: 1 , group: 1, start: '1987-07-01', end: '1990-05-31', content: '<font color="grey"><b>Simson<br>SR2</b></font>',       style: "background-color: lightgray", type: 'background'},     +    {id: 1 , group: 1, start: '1987-07-01', end: '1990-05-31', content: '<font color="grey"><b>Simson SR2</b></font>',       style: "background-color: lightgray", type: 'background'},     
-    {id: 2 , group: 1, start: '1993-02-22', end: '1994-12-10', content: '<font color="grey"><b>Honda<br>CBX750F</b></font>',    style: "background-color: lightgray", type: 'background'}, +    {id: 2 , group: 1, start: '1993-02-22', end: '1994-12-10', content: '<font color="grey"><b>Honda CBX750F</b></font>',    style: "background-color: lightgray", type: 'background'}, 
-    {id: 3 , group: 1, start: '1994-12-14', end: '1998-08-11', content: '<font color="grey"><b>Honda<br>CBR1000F</b></font>',   style: "background-color: lightgray", type: 'background'}, +    {id: 3 , group: 1, start: '1994-12-14', end: '1998-08-11', content: '<font color="grey"><b>Honda CBR1000F</b></font>',   style: "background-color: lightgray", type: 'background'}, 
-    {id: 4 , group: 1, start: '1999-04-07', end: '2000-06-23', content: '<font color="grey"><b>Suzuki<br>GSX1300R (1)</b></font>', style: "background-color: lightgray", type: 'background'}, +    {id: 4 , group: 1, start: '1999-04-07', end: '2000-06-23', content: '<font color="grey"><b>Suzuki GSX1300R (1)</b></font>', style: "background-color: lightgray", type: 'background'}, 
-    {id: 5 , group: 1, start: '2000-07-26', end: '2002-07-22', content: '<font color="grey"><b>Suzuki<br>GSX1300R (2)</b></font>', style: "background-color: lightgray", type: 'background'}, +    {id: 5 , group: 1, start: '2000-07-26', end: '2002-07-22', content: '<font color="grey"><b>Suzuki GSX1300R (2)</b></font>', style: "background-color: lightgray", type: 'background'}, 
-    {id: 6 , group: 1, start: '2004-04-16', end: '2015-03-07', content: '<font color="grey"><b>Suzuki<br>GSX1300R (3)</b></font>', style: "background-color: lightgray", type: 'background'}, +    {id: 6 , group: 1, start: '2004-04-16', end: '2015-03-07', content: '<font color="grey"><b>Suzuki GSX1300R (3)</b></font>', style: "background-color: lightgray", type: 'background'}, 
-    {id: 7 , group: 1, start: '1994-05-29',                    content: '<font color="red">Isle Of Man TT<br>(29.05.1994 - 10.06.1994)</font>', title: 'Isle Of Man Tourist Trophy'}, +    {id: 7 , group: 2, start: '1994-05-29',                    content: '<font color="red">Isle Of Man TT (29.05.1994 - 10.06.1994)</font>', title: 'Isle Of Man Tourist Trophy'}, 
-    {id: 8 , group: 1, start: '1997-05-24',                    content: '<font color="red">Isle Of Man TT<br>(24.05.1997 - 08.06.1997)</font>', title: 'Isle Of Man Tourist Trophy'}, +    {id: 8 , group: 2, start: '1997-05-24',                    content: '<font color="red">Isle Of Man TT (24.05.1997 - 08.06.1997)</font>', title: 'Isle Of Man Tourist Trophy'}, 
-    {id: 9 , group: 1, start: '2000-05-27',                    content: '<font color="red">Isle Of Man TT<br>(27.05.2000 - 09.06.2000)</font>', title: 'Isle Of Man Tourist Trophy'}+    {id: 9 , group: 2, start: '2000-05-27',                    content: '<font color="red">Isle Of Man TT (27.05.2000 - 09.06.2000)</font>', title: 'Isle Of Man Tourist Trophy'}
   ]);   ]);
  
motorrad/motorradfahren.1701964937.txt.gz · Zuletzt geändert: 07.12.2023 17:02 von Wolfgang Kunkel