Změny dokumentu XCVID
                  Naposledy upravil David Brazda 08.04.2021 16:25
              
      
      Popis verze:
              Při změně verze nebyl zadán žádný kometář.
          
   Přehled
- 
          Na stránce změněno: (1 změněno, 0 přidáno, 0 odstraněno)
 - 
          Objects (1 změněno, 0 přidáno, 1 odstraněno)
 
Rozpis
- Na stránce změněno:
 - 
      
- Obsah
 -   
... ... @@ -1,11 +1,4 @@ 1 - **Macro pro xcvid**1 +Macro pro xcvid 2 2 3 -~{~{xcvid url="https:~/~/xcvid.com/embed.php?flight=2368351#1313"/}} 4 4 5 -{{xcvid url="https://xcvid.com/embed.php?flight=2368351#1313"/}} 6 - 7 - 8 - 9 - 10 - 11 11  
 
- XWiki.JavaScriptExtension[0]
 -   
- Způsob práce s cache
 -   
... ... @@ -1,1 +1,0 @@ 1 -long  - Kód
 -   
... ... @@ -1,4 +1,0 @@ 1 -function ShortenUrl(url) { 2 - const match = /^https:\/\/www.xcontest.org\/[\w\/]+:([-\w.]+\/\d\d?\.\d\d?\.\d{4}\/\d\d:\d\d)($|\?|#)/.exec(url); 3 - return match[1]; 4 -}  - Jméno
 -   
... ... @@ -1,1 +1,0 @@ 1 -js regexper  - Zpracuj obsah
 -   
... ... @@ -1,1 +1,0 @@ 1 -0  - Použij tuto příponu
 -   
... ... @@ -1,1 +1,0 @@ 1 -onDemand  
 - XWiki.WikiMacroClass[0]
 -   
- Macro code
 -   
... ... @@ -2,9 +2,7 @@ 2 2 #set($url = $xcontext.macro.params.get('url')) 3 3 #set($width = $xcontext.macro.params.get('width')) 4 4 #set($height = $xcontext.macro.params.get('height')) 5 -#set($flight = $xcontext.macro.params.get('flight')) 6 -#set ($discard = $xwiki.jsx.use('BackEnd.Macro - xcvid')) 7 7 {{html}} 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>6 +<iframe src="$!{escapetool.xml($url)}" id="xcvid" width="$!{escapetool.html($width)}" height="$!{escapetool.xml($height)}">$xcontext.macro.content</iframe> 9 9 {{/html}} 10 10 {{/velocity}}