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

Version 34.4 by Ecaterina Valica on 2013/07/29 14:32

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' entries
42 ** 'Wiki'
43 ** 'Space'
44 ** 'Page'
45 ** __ _ __
46 ** 'Application'
47 )))
48
49 (% class="dashboardright right column50" %)
50 (((
51 {{gallery}}
52 image:MenuAddMain.png
53 image:MenuAddSubWiki.png
54 image:MenuAddCurrent.png
55 {{/gallery}}
56 )))
57
58
59 (% class="clearfloats" %)
60 (((
61
62 )))
63
64
65 ==== Home Menu ====
66
67 (% class="left column50 dashboardleft" %)
68 (((
69 * Home = Main Wiki
70 ** will be marked in breadcrumbs and global menu with a "Home" icon
71 ** the name can be computed from the xwiki:Main.WebHome title and replaced by user with something else like 'Intranet', etc.
72
73 * 'Home' entries
74 (((
75 |* 'Administration'
76 * __ _ __
77 * 'Wikis Index'
78 * 'Documents Index'
79 * 'Users Index'
80 * 'Applications Index' | * 'Administration'
81 * __ _ __
82 * 'Wikis Index'
83 * 'Documents Index'
84 * 'Users Index'
85 * 'Applications Index'
86 )))
87 )))
88
89 (% class="dashboardright right column50" %)
90 (((
91 {{gallery}}
92 image:HomeMenuSubWiki.png
93 image:HomeMenuMain.png
94 image:MenuPortalCurrent.png
95 image:WorkspacesDirectoryCurrent.png
96 {{/gallery}}
97 )))
98
99
100 (% class="clearfloats" %)
101 (((
102
103 )))
104
105
106 ==== Wiki Menu ====
107
108 (% class="left column50 dashboardleft" %)
109 (((
110 * 'Wiki' entries
111 ** 'Watch Wiki'
112 ** 'Administer Wiki'
113 ** __ _ __
114 ** 'Delete'
115 )))
116
117 (% class="dashboardright right column50" %)
118 (((
119 {{gallery}}
120 image:WikiMenuSubWiki.png
121 image:MenuWorkspaceCurrent.png
122 {{/gallery}}
123 )))
124
125
126 (% class="clearfloats" %)
127 (((
128
129 )))
130
131
132 ==== Space Menu ====
133
134 (% class="left column50 dashboardleft" %)
135 (((
136 * 'Space' entries
137 ** 'Watch Space'
138 ** 'Administer Space'
139 ** __ _ __
140 ** 'Space Index'
141 *** Document index at Space level
142 ** __ _ __
143 ** 'Delete'
144 *** and other space actions that will be implemented
145 )))
146
147 (% class="dashboardright right column50" %)
148 (((
149 {{gallery}}
150 image:SpaceMenuSubWiki.png
151 image:MenuSpaceCurrent.png
152 {{/gallery}}
153 )))
154
155
156 (% class="clearfloats" %)
157 (((
158
159 )))
160
161
162 ==== Page Menu ====
163
164 (% class="left column50 dashboardleft" %)
165 (((
166 * 'Page' entries
167 ** 'Watch Page'
168 ** 'Administer Page'
169 *** New administration section for pages that will contain Rights + display options for page level (like show comments, etc.)
170 ** __ _ __
171 ** 'Copy'
172 ** 'Rename'
173 ** 'Delete'
174 )))
175
176 (% class="dashboardright right column50" %)
177 (((
178 {{gallery}}
179 image:PageMenuSubWiki.png
180 image:MenuPageCurrent.png
181 {{/gallery}}
182 )))
183
184
185 (% class="clearfloats" %)
186 (((
187
188 )))