/modules/mod_signup/templates/_logon_link.tpl

http://github.com/zotonic/zotonic · Smarty Template · 19 lines · 16 code · 3 blank · 0 comment · 2 complexity · ee298ab101f3388b7dd2b8cec54d8423 MD5 · raw file

  1. {% if not m.acl.user %}
  2. <p>{_ No account yet? _} <a href="{% url signup p=page %}" id="go_to_signup">{_ Sign up _}</a></p>
  3. {% if logon_state %}
  4. {% wire id="back_to_logon"
  5. action={
  6. replace
  7. template=update_template
  8. target=update_target
  9. logon_state="signup"
  10. logon_context=logon_context
  11. style_boxed=style_boxed
  12. style_width=style_width
  13. }
  14. %}
  15. {% endif %}
  16. {% endif %}