Wiki source code of Accelerators
Version 23.1 by Erik Bakker on 2022/04/29 15:46
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | (% class="extension-link search-extension box" %)((( | ||
2 | ((( | ||
3 | {{velocity}} | ||
4 | === #if($services.icon)$services.icon.render('find')#end Search Extension... === | ||
5 | {{html}} | ||
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}} | ||
20 | <html><body<div class="ez-academy"> | ||
21 | <div class="ez-academy_body"> | ||
22 | <main class="master"> | ||
23 | <div class="card-container"> | ||
24 | <a href="/bin/view/Main/eMagiz%20Store/Accelerators/REST%20-%20Fire%20%26%20Forget/" class="card"> | ||
25 | <div class="card__body" style="background: url(/bin/download/Main/Images/Store/WebHome/REST%20Webservice.svg) center no-repeat; background-size: 30%;"> | ||
26 | <h4 class="title">REST - Fire & Forget</h4> | ||
27 | </div> | ||
28 | <ul class="card__footer"> | ||
29 | <li class="card__footer-item"> | ||
30 | <img class="card__footer-icon card__footer-icon--lessons" src="/bin/download/Main/Images/General/WebHome/icon-lessons24.svg"> | ||
31 | <label for="" class="card__footer-label">9</label> | ||
32 | </li> | ||
33 | </ul> | ||
34 | </a> | ||
35 | <a href="/bin/view/Main/eMagiz%20Store/Accelerators/REST%20-%20Request%20%26%20Response/" class="card"> | ||
36 | <div class="card__body" style="background: url(/bin/download/Main/Images/Store/WebHome/REST%20Webservice.svg) center no-repeat; background-size: 30%;"> | ||
37 | <h4 class="title">REST - Request & Response</h4> | ||
38 | </div> | ||
39 | <ul class="card__footer"> | ||
40 | <li class="card__footer-item"> | ||
41 | <img class="card__footer-icon card__footer-icon--lessons" src="/bin/download/Main/Images/General/WebHome/icon-lessons24.svg"> | ||
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> | ||
51 | {{/html}} |