__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__
metamod
__lang__
en_US
__name__
data
__template__
[% SWITCH value %]
[% CASE 'not-eligible' %]
	[% returnme.data_constant = 1 %] 
	<br>You are currently not eligible to Meta Moderate.<br>
	Return to
	<a href="[% constants.real_rootdir %]/">the [% constants.sitename %] homepage</a>.<br>

[% CASE 'header' %]
	[% returnme.data_constant = 1 %] 
	Meta Moderation

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

[% CASE 'no_moderation' %]
	[% returnme.data_constant = 1 %] 
	<p>The moderation system for [% constants.sitename %] is currently down.</p>

[% CASE 'unexpected_item' %]
	[% returnme.data_constant = 1 %] 
	<p>An error occurred during processing. Please re-load your meta-moderation form
	and try again.</p>

[% CASE 'thanks' %]
	Thanks for meta-moderating some of [% constants.sitename %]'s many moderations.
	This gives our moderators feedback and helps the whole system work!
	<p>You probably want to go
	<a href="[% constants.real_rootdir %]/">home</a> now, or maybe to
	<a href="[% constants.real_rootdir %]/users.pl">your user page</a>.

[% END %]

__seclev__
1000
__version__
$Id: data;metamod;default,v 1.2 2006/10/26 17:33:04 jamiemccarthy Exp $
