Wiki source code of HomeCustomReport

Last modified by Vincent Massol on 2021/04/06

Show last authors
1 {{velocity}}
2 #set ($topSpace = $doc.documentReference.extractFirstReference('SPACE').getName())
3 $!xwiki.jsx.use("${topSpace}.Code.HomeCustomReport")
4 {{html clean="false"}}
5 <form action="$xwiki.getURL("${topSpace}.Code.Report")">
6 <input type="hidden" name="action" value="report"/>
7 <select name="displayer">
8 <option value="grid">Grid</option>
9 <option value="flow">Flow</option>
10 <option value="simple">Simple</option>
11 <option value="list">List</option>
12 </select>
13 <input id="report-product" type="text" name="products" value="Products..." size="30" class="withTip"/>
14 <input id="report-version" type="text" name="versions" value="Versions..." size="30" class="withTip"/>
15 <input id="report-category" type="text" name="categories" value="Categories..." size="30" class="withTip"/>
16 <input id="report-audience" type="text" name="audience" value="Audience..." size="30" class="withTip"/>
17 <input id="report-importance" type="text" name="importance" value="Importance..." size="30" class="withTip"/>
18 <br/>
19 <input type="radio" name="containsScreenshots" value="true"> With Screenshots
20 <input type="radio" name="containsScreenshots" value="false"> Without Screenshots
21 <br/>
22 <span class="buttonwrapper">
23 <input class="button" type="submit" value="Generate Report"/>
24 </span>
25 </form>
26 {{/html}}
27 {{/velocity}}

Get Connected