... | in subscribe.naml |
163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187
|
<macro name="show_mailing_list_alert" requires="node_page">
<n.if Binary Namespace: BasicNamespace
Parameters:
condition, else, then
♦ ♦
<condition>
<n.either Binary Namespace: BasicNamespace
Parameters:
condition1, condition2
♦ ♦
<condition1.page_node Binary Namespace: NodePageNamespace
Parameters:
do
♦ ♦ Binary Namespace: NodeNamespace
♦ ♦
<condition2.page_node Binary Namespace: NodePageNamespace
Parameters:
do
♦ ♦ Binary Namespace: NodeNamespace
♦ ♦
</n.either>
</condition>
<then>
<div class="info-message rounded" style="padding:.5em;margin-top:1em">
<t><b>IMPORTANT:</b> This subscription is independent of the real mailing list subscription.
Basically, you will subscribe to the forum archive, not to the mailing list itself.
The archive subscription won't guarantee that your messages will be accepted by mailing list.</t>
<n.if Binary Namespace: BasicNamespace
Parameters:
condition, else, then
♦ ♦ Binary Namespace: NodePageNamespace
Parameters:
do
♦ ♦ Binary Namespace: NodeNamespace
♦ ♦
<then>
<n.page_node Binary Namespace: NodePageNamespace
Parameters:
do
♦ ♦ Binary Namespace: NodeNamespace
Parameters:
do
♦ ♦
<t>If you want to subscribe to the mailing list instead,
<n.mailing_list_options_link Macro Requires: mailing_list
Parameters:
text, title, class
♦ ♦
</n.page_node.get_associated_mailing_list_archive.>
</then>
</n.if.page_node.is_a_mailing_list_archive>
</div>
</then>
</n.if>
</macro>
|
Powered by Nabble | NAML |