Changes for page User Directory

Last modified by Ecaterina Valica on 2016/11/17 15:21

From version 4.1
edited by Guillaume Lerouge
on 2010/03/12 16:22
Change comment: There is no comment for this version
To version 1.1
edited by JeromeVelociter
on 2010/03/02 08:45
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,0 @@
1 -User Directory
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.GuillaumeLerouge
1 +xwiki:XWiki.JeromeVelociter
Content
... ... @@ -1,5 +1,4 @@
1 1  {{velocity}}
2 -#set($blacklistedspaces = [])
3 3  #set($collist = ["_avatar", "first_name","last_name", "doc.creationDate"])
4 4  #set($colprops = {
5 5   "_avatar" : { "type" : "text" , "size" : 30, "link" : "view"},
... ... @@ -7,10 +7,25 @@
7 7   "last_name" : { "type" : "text", "link" : "view"},
8 8   "doc.creationDate" : { "type" : "text", "link" : "none"}
9 9   })
10 -#set($options = { "className" : "XWiki.XWikiUsers",
9 +#set($options = { "translationPrefix" : "xe.index.",
11 11   "rowCount": 15,
12 12   "description": "This table lists all the documents found on this wiki. The columns can be sorted and some can be filtered." })
13 13  #livetable("alldocs" $collist $colprops $options)
14 14  {{/velocity}}
15 15  
15 +{{velocity}}
16 +#set($collist = ["_avatar", "first_name","last_name", "doc.creationDate"])
17 +#set($colprops = {
18 + "_avatar" : { "type" : "text" , "size" : 30, "link" : "view"},
19 + "first_name" : { "type" : "text", "link" : "view"},
20 + "last_name" : { "type" : "text", "link" : "view"},
21 + "doc.creationDate" : { "type" : "text", "link" : "none"}
22 + })
23 +#set($options = { "translationPrefix" : "xe.index.",
24 + "rowCount": 15,
25 + "description": "This table lists all the documents found on this wiki. The columns can be sorted and some can be filtered." })
26 +#livetable("alldocs" $collist $colprops $options)
27 +{{/velocity}}
16 16  
29 +
30 +