__section__
default
__description__

Form which is displayed when user creates a discussion.

* error = Any error messages that may have occured during processing.
* id = The ID # of the new discussion.
* format_select	= [Optional] See template "edit_comment;misc;default"

__title__

__page__
comments
__lang__
en_US
__name__
newdiscussion
__template__
[% IF id %]
[% PROCESS titlebar width => "95%", title => "New Discussion Created" %]
<P>Your discussion, <A HREF="[% constants.rootdir %]/comments.pl?sid=[% id %]"><B>[% form.title %]</B></A>,
has been created.  Go to <A HREF="[% constants.rootdir %]/comments.pl?sid=[% id %]">[% constants.absolutedir %]/comments.pl?sid=[% id %]</A> to begin posting.  Remember this URL!</P>
<P>
[% PROCESS edit_comment sid => id %]
<P>
[% ELSE %]
[% IF error; error; ELSE; PROCESS titlebar width => "95%", title => "Unknown error" %]
<P>An unknown error has occurred.</P>
[% END; END %]

__seclev__
500
