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 / quotatst.tmpl < prev    next >
Text File  |  2009-11-06  |  2KB  |  53 lines

  1. # FILE: quotatst.tmpl
  2. # DESCRIPTION: Disk Quota Test Result screen
  3. # Copyright (c) 2002, DiscusWare, LLC, all rights reserved
  4. # -------------------------------------------------------------------------------------------
  5.  
  6. <!--BEGIN-->
  7. <html>
  8. <head>
  9. <title>Disk Quota Test Results</title>
  10. </head>
  11. <body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#000ff">
  12. $fs<font size=3><center><b>Disk Quota Test Results</b></center></font>
  13. <hr>
  14. <h4>Test Output</h4>
  15. <p>
  16. <table bgcolor=#e3e3e3 border=1 width=100%><tr><td>$fs
  17. You requested the program to create a test file with size <b>$result->{sizereq}</b> MB.
  18. <p>
  19. <#if $result->{sizeflag} == 0#>
  20.     This test was successful.  Your system has at least <b>$result->{sizereq}</b> MB available.
  21. <#else#>
  22.     This test <font color=#ff0000><b>failed</b></font>!  The maximum file size that
  23.     could be written was <b>$result->{achieved}</b> MB.
  24.     <#if $result->{explanation} ne ""#>
  25.         The reason reported by the system for the failure was:
  26.         <b>$result->{explanation}</b>.
  27.     <#endif#>
  28. <#endif#>
  29. <p>
  30. <#if $result->{warn} == 1#>
  31.     <font color=#ff0000><b>WARNING!</b></font>
  32.     The QUOTA.txt file in your "backups" directory could not be deleted.
  33.     You must re-enable your board before it can be used.
  34.     <p>
  35. <#endif#>
  36. <#if $result->{stillthere} == 1#>
  37.     <font color=#ff0000><b>WARNING!</b></font>
  38.     The test file, <b>quotatest-file</b>, in your "backups" directory, could not
  39.     be removed.  This file will be large, as it was created in your test.  You
  40.     should delete this file by telnet or FTP to conserve disk space.
  41.     <p>
  42. <#endif#>
  43. </font></td></tr></table>
  44. <p>
  45. <center>
  46. <form>
  47. <input type=button onClick="self.location = '$general->{url}&menu=1';" value="Return to Test Screen">
  48. </form>
  49. </center>
  50. </body>
  51. </html>
  52. <!--END-->
  53.