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

5 lines
192 B
Smarty

{{~#if body~}}
<object{{#if attributes}} {{{join attributes '=' ' ' '"'}}}{{/if}}>{{{body}}}</object>
{{~else~}}
<object{{#if attributes}} {{{join attributes '=' ' ' '"'}}}{{/if}} />
{{~/if~}}