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/main/template/default/work/view.tpl

22 lines
443 B

<div class="page-header">
<h2>
{{ work.title }}
{% if work.contains_file %}
<a href="{{ work.download_url }}"><img src="{{ "save.png"|icon(22) }}"></a>
{% endif %}
</h2>
</div>
{% if work.description %}
<p>
{{ work.description }}
</p>
{% endif %}
{% if work.contains_file and work.show_content %}
<p>
{{ work.show_content }}
</p>
{% endif %}
{% include 'default/work/comments.tpl' %}