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/add_cas_logout_button/template.tpl

15 lines
770 B

{% if add_cas_logout_button.show_message %}
<link href="{{ _p.web_plugin }}add_cas_logout_button/css.css" rel="stylesheet" type="text/css">
<div class="well">
{% if add_cas_logout_button.logout_image_url %}
<img src="{{add_cas_logout_button.logout_image_url}}" class='cas_plugin_image'/>
{% endif %}
<h4>{{add_cas_logout_button.logout_label}}</h4>
{% if add_cas_logout_button.logout_image_url %}
<div class='cas_plugin_clear'>&nbsp;</div>
{% endif %}
<div class='cas_plugin_comm'>{{add_cas_logout_button.logout_comment}}</div>
<button class="btn" onclick="javascript:self.location.href='main/auth/cas/logout.php'">{{"Logout"|get_lang}}</button>
</div>
{% endif %}