Z verze
změnil(a) David Brazda
k 03.01.2021 15:05
Na verzi < 27.1 >
změnil(a) David Brazda
k 03.01.2021 15:20
< >
Popis verze: Nahrát novou přílohu 1609682743701-341.png

Přehled

Rozpis

Na stránce změněno:
Obsah
... ... @@ -90,7 +90,7 @@
90 90  * [[https:~~/~~/play.google.com/store/apps/details?id=com.igorinov.variometer&hl=cs&gl=US>>https://play.google.com/store/apps/details?id=com.igorinov.variometer&hl=cs&gl=US]]
91 91  * jednoduchý budík se zvukovou signalizací
92 92  
93 - [[image:1609678885503-535.png||queryString="width=368&height=251" height="251" width="368"]]
93 + [[image:1609682743701-341.png||height="288" width="345"]]
94 94  
95 95  * Naprosto okamžitá odezva
96 96  * Trochu otravný zvuk
... ... @@ -101,3 +101,18 @@
101 101  === Test odezvy ===
102 102  
103 103  {{video url="https://youtu.be/YfJaLEF-97w"/}}
104 +
105 +
106 +
107 +== Kam dál? ==
108 +
109 +{{velocity}}
110 +#set ($list = $services.query.xwql('where doc.date > :date').bindValue('date', $datetool.toDate('yyyy-MM-dd', '2020-12-22')).execute())
111 +#foreach($reference in $list)
112 + #set ($document = $xwiki.getDocument($reference))
113 + #if (!$document.isHidden())
114 + #set ($label = $document.getTitle())
115 + * [[$label>>$document]]
116 + #end
117 +#end
118 +{{/velocity}}