/modules/mod_authentication/templates/logoff.tpl

http://github.com/zotonic/zotonic · Smarty Template · 16 lines · 10 code · 6 blank · 0 comment · 1 complexity · e334a34976a29429682bf46db2174ad7 MD5 · raw file

  1. {% extends "base.tpl" %}
  2. {% block title %}{_ Sign out _} ...{% endblock %}
  3. {% block html_head_extra %}
  4. <meta http-equiv="refresh" content="4;url={{ q.p|escape|default:"/"}}" />
  5. {% endblock %}
  6. {% block content_area %}
  7. <h1>{_ One moment please, signing out... _}</h1>
  8. <p>{_ You will be redirected to the home page. _}</p>
  9. {% all include "_logoff_extra.tpl" %}
  10. {% endblock %}