__section__ default __description__ Display submission form * fixedstory = submission for preview * savestory = boolean for OK to print "Submit" button * username = user's name * fakeemail = user's mail/URL * section = submission section name * topic = submission topic hashref * width = passed to titlebar * title = passed to titlebar __title__ __page__ submit __lang__ en_US __name__ displayForm __template__ [% USE Slash; IF fakeemail && username; subtext = "$username writes \"$fixedstory\""; ELSIF username; subtext = "$username writes \"$fixedstory\""; ELSE; subtext = fixedstory; END; %] [% PROCESS titlebar title = "$constants.sitename Story Submissions" %] [% IF constants.submiss_view %]

View Current Pending Submissions

[% END %]
[% IF form.formkey %] [% END %]

Here is where you can submit a story for the [% constants.sitename %] Editors to peer at it, poke it with a stick, and perhaps post it for all to share and enjoy. It is very important that you write a clear simple subject, and include relevant links in your story. If you wish to be anonymous, feel free to leave the identifying fields blank. Anonymity has no effect on whether we will accept or reject the story.

[%# username is the only of from, email, subj that needs to be filtered in %] [%# the tag attribute; the others already have been in submit.pl. %] [% PROCESS formLabel value => "Your Name", comment => "Leave Blank to be Anonymous" %] [% PROCESS formLabel value => "Your Email or Homepage", comment => "Where Users Can Contact You" %] [% PROCESS formLabel value => "Subject", comment => "Be Descriptive, Clear and Simple!" %]
(bad subjects='Check This Out!' or 'An Article'. We get many submissions each day, and if yours isn't clear, it will be deleted.) [% PROCESS formLabel value => "Topic and Section", comment => "" %] [% tid = form.tid || 'news' %] [% Slash.selectTopic('tid', tid, section, 1) %] [% Slash.selectSection('section', section, 0, 1) %]
(Almost everything should go under Articles) [% IF savestory %]

[% PROCESS titlebar width => "100%", title => form.subj %] [% topic.alttext %]

[% subtext %]

[% END %] [% PROCESS formLabel value => "The Scoop", comment => "HTML is fine, but double check those URLs and HTML tags!" %]
(Are you sure you included a URL? Didja test them for typos?)

[% IF savestory %] [% ELSE %] (You must preview once before you can submit) [% END %]

__seclev__ 10000