Wiki-Quellcode von Knowledge Base

Zuletzt geändert von teamwire005 am 2020/12/03 15:36

Zeige letzte Bearbeiter
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 Strukturierte Benutzerhandbücher und Kurzanleitungen erleichtern die Nutzung unseres Business Messengers für Sie und Kollegen. Technische Dokumentationen und aufgabenorientierte Howtos helfen Teamwire in unserer Cloud und auf eigenen Servern optimal aufzusetzen und zu verwalten. Changelogs zur Teamwire App und Servern informieren Sie über neue Funktionen und alle Änderungen.
11 ## ##
12
13 {{html}}
14 <a target="_self" href="https://wiki.teamwire.eu/bin/view/Public/FAQ" style="text-decoration: none;">
15 <button class="btn btn-default" type="button" style="width: 200px; height: 50px;">FAQ</button>
16 </a>
17 {{/html}}
18
19 Wir haben einen neuen Bereich eingerichtet, der Antworten auf häufige Fragen zu Funktionen, Administration, Servermanagement und Fehlerbehebung bereitstellt!
20 )))
21
22 (% class="col-xs-12 col-sm-2" %)
23 (((
24
25 )))
26 )))
27
28 ## ##
29
30 {{velocity}}
31 #set ($usersGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.00-user'))
32 #set ($customerGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.01-customer'))
33 #set ($onpremiseGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.02-onpremise'))
34 #set ($partnerGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.03-partner'))
35 #set ($marketingGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.04-marketing'))
36 #set ($teamwireGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.teamwire'))
37 #set($firstName =
38 $xwiki.getDocument($context.user).getObject('XWiki.XWikiUsers').getProperty('first_name').getValue())
39 #set($lastName
40 = $xwiki.getDocument($context.user).getObject('XWiki.XWikiUsers').getProperty('last_name').getValue())
41
42 ## -------------------
43 ## start Marketing group view
44 ## -------------------
45 #if($xwiki.getUser($xcontext.user).isUserInGroup('XWiki.04-marketing') or $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.teamwire'))
46
47 (% class="row" %)
48 (((
49
50 (% class="col-xs-12 col-sm-2" %)
51 (((
52 )))
53
54 (% class="col-xs-12 col-sm-3" %)
55 (((
56 = Sales & Marketing =
57
58 {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Marketing.WebHome" limit="30" compact="true"/}}
59 )))
60
61 (% class="col-xs-12 col-sm-2" %)
62 (((
63 )))
64
65 (% class="col-xs-12 col-sm-2" %)
66 (((
67 )))
68
69 (% class="col-xs-12 col-sm-2" %)
70 (((
71 )))
72
73 (% class="col-xs-12 col-sm-1" %)
74 (((
75 )))
76
77 )))
78 ## class="row" closed
79
80 #end
81 ## end Marketing group view
82
83 ## -------------------
84 ## start Guest view
85 ## -------------------
86 #if($isGuest)
87
88 (% class="row" %)
89 (((
90
91 (% class="col-xs-12 col-sm-2" %)
92 (((
93 )))
94
95 (% class="col-xs-12 col-sm-2" %)
96 (((
97 = Einstieg =
98
99 {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Getting-Started.WebHome" limit="30" compact="true"/}}
100 )))
101
102 (% class="col-xs-12 col-sm-2" %)
103 (((
104 = Anwendungen =
105
106 {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Applications.WebHome" limit="30" compact="true"/}}
107 )))
108
109 (% class="col-xs-12 col-sm-2" %)
110 (((
111 = Administration =
112
113 **[[Anmeldung>>path:${xwiki.getURL('XWiki.XWikiLogin', 'login')}]] erforderlich**
114
115 Falls Sie noch keinen Account haben, können Sie sich [[kostenlos registrieren>>path:${xwiki.getURL('XWiki.XWikiRegister', 'register')}]].
116 )))
117
118 (% class="col-xs-12 col-sm-2" %)
119 (((
120 = Integrationen =
121
122 **[[Anmeldung>>path:${xwiki.getURL('XWiki.XWikiLogin', 'login')}]] erforderlich**
123
124 Falls Sie noch keinen Account haben, können Sie sich [[kostenlos registrieren>>path:${xwiki.getURL('XWiki.XWikiRegister', 'register')}]].
125 )))
126
127 (% class="col-xs-12 col-sm-2" %)
128 (((
129 )))
130
131 )))
132 ## class="row" closed
133
134 #end
135 ## end Guest view
136
137 ## -------------------
138 ## start User group view
139 ## -------------------
140 #if($xwiki.getUser($xcontext.user).isUserInGroup('XWiki.00-user'))
141
142 (% class="row" %)
143 (((
144
145 (% class="col-xs-12 col-sm-2" %)
146 (((
147 )))
148
149 (% class="col-xs-12 col-sm-2" %)
150 (((
151 = Einstieg =
152
153 {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Getting-Started.WebHome" limit="30" compact="true"/}}
154 )))
155
156 (% class="col-xs-12 col-sm-2" %)
157 (((
158 = Anwendungen =
159
160 {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Applications.WebHome" limit="30" compact="true"/}}
161 )))
162
163 (% class="col-xs-12 col-sm-2" %)
164 (((
165 = Administration =
166
167 **Freigabe ausstehend**
168
169 Bitte haben Sie ein wenig Geduld bis alle Funktionen verfügbar sind.
170 )))
171
172 (% class="col-xs-12 col-sm-2" %)
173 (((
174 = Integrationen =
175
176 **Freigabe ausstehend**
177
178 Bitte haben Sie ein wenig Geduld bis alle Funktionen verfügbar sind.
179 )))
180
181 (% class="col-xs-12 col-sm-2" %)
182 (((
183 )))
184
185 )))
186 ## class="row" closed
187
188 #end
189 ## end User group view
190
191 ## -------------------
192 ## start Customer group view
193 ## -------------------
194 #if($xwiki.getUser($xcontext.user).isUserInGroup('XWiki.01-customer') or $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.teamwire'))
195
196 (% class="row" %)
197 (((
198
199 (% class="col-xs-12 col-sm-2" %)
200 (((
201 )))
202
203 (% class="col-xs-12 col-sm-2" %)
204 (((
205 = Einstieg =
206
207 {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Getting-Started.WebHome" limit="30" compact="true"/}}
208 )))
209
210 (% class="col-xs-12 col-sm-2" %)
211 (((
212 = Anwendungen =
213
214 {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Applications.WebHome" limit="30" compact="true"/}}
215 )))
216
217 (% class="col-xs-12 col-sm-2" %)
218 (((
219 = Administration =
220
221 {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Customer.Administration.WebHome" limit="30" compact="true"/}}
222 )))
223
224 (% class="col-xs-12 col-sm-2" %)
225 (((
226 = Integrationen =
227
228 {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Customer.Integrations.WebHome" limit="30" compact="true"/}}
229 )))
230
231 (% class="col-xs-12 col-sm-2" %)
232 (((
233 )))
234
235 )))
236 ## class="row" closed
237
238 #end
239 ## end Customer group view
240
241 ## -------------------
242 ## start On-Premise group view
243 ## -------------------
244 #if($xwiki.getUser($xcontext.user).isUserInGroup('XWiki.02-onpremise') or $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.teamwire'))
245
246 (% class="row" %)
247 (((
248
249 (% class="col-xs-12 col-sm-2" %)
250 (((
251 )))
252
253 (% class="col-xs-12 col-sm-2" %)
254 (((
255 = On-Premise =
256
257 {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:OnPremise.WebHome" limit="30" compact="true"/}}
258 )))
259 #end
260 ## end On-Premise group view
261
262 ## -------------------
263 ## start Partner group view
264 ## -------------------
265 #if($xwiki.getUser($xcontext.user).isUserInGroup('XWiki.03-partner') or $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.teamwire'))
266 (% class="col-xs-12 col-sm-2" %)
267 (((
268 = Partner Daten =
269
270 {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Partner.WebHome" limit="30" compact="true"/}}
271 )))
272
273 (% class="col-xs-12 col-sm-2" %)
274 (((
275 )))
276
277 (% class="col-xs-12 col-sm-2" %)
278 (((
279 )))
280
281 )))
282 ## class="row" closed
283
284 #end
285 ## end Partner group view
286
287 ## ##
288
289 ## ##
290
291 {{/velocity}}