Wiki source code of Accelerators
Version 23.1 by Erik Bakker on 2022/04/29 15:46
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
23.1 | 1 | (% class="extension-link search-extension box" %)((( |
| 2 | ((( | ||
| 3 | {{velocity}} | ||
| 4 | === #if($services.icon)$services.icon.render('find')#end Search Extension... === | ||
| |
1.1 | 5 | {{html}} |
| |
23.1 | 6 | <form action="$xwiki.getURL("ExtensionCode.ExtensionSearch")"> |
| 7 | <input type="hidden" name="f_space" value="Extension" /> | ||
| 8 | <input type="text" name="text" value="extension name..." size="25" class="withTip" id="searchTextInput" /> | ||
| 9 | <span class="buttonwrapper"> | ||
| 10 | <input class="btn btn-primary" type="submit" value="Search" id="searchSubmit"/> | ||
| 11 | </span> | ||
| 12 | </form> | ||
| 13 | {{/html}} | ||
| 14 | [[Advanced>>ExtensionCode.ExtensionSearch||queryString="space=Extension"]] | ||
| 15 | {{/velocity}} | ||
| 16 | ))) | ||
| 17 | ))) | ||
| 18 | |||
| 19 | {{html}} | ||
| |
5.1 | 20 | <html><body<div class="ez-academy"> |
| |
22.1 | 21 | <div class="ez-academy_body"> |
| |
5.1 | 22 | <main class="master"> |
| 23 | <div class="card-container"> | ||
| |
17.1 | 24 | <a href="/bin/view/Main/eMagiz%20Store/Accelerators/REST%20-%20Fire%20%26%20Forget/" class="card"> |
| |
20.1 | 25 | <div class="card__body" style="background: url(/bin/download/Main/Images/Store/WebHome/REST%20Webservice.svg) center no-repeat; background-size: 30%;"> |
| |
7.1 | 26 | <h4 class="title">REST - Fire & Forget</h4> |
| |
5.1 | 27 | </div> |
| 28 | <ul class="card__footer"> | ||
| 29 | <li class="card__footer-item"> | ||
| |
14.1 | 30 | <img class="card__footer-icon card__footer-icon--lessons" src="/bin/download/Main/Images/General/WebHome/icon-lessons24.svg"> |
| |
5.1 | 31 | <label for="" class="card__footer-label">9</label> |
| 32 | </li> | ||
| 33 | </ul> | ||
| 34 | </a> | ||
| |
21.1 | 35 | <a href="/bin/view/Main/eMagiz%20Store/Accelerators/REST%20-%20Request%20%26%20Response/" class="card"> |
| |
20.1 | 36 | <div class="card__body" style="background: url(/bin/download/Main/Images/Store/WebHome/REST%20Webservice.svg) center no-repeat; background-size: 30%;"> |
| |
7.1 | 37 | <h4 class="title">REST - Request & Response</h4> |
| |
5.1 | 38 | </div> |
| 39 | <ul class="card__footer"> | ||
| 40 | <li class="card__footer-item"> | ||
| |
14.1 | 41 | <img class="card__footer-icon card__footer-icon--lessons" src="/bin/download/Main/Images/General/WebHome/icon-lessons24.svg"> |
| |
5.1 | 42 | <label for="" class="card__footer-label">9</label> |
| 43 | </li> | ||
| 44 | </ul> | ||
| 45 | </a> | ||
| 46 | </div> | ||
| 47 | </main></div> | ||
| 48 | |||
| 49 | </div> | ||
| 50 | </span></body></html> | ||
| |
1.1 | 51 | {{/html}} |