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 / mailqapp.tmpl < prev    next >
Text File  |  2009-11-06  |  1KB  |  34 lines

  1. # FILE: mailqapp.tmpl
  2. # DESCRIPTION: Mails the moderator to alert about a new e-mail registration
  3. # -------------------------------------------------------------------------------------------
  4.  
  5. <!--BEGIN-->
  6. The following person has applied for a user account on this
  7. discussion board.  Please go to the User Manager as soon as
  8. possible to approve or reject this request.
  9. {|}
  10. {||||}$script_url/discus.$cgi_extension?pg=admin
  11. {|}
  12. ----------------------------------------
  13. {||||}$L{PROFEDIT_YOURUSERNAME} \u$message->{username}
  14. {||||}$L{PROFEDIT_YOUREMAIL} $message->{email}
  15. {||||}$L{PROFEDIT_YOURFULLNAME} $message->{fullname}
  16. <#if $#groups == 1#>
  17.     {||||}Group: $groups[1]->{grp}
  18. <#else#>
  19.     {||||}Groups:
  20.     <#foreach $group (@groups)#>
  21.         {||||||}- $group->{grp}
  22.     <#endloop#>
  23. <#endif#>
  24. ----------------------------------------
  25. {|}
  26. To change your preference of whether or not you wish to receive
  27. these notifications of new user applications, go to User
  28. Manager.
  29. {|}
  30. This message generated for moderator: $message->{moderator}
  31. {|}
  32. {|}
  33. <!--END-->
  34.