... | in print_post.naml |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
<macro name="print_post" requires="servlet">
<n.node_page.>
<n.html>
<head>
<META NAME="robots" CONTENT="noindex,nofollow"/>
<n.title.><n.page_node.subject/></n.title.>
</head>
<body>
<h2><n.page_node.subject/></h2>
<div style="margin-bottom:1em">
Posted by <b><n.page_node.owner.name/></b> on <i><n.page_node.when_created.long_format/></i>
<br/>
<b>URL:</b> <n.page_node.url/><br/>
<br/>
<n.page_node.message_with_signature/>
</div>
</body>
</n.html>
</n.node_page.>
</macro>
|
Free forum by Nabble | Edit this page |