forked from hummypkg/webif
add dustbin folder image
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@658 2a923420-c742-0410-a762-8d5b09965624
This commit is contained in:
parent
ce2dfa8338
commit
88026872d9
@ -35,8 +35,9 @@ proc directory {file bfile} {
|
||||
|
||||
regsub -all " +" $bfile "" tbfile
|
||||
puts "<div class=va>"
|
||||
puts "<img border=0 class=va id=\"img$tbfile\"
|
||||
src=/images/711_1_09_Media_Folder.png>"
|
||||
set img "/images/711_1_09_Media_Folder.png"
|
||||
if {$bfile eq "_dustbin"} { set img "/img/Dustbin_Folder.png" }
|
||||
puts "<img border=0 class=va id=\"img$tbfile\" src=$img>"
|
||||
puts "<input class=\"fs fsdir\" type=checkbox>"
|
||||
puts "<a class=dbf
|
||||
href=\"$::env(REQUEST_URI)?dir=[cgi_quote_url $file]\"
|
||||
|
BIN
var/mongoose/html/img/Dustbin_Folder.png
Normal file
BIN
var/mongoose/html/img/Dustbin_Folder.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
Loading…
Reference in New Issue
Block a user