Změny dokumentu XCVID
                  Naposledy upravil David Brazda 08.04.2021 16:25
              
      
      Popis verze:
              Při změně verze nebyl zadán žádný kometář.
          
   Přehled
- 
          Objects (1 změněno, 0 přidáno, 0 odstraněno)
 
Rozpis
- XWiki.WikiMacroClass[0]
 -   
- Macro code
 -   
... ... @@ -4,10 +4,10 @@ 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.Macro - xcvid')) 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 = $ url.replace('/^https:\/\/www.xcontest.org\/[\w\/]+:([-\w.]+\/\d\d?\.\d\d?\.\d{4}\/\d\d:\d\d)($|\?|#)/', '') )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.findAll($url, '/^https:\/\/www.xcontest.org\/[\w\/]+:([-\w.]+\/\d\d?\.\d\d?\.\d{4}\/\d\d:\d\d)($|\?|#)/') ) 9 9 {{html}} 10 -ff $xcvidurl 10 +ff $xcvidurl[1] 11 11 <iframe src="https://xcvid.com/embed.php?ident=vrana/31.01.2021/11:30" id="xcvid" width="$!{escapetool.html($width)}" height="$!{escapetool.xml($height)}">$xcontext.macro.content</iframe> 12 12 {{/html}} 13 13 {{/velocity}}