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

Version 35.8 by Ecaterina Valica on 2013/07/29 14:37

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 (v1.0)>>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 (%width='100%'%)
75 |(((
76 * 'Administration'
77 * __ _ __
78 * 'Wikis Index'
79 * 'Documents Index'
80 * 'Users Index'
81 * 'Applications Index'
82 )))|(((
83 * 'Watch Home'
84 * 'Administrate Home'
85 * __ _ __
86 * 'Wikis Index'
87 * 'Documents Index'
88 * 'Users Index'
89 * 'Applications Index'
90 )))
91 )))
92 )))
93
94 (% class="dashboardright right column50" %)
95 (((
96 {{gallery}}
97 image:HomeMenuSubWiki.png
98 image:HomeMenuMain.png
99 image:MenuPortalCurrent.png
100 image:WorkspacesDirectoryCurrent.png
101 {{/gallery}}
102 )))
103
104
105 (% class="clearfloats" %)
106 (((
107
108 )))
109
110
111 ==== Wiki Menu ====
112
113 (% class="left column50 dashboardleft" %)
114 (((
115 * 'Wiki' entries
116 ** 'Watch Wiki'
117 ** 'Administer Wiki'
118 ** __ _ __
119 ** 'Delete'
120 )))
121
122 (% class="dashboardright right column50" %)
123 (((
124 {{gallery}}
125 image:WikiMenuSubWiki.png
126 image:MenuWorkspaceCurrent.png
127 {{/gallery}}
128 )))
129
130
131 (% class="clearfloats" %)
132 (((
133
134 )))
135
136
137 ==== Space Menu ====
138
139 (% class="left column50 dashboardleft" %)
140 (((
141 * 'Space' entries
142 ** 'Watch Space'
143 ** 'Administer Space'
144 ** __ _ __
145 ** 'Delete'
146 )))
147
148 (% class="dashboardright right column50" %)
149 (((
150 {{gallery}}
151 image:SpaceMenuSubWiki.png
152 image:MenuSpaceCurrent.png
153 {{/gallery}}
154 )))
155
156
157 (% class="clearfloats" %)
158 (((
159
160 )))
161
162
163 ==== Page Menu ====
164
165 (% class="left column50 dashboardleft" %)
166 (((
167 * 'Page' entries
168 ** 'Watch Page'
169 ** 'Administer Page'
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 )))