__section__
default
__description__
Save a submission

* title = passed to titlebar
* width = passed to titlebar
* missingemail = boolean for whether email is missing
* anonsubmit = boolean for whether submission is anonymous
* submissioncount = total submissions pending
__title__

__page__
submit
__lang__
en_US
__name__
saveSub
__template__
[% PROCESS titlebar %]
[% IF missingemail %]
	<p>Perhaps you would like to enter an email address or a URL next time.</p>
[% END %]

[% IF anonsubmit %]
	<p>This story has been submitted anonymously.</p>
[% END %]

	<p>Thanks for the submission.</p>

__seclev__
10000
__version__
$Id: saveSub;submit;default,v 1.8 2005/09/07 17:04:48 tvroom Exp $
