Z verze
změnil(a) David Brazda
k 01.02.2021 14:59
Na verzi < 31.5 >
změnil(a) David Brazda
k 01.02.2021 15:23
< >
Popis verze: Update document after refactoring.

Přehled

Rozpis

XWiki.WikiMacroClass[0]
Macro code
... ... @@ -4,9 +4,15 @@
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.XCVID.WebHome'))
7 -##set( $xcvidurl = $url.replaceAll('/^https:\/\/www.xcontest.org\/[\w\/]+:([-\w.]+\/\d\d?\.\d\d?\.\d{4}\/\d\d:\d\d)($|\?|#)/', '$2') )
8 -##set( $xcvidurl = $regextool.find($url, "(?=http*).*\/(.*)|(.*?)\/") )
7 +#set ($regexResult = $regextool.find($url, '/^https:\/\/www.xcontest.org\/[\w\/]+:([-\w.]+\/\d\d?\.\d\d?\.\d{4}\/\d\d:\d\d)($|\?|#)/'))
9 9  {{html}}
9 +#if (!$regexResult.isEmpty())
10 + $regexResult
11 + $regexResult.get(1).group
12 + $regexResult.get(0).end
13 + $regexResult.get(0).start
14 + $regexResult.get(0).group
15 +#end
10 10   <iframe onLoad="this.onload=null; this.src=getAddress('$url');" id="xcvid" width="$!{escapetool.html($width)}" height="$!{escapetool.xml($height)}">$xcontext.macro.content</iframe>
11 11  {{/html}}
12 12  {{/velocity}}