Wiki broncode van Ondersteuning
Version 1.1 by Sven Borman on 20-07-2024
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{velocity}} | ||
2 | #set ($platform = $request.getParameter("platform")) | ||
3 | #set ($meter = $request.getParameter("meter")) | ||
4 | |||
5 | #if ($platform == 'app') | ||
6 | {{html clean="false" wiki="false"}} | ||
7 | <style> | ||
8 | #menuview .navbar-nav, #hierarchy {display:none;} | ||
9 | #leftPanels, #clearfloats, #rightPanels {display: none !important;} | ||
10 | div#mainContentArea {padding-top:40px !important;} | ||
11 | div#mainContentArea div.row {margin-top:-20px !important;} | ||
12 | #body.content.panel-left-width-Medium.panel-right-width-Medium .main {width:100%;} | ||
13 | #body.content.panel-left-width-Medium .main {left:0;} | ||
14 | #xwikicontent p:first-of-type {display:none;} | ||
15 | </style> | ||
16 | {{/html}} | ||
17 | #end | ||
18 | {{/velocity}} | ||
19 | |||
20 | = E-learning = | ||
21 | |||
22 | {{velocity}} | ||
23 | #if (!$platform || $platform == 'portaal') | ||
24 | [[Tropaz portaal e-learning>>https://documentatie.asolutions.nl/e-learning/trodis/tropaz/v1/]] | ||
25 | #end | ||
26 | #if (!$platform || $platform == 'app') | ||
27 | [[Tropaz app e-learning>>https://documentatie.asolutions.nl/e-learning/trodis/tropaz/app/v1/]] | ||
28 | #end | ||
29 | {{/velocity}} | ||
30 | |||
31 | {{velocity}} | ||
32 | #if (!$meter || $meter == "CoaguChek-INRange" || $meter == "CoaguChek-XS") | ||
33 | = Roche meter = | ||
34 | |||
35 | #if ($meter != '') | ||
36 | [[Algemeen>>https://linkprotect.cudasvc.com/url?a=https%3a%2f%2fcoaguchek-elearning.nl%2fmod%2fpage%2fview.php%3fid%3d72%26uauthcode%3d759qbHuVm7TstgpsznGQzLDF&c=E,1,j25cyV2nefJqUQymofsYy0fv3MKgl3-pIaR18Vbq_0BQtj0HQScOHA2dd3uex-w_RCNnhjpHIEqNq6v71I7kWZPjcnnLse99pV8ewzaO8NvkCSnY&typo=1]] | ||
37 | #end | ||
38 | #if (!$meter || $meter == "CoaguChek-INRange") | ||
39 | [[CoaguChek® INRange>>https://linkprotect.cudasvc.com/url?a=https%3a%2f%2fcoaguchek-elearning.nl%2fmod%2fpage%2fview.php%3fid%3d73%26uauthcode%3d759qbHuVm7TstgpsznGQzLDF&c=E,1,ozMs5MRXNNekqxI_bcPjuvrxMN8N15Q3XuD4g02cbpAXbiG5JaPc9W1trHX2w_kNIBo6YgNoPYjjMC8oPQdDq1578Arrzo6zE07e11TdqVe7t7Ui7eIVWt0,&typo=1]] | ||
40 | #end | ||
41 | #if (!$meter || $meter == "CoaguChek-XS") | ||
42 | [[CoaguChek® XS>>https://linkprotect.cudasvc.com/url?a=https%3a%2f%2fcoaguchek-elearning.nl%2fmod%2fpage%2fview.php%3fid%3d74%26uauthcode%3d759qbHuVm7TstgpsznGQzLDF&c=E,1,LXcJ6Ap7Kf11Xz2UrKGaxgE0fimL5v0QMO0lgsOd70mVAYpplErm2IT37aKhB8QhZm801OQGiSmc5bg65rFHRTdMfsmxFy5WiCL5ENxmMdeNkezWvs30OmOR4F_4&typo=1]] | ||
43 | #end | ||
44 | #end | ||
45 | {{/velocity}} |