Změny dokumentu XCVID
                  Naposledy upravil David Brazda 08.04.2021 16:25
              
      
      Popis verze:
              Update document after refactoring.
          
   Přehled
- 
          Na stránce změněno: (1 změněno, 0 přidáno, 0 odstraněno)
- 
          Objects (1 změněno, 0 přidáno, 0 odstraněno)
Rozpis
- Na stránce změněno:
- 
      - Obsah
-   ... ... @@ -6,5 +6,6 @@ 6 6 7 7 {{xcvid url="https://www.xcontest.org/cesko/prelety/detail:davidbrazda/29.1.2021/16:27" time="40"/}} 8 8 9 +**Dodělat:** 9 9 10 - 11 +- kameru - alespoň možnost odzoomovat si (standard, wide, superwide) 
 
- XWiki.WikiMacroClass[0]
-   - Macro code
-   ... ... @@ -14,9 +14,11 @@ 14 14 ##$url.substring($regexResult.get(1).start,$regexResult.get(1).end) 15 15 Neplatný odkaz na tracklog. Např. https://www.xcontest.org/cesko/prelety/detail:davidbrazda/29.1.2021/16:27 16 16 #else 17 - #set ($src = "https://xcvid.com/embed.php?ident=" + $url.substring($regexResult.get(1).start,$regexResult.get(1).end) + "#" + $time) 18 - <div class="xdocLastModification">Interaktivní 3D pohled. <a href="$url" title="Let na xcontestu">XContest</a></div> 17 + #set ($suffix = "?ident=" + $url.substring($regexResult.get(1).start,$regexResult.get(1).end) + "#" + $time) 18 + #set ($src = "https://xcvid.com/embed.php" + $suffix) 19 + <div class="xdocLastModification">Interaktivní 3D pohled.</div> 19 19 <iframe src="$src" id="xcvid" width="$!{escapetool.html($width)}" height="$!{escapetool.xml($height)}"><a href="$src">XCVID let</a></iframe> 21 + <div class="xdocLastModification"><a href="https://xcvid.com/" title="Let na xcvidu">XCvid</a>  <a href="$url" title="Let na xcontestu">XContest</a></div> 20 20 #end 21 21 {{/html}} 22 22 {{/velocity}}