comparison src/nabble/view/naml/print_post.naml @ 0:7ecd1a4ef557

add content
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 21 Mar 2019 19:15:52 -0600
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:7ecd1a4ef557
1 <macro name="print_post" requires="servlet">
2 <n.node_page.>
3 <n.html>
4 <head>
5 <META NAME="robots" CONTENT="noindex,nofollow"/>
6 <n.title.><n.page_node.subject/></n.title.>
7 </head>
8 <body>
9 <h2><n.page_node.subject/></h2>
10
11 <div style="margin-bottom:1em">
12 Posted by <b><n.page_node.owner.name/></b> on <i><n.page_node.when_created.long_format/></i>
13 <br/>
14 <b>URL:</b> <n.page_node.url/><br/>
15 <br/>
16 <n.page_node.message_with_signature/>
17 </div>
18 </body>
19 </n.html>
20 </n.node_page.>
21 </macro>