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, 0 přidáno, 0 odstraněno)
Rozpis
- Na stránce změněno:
-
- Nadpis
-
... ... @@ -1,1 +1,1 @@ 1 - XCVID1 +Macro-xcvid
- XWiki.WikiMacroClass[0]
-
- Macro code
-
... ... @@ -3,10 +3,10 @@ 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 ($discard = $xwiki.jsx.use('BackEnd. XCVID'))6 +#set ($discard = $xwiki.jsx.use('BackEnd.Macro-xcvid')) 7 7 ##set( $xcvidurl = $url.replaceAll('/^https:\/\/www.xcontest.org\/[\w\/]+:([-\w.]+\/\d\d?\.\d\d?\.\d{4}\/\d\d:\d\d)($|\?|#)/', '$2') ) 8 8 ##set( $xcvidurl = $regextool.find($url, "(?=http*).*\/(.*)|(.*?)\/") ) 9 9 {{html}} 10 - <iframe onLoad="th is.src=getAddress('$url');" id="xcvid" width="$!{escapetool.html($width)}" height="$!{escapetool.xml($height)}">$xcontext.macro.content</iframe>10 + <iframe onLoad="var match = /^https:\/\/www.xcontest.org\/[\w\/]+:([-\w.]+\/\d\d?\.\d\d?\.\d{4}\/\d\d:\d\d)($|\?|#)/.exec(url); this.src='https://xcvid.com/embed.php?ident=' + match[1];" id="xcvid" width="$!{escapetool.html($width)}" height="$!{escapetool.xml($height)}">$xcontext.macro.content</iframe> 11 11 {{/html}} 12 12 {{/velocity}}