... | in subscribe_user_top_digest.naml |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
<macro name="subscribe_user_top_digest" requires="servlet">
<n.node_page Macro Requires: servlet
Parameters:
do
♦ ♦
<n.set_local_user Macro Parameters:
user
♦ ♦ Binary Namespace: NabbleNamespace
Parameters:
user_id, do
♦ ♦ Binary Namespace: RequestNamespace
Parameters:
name
♦ ♦
<n.set_local_subscription Macro Parameters:
subscription
♦ ♦ Binary Namespace: NodePageNamespace
Parameters:
do
♦ ♦ Binary Namespace: NodeNamespace
Parameters:
do, email
♦ ♦ Macro Parameters:
do
♦ ♦ Binary Namespace: UserNamespace
♦ ♦
<n.if Binary Namespace: BasicNamespace
Parameters:
condition, else, then
♦ ♦ Macro Requires: servlet
♦ ♦
<then>
<n.if Binary Namespace: BasicNamespace
Parameters:
condition, else, then
♦ ♦ Binary Namespace: BasicNamespace
Parameters:
value2, value1
♦ ♦ Macro ♦ ♦
<then>
<n.local_subscription Macro Parameters:
do
♦ ♦ Binary Namespace: SubscriptionNamespace
Parameters:
to, type
♦ ♦
to="DESCENDANTS"
type="DAILY_DIGEST"
/>
<n.redirect_to Binary Namespace: ServletNamespace
Parameters:
url
♦ ♦ Macro ♦ ♦
</then>
</n.if.equal>
</then>
</n.if.is_submitted_form>
<n.html Macro Parameters:
head, body
♦ ♦
<head>
<n.title Macro Parameters:
text
♦ ♦
<n.main_title_css Macro ♦ ♦
</head>
<body>
<br/>
<div class="shaded-bg-color rounded second-font main-title">
<t>Subscribe User to Top Digest Only</t>
</div>
<div style="font-weight:bold;margin: 2em 0 1em">
<t>Do you really want to subscribe this user to <t.location><a href="[n.page_node Binary Namespace: NodePageNamespace
Parameters:
do
♦ ♦ Macro Requires: node
Parameters:
template, date, index_record
♦ ♦ Binary Namespace: NodePageNamespace
Parameters:
do
♦ ♦ Macro Requires: node
♦ ♦
</div>
<n.form Macro Requires: servlet
Parameters:
macro, method, onsubmit, content
♦ ♦
<input type="hidden" name="node" value="[n.page_node Binary Namespace: NodePageNamespace
Parameters:
do
♦ ♦ Binary Namespace: NodeNamespace
♦ ♦
<input type="hidden" name="action" value="save-subscription"/>
<br/><input type="submit" class="toolbar action-button" value="[t]Save Subscription[/t]"/>
<t>or</t> <a href="javascript:history.back()"><t>Cancel</t></a>
</n.form.>
</body>
</n.html>
</n.node_page.>
</macro>
|
Free forum by Nabble | Edit this page |