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
/
rejected.tmpl
< prev
next >
Wrap
Text File
|
2009-11-06
|
542b
|
22 lines
# FILE: rejected.tmpl
# DESCRIPTION: Your user account has been rejected
# -------------------------------------------------------------------------------------------
<!--BEGIN-->
<#define $k = $L{APPROVE_REJECT_DEAR}#>
<#replace "%fullname" with "$message->{fullname}" in $k#>
$k
{|}
$L{APPROVE_REJECT_REJ_1}
{|}
{||||}$script_url/board-contact.$cgi_extension
{|}
<#if $general->{personal} ne ""#>
$general->{personal}
{|}
<#endif#>
<#if $general->{identity} ne ""#>
$L{APPROVE_REJECT_IDENTIFY} \u$general->{identity}
<#endif#>
<!--END-->