Last modified by Vincent Massol on 2024/11/19 16:12

Show last authors
1 {{velocity output="false"}}
2 $xwiki.ssx.use('Improvements.ApplicationWithinMinutesEditorI2')##
3 $xwiki.jsx.use('Improvements.ApplicationWithinMinutesEditorI2')##
4 #includeForm('Improvements.ApplicationWithinMinutesEditorI2') ##
5 $xwiki.ssx.use('XWiki.WysiwygEditorConfigSheet') ##
6 {{/velocity}}
7
8 {{velocity}}
9 {{html wiki="true"}}
10 <div id="editor">
11 #appHeader('3')
12 <div class="editor-body expandedHelp collapsedNavigation">
13 <div class="editor-content">
14 <div class="xform">
15 <dl>
16 <dt>
17 <label>List entries on the homepage?</label>
18 <span class="xHint">application entries will be displayed in a livetable so they can be filtered and managed</span>
19 </dt>
20 <dd>
21 <div><label><input type="radio" value="1" name="activateTable" checked="checked">Yes</label></div>
22 <div><label><input type="radio" value="0" name="activateTable">No</label></div>
23 </dd>
24
25 <dt>
26 <label>Entries livetable fields</label>
27 <span class="xHint">Select the fields you would like to display on the homepage for the application entries</span>
28 </dt>
29 <dd>
30 <div class="hSortableWrapper">
31 <div><input type="text" class="withTip blurred" value="Add field ..."><input type="image" alt="Add" src="/xwiki/resources/icons/silk/add.gif" title="Add" class="icon"></div>
32 <ul class="hSortable" id="anonymous_element_1">
33 <li><span title="Drag and drop to change the order" class="value">Page</span><span class="separator">[</span><span class="delete" title="Delete">X</span><span class="separator">]</span></li>
34 <li><span title="Drag and drop to change the order" class="value">Date</span><span class="separator">[</span><span class="delete" title="Delete">X</span><span class="separator">]</span></li>
35 <li><span title="Drag and drop to change the order" class="value">Last Author</span><span class="separator">[</span><span class="delete" title="Delete">X</span><span class="separator">]</span></li>
36 <li><span title="Drag and drop to change the order" class="value">Actions</span><span class="separator">[</span><span class="delete" title="Delete">X</span><span class="separator">]</span></li>
37 </ul>
38 </div>
39 </dd>
40
41 <dt>
42 <label>Entries livetable options</label>
43 <span class="xHint">Enable or disable some optional features for the entries livetable</span>
44 </dt>
45 <dd>
46 <div><label><input type="checkbox" value="1" name="activateTable">Enable Excel export on livetable</label></div>
47 <div><label><input type="checkbox" value="1" name="activateTable">Hide edit buttons on the homepage</label></div>
48 </dd>
49 </dl>
50 </div>
51 #footerStructure('3')
52 </div>
53 <div class="editor-help">
54 <div class="examples">
55 <div class="controls">
56 <div class="left first"></div>
57 <div class="right" title="Next tip"></div>
58 </div>
59 <p><strong>Tips</strong>
60 You can change the columns the livetable will display on the application homepage.</p>
61 <p>The autouggest will guide you through the selection process. You can also display any XWiki [[standard columns>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Livetable+Macro]], like:</p>
62 <dl>
63 <dt>Page</dt>
64 <dd>the name of the page that contains an application entry </dd>
65 <dt>Date</dt>
66 <dd>the date at which the entry has been last modified</dd>
67 <dt>Last Author</dt>
68 <dd>the username of the last author of the document</dd>
69 <dt>Actions</dt>
70 <dd>a list of actions that can be performed on the matched entries</dd>
71 </dl>
72 </div>
73 </div>
74 <div class="clearfloats"></div>
75 </div>
76 <div class="clearfloats"></div>
77 </div>
78 <div class="clearfloats"></div>
79 {{/html}}
80 {{/velocity}}

Get Connected