forked from hummypkg/webif
0a2c7966b5
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@1182 2a923420-c742-0410-a762-8d5b09965624
23 lines
315 B
Plaintext
Executable File
23 lines
315 B
Plaintext
Executable File
#!/mod/bin/jimsh
|
|
|
|
puts {</div>}
|
|
|
|
if {!$_dialog} {
|
|
puts "<div data-role=footer data-theme=c>"
|
|
|
|
if {![catch {
|
|
set rendertime $(([clock milliseconds] - $renderstart) / 1000.0)
|
|
}]} {
|
|
puts "<font class=footnote>
|
|
Rendered in: $rendertime seconds</font>"
|
|
}
|
|
puts "</div>"
|
|
}
|
|
|
|
puts {
|
|
</div>
|
|
</body>
|
|
</html>
|
|
}
|
|
|