Z verze
změnil(a) David Brazda
k 01.02.2021 16:27
Na verzi < 51.1 >
změnil(a) David Brazda
k 15.02.2021 16:31
< >
Popis verze: Návrat k verzi 42.13

Přehled

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="1"/}}
8 8  
9 9  **Dodělat:**
10 10  
XWiki.WikiMacroClass[0]
Macro code
... ... @@ -1,9 +1,8 @@
1 1  {{velocity}}
2 2  #set($url = $xcontext.macro.params.get('url'))
3 -#set($width = $xcontext.macro.params.get('width'))
4 -#set($height = $xcontext.macro.params.get('height'))
5 5  #set($flight = $xcontext.macro.params.get('flight'))
6 6  #set($time = $xcontext.macro.params.get('time'))
5 +#set($shadow = $xcontext.macro.params.get('shadow'))
7 7  ##find just the right part from the xcontest
8 8  #set ($regexResult = $regextool.find($url, '^https:\/\/www.xcontest.org\/[\w\/]+:([-\w.]+\/\d\d?\.\d\d?\.\d{4}\/\d\d:\d\d)($|\?|#)'))
9 9  {{html}}
... ... @@ -14,11 +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 ($suffix = "?ident=" + $url.substring($regexResult.get(1).start,$regexResult.get(1).end) + "#" + $time)
16 + #set ($suffix = "?ident=" + $url.substring($regexResult.get(1).start,$regexResult.get(1).end) + "#" + $time + "&shadow=" + $shadow)
18 18   #set ($src = "https://xcvid.com/embed.php" + $suffix)
19 19   <div class="xdocLastModification">Interaktivní 3D pohled.</div>
20 - <iframe src="$src" id="xcvid" width="$!{escapetool.html($width)}" height="$!{escapetool.xml($height)}"><a href="$src">XCVID let</a></iframe>
21 - <span class="xdocLastModification"><a href="https://xcvid.com/" title="Let na xcvidu">XCvid</a><a href="$url" title="Let na xcontestu">XContest</a></span>
19 + <iframe src="$src" id="xcvid" class="responsive-embed" allowfullscreen><a href="$src">XCVID let</a></iframe>
20 + <!-- <div class="xdocLastModification"><a href="$url" title="Let na xcontestu">XContest</a></div> -->
22 22  #end
23 23  {{/html}}
24 24  {{/velocity}}
XWiki.WikiMacroParameterClass[2]
Parameter default value
... ... @@ -1,1 +1,1 @@
1 -560px
1 +1
Parameter description
... ... @@ -1,1 +1,1 @@
1 -Rozměry okna - Šířka
1 +Má být zobrazen na zemi stín tracklogu (hodnoty: 1 nebo 0) Použití: 1 - při přeletech, 0 při svahovačkách
Parameter name
... ... @@ -1,1 +1,1 @@
1 -width
1 +shadow
XWiki.WikiMacroParameterClass[3]
Parameter default value
... ... @@ -1,1 +1,0 @@
1 -315px
Parameter description
... ... @@ -1,1 +1,0 @@
1 -Rozměry okna - Výška
Parameter mandatory
... ... @@ -1,1 +1,0 @@
1 -0
Parameter name
... ... @@ -1,1 +1,0 @@
1 -height