/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
- {% if not m.acl.user %}
- <p>{_ No account yet? _} <a href="{% url signup p=page %}" id="go_to_signup">{_ Sign up _}</a></p>
- {% if logon_state %}
- {% wire id="back_to_logon"
- action={
- replace
- template=update_template
- target=update_target
- logon_state="signup"
- logon_context=logon_context
- style_boxed=style_boxed
- style_width=style_width
- }
- %}
- {% endif %}
- {% endif %}