__section__
default
__description__
Repository for random data elements.

* value = the name of the data element to retrieve

Each data element may have any number of other variables.
__title__

__page__
comments
__lang__
en_US
__name__
data
__template__
[% 
	label = 'discussion';
%]

[% SWITCH value %]

[% CASE 'label' %]
	[% returnme.data_constant = 1 %] 
	[% label %]

[% CASE 'submitted_comment' %]
	[% returnme.data_constant = 1 %] 
	Submitted Comment

[% CASE 'no_discreate_msg' %]
	You either aren't <a href="[% gSkin.rootdir %]/users.pl">logged in</a>
	or don't have sufficient privileges to submit a [% label %].

[% CASE 'moderating' %]
	[% returnme.data_constant = 1 %]
	Moderating...

[% CASE 'deletecid' %]
	Delete [% form.cid | strip_nohtml %]

[% CASE 'try_journals' %]
	No discussion or comments found for this request.
	To create your own discussion, please use
	<a href="[% gSkin.rootdir %]/journal.pl">journals</a>.
	[% IF user.is_anon %]
	    (You must be <a href="[% gSkin.rootdir %]/login.pl">logged in</a>
	    to create a journal entry.)
	[% END %]

[% CASE 'sigdash' %]
	[% returnme.data_constant = 1 %]
	--<br>

[% END %]

__seclev__
10000
__version__
$Id$
