Wiki source code of Home

Version 12.1 by teamwire001 on 2021/06/10 09:33

Show last authors
1 (% class="row" %)
2 (((
3 (% class="col-xs-12 col-sm-2" %)
4 (((
5
6 )))
7
8 (% class="col-xs-12 col-sm-8" style="text-align:center" %)
9 (((
10 Make an easy transition to Teamwire with our user manuals and quick start guides. Comprehensive documentation and task-oriented how-tos help you to structure and manage Teamwire in our cloud and on your own server environment. Learn about new features and past changes of the Teamwire app and its backend from our changelogs.
11 )))
12
13 (% class="col-xs-12 col-sm-2" %)
14 (((
15
16 )))
17 )))
18
19 ## ##
20
21 {{velocity}}
22 #set ($usersGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.00-user'))
23 #set ($customerGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.01-customer'))
24 #set ($onpremiseGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.02-onpremise'))
25 #set ($partnerGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.03-partner'))
26 #set ($marketingGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.04-marketing'))
27 #set ($teamwireGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.teamwire'))
28 #set($firstName =
29 $xwiki.getDocument($context.user).getObject('XWiki.XWikiUsers').getProperty('first_name').getValue())
30 #set($lastName
31 = $xwiki.getDocument($context.user).getObject('XWiki.XWikiUsers').getProperty('last_name').getValue())
32
33 ## -------------------
34 ## start Marketing group view
35 ## -------------------
36 #if($xwiki.getUser($xcontext.user).isUserInGroup('XWiki.04-marketing') or $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.teamwire'))
37
38 (% class="row" %)
39 (((
40
41 (% class="col-xs-12 col-sm-2" %)
42 (((
43 )))
44
45 (% class="col-xs-12 col-sm-3" %)
46 (((
47 = Sales & Marketing =
48
49 {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Marketing.WebHome" limit="6" compact="true"/}}
50 )))
51
52 (% class="col-xs-12 col-sm-2" %)
53 (((
54 )))
55
56 (% class="col-xs-12 col-sm-2" %)
57 (((
58 )))
59
60 (% class="col-xs-12 col-sm-2" %)
61 (((
62 )))
63
64 (% class="col-xs-12 col-sm-1" %)
65 (((
66 )))
67
68 )))
69 ## class="row" closed
70
71 #end
72 ## end Marketing group view
73
74 ## -------------------
75 ## start Guest view
76 ## -------------------
77 #if($isGuest)
78
79 (% class="row" %)
80 (((
81
82 (% class="col-xs-12 col-sm-2" %)
83 (((
84 )))
85
86 (% class="col-xs-12 col-sm-2" %)
87 (((
88 = Getting Started =
89
90 {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Getting-Started.WebHome" limit="6" compact="true"/}}
91 )))
92
93 (% class="col-xs-12 col-sm-2" %)
94 (((
95 = Applications =
96
97 {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Applications.WebHome" limit="6" compact="true"/}}
98 )))
99
100 (% class="col-xs-12 col-sm-2" %)
101 (((
102 = Administration =
103
104 **[[Login>>path:${xwiki.getURL('XWiki.XWikiLogin', 'login')}]] required**
105
106 If you do not have an account
107 yet, you can [[register here>>path:${xwiki.getURL('XWiki.XWikiRegister', 'register')}]] for free.
108 )))
109
110 (% class="col-xs-12 col-sm-2" %)
111 (((
112 = Integrations =
113
114 **[[Login>>path:${xwiki.getURL('XWiki.XWikiLogin', 'login')}]] required**
115
116 If you do not have an account
117 yet, you can [[register here>>path:${xwiki.getURL('XWiki.XWikiRegister', 'register')}]] for free.
118 )))
119
120 (% class="col-xs-12 col-sm-2" %)
121 (((
122 )))
123
124 )))
125 ## class="row" closed
126
127 #end
128 ## end Guest view
129
130 ## -------------------
131 ## start User group view
132 ## -------------------
133 #if($xwiki.getUser($xcontext.user).isUserInGroup('XWiki.00-user'))
134
135 (% class="row" %)
136 (((
137
138 (% class="col-xs-12 col-sm-2" %)
139 (((
140 )))
141
142 (% class="col-xs-12 col-sm-2" %)
143 (((
144 = Getting Started =
145
146 {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Getting-Started.WebHome" limit="6" compact="true"/}}
147 )))
148
149 (% class="col-xs-12 col-sm-2" %)
150 (((
151 = Applications =
152
153 {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Applications.WebHome" limit="6" compact="true"/}}
154 )))
155
156 (% class="col-xs-12 col-sm-2" %)
157 (((
158 = Administration =
159
160 **Approval pending**
161
162 Please do have a little patience
163 until all functions are available.
164 )))
165
166 (% class="col-xs-12 col-sm-2" %)
167 (((
168 = Integrations =
169
170 **Approval pending**
171
172 Please do have a little patience
173 until all functions are available.
174 )))
175
176 (% class="col-xs-12 col-sm-2" %)
177 (((
178 )))
179
180 )))
181 ## class="row" closed
182
183 #end
184 ## end User group view
185
186 ## -------------------
187 ## start Customer group view
188 ## -------------------
189 #if($xwiki.getUser($xcontext.user).isUserInGroup('XWiki.01-customer') or $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.teamwire'))
190
191 (% class="row" %)
192 (((
193
194 (% class="col-xs-12 col-sm-2" %)
195 (((
196 )))
197
198 (% class="col-xs-12 col-sm-2" %)
199 (((
200 = Getting Started =
201
202 {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Getting-Started.WebHome" limit="6" compact="true"/}}
203 )))
204
205 (% class="col-xs-12 col-sm-2" %)
206 (((
207 = Applications =
208
209 {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Applications.WebHome" limit="6" compact="true"/}}
210 )))
211
212 (% class="col-xs-12 col-sm-2" %)
213 (((
214 = Administration =
215
216 {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Customer.Administration.WebHome" limit="6" compact="true"/}}
217 )))
218
219 (% class="col-xs-12 col-sm-2" %)
220 (((
221 = Integrations =
222
223 {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Customer.Integrations.WebHome" limit="6" compact="true"/}}
224 )))
225
226 (% class="col-xs-12 col-sm-2" %)
227 (((
228 )))
229
230 )))
231 ## class="row" closed
232
233 #end
234 ## end Customer group view
235
236 ## -------------------
237 ## start On-Premise group view
238 ## -------------------
239 #if($xwiki.getUser($xcontext.user).isUserInGroup('XWiki.02-onpremise') or $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.teamwire'))
240
241 (% class="row" %)
242 (((
243
244 (% class="col-xs-12 col-sm-2" %)
245 (((
246 )))
247
248 (% class="col-xs-12 col-sm-2" %)
249 (((
250 = On-Premise =
251
252 {{documentTree showTranslations="false" edges="true" showAttachments="false" root="document:xwiki:OnPremise.WebHome" limit="6" compact="true"/}}
253 )))
254 #end
255 ## end On-Premise group view
256
257 ## -------------------
258 ## start Partner group view
259 ## -------------------
260 #if($xwiki.getUser($xcontext.user).isUserInGroup('XWiki.03-partner') or $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.teamwire'))
261 (% class="col-xs-12 col-sm-2" %)
262 (((
263 = Partner Data =
264
265 {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Partner.WebHome" limit="6" compact="true"/}}
266 )))
267
268 (% class="col-xs-12 col-sm-2" %)
269 (((
270 )))
271
272 (% class="col-xs-12 col-sm-2" %)
273 (((
274 )))
275
276 )))
277 ## class="row" closed
278
279 #end
280 ## end Partner group view
281
282 ## ##
283
284 ## ##
285
286 {{/velocity}}