Changes for page For Developers
Last modified by Artur on 2025/11/06 15:37
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -16,12 +16,9 @@ 16 16 attachUrl = attachUrl 17 17 attachDecode = URLEncoder.encode(attachUrl, "UTF-8").replace(" ", "%20").replace(",", "%2C").replace("\u00A0","%A0").replace(';','%3B'){{/groovy}}{{velocity}}#set($LODEurl = 'https://basis.semanticip.org/LODE/extract?url=' + $attachDecode + '&owlapi=true&closure=true&lang=en') 18 18 **sip-sdmx in TTL Format** [[$services.localization.render('skms.general.btn.download')>>attach:$doc.getAttachmentList()[0].getFilename()||class="btn btn-primary"]] 19 - 20 20 {{html}} 21 21 <hr> 22 22 <p> 23 - <iframe id="sip-sdmxLODE" allowfullscreen="allowfullscreen" role="presentation" style="border: 1; height:900px; width:100%; overflow:auto" src="$LODEurl" title="$doc.plainTitle"></iframe>22 + <iframe id="sip-sdmxLODE" allowfullscreen="allowfullscreen" role="presentation" style="border:none; height:900px; width:100%; overflow:auto" src="$LODEurl" title="$doc.plainTitle"></iframe> 24 24 </p> 25 -{{/html}} 26 - 27 -{{/velocity}} 24 +{{/html}}{{/velocity}}