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