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 / approved.tmpl < prev    next >
Text File  |  2009-11-06  |  917b  |  35 lines

  1. # FILE: approved.tmpl
  2. # DESCRIPTION: Your user account has been approved
  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_APP_1}
  11. {|}
  12. {||||}$script_url/discus.$cgi_extension
  13. {|}
  14. $L{SELFREG_KEY_MESSAGE_INSTRUCTIONS_1}
  15. {|}
  16. {||}$script_url/board-profile.$cgi_extension?action=register4&u=$message->{username}&k=$message->{activation_key}
  17. {|}
  18. $L{APPROVE_REJECT_APP_2}
  19. {|}
  20. {||||}$L{PROFEDIT_YOURUSERNAME} \u$message->{username}
  21. {||||}$L{PROFEDIT_YOUREMAIL} $message->{email}
  22. {||||}$L{PROFEDIT_YOURFULLNAME} $message->{fullname}
  23. {|}
  24. $L{APPROVE_REJECT_APP_3}
  25. {|}
  26. <#if $general->{personal} ne ""#>
  27. $general->{personal}
  28. {|}
  29. <#endif#>
  30. <#if $general->{identity} ne ""#>
  31.     $L{APPROVE_REJECT_IDENTIFY} \u$general->{identity}
  32. <#endif#>
  33. {|}
  34. <!--END-->
  35.