forked from hummypkg/webif
57c769a4e8
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@943 2a923420-c742-0410-a762-8d5b09965624
25 lines
303 B
Plaintext
Executable File
25 lines
303 B
Plaintext
Executable File
#!/mod/bin/jimsh
|
|
|
|
source /mod/var/mongoose/lib/setup
|
|
require plugin
|
|
|
|
proc menuitem {title icon link {width 217}} {
|
|
puts "
|
|
<div class=left>
|
|
<center>
|
|
<a href=$link>
|
|
<img src=$icon border=0 width=$width>
|
|
</a>
|
|
<br>
|
|
<a href=$link>
|
|
<b>$title</b>
|
|
</a>
|
|
<br>
|
|
</center>
|
|
</div>
|
|
"
|
|
}
|
|
|
|
eval_plugins menu
|
|
|