Wiki source code of Home
Version 7.1 by teamwire001 on 2020/10/14 10:56
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 ($customersGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.users')) | ||
30 | #set ($customersGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.customers')) | ||
31 | #set ($partnersGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.partners')) | ||
32 | #set ($teamwireGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.teamwire')) | ||
33 | #set($firstName = | ||
34 | $xwiki.getDocument($context.user).getObject('XWiki.XWikiUsers').getProperty('first_name').getValue()) | ||
35 | #set($lastName | ||
36 | = $xwiki.getDocument($context.user).getObject('XWiki.XWikiUsers').getProperty('last_name').getValue()) | ||
37 | ## Users | ||
38 | #if($xwiki.getUser($xcontext.user).isUserInGroup('XWiki.users')) | ||
39 | |||
40 | (% style="text-align:center" %) | ||
41 | ((( | ||
42 | (% class="lead" %) | ||
43 | Hi $firstName! | ||
44 | |||
45 | (% class="lead" %) | ||
46 | It seems you have not been granted the necessary access rights yet to see any FAQs, changelogs and documentation. | ||
47 | The Teamwire staff will upgrade your user soon. | ||
48 | |||
49 | For further questions please contact [[mailto:support@teamwire.eu]]. | ||
50 | ))) | ||
51 | #end | ||
52 | ## Customers | ||
53 | #if($xwiki.getUser($xcontext.user).isUserInGroup('XWiki.customers') or $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.teamwire')) | ||
54 | |||
55 | (% style="text-align:center" %) | ||
56 | ((( | ||
57 | (% class="lead" %) | ||
58 | Hi $firstName! | ||
59 | |||
60 | (% class="lead" %) | ||
61 | We are happy to see you around. What information are you looking for? | ||
62 | ))) | ||
63 | |||
64 | ## ## | ||
65 | |||
66 | ## ## | ||
67 | |||
68 | ## ## | ||
69 | |||
70 | (% class="row" %) | ||
71 | ((( | ||
72 | (% class="col-xs-12 col-sm-4" %) | ||
73 | ((( | ||
74 | (% style="text-align:center" %) | ||
75 | ((( | ||
76 | [[image:dappsandclients.png>>doc:Customer.Apps.WebHome]] | ||
77 | |||
78 | (% class="lead" %) | ||
79 | [[Apps and Clients>>doc:Customer.Apps.WebHome]] | ||
80 | ))) | ||
81 | ))) | ||
82 | |||
83 | (% class="col-xs-12 col-sm-4" %) | ||
84 | ((( | ||
85 | (% style="text-align:center" %) | ||
86 | ((( | ||
87 | [[image:ddashboard.png>>doc:Customer.Dashboard.WebHome]] | ||
88 | |||
89 | (% class="lead" %) | ||
90 | [[Dashboard>>doc:Customer.Dashboard.WebHome]] | ||
91 | ))) | ||
92 | ))) | ||
93 | |||
94 | (% class="col-xs-12 col-sm-4" %) | ||
95 | ((( | ||
96 | (% style="text-align:center" %) | ||
97 | ((( | ||
98 | [[image:dintegrations.png>>doc:Customer.Integrations.WebHome]] | ||
99 | |||
100 | (% class="lead" %) | ||
101 | [[Integrations>>doc:Customer.Integrations.WebHome]] | ||
102 | ))) | ||
103 | ))) | ||
104 | ))) | ||
105 | #end | ||
106 | ## Partners | ||
107 | #if($xwiki.getUser($xcontext.user).isUserInGroup('XWiki.partners') or $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.teamwire')) | ||
108 | |||
109 | ## ## | ||
110 | |||
111 | ## ## | ||
112 | |||
113 | ## ## | ||
114 | |||
115 | (% class="row" %) | ||
116 | ((( | ||
117 | (% class="col-xs-12 col-sm-12" %) | ||
118 | ((( | ||
119 | (% style="text-align:center" %) | ||
120 | ((( | ||
121 | [[image:dserver.png>>doc:Partner.Teamwire Server.WebHome]] | ||
122 | |||
123 | (% class="lead" %) | ||
124 | [[Server>>doc:Partner.Teamwire Server.WebHome]] | ||
125 | ))) | ||
126 | ))) | ||
127 | ))) | ||
128 | #end | ||
129 | |||
130 | {{/velocity}} |