Wiki-Quellcode von Knowledge Base
Zuletzt geändert von teamwire001 am 2023/09/19 09:26
Verstecke letzte Bearbeiter
author | version | line-number | content |
---|---|---|---|
![]() |
12.1 | 1 | (% class="row" %) |
2 | ((( | ||
3 | (% class="col-xs-12 col-sm-2" %) | ||
4 | ((( | ||
5 | |||
6 | ))) | ||
![]() |
1.1 | 7 | |
![]() |
12.1 | 8 | (% class="col-xs-12 col-sm-8" style="text-align:center" %) |
9 | ((( | ||
![]() |
20.1 | 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. |
![]() |
12.1 | 11 | ))) |
![]() |
1.1 | 12 | |
![]() |
12.1 | 13 | (% class="col-xs-12 col-sm-2" %) |
![]() |
2.1 | 14 | ((( |
![]() |
12.1 | 15 | |
16 | ))) | ||
17 | ))) | ||
![]() |
1.1 | 18 | |
![]() |
2.1 | 19 | ## ## |
![]() |
1.1 | 20 | |
![]() |
12.1 | 21 | {{velocity}} |
![]() |
10.4 | 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')) | ||
![]() |
12.1 | 26 | #set ($marketingGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.04-marketing')) |
![]() |
2.1 | 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()) | ||
![]() |
1.1 | 32 | |
![]() |
12.1 | 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" %) | ||
![]() |
2.1 | 39 | ((( |
![]() |
9.1 | 40 | |
![]() |
12.1 | 41 | (% class="col-xs-12 col-sm-2" %) |
42 | ((( | ||
43 | ))) | ||
![]() |
9.1 | 44 | |
![]() |
12.1 | 45 | (% class="col-xs-12 col-sm-3" %) |
46 | ((( | ||
47 | = Sales & Marketing = | ||
![]() |
1.1 | 48 | |
![]() |
16.3 | 49 | {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Marketing.WebHome" limit="30" compact="true"/}} |
![]() |
12.1 | 50 | ))) |
![]() |
2.1 | 51 | |
![]() |
12.1 | 52 | (% class="col-xs-12 col-sm-2" %) |
53 | ((( | ||
![]() |
2.1 | 54 | ))) |
55 | |||
![]() |
12.1 | 56 | (% class="col-xs-12 col-sm-2" %) |
![]() |
1.1 | 57 | ((( |
![]() |
12.1 | 58 | ))) |
![]() |
9.1 | 59 | |
![]() |
12.1 | 60 | (% class="col-xs-12 col-sm-2" %) |
61 | ((( | ||
62 | ))) | ||
![]() |
9.1 | 63 | |
![]() |
12.1 | 64 | (% class="col-xs-12 col-sm-1" %) |
65 | ((( | ||
66 | ))) | ||
![]() |
2.1 | 67 | |
68 | ))) | ||
![]() |
12.1 | 69 | ## class="row" closed |
![]() |
2.1 | 70 | |
![]() |
12.1 | 71 | #end |
72 | ## end Marketing group view | ||
![]() |
2.1 | 73 | |
![]() |
12.1 | 74 | ## ------------------- |
75 | ## start Guest view | ||
76 | ## ------------------- | ||
77 | #if($isGuest) | ||
![]() |
2.1 | 78 | |
79 | (% class="row" %) | ||
![]() |
1.1 | 80 | ((( |
![]() |
12.1 | 81 | |
![]() |
10.4 | 82 | (% class="col-xs-12 col-sm-2" %) |
![]() |
2.1 | 83 | ((( |
![]() |
10.4 | 84 | ))) |
85 | |||
86 | (% class="col-xs-12 col-sm-2" %) | ||
![]() |
2.1 | 87 | ((( |
![]() |
20.1 | 88 | = Einstieg = |
![]() |
12.1 | 89 | |
![]() |
16.3 | 90 | {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Getting-Started.WebHome" limit="30" compact="true"/}} |
![]() |
12.1 | 91 | ))) |
92 | |||
93 | (% class="col-xs-12 col-sm-2" %) | ||
![]() |
10.4 | 94 | ((( |
![]() |
20.1 | 95 | = Anwendungen = |
![]() |
1.1 | 96 | |
![]() |
16.3 | 97 | {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Applications.WebHome" limit="30" compact="true"/}} |
![]() |
10.4 | 98 | ))) |
![]() |
12.1 | 99 | |
100 | (% class="col-xs-12 col-sm-2" %) | ||
101 | ((( | ||
102 | = Administration = | ||
103 | |||
![]() |
20.1 | 104 | **[[Anmeldung>>path:${xwiki.getURL('XWiki.XWikiLogin', 'login')}]] erforderlich** |
![]() |
12.1 | 105 | |
![]() |
20.1 | 106 | Falls Sie noch keinen Account haben, können Sie sich [[kostenlos registrieren>>path:${xwiki.getURL('XWiki.XWikiRegister', 'register')}]]. |
![]() |
10.4 | 107 | ))) |
108 | |||
109 | (% class="col-xs-12 col-sm-2" %) | ||
110 | ((( | ||
![]() |
20.1 | 111 | = Integrationen = |
![]() |
12.1 | 112 | |
![]() |
20.1 | 113 | **[[Anmeldung>>path:${xwiki.getURL('XWiki.XWikiLogin', 'login')}]] erforderlich** |
![]() |
12.1 | 114 | |
![]() |
20.1 | 115 | Falls Sie noch keinen Account haben, können Sie sich [[kostenlos registrieren>>path:${xwiki.getURL('XWiki.XWikiRegister', 'register')}]]. |
![]() |
12.1 | 116 | ))) |
117 | |||
118 | (% class="col-xs-12 col-sm-2" %) | ||
![]() |
10.4 | 119 | ((( |
![]() |
12.1 | 120 | ))) |
![]() |
10.4 | 121 | |
![]() |
2.1 | 122 | ))) |
![]() |
12.1 | 123 | ## class="row" closed |
124 | |||
125 | #end | ||
126 | ## end Guest view | ||
127 | |||
128 | ## ------------------- | ||
129 | ## start User group view | ||
130 | ## ------------------- | ||
131 | #if($xwiki.getUser($xcontext.user).isUserInGroup('XWiki.00-user')) | ||
132 | |||
133 | (% class="row" %) | ||
134 | ((( | ||
135 | |||
136 | (% class="col-xs-12 col-sm-2" %) | ||
137 | ((( | ||
![]() |
2.1 | 138 | ))) |
![]() |
1.1 | 139 | |
![]() |
10.4 | 140 | (% class="col-xs-12 col-sm-2" %) |
![]() |
2.1 | 141 | ((( |
![]() |
20.1 | 142 | = Einstieg = |
![]() |
12.1 | 143 | |
![]() |
16.3 | 144 | {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Getting-Started.WebHome" limit="30" compact="true"/}} |
![]() |
12.1 | 145 | ))) |
146 | |||
147 | (% class="col-xs-12 col-sm-2" %) | ||
![]() |
2.1 | 148 | ((( |
![]() |
20.1 | 149 | = Anwendungen = |
![]() |
2.1 | 150 | |
![]() |
16.3 | 151 | {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Applications.WebHome" limit="30" compact="true"/}} |
![]() |
1.1 | 152 | ))) |
![]() |
12.1 | 153 | |
154 | (% class="col-xs-12 col-sm-2" %) | ||
155 | ((( | ||
156 | = Administration = | ||
157 | |||
![]() |
20.1 | 158 | **Freigabe ausstehend** |
![]() |
12.1 | 159 | |
![]() |
20.1 | 160 | Bitte haben Sie ein wenig Geduld bis alle Funktionen verfügbar sind. |
![]() |
2.1 | 161 | ))) |
![]() |
1.1 | 162 | |
![]() |
10.4 | 163 | (% class="col-xs-12 col-sm-2" %) |
![]() |
1.1 | 164 | ((( |
![]() |
20.1 | 165 | = Integrationen = |
![]() |
1.1 | 166 | |
![]() |
20.1 | 167 | **Freigabe ausstehend** |
![]() |
12.1 | 168 | |
![]() |
20.1 | 169 | Bitte haben Sie ein wenig Geduld bis alle Funktionen verfügbar sind. |
![]() |
2.1 | 170 | ))) |
![]() |
10.4 | 171 | |
172 | (% class="col-xs-12 col-sm-2" %) | ||
173 | ((( | ||
![]() |
2.1 | 174 | ))) |
![]() |
12.1 | 175 | |
![]() |
10.4 | 176 | ))) |
![]() |
12.1 | 177 | ## class="row" closed |
178 | |||
![]() |
2.1 | 179 | #end |
![]() |
12.1 | 180 | ## end User group view |
![]() |
1.1 | 181 | |
![]() |
12.1 | 182 | ## ------------------- |
183 | ## start Customer group view | ||
184 | ## ------------------- | ||
185 | #if($xwiki.getUser($xcontext.user).isUserInGroup('XWiki.01-customer') or $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.teamwire')) | ||
![]() |
7.1 | 186 | |
![]() |
2.1 | 187 | (% class="row" %) |
188 | ((( | ||
![]() |
12.1 | 189 | |
![]() |
10.4 | 190 | (% class="col-xs-12 col-sm-2" %) |
![]() |
2.1 | 191 | ((( |
![]() |
10.4 | 192 | ))) |
193 | |||
194 | (% class="col-xs-12 col-sm-2" %) | ||
![]() |
2.1 | 195 | ((( |
![]() |
20.1 | 196 | = Einstieg = |
![]() |
12.1 | 197 | |
![]() |
16.3 | 198 | {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Getting-Started.WebHome" limit="30" compact="true"/}} |
![]() |
10.4 | 199 | ))) |
![]() |
2.1 | 200 | |
![]() |
10.4 | 201 | (% class="col-xs-12 col-sm-2" %) |
202 | ((( | ||
![]() |
20.1 | 203 | = Anwendungen = |
![]() |
12.1 | 204 | |
![]() |
16.3 | 205 | {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Applications.WebHome" limit="30" compact="true"/}} |
![]() |
12.1 | 206 | ))) |
207 | |||
208 | (% class="col-xs-12 col-sm-2" %) | ||
![]() |
10.4 | 209 | ((( |
![]() |
12.1 | 210 | = Administration = |
![]() |
10.4 | 211 | |
![]() |
16.3 | 212 | {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Customer.Administration.WebHome" limit="30" compact="true"/}} |
![]() |
1.1 | 213 | ))) |
![]() |
12.1 | 214 | |
215 | (% class="col-xs-12 col-sm-2" %) | ||
216 | ((( | ||
![]() |
20.1 | 217 | = Integrationen = |
![]() |
12.1 | 218 | |
![]() |
16.3 | 219 | {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Customer.Integrations.WebHome" limit="30" compact="true"/}} |
![]() |
1.1 | 220 | ))) |
![]() |
10.4 | 221 | |
222 | (% class="col-xs-12 col-sm-2" %) | ||
223 | ((( | ||
![]() |
12.1 | 224 | ))) |
225 | |||
226 | ))) | ||
227 | ## class="row" closed | ||
228 | |||
229 | #end | ||
230 | ## end Customer group view | ||
231 | |||
232 | ## ------------------- | ||
233 | ## start On-Premise group view | ||
234 | ## ------------------- | ||
235 | #if($xwiki.getUser($xcontext.user).isUserInGroup('XWiki.02-onpremise') or $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.teamwire')) | ||
236 | |||
237 | (% class="row" %) | ||
![]() |
10.4 | 238 | ((( |
239 | |||
![]() |
12.1 | 240 | (% class="col-xs-12 col-sm-2" %) |
241 | ((( | ||
![]() |
2.1 | 242 | ))) |
![]() |
12.1 | 243 | |
244 | (% class="col-xs-12 col-sm-2" %) | ||
245 | ((( | ||
246 | = On-Premise = | ||
247 | |||
![]() |
16.3 | 248 | {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:OnPremise.WebHome" limit="30" compact="true"/}} |
![]() |
10.4 | 249 | ))) |
![]() |
12.1 | 250 | #end |
251 | ## end On-Premise group view | ||
![]() |
10.4 | 252 | |
![]() |
12.1 | 253 | ## ------------------- |
254 | ## start Partner group view | ||
255 | ## ------------------- | ||
256 | #if($xwiki.getUser($xcontext.user).isUserInGroup('XWiki.03-partner') or $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.teamwire')) | ||
![]() |
10.4 | 257 | (% class="col-xs-12 col-sm-2" %) |
258 | ((( | ||
![]() |
20.1 | 259 | = Partner Daten = |
![]() |
12.1 | 260 | |
![]() |
16.3 | 261 | {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Partner.WebHome" limit="30" compact="true"/}} |
![]() |
10.4 | 262 | ))) |
263 | |||
264 | (% class="col-xs-12 col-sm-2" %) | ||
265 | ((( | ||
266 | ))) | ||
![]() |
12.1 | 267 | |
268 | (% class="col-xs-12 col-sm-2" %) | ||
269 | ((( | ||
![]() |
10.4 | 270 | ))) |
![]() |
12.1 | 271 | |
272 | ))) | ||
273 | ## class="row" closed | ||
274 | |||
![]() |
2.1 | 275 | #end |
![]() |
12.1 | 276 | ## end Partner group view |
![]() |
2.1 | 277 | |
![]() |
12.1 | 278 | ## ## |
279 | |||
280 | ## ## | ||
281 | |||
![]() |
2.1 | 282 | {{/velocity}} |