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 / queue.tmpl < prev    next >
Text File  |  2009-11-06  |  786b  |  25 lines

  1. # FILE: queue.tmpl
  2. # DESCRIPTION: Message submitted to queue
  3. # Copyright (c) 2002, DiscusWare, LLC, all rights reserved
  4. # -------------------------------------------------------------------------------------------
  5. # Translation note: This file is drawn from language_pro.conf and should not itself need
  6. # to be translated.
  7.  
  8. <!--BEGIN-->
  9. <html>
  10. <head>
  11. <title>$L{MQ_TITLE}</title>
  12. <style>
  13. <!--
  14. body { font-family: $color->{face}; line-spacing: 0 }
  15. td.nb { font: 10pt $color->{face} }
  16. -->
  17. </style>
  18. <#define $pagetitle = "$L{MQ_TITLE}"#>
  19. <#insert part () "dynamic_top"#>
  20. <#if $browser->{dhtml} == 0#><font face="$color->{face}" size="$color->{size}">
  21. <p>$L{MQ_DESCRIPTION}</p>
  22. <p><a href="$general->{clickthrough}">$L{BPCLICKCONTINUE}</a></p>
  23. <#insert part () "dynamic_bottom"#>
  24. <!--END-->
  25.