template.tpl 826 B

12345678910111213141516
  1. {% if add_shibboleth_login_button.show_message %}
  2. <link href="{{ _p.web_plugin }}add_shibboleth_login_button/css.css" rel="stylesheet" type="text/css">
  3. <div class="well">
  4. {% if add_shibboleth_login_button.url_label %}
  5. <img src="{{ add_shibboleth_login_button.url_label }}" class='shibboleth_plugin_image'/>
  6. {% endif %}
  7. <h4>{{ add_shibboleth_login_button.button_label }}</h4>
  8. {% if add_shibboleth_login_button.url_label %}
  9. <div class='shibboleth_plugin_clear'>&nbsp;</div>
  10. {% endif %}
  11. <div class='shibboleth_plugin_comm'>{{ add_shibboleth_login_button.comm_label }}</div>
  12. <button class="btn btn-default" onclick="javascript:self.location.href='main/auth/shibboleth/login.php'">{{ "LoginEnter"|get_lang }}</button>
  13. </div>
  14. {% endif %}