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/public/main/template/default/social/skills_block.html.twig

53 lines
2.1 KiB

{% import '@ChamiloCore/Macros/box.html.twig' as macro %}
<script>
$(function () {
jQuery('.scrollbar-inner').scrollbar();
});
</script>
{% autoescape false %}
{% set data %}
{% if skills %}
{{ skills }}
{% else %}
<p>{{ 'Without achieved skills'|trans }}</p>
<p>
<a href="{{ url('index') ~ 'main/social/skills_wheel.php' }}">
{{ 'Skills wheel'|trans }}
</a>
</p>
{% endif %}
{% endset %}
{{ macro.panel("Skills" | trans, data) }}
{#<div class="panel-group" id="skill-block" role="tablist" aria-multiselectable="true">#}
{#<div class="panel panel-default">#}
{#<div class="panel-heading" role="tab" id="headingOne">#}
{#<h4 class="panel-title">#}
{#<a role="button" data-toggle="collapse" data-parent="#skill-block" href="#skillList" aria-expanded="true" aria-controls="skillList">#}
{#{{ 'Skills' | get_lang }}#}
{#</a>#}
{#<div class="btn-group pull-right">#}
{#<a class="btn btn-xs btn--plain dropdown-toggle" data-toggle="dropdown" href="#">#}
{#<span class="caret"></span>#}
{#</a>#}
{#<ul class="dropdown-menu">#}
{#{% if show_skills_report_link %}#}
{#<li>#}
{#<a href="{{ _p.web_main ~ 'social/my_skills_report.php' }}"> {{'Skills report'|get_lang }}</a>#}
{#</li>#}
{#{% endif %}#}
{#<li>#}
{#<a href="{{ _p.web_main ~ 'social/skills_wheel.php' }}"> {{ 'Skills wheel'|get_lang }}</a>#}
{#</li>#}
{#<li>#}
{#<a href="{{ _p.web_main ~ 'social/skills_ranking.php' }}"> {{ 'Your skill ranking: %s'|get_lang|format(ranking) }}</a>#}
{#</li>#}
{#</ul>#}
{#</div>#}
{#</h4>#}
{#</div>#}
{#</div>#}
{#</div>#}
{% endautoescape %}