Wiki source code of Home Menu (Portal v2.0)

Version 26.3 by Ecaterina Valica on 2013/07/29 14:18

Show last authors
1 {{velocity}}
2 $xwiki.ssx.use("Improvements.WebHome")
3 $xwiki.ssx.use("Standards.WebHome")
4 $xwiki.ssx.use("Improvements.DocumentationFlavor")
5 {{/velocity}}
6
7 == Community Feedback ==
8
9 {{info}}
10 [Proposal][UX] (, 2013)
11 {{/info}}
12
13
14 (% class="left column50 dashboardleft" %)
15 (((
16 == Proposal ==
17
18 {{toc start="3"/}}
19 )))
20
21 (% class="dashboardright right column50" %)
22 (((
23 == Related Work ==
24
25 {{warning}}
26 [[Portal Menu>>Improvements.PortalMenu]]
27 {{/warning}}
28 )))
29
30 (% class="clearfloats" %)
31 (((
32
33 )))
34
35 === Global Menu ===
36
37 ==== Add Menu ====
38
39 (% class="left column50 dashboardleft" %)
40 (((
41 * 'Add Menu' entries
42 ** 'Wiki'
43 ** 'Space'
44 ** 'Page'
45 ** __ _ __
46 ** 'Application'
47
48 )))
49
50 (% class="dashboardright right column50" %)
51 (((
52 {{gallery}}
53 image:MenuAddMain.png
54 image:MenuAddSubWiki.png
55 image:MenuAddCurrent.png
56 {{/gallery}}
57 )))
58
59
60 (% class="clearfloats" %)
61 (((
62 )))
63
64
65 ==== Home Menu ====
66
67 (% class="left column50 dashboardleft" %)
68 (((
69 * Home = Main Wiki
70 ** is the place that manages all the sub-wikis
71 ** will be marked in breadcrumbs and global menu with a "Home" icon
72 ** the name can be computed from the xwiki:Main.WebHome title and replaced by user with something else like 'Intranet', etc.
73
74 * 'Home' entries
75 ** 'Administration'
76 ** __ _ __
77 ** 'Wikis Index'
78 ** 'Documents Index'
79 ** 'Users Index'
80 ** 'Applications Index'
81
82
83 )))
84
85 (% class="dashboardright right column50" %)
86 (((
87 {{gallery}}
88 image:MenuPortal.png
89 image:MenuPortalCurrent.png
90 image:WorkspacesDirectoryCurrent.png
91 .png
92 {{/gallery}}
93 )))
94
95
96 (% class="clearfloats" %)
97 (((
98 )))
99
100
101 ==== Workspace/Wiki Menu ====
102
103 (% class="left column50 dashboardleft" %)
104 (((
105 * 'Workspace'/'Wiki' entries
106 ** 'Watch Workspace'/'Wiki'
107 ** 'Administer Workspace'/'Wiki'
108 ** __ _ __
109 ** 'Workspace Index'/'Wiki'
110 *** Document Index at Workspace/Wiki level
111 ** 'Applications Index'
112 *** A livetable with all applications installed in the Workspace, easily filtrable
113 ** __ _ __
114 ** 'Delete'
115
116 {{warning}}
117 Not sure if we should enforce this naming separation between wikis and workspaces. 'Workspace' is a long name and I would prefer to have only 'Wiki'.
118 {{/warning}}
119
120 )))
121
122 (% class="dashboardright right column50" %)
123 (((
124 {{gallery}}
125 image:MenuWorkspace.png
126 image:MenuWorkspaceCurrent.png
127 {{/gallery}}
128 )))
129
130
131 (% class="clearfloats" %)
132 (((
133 )))
134
135
136 ==== Space Menu ====
137
138 (% class="left column50 dashboardleft" %)
139 (((
140 * 'Space' entries
141 ** 'Watch Space'
142 ** 'Administer Space'
143 ** __ _ __
144 ** 'Space Index'
145 *** Document index at Space level
146 ** __ _ __
147 ** 'Delete'
148 *** and other space actions that will be implemented
149 )))
150
151 (% class="dashboardright right column50" %)
152 (((
153 {{gallery}}
154 image:MenuSpace.png
155 image:MenuSpaceCurrent.png
156 {{/gallery}}
157 )))
158
159
160 (% class="clearfloats" %)
161 (((
162 )))
163
164
165 ==== Page Menu ====
166
167 (% class="left column50 dashboardleft" %)
168 (((
169 * 'Page' entries
170 ** 'Watch Page'
171 ** 'Administer Page'
172 *** New administration section for pages that will contain Rights + display options for page level (like show comments, etc.)
173 ** __ _ __
174 ** 'Copy'
175 ** 'Rename'
176 ** 'Delete'
177 )))
178
179 (% class="dashboardright right column50" %)
180 (((
181 {{gallery}}
182 image:MenuPage.png
183 image:MenuPageCurrent.png
184 {{/gallery}}
185 )))
186
187
188 (% class="clearfloats" %)
189 (((
190 )))