Changes for page Books
Last modified by Jip-jan Alunkel on November 23, 10:59
From version 8.21
edited by Jip-jan Alunkel
on April 11, 19:42
on April 11, 19:42
Change comment:
Updated class property
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,16 +1,38 @@ 1 +{{include reference="assets.formMaker.macros" /}} 2 + 1 1 {{velocity}} 2 2 #set($discard = $services.localization.use('document', 'cases.Code.translations')) 3 3 #set($discard = $services.localization.use('document', 'assets.formMaker.translations')) 4 4 #set($discard = $xwiki.ssx.use('assets.formMaker.WebHome')) 5 5 #set($discard = $xwiki.jsx.use('assets.formMaker.WebHome', {'minify' : false})) 6 -{{/velocity}} 7 7 9 +{{html wiki="true" clean="false"}} 10 +<p> 8 8 All about books 12 +</p> 13 +<h2 class="livetable">Overview of all books</h2> 14 +<div id="livetable"> 9 9 10 -{{include reference="assets.formMaker.macros" /}} 16 +#set ($columns = ["doc.title", "author", "doc.space"]) 17 +#set ($columnsProperties = { 18 + "doc.title": {"type": "text", "filterable" : true, "sortable": true, "link": "view"}, 19 + "remedy" : {"type": "text", "filterable" : true, "sortable": true, "size" : 4}, 20 + "doc.space" : {"type": "text", "filterable" : true, "sortable": true, "size" : 4, "link": "space"} 21 +}) 22 +#set ($options = { 23 + "className" : "books.WebHome", 24 + "translationPrefix" : "books.livetable.", 25 + "queryFilters" : "currentlanguage", 26 + "rowCount": 10 27 +}) 28 +#livetable("books" $columns $columnsProperties $options) 11 11 12 -{{velocity}} 13 -{{html}} 30 +</div> 31 +<h3>Add a book to this wiki</h3> 32 +<p> 33 + Do you know of any books that can be of value to people who would like to learn more about homeopathy? 34 + Please feel free to share these books with our readers. However, to make sure your case is correctly filed in this wiki it is necessary that you answer a few simple questions about the case. 35 +</p> 14 14 15 15 #createFormStart("homeoworld_form" "book") 16 16