view src/nabble/view/naml/new_topic.naml @ 0:7ecd1a4ef557

add content
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 21 Mar 2019 19:15:52 -0600
parents
children 72765b66e2c3
line wrap: on
line source

<macro name="new_topic" requires="servlet">
	<n.new_post>
		<page_name>
			<t>Post New Message</t>
		</page_name>
		<focus>
			<n.subject_field.focus/>
		</focus>
		<mailing_list_etiquette>
			<li><t>If you are posting a question, please try search first. Your question may have already been answered.</t></li>
			<li><t>Don't post repeatedly. Wait for a few days. People will read your post by email.</t></li>
		</mailing_list_etiquette>
	</n.new_post>
</macro>