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