home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
rtsi.com
/
2014.01.www.rtsi.com.tar
/
www.rtsi.com
/
OS9
/
FAQ
/
discus_admin_1357211388
/
template
/
mailmesg
/
emadmin.tmpl
< prev
next >
Wrap
Text File
|
2009-11-06
|
2KB
|
71 lines
# FILE: emadmin.tmpl
# DESCRIPTION: E-mail administration results
# -------------------------------------------------------------------------------------------
<!--BEGIN-->
<#define array @commands (_index, text)#>
1 Delete Message
2 Delete Conversation
3 Approve Queued Message
4 Reject Queued Message
5 Move Message
6 Close Conversation
7 Annotate Message on Top
8 Annotate Message on Bottom
<#/define#>
<#if $general->{error} == 0#>
--------------------------------------
{|}
This message is confirmation that the command(s) you issued were successfully carried out. The list of commands you specified are noted below.
{|}
--------------------------------------
{|}
<#foreach $record (@record)#>
Command: <#pick text $record->{interp} from @commands(*)#>
<#endloop#>
<#else#>
--------------------------------------
{|}
This message is notification that an error occurred processing the administrative commands you specified. The error is as follows:
{|}
--------------------------------------
{|}
<#if $general->{error} == 1#>
Authentication Error: The username/password combination given is not a valid moderator login.
<#endif#>
<#if $general->{error} == 2#>
Permission Error: You do not have permission to edit the selected topic or page.
<#endif#>
<#if $general->{error} == 3#>
Delete Message Error: Page does not exist, or message already deleted.
<#endif#>
<#if $general->{error} == 4#>
Delete Page Error: Page does not exist (perhaps it was already deleted).
<#endif#>
<#if $general->{error} == 5#>
Queued Message Error: Message not in queue (perhaps it was already approved or rejected).
<#endif#>
<#if $general->{error} == 6#>
Close Conversation Error: Page does not exist (perhaps it was already deleted).
<#endif#>
<#if $general->{error} == 6#>
Edit Post Error: Page does not exist (perhaps it was already deleted).
<#endif#>
<#if $general->{error} == 7#>
Edit Post Error: Post does not exist (perhaps it deleted or moved).
<#endif#>
<#if $general->{error} == 8#>
Move Message Error: You do not have permission to move the message to the destination.
<#endif#>
<#if $general->{error} == 9#>
Move Message Error: Destination page does not exist.
<#endif#>
<#if $general->{error} == 10#>
Move Message Error: Source page does not exist (perhaps it was deleted).
<#endif#>
{|}
--------------------------------------
<#endif#>
<!--END-->