| ... |
... |
@@ -1,5 +1,5 @@ |
| 1 |
1 |
{{velocity}} |
| 2 |
|
-{{html clean="false"}} |
|
2 |
+{{html}} |
| 3 |
3 |
## space: $spaceDoc <br /> |
| 4 |
4 |
## children: $spaceDoc.getChildren() |
| 5 |
5 |
|
| ... |
... |
@@ -6,14 +6,7 @@ |
| 6 |
6 |
#set($query = 'select doc from Document doc, doc.object(ExternalApps.Code.ExternalAppsClass) as app') |
| 7 |
7 |
#set($applications = $services.query.xwql($query).addFilter('hidden').execute()) |
| 8 |
8 |
|
| 9 |
|
-<style> |
| 10 |
|
-.applications div { |
| 11 |
|
- border: 1px solid var(--color-support-light); |
| 12 |
|
-} |
| 13 |
|
-</style> |
| 14 |
|
- |
| 15 |
|
- |
| 16 |
|
-<div class="row applications"> |
|
9 |
+<div class="row"> |
| 17 |
17 |
#foreach($application in $applications) |
| 18 |
18 |
#set($app = $xwiki.getDocument($application)) |
| 19 |
19 |
#set($URL = $app.display('url')) |