new_user_email_html

NAML documentation   Watch a video
   Usages of this macro
... in email_registration_notification.naml
36
37
38
39
40
41
42
43
44
45
46
47
48
<macro name="new_user_email_html" requires="user" unindent="true">
    <h2><t>New registered user in <t.location.root_node
Binary
Namespace: NabbleNamespace
Parameters: do
.subject
Macro
Requires: node
/>!</t></h2>
    <t>Name</t> = <n.name
Binary
Namespace: UserNamespace
Parameters: truncate
/><br/>
    <t>Email</t> = <n.user_email
Binary
Namespace: UserNamespace
/><br/>
    <br/>
    <b><t>User profile</t></b><br/>
    <a href="[n.url
Macro
Requires: user
Parameters: filter, index_record
/]"><n.url
Macro
Requires: user
Parameters: filter, index_record
/></a><br/>
    <br/>
    <div style="color:#666; font: 11px tahoma,geneva,helvetica,arial,sans-serif;margin-top:.4em">
        <n.root_node
Binary
Namespace: NabbleNamespace
Parameters: do
.subject
Macro
Requires: node
/><br/>
        <a href="[n.base_url
Binary
Namespace: NabbleNamespace
/]"><n.base_url
Binary
Namespace: NabbleNamespace
/></a>
    </div>
</macro>