Změny dokumentu XCVID
                  Naposledy upravil David Brazda 08.04.2021 16:25
              
      
      Popis verze:
              Update document after refactoring.
          
   Přehled
- 
          Na stránce změněno: (1 změněno, 0 přidáno, 0 odstraněno)
 - 
          Objects (1 změněno, 1 přidáno, 1 odstraněno)
 
Rozpis
- Na stránce změněno:
 - 
      
- Obsah
 -   
... ... @@ -6,3 +6,5 @@ 6 6 7 7 8 8 9 + 10 +  
 
- XWiki.WikiMacroClass[0]
 -   
- Macro code
 -   
... ... @@ -3,7 +3,6 @@ 3 3 #set($width = $xcontext.macro.params.get('width')) 4 4 #set($height = $xcontext.macro.params.get('height')) 5 5 #set($flight = $xcontext.macro.params.get('flight')) 6 -#set($time = $xcontext.macro.params.get('time')) 7 7 #set ($discard = $xwiki.jsx.use('BackEnd.XCVID.WebHome')) 8 8 #set ($regexResult = $regextool.find($url, '^https:\/\/www.xcontest.org\/[\w\/]+:([-\w.]+\/\d\d?\.\d\d?\.\d{4}\/\d\d:\d\d)($|\?|#)')) 9 9 {{html}} ... ... @@ -11,9 +11,7 @@ 11 11 $regexResult 12 12 $regexResult.get(1).end 13 13 $regexResult.get(1).start 14 - ##$url.substring($regexResult.get(1).start,$regexResult.get(1).end) 15 - #set ($src = "https://xcvid.com/embed.php?ident=" + $url.substring($regexResult.get(1).start,$regexResult.get(1).end) + "#" + $time) 16 16 #end 17 - <iframe src="$src" id="xcvid" width="$!{escapetool.html($width)}" height="$!{escapetool.xml($height)}">$xcontext.macro.content</iframe>14 + <iframe onLoad="this.onload=null;" id="xcvid" width="$!{escapetool.html($width)}" height="$!{escapetool.xml($height)}">$xcontext.macro.content</iframe> 18 18 {{/html}} 19 19 {{/velocity}}  
 - XWiki.WikiMacroParameterClass[3]
 -   
- Parameter default value
 -   
... ... @@ -1,1 +1,0 @@ 1 -0  - Parameter description
 -   
... ... @@ -1,1 +1,0 @@ 1 -časové značka, kde bude padáček a focus. Číslo.  - Parameter mandatory
 -   
... ... @@ -1,1 +1,0 @@ 1 -0  - Parameter name
 -   
... ... @@ -1,1 +1,0 @@ 1 -time  - Parameter type
 -   
... ... @@ -1,1 +1,0 @@ 1 -java.lang.number  
 - XWiki.JavaScriptExtension[0]
 -   
- Způsob práce s cache
 -   
... ... @@ -1,0 +1,1 @@ 1 +default  - Kód
 -   
... ... @@ -1,0 +1,4 @@ 1 +function getAddress(url) { 2 + const match = /^https:\/\/www.xcontest.org\/[\w\/]+:([-\w.]+\/\d\d?\.\d\d?\.\d{4}\/\d\d:\d\d)($|\?|#)/.exec(url); 3 + return 'https://xcvid.com/embed.php?ident=' + match[1] + '#0'; 4 +}  - Jméno
 -   
... ... @@ -1,0 +1,1 @@ 1 +jsext  - Zpracuj obsah
 -   
... ... @@ -1,0 +1,1 @@ 1 +Ne  - Použij tuto příponu
 -   
... ... @@ -1,0 +1,1 @@ 1 +onDemand