Changes for page Card Navigation

Last modified by Calvin Henderson on 2025/03/11 10:29

From version 14.47
edited by calvin_henderson
on 2024/12/18 13:21
Change comment: There is no comment for this version
To version 14.39
edited by calvin_henderson
on 2024/12/18 13:17
Change comment: There is no comment for this version

Summary

Details

XWiki.WikiMacroClass[0]
code
... ... @@ -6,13 +6,10 @@
6 6  
7 7  
8 8  {{html wiki="true"}}
9 -#if (false)
10 10   <div style="display: grid;
11 11   grid-template-columns: 1fr 1fr 1fr;
12 12   gap: 10px;
13 13   ">
14 -#end
15 -$entries
16 16  #foreach($entry in $entries.split('\n'))
17 17   #set($card = $entry.split('\|'))
18 18   #if (false)
... ... @@ -30,10 +30,9 @@
30 30   </div>
31 31   </a>
32 32   #end
33 -
34 34   $card[0],$card[1],$card[2]
35 35  #end
36 -## </div>
32 + </div>
37 37  {{/html}}
38 38  
39 39  ----