| ... |
... |
@@ -1,5 +1,5 @@ |
| 1 |
1 |
{{velocity}} |
| 2 |
|
-{{html}} |
|
2 |
+{{html clean="false"}} |
| 3 |
3 |
## space: $spaceDoc <br /> |
| 4 |
4 |
## children: $spaceDoc.getChildren() |
| 5 |
5 |
|
| ... |
... |
@@ -6,7 +6,14 @@ |
| 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 |
|
-<div class="row"> |
|
9 |
+<style> |
|
10 |
+.applications div { |
|
11 |
+ border: 1px solid var(--color-support-light); |
|
12 |
+} |
|
13 |
+</style> |
|
14 |
+ |
|
15 |
+ |
|
16 |
+<div class="row applications"> |
| 10 |
10 |
#foreach($application in $applications) |
| 11 |
11 |
#set($app = $xwiki.getDocument($application)) |
| 12 |
12 |
#set($URL = $app.display('url')) |