Z verze
změnil(a) David Brazda
k 01.02.2021 15:22
Na verzi < 37.1 >
změnil(a) David Brazda
k 01.02.2021 15:46
< >
Popis verze: Update document after refactoring.

Přehled

Rozpis

Na stránce změněno:
Obsah
... ... @@ -2,9 +2,6 @@
2 2  
3 3  ~{~{xcvid url="https:~/~/xcvid.com/embed.php?flight=2368351#1313"/}}
4 4  
5 -{{xcvid url="https://www.xcontest.org/cesko/prelety/detail:davidbrazda/29.1.2021/16:27"/}}
5 +{{xcvid url="https://www.xcontest.org/cesko/prelety/detail:davidbrazda/29.1.2021/16:27" time="40"/}}
6 6  
7 7  
8 -
9 -
10 -
XWiki.JavaScriptExtension[0]
Způsob práce s cache
... ... @@ -1,1 +1,0 @@
1 -default
Kód
... ... @@ -1,4 +1,0 @@
1 -function getAddress(url) {
2 - const match = /^https:\/\/www.xcontest.org\/[\w\/]+:([-\w.]+\/\d\d?\.\d\d?\.\d{4}\/\d\d:\d\d)($|\?|#)/.exec(url);
3 - return 'https://xcvid.com/embed.php?ident=' + match[1] + '#0';
4 -}
Jméno
... ... @@ -1,1 +1,0 @@
1 -jsext
Zpracuj obsah
... ... @@ -1,1 +1,0 @@
1 -0
Použij tuto příponu
... ... @@ -1,1 +1,0 @@
1 -onDemand
XWiki.WikiMacroClass[0]
Macro code
... ... @@ -3,14 +3,17 @@
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'))
7 -#set ($regexResult = $regextool.find($url, '/^https:\/\/www.xcontest.org\/[\w\/]+:([-\w.]+\/\d\d?\.\d\d?\.\d{4}\/\d\d:\d\d)($|\?|#)/'))
6 +#set($time = $xcontext.macro.params.get('time'))
7 +##find just the right part from the xcontest
8 +#set ($regexResult = $regextool.find($url, '^https:\/\/www.xcontest.org\/[\w\/]+:([-\w.]+\/\d\d?\.\d\d?\.\d{4}\/\d\d:\d\d)($|\?|#)'))
8 8  {{html}}
10 +#if (!$regexResult.isEmpty())
9 9   $regexResult
10 - $regexResult.get(1).group
11 - $regexResult.get(0).end
12 - $regexResult.get(0).start
13 - $regexResult.get(0).group
14 - <iframe onLoad="this.onload=null; this.src=getAddress('$url');" id="xcvid" width="$!{escapetool.html($width)}" height="$!{escapetool.xml($height)}">$xcontext.macro.content</iframe>
12 + $regexResult.get(1).end
13 + $regexResult.get(1).start
14 + ##$url.substring($regexResult.get(1).start,$regexResult.get(1).end)
15 + #set ($src = "https://xcvid.com/embed.php?ident=" + $url.substring($regexResult.get(1).start,$regexResult.get(1).end) + "#" + $time)
16 +#end
17 + <iframe src="$src" id="xcvid" width="$!{escapetool.html($width)}" height="$!{escapetool.xml($height)}"><a href="$src">XCVID let</a></iframe>
15 15  {{/html}}
16 16  {{/velocity}}
Macro visibility
... ... @@ -1,1 +1,1 @@
1 -Current Wiki
1 +Global
XWiki.WikiMacroParameterClass[3]
Parameter default value
... ... @@ -1,0 +1,1 @@
1 +0
Parameter description
... ... @@ -1,0 +1,1 @@
1 +časové značka, kde bude padáček a focus. Číslo.
Parameter mandatory
... ... @@ -1,0 +1,1 @@
1 +Ne
Parameter name
... ... @@ -1,0 +1,1 @@
1 +time