diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/nabble/view/naml/print_post.naml	Thu Mar 21 19:15:52 2019 -0600
@@ -0,0 +1,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>
\ No newline at end of file