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

  1. # FILE: errormsg.tmpl
  2. # DESCRIPTION: Discus error message screens
  3. # Copyright (c) 2002, DiscusWare, LLC, all rights reserved
  4. # -------------------------------------------------------------------------------------------
  5.  
  6. <!--BEGIN-->
  7. <html>
  8. <head>
  9. <title>$L{DISCUS_PROGRAM_ERROR_MESSAGE}</title>
  10. </head>
  11. <#define $pagetitle = "$general->{reason}"#>
  12. <#define $skip_nav_bar = "1"#>
  13. <#insert part () "dynamic_top"#>
  14. <#if $browser->{dhtml} == 0#><font face="$color->{face}" size="$color->{size}">
  15.  
  16. <p>$general->{explanation}</p>
  17.  
  18. <p>
  19. <#if $general->{noerr} == 0#>
  20.     <#if $general->{excl_pt} ne ""#>
  21.         <b>System Reports:</b> <i>$general->{excl_pt}</i>
  22.     <#endif#>
  23. <p>
  24. <#endif#>
  25. $L{ERROR_PLEASE_CONTACT}
  26. <#if $GLOBAL_OPTIONS{contact_name} ne ""#>
  27.     <#if $GLOBAL_OPTIONS{contact_email} ne ""#>
  28.         <a href="mailto:$GLOBAL_OPTIONS{contact_email}">$GLOBAL_OPTIONS{contact_name}</a>
  29.     <#else#>
  30.         $GLOBAL_OPTIONS{contact_name}
  31.     <#endif#>
  32. <#else#>
  33.     $contact
  34. <#endif#>
  35. $L{ERROR_IF_THIS_PROBLEM_PERSISTS}
  36. </p>
  37. <p>
  38. <table border=0 bgcolor=#ffcccc width=100%><tr><td>
  39. <font face="arial,helvetica" size=1>
  40. <b>Discus<#if pro#> Pro<#endif#> $PARAMS->{release}.$PARAMS->{revision}</b><br>
  41. Copyright © 2002, DiscusWare, LLC, all rights reserved<br>
  42. Perl $general->{perl}/$general->{os}</font></td></tr></table>
  43. <!--
  44. <!-Begin Error Message-!>
  45. $general->{reason}:
  46. $general->{explanation}
  47. <!-End Error Message-!>
  48. -->
  49. </p>
  50. <#insert part () "dynamic_bottom"#>
  51. <!--END-->
  52.