File: saveSub%3Bsubmit%3Bdefault

package info (click to toggle)
slash 2.2.6-8etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 3,672 kB
  • ctags: 1,915
  • sloc: perl: 23,113; sql: 1,878; sh: 433; makefile: 233
file content (33 lines) | stat: -rwxr-xr-x 613 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
__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 = totoal 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