Z verze
změnil(a) David Brazda
k 01.02.2021 12:53
Na verzi < 11.1 >
změnil(a) David Brazda
k 01.02.2021 13:09
< >
Popis verze: Při změně verze nebyl zadán žádný kometář.

Přehled

Rozpis

Na stránce změněno:
Obsah
... ... @@ -2,10 +2,8 @@
2 2  
3 3  ~{~{xcvid url="https:~/~/xcvid.com/embed.php?flight=2368351#1313"/}}
4 4  
5 -{{xcvid url="https://xcvid.com/embed.php?flight=2368351#1313"/}}
5 +{{xcvid url="https://www.xcontest.org/cesko/prelety/detail:davidbrazda/29.1.2021/16:27"/}}
6 6  
7 7  
8 8  
9 9  
10 -
11 -
XWiki.WikiMacroClass[0]
Macro code
... ... @@ -4,7 +4,9 @@
4 4  #set($height = $xcontext.macro.params.get('height'))
5 5  #set($flight = $xcontext.macro.params.get('flight'))
6 6  #set ($discard = $xwiki.jsx.use('BackEnd.Macro - xcvid'))
7 +#set( $xcvidurl = $url.replaceAll('/^https:\/\/www.xcontest.org\/[\w\/]+:([-\w.]+\/\d\d?\.\d\d?\.\d{4}\/\d\d:\d\d)($|\?|#)/', 'https://xcvid.com/embed.php?ident=$1') )
7 7  {{html}}
9 +$xcvidurl
8 8   <iframe src="https://xcvid.com/embed.php?ident=vrana/31.01.2021/11:30" id="xcvid" width="$!{escapetool.html($width)}" height="$!{escapetool.xml($height)}">$xcontext.macro.content</iframe>
9 9  {{/html}}
10 10  {{/velocity}}