From 9105241131959add39153838e3fe2e3f3b16feab Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Mon, 3 Mar 2008 16:46:34 +0000 Subject: Changed the looks of the status-bar 0%-100%. Changed green color and put a border around the graph. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@789 ab2d0c66-481e-0410-8bed-d214d4d58bed --- health-storage-html.lsp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'health-storage-html.lsp') diff --git a/health-storage-html.lsp b/health-storage-html.lsp index a95351a..7b8f149 100644 --- a/health-storage-html.lsp +++ b/health-storage-html.lsp @@ -8,12 +8,12 @@ - +
0%
10) then io.write(view.storage.floppycapacity.used .. "%") end ?>
tonumber(view.storage.floppycapacity.used)) then io.write((100-view.storage.floppycapacity.used) .. "%") end ?>
100%0%
10) then io.write(view.storage.floppycapacity.used .. "%") end ?>
tonumber(view.storage.floppycapacity.used)) then io.write((100-view.storage.floppycapacity.used) .. "%") end ?>
100%
- +
- +
=Used=Free=Used=Free
@@ -24,12 +24,12 @@ - +
0%
10) then io.write(view.storage.hdcapacity.used .. "%") end ?>
tonumber(view.storage.hdcapacity.used)) then io.write((100-view.storage.hdcapacity.used) .. "%") end ?>
100%0%
10) then io.write(view.storage.hdcapacity.used .. "%") end ?>
tonumber(view.storage.hdcapacity.used)) then io.write((100-view.storage.hdcapacity.used) .. "%") end ?>
100%
- +
- +
=Used=Free=Used=Free
-- cgit v1.2.3