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 / gauge.tmpl < prev    next >
Text File  |  2009-11-06  |  5KB  |  149 lines

  1. # FILE: dr_main.html
  2. # DESCRIPTION: Data Recovery interface
  3. # Copyright (c) 2002, DiscusWare, LLC, all rights reserved
  4. # -------------------------------------------------------------------------------------------
  5.  
  6. <!--BEGIN-->
  7. <#define array @ops1 (_index, text)#>
  8. 1    Indexing Board
  9. 2    Regenerating Board
  10. 3    Creating Backup
  11. 4    Please wait while your board is upgraded...
  12. 5    Renaming Subtopic
  13. 6    Moving Pages/Links
  14. 7    Renaming Topic
  15. 8    Saving META Tags
  16. 9    Performing Page Data Recovery
  17. 10    Opening & Closing Subtopics
  18. 11    Importing into Database
  19. 12    Exporting from Database
  20. 13    Restoring from Backup
  21. 14    Creating Export Files
  22. 15    Manual Archiving/Pruning
  23. 16    Log Cleanup/Recovery/Maintenance
  24. 17    Thumbnail Regeneration
  25. 18    Post & Status Regeneration
  26. <#/define#>
  27.  
  28. <#define array @ops2 (_index, text)#>
  29. 99    Page Regeneration in Progress
  30. 100    Gathering Page Data
  31. 101    Sorting Lists
  32. 102    Compiling Lists
  33. 103    Compiling Search Data
  34. 110    Preparing Database
  35. 300    Gathering File Data
  36. 301    Creating Lists of Files to Back Up
  37. 302    Backing Up Files
  38. 401    Upgrading Administrative Files
  39. 402    Deleting Old, Unnecessary Files
  40. 403    Calculating Moderator Editing Privileges
  41. 404    Converting Enhanced Profile Fields
  42. 405    Determining Creation Times
  43. 406    Upgrading User/Moderator Accounts
  44. 407    Converting Enhanced Profiles
  45. 408    Reading Page Data for Reindexing
  46. 409    Creating Tree Files
  47. 410    Creating Search Index Files
  48. 411    Regenerating Board (Be Patient!)
  49. 412    Creating Post Mini-Logs
  50. 499    Upgrading Data Structure
  51. 501    Changing Name on Child Pages
  52. 601    Regenerating Pages and Page Headers
  53. 701    Changing Topic Name on Child Pages
  54. 801    Writing META Tags on Pages
  55. 901    Checking for Bad Subtopic Links
  56. 902    Repairing Bad Subtopic Links
  57. 903    Checking for Duplicate Page Numbers
  58. 904    Analyzing Duplicated Pages (Pass 1)
  59. 905    Analyzing Duplicated Pages (Pass 2)
  60. 906    Analyzing Duplicated Pages (Pass 3)
  61. 907    Analyzing Duplicated Pages (Pass 4)
  62. 908    Repairing Parent Numbers
  63. 909    Removing Broken Subtopic Links
  64. 950    Searching Topic Directory
  65. 951    Analyzing Files
  66. 952    Concluding Operation
  67. 1001    Regenerating Pages
  68. 1101    Writing file data into database
  69. 1201    Exporting data
  70. 1202    Exporting user data (1/4)
  71. 1203    Exporting moderator data (2/4)
  72. 1204    Exporting posting logs (3/4)
  73. 1205    Exporting search engine logs (4/4)
  74. 1301    Searching for discus.conf file in backup
  75. 1302    Extracting relevant data files from backup
  76. 1303    Deleting existing data files
  77. 1304    Restoring data files
  78. 1401    Reading page data files
  79. 1402    Creating export archive
  80. 1499    Exporting data files
  81. 1501    Scanning pages
  82. 1502    Performing archiving/pruning
  83. 1503    Regeneration in progress
  84. 1599    Please wait...
  85. 1601    Building list of files
  86. 1602    Examining posts from files
  87. 1603    Comparing posts to data in logs
  88. 1604    Building mini-log file list
  89. 1605    Creating mini-logs
  90. 1701    Analyzing existing profiles
  91. 1702    Creating thumbnail images
  92. 1801    Examining posting logs
  93. 1802    Updating profiles with post counts
  94. 1803    Applying new statuses
  95. <#/define#>
  96.  
  97.  
  98. <html><head><title>Operation in Progress -- Please Wait</title>
  99. <meta http-equiv="refresh" content="0; url=$gauge->{refresh_url}">
  100. #$gauge->{refresh_url}
  101. <style type="text/css">
  102. td.op { font-family: verdana,arial,helvetica; font-size: 10pt; }
  103. </style>
  104. </head>
  105. <body bgcolor="#ffffff" text="#000000">$fs
  106. <font size=3><b><center>Operation in Progress</center></b></font>
  107. <hr>
  108. <p>
  109. <center>
  110. <table width=400 border=1 bordercolor=#000000 bgcolor=#ffffff><tr><td>
  111. <table cellpadding=0>
  112. <tr>
  113. <td class="op"><b>Operation:     </b></td>
  114. <td class="op">$ops1[$gauge->{operation}]->{text}</td>
  115. </tr>
  116. <#if $ops2[$gauge->{description}]->{text} ne ""#>
  117.     <tr>
  118.     <td class="op"><b>Description:</b></td>
  119.     <td class="op">$ops2[$gauge->{description}]->{text}</td>
  120.     </tr>
  121. <#endif#>
  122. <tr>
  123. <td class="op"><b>Progress:</b></td>
  124. <td width=100% bgcolor=#c0c0c0>\
  125. <#if $browser->{ns4}#>
  126.     <ilayer><layer name="bar" bgcolor="#8080ff" width="{#if $gauge->{percent} == 0#}0{#else#}$gauge->{percent}{#endif#}%"> </layer><layer name="text" below="bar" width="100%">
  127.     <center>$fs<b>{#if $gauge->{percent} == 0#}0{#else#}$gauge->{percent}{#endif#}%</b></font></center>
  128.     </layer></ilayer>
  129. <#else#>
  130.     <#if $browser->{ieX}#>
  131.         <span style="width: {#if $gauge->{percent} == 0#}0{#else#}$gauge->{percent}{#endif#}%; background-color: #8080ff; font: bold 10pt verdana,arial,helvetica}"> </span>\
  132.         <span style="margin-top: -16; width: 100%; text-align: center; font: bold 10pt Verdana,Arial,Helvetica">{#if $gauge->{percent} == 0#}0{#else#}$gauge->{percent}{#endif#}%</span>\
  133.     <#else#>
  134.         <center>
  135.         $fs<b>{#if $gauge->{percent} == 0#}0{#else#}$gauge->{percent}{#endif#}%</b></font>
  136.         </center>
  137.     <#endif#>
  138. <#endif#>
  139. </td>
  140. </tr>
  141. </table>
  142. </td></tr></table>
  143. <p>
  144. <p><center><font size=3 color=#ff0000>
  145. Do not close your browser until the procedure finishes.
  146. </font></center>
  147. </body></html>
  148. <!--END-->
  149.