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.
		
		
		
		
		
			
		
			
				
					
					
						
							15 lines
						
					
					
						
							778 B
						
					
					
				
			
		
		
	
	
							15 lines
						
					
					
						
							778 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'> </div>
 | 
						|
        {% endif %}
 | 
						|
        <div class='cas_plugin_comm'>{{add_cas_logout_button.logout_comment}}</div>
 | 
						|
        <button class="btn btn-default" onclick="javascript:self.location.href='main/auth/cas/logout.php'">{{"Logout"|get_lang}}</button>
 | 
						|
        
 | 
						|
    </div>
 | 
						|
{% endif %}
 | 
						|
 |