Changes for page System Connectors
Last modified by Carlijn Kokkeler on 2024/09/27 12:48
From version 1.1
edited by Erik Bakker
on 2022/05/02 12:17
on 2022/05/02 12:17
Change comment:
There is no comment for this version
To version 4.1
edited by Erik Bakker
on 2022/05/02 13:22
on 2022/05/02 13:22
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,0 +1,57 @@ 1 +{{html}} 2 +<html><body> 3 +<div class="row"> 4 + <div class="col-sm-12 mb-3"> 5 + <input type="text" id="myFilter" class="form-control" onkeyup="myFunction()" placeholder="Search Store Items.."> 6 + </div> 7 + </div> 8 +</body></html> 9 +{{/html}} 10 + 11 +(% style="border-color:#10137e" %) 12 +---- 13 + 14 +{{html}} 15 +<html><body> 16 + <div class="ez-academy"> 17 + <div class="ez-academy_body"> 18 + <main class="master"> 19 + <div class="card-container" id="myItems"> 20 + <a href="/bin/view/Main/eMagiz%20Store/System%20Connectors/GET%20Account%20-%20Salesforce/" class="card"> 21 + <div class="card__body" style="background: url(/bin/download/Main/Images/Store/WebHome/salesforce.png) center no-repeat; background-size: 20%;"> 22 + <h4 class="title">GET Account - Salesforce</h4> 23 + </div> 24 + <ul class="card__footer"> 25 + <li class="card__footer-item"> 26 + <img class="card__footer-icon card__footer-icon--lessons" src="/bin/download/Main/Images/General/WebHome/icon-lessons24.svg"> 27 + <label for="" class="card__footer-label">1</label> 28 + </li> 29 + </ul> 30 + </a> 31 + <a href="/bin/view/Main/eMagiz%20Store/System%20Connectors/GET%20Booking%20-%20Exact%20Online/" class="card"> 32 + <div class="card__body" style="background: url(/bin/download/Main/Images/Store/WebHome/Exact.png) center no-repeat; background-size: 20%;"> 33 + <h4 class="title">GET Booking - Exact Online</h4> 34 + </div> 35 + <ul class="card__footer"> 36 + <li class="card__footer-item"> 37 + <img class="card__footer-icon card__footer-icon--lessons" src="/bin/download/Main/Images/General/WebHome/icon-lessons24.svg"> 38 + <label for="" class="card__footer-label">1</label> 39 + </li> 40 + </ul> 41 + </a> 42 + <a href="/bin/view/Main/eMagiz%20Store/System%20Connectors/GET%20Calendar%20Event%20-%20Microsoft%20Graph/" class="card"> 43 + <div class="card__body" style="background: url(/bin/download/Main/Images/Store/WebHome/MicrosoftGraph-image.jpg) center no-repeat; background-size: 20%;"> 44 + <h4 class="title">GET Calendar Event - Microsoft Graph</h4> 45 + </div> 46 + <ul class="card__footer"> 47 + <li class="card__footer-item"> 48 + <img class="card__footer-icon card__footer-icon--lessons" src="/bin/download/Main/Images/General/WebHome/icon-lessons24.svg"> 49 + <label for="" class="card__footer-label">9</label> 50 + </li> 51 + </ul> 52 + </a> 53 + </div> 54 + </main></div> 55 +</div> 56 + </body></html> 57 +{{/html}}