__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 'users_no_discussions' %]
	[% returnme.data_constant = 1 %] 
	This user has created no [% label %]s.

[% CASE 'nodiscussions' %]
	[% returnme.data_constant = 1 %] 
	There are no [% label %]s listed here.

[% CASE 'active_discussions' %]
	[% returnme.data_constant = 1 %] 
	Several Active [% label.ucfirst %]s 

[% CASE 'all_discussions' %]
	[% returnme.data_constant = 1 %] 
	All Active [% label.ucfirst %]s 

[% CASE 'user_discussions' %]
	[% returnme.data_constant = 1 %] 
	User Created [% label.ucfirst %]s

[% CASE 'user_discussion' %]
	[% returnme.data_constant = 1 %] 
	[% label.ucfirst %]s created by [% name %]

[% CASE 'archive_error' %]
	[% returnme.data_constant = 1 %] 
	This [% label %] has been archived, no further changes/additions can be made to it.

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

[% CASE 'created_discussion' %]
	[% returnme.data_constant = 1 %] 
	[% label.ucfirst %] has been created	

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

[% CASE 'metamoderate_message' %]
	[% returnme.data_constant = 1 %]
	MetaModeration completed.

[% CASE 'metamods_performed' %]
	<p>[% num %] MetaModeration(s) Completed.

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

[% CASE 'metamoderating' %]
	[% returnme.data_constant = 1 %]
	MetaModerating...

[% 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: data;comments;default,v 1.23 2005/07/27 22:54:46 pudge Exp $
