home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / FAQ / cgi-bin / discus4_00 / source / rejected.tmpl < prev    next >
Text File  |  2009-11-06  |  542b  |  22 lines

  1. # FILE: rejected.tmpl
  2. # DESCRIPTION: Your user account has been rejected
  3. # -------------------------------------------------------------------------------------------
  4.  
  5. <!--BEGIN-->
  6. <#define $k = $L{APPROVE_REJECT_DEAR}#>
  7. <#replace "%fullname" with "$message->{fullname}" in $k#>
  8. $k
  9. {|}
  10. $L{APPROVE_REJECT_REJ_1}
  11. {|}
  12. {||||}$script_url/board-contact.$cgi_extension
  13. {|}
  14. <#if $general->{personal} ne ""#>
  15. $general->{personal}
  16. {|}
  17. <#endif#>
  18. <#if $general->{identity} ne ""#>
  19.     $L{APPROVE_REJECT_IDENTIFY} \u$general->{identity}
  20. <#endif#>
  21. <!--END-->
  22.