tao-test/app/taoQtiItem/views/js/qtiXmlRenderer/tpl/portableInfoControl.tpl

15 lines
578 B
Smarty
Raw Normal View History

2022-08-29 20:14:13 +02:00
<infoControl {{{join attributes '=' ' ' '"'}}}>
<portableInfoControl infoControlTypeIdentifier="{{typeIdentifier}}" hook="{{entryPoint}}" xmlns="http://www.imsglobal.org/xsd/portableInfoControl">
<resources>
<libraries>
{{#each libraries}}
<lib id="{{.}}"/>
{{/each}}
</libraries>
</resources>
{{{portableElementProperties properties ''}}}
<markup xmlns="http://www.w3.org/1999/xhtml">
{{{markup}}}
</markup>
</portableInfoControl>
</infoControl>