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 / dblpost.tmpl < prev    next >
Text File  |  2009-11-06  |  806b  |  32 lines

  1. # FILE: dblpost.tmpl
  2. # DESCRIPTION: Double Post protection
  3. # Copyright (c) 2002, DiscusWare, LLC, all rights reserved
  4. # -------------------------------------------------------------------------------------------
  5. # Translation note: This file is drawn from language.conf and should not itself need
  6. # to be translated.
  7.  
  8. <!--BEGIN-->
  9. <html>
  10. <head>
  11. <title>$L{BPALREADYPOSTED}</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{BPALREADYPOSTED}"#>
  19. <#insert part () "dynamic_top"#>
  20. <#if $browser->{dhtml} == 0#><font face="$color->{face}" size="$color->{size}">
  21.  
  22. $L{BPALREADYPOSTEDDESC}
  23.  
  24. <p></p>
  25.  
  26. <a href="$general->{clickthrough}">$L{BPCLICKCONTINUE}</a>
  27.  
  28. <p></p>
  29.  
  30. <#insert part () "dynamic_bottom"#>
  31. <!--END-->
  32.