Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/plugin/xapi/views/cmi5_launch.twig

15 lines
430 B

<div class="container-fluid">
<div class="row" id="pnl-row">
<div class="col-sm-3" id="pnl-left">
<h3>{{ tool.title }}</h3>
<p>{{ tool.description }}</p>
<hr>
{{ toc_html }}
</div>
<div class="col-sm-9" id="pnl-right">
<iframe id="ifr-content" name="ifr_content" src="about:blank" frameborder="0"></iframe>
</div>
</div>
</div>