Code source wiki de Téléphonie.Asterisk.AsteriskLdap
Version 1.1 par cg le 2011/09/20 08:41
Afficher les derniers auteurs
author | version | line-number | content |
---|---|---|---|
1 | === Index des Documents Liés === | ||
2 | |||
3 | {{velocity}}#set($collist = ["doc.name","doc.date", "doc.author", "_actions"]) | ||
4 | #set($colprops = { | ||
5 | "doc.name" : { "type" : "text" , "size" : 30, "link" : "view"}, | ||
6 | "doc.date" : { "type" : "date" }, | ||
7 | "doc.author" : { "type" : "text", "link" : "author"}, | ||
8 | "_actions" : {"actions": ["copy","delete","rename","rights"]} | ||
9 | }) | ||
10 | #set($options = { "translationPrefix" : "xe.index.", | ||
11 | "rowCount": 15, | ||
12 | "extraParams" : "&space=T%E9l%E9phonie.Asterisk.AsteriskLdap" }) | ||
13 | #livetable("spaceindex" $collist $colprops $options){{/velocity}} |