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 (2 změněno, 0 přidáno, 0 odstraněno)
Rozpis
- Na stránce změněno:
-
- Obsah
-
... ... @@ -7,4 +7,3 @@ 7 7 8 8 9 9 10 -
- XWiki.JavaScriptExtension[0]
-
- Použij tuto příponu
-
... ... @@ -1,1 +1,1 @@ 1 - onDemand1 +currentPage
- XWiki.WikiMacroClass[0]
-
- Macro code
-
... ... @@ -3,15 +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 .WebHome'))6 +#set ($discard = $xwiki.jsx.use('BackEnd.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 -#set( $ regexResult= $regextool.find($url, "/^https:\/\/www.xcontest.org\/[\w\/]+:([-\w.]+\/\d\d?\.\d\d?\.\d{4}\/\d\d:\d\d)($|\?|#)/")8 +##set( $xcvidurl = $regextool.find($url, "(?=http*).*\/(.*)|(.*?)\/") ) 9 9 {{html}} 10 - $regexResult 11 - $regexResult.get(1).group 12 - $regexResult.get(0).end 13 - $regexResult.get(0).start 14 - $regexResult.get(0).group 15 15 <iframe onLoad="this.onload=null; this.src=getAddress('$url');" id="xcvid" width="$!{escapetool.html($width)}" height="$!{escapetool.xml($height)}">$xcontext.macro.content</iframe> 16 16 {{/html}} 17 17 {{/velocity}}