Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

249 lines
6.4 KiB

  1. <html>
  2. <!-- *****************************************************************
  3. MMC TaskPad BETA1 Template
  4. ************************************************************** -->
  5. <head>
  6. <!---------------------------->
  7. <!-- Document Title -->
  8. <!-- change the TEXT -->
  9. <!---------------------------->
  10. <title> Storage </title>
  11. <basefont face="Tahoma,Arial" color="black" size=1>
  12. <style>
  13. <!--
  14. TD {text-align: left}
  15. A {font-weight: bold; text-decoration: none; color=black}
  16. -->
  17. </style>
  18. </head>
  19. <script language="VBScript">
  20. <!--
  21. 'Main functions to perform task highlighting on with mouse movement
  22. Sub DoMouseOver(task)
  23. document.anchors("Task" & task).style.color="#0000CC"
  24. document.anchors("Task" & task).style.textdecorationunderline=true
  25. End Sub
  26. Sub DoMouseOut(task)
  27. document.anchors("Task" & task).style.color="black"
  28. document.anchors("Task" & task).style.textdecorationunderline=false
  29. End Sub
  30. -->
  31. </script>
  32. <body bgcolor="white" topmargin=0 leftmargin=0>
  33. <!--
  34. *** Title Area ***
  35. 1 2 3
  36. /---------------------------------------------------------\
  37. | Picture | TaskPad Title | P |
  38. | 89x89 | Description | a | 1
  39. | | | d |
  40. \---------------------------------------------------------/
  41. -->
  42. <table width="100%" border=0 cellpadding=0 cellspacing=0 background="NTtile.gif">
  43. <tr height=89>
  44. <td width=89>
  45. <img align="middle" src="NTDisk.gif" width=89 height=89>
  46. </td>
  47. <td valign="top">
  48. <font size=4><b>
  49. <!---------------------------->
  50. <!-- TaskPad Title -->
  51. <!-- change the TEXT -->
  52. <!---------------------------->
  53. Storage
  54. </b></font><br>
  55. <font size=2>
  56. <!---------------------------->
  57. <!-- Description -->
  58. <!-- change the TEXT -->
  59. <!---------------------------->
  60. From here you can manage many of the items relating to the storage devices on your computer.
  61. </font>
  62. </td>
  63. <!-- empty cell for right-hand spacing -->
  64. <td halign=left valign=top width=5 background="NTtile.gif">
  65. </td>
  66. </tr>
  67. </table>
  68. <br><br>
  69. <!--
  70. *** Body Area ***
  71. 1 2 3 4 5 6 7
  72. /---------------------------------------------------------\
  73. | P | Icon1 | Task1 Title | P | Icon2 | Task2 Title | P |
  74. | a | | Description | a | | Description | a | 1
  75. | d | | | d | | | d |
  76. |---------------------------------------------------------|
  77. | Pad | 2
  78. |---------------------------------------------------------|
  79. | P | Icon3 | Task3 Title | P | | | P |
  80. | a | | Description | a | | | a | 3
  81. | d | | | d | | | d |
  82. |---------------------------------------------------------|
  83. | Pad | 4
  84. \---------------------------------------------------------/
  85. -->
  86. <table width=* border=0 cellpadding=0 cellspacing=4>
  87. <!-- ********** Task 1 goes here ********** -->
  88. <!-- Row 1 -->
  89. <tr valign=top>
  90. <!-- Column 1 -->
  91. <td width=50></td>
  92. <!-- Column 2 -->
  93. <td align=left valign=top width=34>
  94. <!---------------------------->
  95. <!-- icon & hypertext link -->
  96. <!-- change the HREF -->
  97. <!-- change the SRC -->
  98. <!-- verify the NUMBERS -->
  99. <!---------------------------->
  100. <a name="icon01" HREF="ntbackup.exe"
  101. language="VBScript"
  102. onMouseOver=DoMouseOver("01")
  103. onMouseOut=DoMouseOut("01")>
  104. <img SRC="pc32.gif" width="32" height="32" border="0">
  105. </a>
  106. </td>
  107. <!-- Column 3 -->
  108. <td width=300>
  109. <font size=2>
  110. <!---------------------------->
  111. <!-- title & hypertext link -->
  112. <!-- change the HREF -->
  113. <!-- change the TEXT -->
  114. <!-- verify the NUMBERS -->
  115. <!---------------------------->
  116. <a name="task01" HREF="ntbackup.exe"
  117. language="VBScript"
  118. onMouseOver=DoMouseOver("01")
  119. onMouseOut=DoMouseOut("01")>
  120. Backup/Restore Files and Folders
  121. </a><br>
  122. <!---------------------------->
  123. <!-- description -->
  124. <!-- change the TEXT -->
  125. <!---------------------------->
  126. You can backup everything on your system now or schedule it to be performed later. This tool will also allow you to restore from an existing backup.
  127. </font>
  128. </td>
  129. <!-- ********** Task 2 goes here ********** -->
  130. <!-- Column 4 -->
  131. <td width=50></td>
  132. <!-- Column 5 -->
  133. <td align=left valign=top width=34>
  134. <!---------------------------->
  135. <!-- icon & hypertext link -->
  136. <!-- change the HREF -->
  137. <!-- change the SRC -->
  138. <!-- verify the NUMBERS -->
  139. <!---------------------------->
  140. <a name="icon02" HREF="chkdsk.exe"
  141. language="VBScript"
  142. onMouseOver=DoMouseOver("02")
  143. onMouseOut=DoMouseOut("02")>
  144. <img SRC="pc32.gif" width="32" height="32" border="0">
  145. </a>
  146. </td>
  147. <!-- Column 6 -->
  148. <td width=300>
  149. <font size=2>
  150. <!---------------------------->
  151. <!-- title & hypertext link -->
  152. <!-- change the HREF -->
  153. <!-- change the TEXT -->
  154. <!-- verify the NUMBERS -->
  155. <!---------------------------->
  156. <a name="task02" HREF="chkdsk.exe"
  157. language="VBScript"
  158. onMouseOver=DoMouseOver("02")
  159. onMouseOut=DoMouseOut("02")>
  160. Check Hard Disk Status
  161. </a><br>
  162. <!---------------------------->
  163. <!-- description -->
  164. <!-- change the TEXT -->
  165. <!---------------------------->
  166. This task will examine your disk and create a status report on any errors that may have been found.
  167. </font>
  168. </td>
  169. <!-- Column 7 -->
  170. <!-- empty cell for right-hand spacing -->
  171. <td halign=left valign=top width=5>
  172. </td>
  173. </tr>
  174. <!-- Row 2 -->
  175. <!-- blank row for spacing -->
  176. <tr><td>&nbsp;<br>&nbsp;</td></tr>
  177. </table>
  178. </body>
  179. </html>