Z verze
změnil(a) David Brazda
k 01.02.2021 14:03
Na verzi < 14.8 >
změnil(a) David Brazda
k 01.02.2021 14:15
< >
Popis verze: Při změně verze nebyl zadán žádný kometář.

Přehled

Rozpis

XWiki.JavaScriptExtension[0]
Kód
... ... @@ -1,4 +1,4 @@
1 -function ShortenUrl(url) {
1 +function getAddress(url) {
2 2   const match = /^https:\/\/www.xcontest.org\/[\w\/]+:([-\w.]+\/\d\d?\.\d\d?\.\d{4}\/\d\d:\d\d)($|\?|#)/.exec(url);
3 - return match[1];
3 + return 'https://xcvid.com/embed.php?ident=' + match[1];
4 4  }
XWiki.WikiMacroClass[0]
Macro code
... ... @@ -5,9 +5,8 @@
5 5  #set($flight = $xcontext.macro.params.get('flight'))
6 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 -#set( $xcvidurl = $regextool.find($url, "(?=http*).*\/(.*)|(.*?)\/") )
8 +##set( $xcvidurl = $regextool.find($url, "(?=http*).*\/(.*)|(.*?)\/") )
9 9  {{html}}
10 -$xcvidurl
11 - <iframe src="https://xcvid.com/embed.php?ident=$url" id="xcvid" width="$!{escapetool.html($width)}" height="$!{escapetool.xml($height)}">$xcontext.macro.content</iframe>
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>
12 12  {{/html}}
13 13  {{/velocity}}