repo.or.cz
/
archserver.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ UP ] update cgi. add display percentege bar icons.
[archserver.git]
/
cgi
/
volumes_vstatus.cgi
blob
85dbbd780dd0b8f4fb864a66c40f6a9a594578a5
1
#!/bin/sh
2
echo -e
"Content-type: text/html
\n\n
"
3
4
this_page
=
"volumes.vstatus"
5
source
lib.sh
6
7
#root=/srv/http/newcgi
8
root
=
$
(
pwd
)/
volumes
9
10
h_header
11
$root
/
list_all_disks.lua
12
h_footer