inc.driveSpaceBar_tf.tmpl 935 B

12345678910111213141516
  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. <div style="width:99%;height:12px;border-left:1px solid #000000;border-right:1px solid #000000;padding:0px;" class="clearfix">
  7. <img id="barDriveSpace1" src="themes/<tmpl_var name="theme">/images/proglass.gif" style="height:12px;width:<tmpl_var name="drivespacebar_space">%;float:left;" alt="" />
  8. <img id="barDriveSpace2" src="themes/<tmpl_var name="theme">/images/noglass.gif" style="height:12px;width:<tmpl_var name="drivespacebar_space2">%;float:left;" alt="" />
  9. </div>
  10. </td>
  11. <td style="padding:2px 3px;width:1%;white-space:nowrap;">
  12. <div class="small" style="text-align:left;">
  13. <span id="barDriveSpacePercent"><tmpl_var name="drivespacebar_space2"></span>% (<span id="barFreeSpace"><tmpl_var name="drivespacebar_freeSpace"></span>) Free
  14. </div>
  15. </td>
  16. </tr>