post_subscription_controls

   Usages of this macro
... in subscribe.naml
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<macro name="post_subscription_controls" requires="node_page">
    <n.subscription_to_field
Macro
Parameters: do
.set_value
Binary
Namespace: FieldNamespace
Parameters: value
 value="DESCENDANTS"/>
    <n.subscription_to_field
Macro
Parameters: do
.hidden
Macro
Requires: field
/>
 
    <n.subscription_type_field
Macro
Parameters: do
.set_value
Binary
Namespace: FieldNamespace
Parameters: value
 value="INSTANT"/>
    <n.subscription_type_field
Macro
Parameters: do
.hidden
Macro
Requires: field
/>
 
    <div style="font-weight:bold;margin: 2em 0 .5em">
        <t>Do you really want to subscribe to <t.location><a href="[n.page_node
Binary
Namespace: NodePageNamespace
Parameters: do
.url
Macro
Requires: node
Parameters: template, date, index_record
/]"><n.page_node
Binary
Namespace: NodePageNamespace
Parameters: do
.subject
Macro
Requires: node
/></a></t.location>?</t>
    </div>
    <div class="weak-color">
        <t>You will receive an email for each new message posted under this topic.</t>
    </div>
</macro>