Changes for page Accelerators
Last modified by Erik Bakker on 2025/01/10 15:08
From version 25.1
edited by Erik Bakker
on 2022/04/29 15:49
on 2022/04/29 15:49
Change comment:
There is no comment for this version
To version 56.1
edited by Erik Bakker
on 2022/05/02 09:14
on 2022/05/02 09:14
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,8 +1,21 @@ 1 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}} 2 2 <html><body<div class="ez-academy"> 3 3 <div class="ez-academy_body"> 4 4 <main class="master"> 5 - <div class="card-container"> 18 + <div class="card-container" id="myItems"> 6 6 <a href="/bin/view/Main/eMagiz%20Store/Accelerators/REST%20-%20Fire%20%26%20Forget/" class="card"> 7 7 <div class="card__body" style="background: url(/bin/download/Main/Images/Store/WebHome/REST%20Webservice.svg) center no-repeat; background-size: 30%;"> 8 8 <h4 class="title">REST - Fire & Forget</h4> ... ... @@ -24,6 +24,17 @@ 24 24 <label for="" class="card__footer-label">9</label> 25 25 </li> 26 26 </ul> 40 + </a> 41 + <a href="/bin/view/Main/eMagiz%20Store/Accelerators/REST%20-%20Request%20%26%20Response/" class="card"> 42 + <div class="card__body" style="background: url(/bin/download/Main/Images/Store/WebHome/SOAP%20Webservice.svg) center no-repeat; background-size: 30%;"> 43 + <h4 class="title">SOAP Web service Connectivity</h4> 44 + </div> 45 + <ul class="card__footer"> 46 + <li class="card__footer-item"> 47 + <img class="card__footer-icon card__footer-icon--lessons" src="/bin/download/Main/Images/General/WebHome/icon-lessons24.svg"> 48 + <label for="" class="card__footer-label">9</label> 49 + </li> 50 + </ul> 27 27 </a> 28 28 </div> 29 29 </main></div>