Wiki source code of Home
Version 10.4 by teamwire001 on 2020/12/03 18:10
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{velocity}} | ||
2 | |||
3 | #if ($isGuest) | ||
4 | |||
5 | (% style="text-align:center" %) | ||
6 | ((( | ||
7 | (% class="lead" %) | ||
8 | Find information and all documentation about the Teamwire apps, server and integrations. | ||
9 | |||
10 | (% class="btn btn-twcollapsible" %) ((( (% class="lead" %)[[LOGIN>>path:${xwiki.getURL('XWiki.XWikiLogin', 'login')}]] ))) | ||
11 | |||
12 | ## ## | ||
13 | |||
14 | ## ## | ||
15 | |||
16 | ## ## | ||
17 | |||
18 | (% class="lead" %) | ||
19 | You don't have an account yet? | ||
20 | [[Please register>>path:${xwiki.getURL('XWiki.XWikiRegister', 'register')}]] | ||
21 | |||
22 | Please Note: | ||
23 | You will be granted access to FAQs, changelogs and documentation manually by the Teamwire staff. | ||
24 | |||
25 | For further questions please contact [[mailto:support@teamwire.eu]]. | ||
26 | ))) | ||
27 | #else | ||
28 | #end | ||
29 | #set ($usersGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.00-user')) | ||
30 | #set ($customerGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.01-customer')) | ||
31 | #set ($onpremiseGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.02-onpremise')) | ||
32 | #set ($partnerGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.03-partner')) | ||
33 | #set ($teamwireGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.teamwire')) | ||
34 | #set($firstName = | ||
35 | $xwiki.getDocument($context.user).getObject('XWiki.XWikiUsers').getProperty('first_name').getValue()) | ||
36 | #set($lastName | ||
37 | = $xwiki.getDocument($context.user).getObject('XWiki.XWikiUsers').getProperty('last_name').getValue()) | ||
38 | ## Users | ||
39 | #if($xwiki.getUser($xcontext.user).isUserInGroup('XWiki.00-user')) | ||
40 | |||
41 | (% style="text-align:center" %) | ||
42 | ((( | ||
43 | = Further authorisation required = | ||
44 | |||
45 | ## ## | ||
46 | |||
47 | (% class="lead" %) | ||
48 | Hi $firstName! | ||
49 | |||
50 | (% class="lead" %) | ||
51 | It seems you have not been granted the necessary access rights yet to see any FAQs, changelogs and documentation. | ||
52 | The Teamwire staff will upgrade your account soon. | ||
53 | |||
54 | For further questions please contact [[mailto:support@teamwire.eu]]. | ||
55 | ))) | ||
56 | #end | ||
57 | ## Customers | ||
58 | #if($xwiki.getUser($xcontext.user).isUserInGroup('XWiki.01-customer') or $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.teamwire')) | ||
59 | |||
60 | (% style="text-align:center" %) | ||
61 | ((( | ||
62 | ## ## | ||
63 | |||
64 | ## ## | ||
65 | |||
66 | (% class="lead" %) | ||
67 | Hi $firstName! | ||
68 | |||
69 | (% class="lead" %) | ||
70 | We are happy to see you around. What information are you looking for? | ||
71 | ))) | ||
72 | |||
73 | ## ## | ||
74 | |||
75 | ## ## | ||
76 | |||
77 | ## ## | ||
78 | |||
79 | (% class="row" %) | ||
80 | ((( | ||
81 | (% class="col-xs-12 col-sm-2" %) | ||
82 | ((( | ||
83 | ))) | ||
84 | |||
85 | (% class="col-xs-12 col-sm-2" %) | ||
86 | ((( | ||
87 | (% class="box infomessage" style="text-align:center" %) | ||
88 | ((( | ||
89 | {{html}} {{/html}}{{icon name=" fa-rocket" size="4x"}}{{/icon}} | ||
90 | (% class="lead" %) | ||
91 | [[**Getting Started**>>doc:Customer.01\. Getting Started.WebHome]] | ||
92 | |||
93 | [[First steps and all basics | ||
94 | to get Teamwire ready.>>doc:Customer.01\. Getting Started.WebHome]] | ||
95 | ))) | ||
96 | ))) | ||
97 | |||
98 | (% class="col-xs-12 col-sm-2" %) | ||
99 | ((( | ||
100 | (% class="box infomessage" style="text-align:center" %) | ||
101 | ((( | ||
102 | {{html}} {{/html}}{{icon name="mobile" size="4x"}}{{/icon}} | ||
103 | (% class="lead" %) | ||
104 | [[**Apps**>>doc:Customer.02\. Apps.WebHome]] | ||
105 | |||
106 | [[User manuals, guides and | ||
107 | changelogs for all apps.>>doc:Customer.02\. Apps.WebHome]] | ||
108 | ))) | ||
109 | ))) | ||
110 | |||
111 | (% class="col-xs-12 col-sm-2" %) | ||
112 | ((( | ||
113 | (% class="box infomessage" style="text-align:center" %) | ||
114 | ((( | ||
115 | {{html}} {{/html}}{{icon name=" fa-lock" size="4x"}}{{/icon}} | ||
116 | (% class="lead" %) | ||
117 | [[**Administration**>>doc:Customer.03\. Administration.WebHome]] | ||
118 | |||
119 | [[Provisioning, permissions, | ||
120 | restrictions and policies.>>doc:Customer.03\. Administration.WebHome]] | ||
121 | ))) | ||
122 | ))) | ||
123 | |||
124 | (% class="col-xs-12 col-sm-2" %) | ||
125 | ((( | ||
126 | (% class="box infomessage" style="text-align:center" %) | ||
127 | ((( | ||
128 | {{icon name=" fa-cogs" size="4x"}}{{/icon}} | ||
129 | (% class="lead" %) | ||
130 | [[**Integrations**>>doc:Customer.04\. Integrations.WebHome]] | ||
131 | |||
132 | [[SDK and API for Teamwire | ||
133 | apps and Dashboard.>>doc:Customer.04\. Integrations.WebHome]] | ||
134 | ))) | ||
135 | ))) | ||
136 | |||
137 | (% class="col-xs-12 col-sm-2" %) | ||
138 | ((( | ||
139 | ))) | ||
140 | ))) | ||
141 | #end | ||
142 | ## On-Premise | ||
143 | #if($xwiki.getUser($xcontext.user).isUserInGroup('XWiki.02-onpremise') or $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.teamwire')) | ||
144 | |||
145 | ## ## | ||
146 | |||
147 | ## ## | ||
148 | |||
149 | ## ## | ||
150 | |||
151 | ## ## | ||
152 | |||
153 | (% class="row" %) | ||
154 | ((( | ||
155 | (% class="col-xs-12 col-sm-2" %) | ||
156 | ((( | ||
157 | ))) | ||
158 | |||
159 | (% class="col-xs-12 col-sm-2" %) | ||
160 | ((( | ||
161 | ))) | ||
162 | |||
163 | (% class="col-xs-12 col-sm-2" %) | ||
164 | ((( | ||
165 | (% class="box infomessage" style="text-align:center" %) | ||
166 | ((( | ||
167 | {{html}} {{/html}}{{icon name=" fa-download" size="4x"}}{{/icon}} | ||
168 | (% class="lead" %) | ||
169 | [[**Server | ||
170 | Installation**>>doc:OnPremise.01\. Server Installation.WebHome]] | ||
171 | |||
172 | [[Install and maintain | ||
173 | your on-premise setup.>>doc:OnPremise.01\. Server Installation.WebHome]] | ||
174 | ))) | ||
175 | ))) | ||
176 | |||
177 | (% class="col-xs-12 col-sm-2" %) | ||
178 | ((( | ||
179 | (% class="box infomessage" style="text-align:center" %) | ||
180 | ((( | ||
181 | {{html}} {{/html}}{{icon name=" fa-table" size="4x"}}{{/icon}} | ||
182 | (% class="lead" %) | ||
183 | [[**Teamwire | ||
184 | API List**>>doc:OnPremise.04\. Teamwire API List.WebHome]] | ||
185 | |||
186 | [[Check Teamwire app and | ||
187 | backend compatibility.>>doc:OnPremise.04\. Teamwire API List.WebHome]] | ||
188 | ))) | ||
189 | ))) | ||
190 | |||
191 | (% class="col-xs-12 col-sm-2" %) | ||
192 | ((( | ||
193 | ))) | ||
194 | |||
195 | (% class="col-xs-12 col-sm-2" %) | ||
196 | ((( | ||
197 | ))) | ||
198 | ))) | ||
199 | #end | ||
200 | |||
201 | {{/velocity}} |