Changes for page Card Navigation

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

From version 14.48
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,15 +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 -
17 -
18 18  #foreach($entry in $entries.split('\n'))
19 19   #set($card = $entry.split('\|'))
20 20   #if (false)
... ... @@ -32,10 +32,9 @@
32 32   </div>
33 33   </a>
34 34   #end
35 -
36 36   $card[0],$card[1],$card[2]
37 37  #end
38 -## </div>
32 + </div>
39 39  {{/html}}
40 40  
41 41  ----