inc.driveSpaceBar_xfer.tmpl 874 B

123456789101112131415161718
  1. <tr>
  2. <td style="padding:2px 3px;width:1%;white-space:nowrap;">
  3. <div class="small" style="text-align:left;"><tmpl_var name="_STORAGE">:</div>
  4. </td>
  5. <td>
  6. <table style="width:99%;" cellspacing="0">
  7. <tr>
  8. <td id="barDriveSpace2" style="height:12px;line-height:12px;background-color:<tmpl_var name="drivespacebar_bgcolor">;width:<tmpl_var name="drivespacebar_space2">%;">&nbsp;</td>
  9. <td id="barDriveSpace1" style="height:12px;line-height:12px;background-color:#000000;width:<tmpl_var name="drivespacebar_space">%;">&nbsp;</td>
  10. </tr>
  11. </table>
  12. </td>
  13. <td style="padding:2px 3px;width:1%;white-space:nowrap;">
  14. <div class="small" style="text-align:left;white-space:nowrap;">
  15. <span id="barDriveSpacePercent"><tmpl_var name="drivespacebar_space2"></span>% (<span id="barFreeSpace"><tmpl_var name="drivespacebar_freeSpace"></span>) Free
  16. </div>
  17. </td>
  18. </tr>