Changes for page Card Navigation

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

From version 14.49
edited by calvin_henderson
on 2024/12/18 13:22
Change comment: There is no comment for this version
To version 14.44
edited by calvin_henderson
on 2024/12/18 13:20
Change comment: There is no comment for this version

Summary

Details

XWiki.WikiMacroClass[0]
code
... ... @@ -5,10 +5,6 @@
5 5  #if("$xcontext.action" != "edit")
6 6  
7 7  
8 -$entries
9 -
10 -
11 -
12 12  {{html wiki="true"}}
13 13  #if (false)
14 14   <div style="display: grid;
... ... @@ -16,7 +16,6 @@
16 16   gap: 10px;
17 17   ">
18 18  #end
19 -
20 20  #foreach($entry in $entries.split('\n'))
21 21   #set($card = $entry.split('\|'))
22 22   #if (false)
... ... @@ -35,7 +35,7 @@
35 35   </a>
36 36   #end
37 37  
38 - $card[0],$card[1],$card[2]
33 + $card[0],$card[1],$card[2]&nbsp;&nbsp;
39 39  #end
40 40  ## </div>
41 41  {{/html}}