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 / tmansucc.tmpl < prev    next >
Text File  |  2009-11-06  |  710b  |  27 lines

  1. # FILE: tmansucc.tmpl
  2. # DESCRIPTION: Task Manager started/killed
  3. # Copyright (c) 2002, DiscusWare, LLC, all rights reserved
  4. # -------------------------------------------------------------------------------------------
  5.  
  6. <!--BEGIN-->
  7. <html>
  8. <head>
  9. <title>Success</title>
  10. <style>
  11. body { font-family: $color->{face}; font-size: 11pt; text-align: center; line-spacing: 0 }
  12. </style>
  13. </head>
  14. <body bgcolor="#ffffff" text="#000000">
  15. <p>
  16. <#if $general->{op} eq "kill"#>The task manager has been successfully stopped.
  17. <#if $general->{op} eq "start"#>The task manager has been successfully restarted.
  18. </p>
  19. <form>
  20. <center>
  21. <input type=button onClick="self.close()" value="OK">
  22. </center>
  23. </form>
  24. </body>
  25. </html>
  26. <!--END-->
  27.