Z verze
změnil(a) David Brazda
k 01.02.2021 14:19
Na verzi < 19.1 >
změnil(a) David Brazda
k 01.02.2021 14:31
< >
Popis verze: Update document after refactoring.

Přehled

Rozpis

XWiki.JavaScriptExtension[0]
Použij tuto příponu
... ... @@ -1,1 +1,1 @@
1 -onDemand
1 +always
XWiki.WikiMacroClass[0]
Macro code
... ... @@ -7,6 +7,6 @@
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 src="www.pgdenik.cz" onLoad="this.src=getAddress('$url')" id="xcvid" width="$!{escapetool.html($width)}" height="$!{escapetool.xml($height)}">$xcontext.macro.content</iframe>
10 + <iframe onLoad="this.src=getAddress('$url')" id="xcvid" width="$!{escapetool.html($width)}" height="$!{escapetool.xml($height)}">$xcontext.macro.content</iframe>
11 11  {{/html}}
12 12  {{/velocity}}