... | in manage_subscribers.naml |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
<macro name="manage_subscribers" requires="servlet">
<n.node_page.>
<n.if.not.visitor.can_manage_subscribers_of.page_node>
<then>
<n.login.><t>Only authorized users can proceed in this area.</t></n.login.>
</then>
</n.if.not.visitor.can_manage_subscribers_of.page_node>
<n.html>
<head>
<META NAME="robots" CONTENT="noindex,nofollow"/>
<n.title.><t>Manage Subscribers</t></n.title.>
</head>
<body>
<n.edit_header first_text="[t]Manage Subscribers[/t]" second_text="[n.page_node.get_app_node.subject/]" />
<n.manage_subscribers_controls/>
</body>
</n.html>
</n.node_page.>
</macro>
|
Free forum by Nabble | Edit this page |