tao-test/app/taoQtiItem/views/js/qtiCreator/tpl/table.tpl

10 lines
260 B
Smarty
Raw Normal View History

2022-08-29 20:14:13 +02:00
<div
class="qti-table-container"
data-serial="{{serial}}"
data-qti-class="table"
>
<table class="qti-table" data-html-editable="true"{{#if attributes.summary}} summary="{{attributes.summary}}"{{/if}}>
{{{body}}}
</table>
</div>