31688eaa1c
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@416 2a923420-c742-0410-a762-8d5b09965624
33 lines
743 B
Plaintext
33 lines
743 B
Plaintext
puts {
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
|
"http://www.w3.org/TR/html4/strict.dtd">
|
|
<html>
|
|
<head>
|
|
<title>
|
|
}
|
|
source /mod/var/mongoose/include/model.jim
|
|
puts {
|
|
</title>
|
|
<link rel="shortcut icon" href=/img/favicon.ico />
|
|
<link href=/css/style.css rel=stylesheet type=text/css />
|
|
<link type="text/css" href="/css/jquery-ui.css" rel="Stylesheet" />
|
|
<script type="text/javascript" src="/js/jquery.js"></script>
|
|
<script type="text/javascript" src="/js/jquery-ui.js"></script>
|
|
</head>
|
|
<body>
|
|
}
|
|
|
|
source /mod/var/mongoose/html/lib/topbar.jim
|
|
puts "<div id=restart_block>"
|
|
source /mod/var/mongoose/include/restart.jim
|
|
puts "</div>"
|
|
|
|
puts {
|
|
<div style="clear: both">
|
|
|
|
<!-- end of header -->
|
|
}
|
|
|
|
set renderstart [clock milliseconds]
|
|
|