Changes for page ReferenceDocuments

Last modified by John Stroy on 2012/09/29 05:00

From version 1.1 Icon
edited by John Stroy
on 2012/06/03 01:04
Change comment: There is no comment for this version
To version Icon 2.1 Icon
edited by John Stroy
on 2012/06/10 10:39
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -1,1 +1,17 @@
1 1  This namespace is used to stash reference documents. These documents include API documentation, both English and Japanese.
2 +
3 +{{velocity}}
4 +#set($space="ReferenceDocuments")
5 +$msg.get('xe.space.index.description', [$space])
6 +#set($collist = ["doc.name","doc.date", "doc.author", "_actions"])
7 +#set($colprops = {
8 + "doc.name" : { "type" : "text" , "size" : 30, "link" : "view"},
9 + "doc.date" : { "type" : "date" },
10 + "doc.author" : { "type" : "text", "link" : "author"},
11 + "_actions" : {"actions": ["copy","delete","rename","rights"]}
12 + })
13 +#set($options = { "translationPrefix" : "xe.index.",
14 + "rowCount": 15,
15 + "extraParams" : "&space=$escapetool.url($space)" })
16 +#livetable("spaceindex" $collist $colprops $options)
17 +{{/velocity}}