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

Version 33.1 by Ecaterina Valica on 2013/07/29 14:30

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
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:HomeMenuSubWiki.png
89 image:HomeMenuMain.png
90 image:MenuPortalCurrent.png
91 image:WorkspacesDirectoryCurrent.png
92 {{/gallery}}
93 )))
94
95
96 (% class="clearfloats" %)
97 (((
98 )))
99
100
101 ==== Wiki Menu ====
102
103 (% class="left column50 dashboardleft" %)
104 (((
105 * 'Wiki' entries
106 ** 'Watch Wiki'
107 ** 'Administer Wiki'
108 ** __ _ __
109 ** 'Delete'
110
111 )))
112
113 (% class="dashboardright right column50" %)
114 (((
115 {{gallery}}
116 image:WikiMenuSubWiki.png
117 image:MenuWorkspaceCurrent.png
118 {{/gallery}}
119 )))
120
121
122 (% class="clearfloats" %)
123 (((
124 )))
125
126
127 ==== Space Menu ====
128
129 (% class="left column50 dashboardleft" %)
130 (((
131 * 'Space' entries
132 ** 'Watch Space'
133 ** 'Administer Space'
134 ** __ _ __
135 ** 'Space Index'
136 *** Document index at Space level
137 ** __ _ __
138 ** 'Delete'
139 *** and other space actions that will be implemented
140 )))
141
142 (% class="dashboardright right column50" %)
143 (((
144 {{gallery}}
145 image:SpaceMenuSubWiki.png
146 image:MenuSpaceCurrent.png
147 {{/gallery}}
148 )))
149
150
151 (% class="clearfloats" %)
152 (((
153 )))
154
155
156 ==== Page Menu ====
157
158 (% class="left column50 dashboardleft" %)
159 (((
160 * 'Page' entries
161 ** 'Watch Page'
162 ** 'Administer Page'
163 *** New administration section for pages that will contain Rights + display options for page level (like show comments, etc.)
164 ** __ _ __
165 ** 'Copy'
166 ** 'Rename'
167 ** 'Delete'
168 )))
169
170 (% class="dashboardright right column50" %)
171 (((
172 {{gallery}}
173 image:PageMenuSubWiki.png
174 image:MenuPageCurrent.png
175 {{/gallery}}
176 )))
177
178
179 (% class="clearfloats" %)
180 (((
181 )))