Změny dokumentu XCVID
                  Naposledy upravil David Brazda 08.04.2021 16:25
              
      
      Popis verze:
              Návrat k verzi 42.13
          
   Přehled
- 
          Na stránce změněno: (1 změněno, 0 přidáno, 0 odstraněno)
 - 
          Objects (1 změněno, 1 přidáno, 0 odstraněno)
 
Rozpis
- Na stránce změněno:
 - 
      
- Obsah
 -   
... ... @@ -4,7 +4,7 @@ 4 4 5 5 ~{~{xcvid url="https:~/~/www.xcontest.org/cesko/prelety/detail:davidbrazda/29.1.2021/16:27"/}} 6 6 7 -{{xcvid url="https://www.xcontest.org/cesko/prelety/detail:davidbrazda/29.1.2021/16:27" time="40"/}} 7 +{{xcvid url="https://www.xcontest.org/cesko/prelety/detail:davidbrazda/29.1.2021/16:27" time="40" shadow="0"/}} 8 8 9 9 **Dodělat:** 10 10  
 
- XWiki.WikiMacroClass[0]
 -   
- Macro code
 -   
... ... @@ -3,6 +3,15 @@ 3 3 #set($flight = $xcontext.macro.params.get('flight')) 4 4 #set($time = $xcontext.macro.params.get('time')) 5 5 #set($shadow = $xcontext.macro.params.get('shadow')) 6 +#set($zoom = $xcontext.macro.params.get('zoom')) 7 +#if ($zoom == "1") 8 + #set($zoomSuffix = "&viewFrom=1200,-200,100") 9 +#else 10 + #set($zoomSuffix = "") 11 +#end 12 +#if ($shadow == 0) 13 + #set($shadow = "") 14 +#end 6 6 ##find just the right part from the xcontest 7 7 #set ($regexResult = $regextool.find($url, '^https:\/\/www.xcontest.org\/[\w\/]+:([-\w.]+\/\d\d?\.\d\d?\.\d{4}\/\d\d:\d\d)($|\?|#)')) 8 8 {{html}} ... ... @@ -13,10 +13,10 @@ 13 13 ##$url.substring($regexResult.get(1).start,$regexResult.get(1).end) 14 14 Neplatný odkaz na tracklog. Např. https://www.xcontest.org/cesko/prelety/detail:davidbrazda/29.1.2021/16:27 15 15 #else 16 - #set ($suffix = "?ident=" + $url.substring($regexResult.get(1).start,$regexResult.get(1).end) + "&shadow=" + $shadow + "#" + $time) 25 + #set ($suffix = "?ident=" + $url.substring($regexResult.get(1).start,$regexResult.get(1).end) + "&shadow=" + $shadow + $zoomSuffix + "#" + $time) 17 17 #set ($src = "https://xcvid.com/embed.php" + $suffix) 18 18 <div class="xdocLastModification">Interaktivní 3D pohled.</div> 19 - <iframe src="$src" id="xcvid" class="responsive-embed" allowfullscreen><a href="$src">XCVID let</a></iframe> 28 + <iframe src="$src" id="xcvid" class="responsive-embed" allowfullscreen><a href="$src$suffix">XCVID let</a></iframe> 20 20 <!-- <div class="xdocLastModification"><a href="$url" title="Let na xcontestu">XContest</a></div> --> 21 21 #end 22 22 {{/html}}  
 - XWiki.WikiMacroParameterClass[3]
 -   
- Parameter description
 -   
... ... @@ -1,0 +1,1 @@ 1 +Širší zoom kamery (hodnoty: 1 ) - jinak nechat prázdné  - Parameter mandatory
 -   
... ... @@ -1,0 +1,1 @@ 1 +Ne  - Parameter name
 -   
... ... @@ -1,0 +1,1 @@ 1 +zoom