2012-05-21 20:23:41 +00:00
|
|
|
#!/mod/bin/jimsh
|
|
|
|
|
2011-06-07 13:26:45 +00:00
|
|
|
puts {
|
2011-09-25 18:25:09 +00:00
|
|
|
<!doctype html>
|
2011-06-07 13:26:45 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
2013-02-25 22:31:54 +00:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
2011-06-09 21:16:30 +00:00
|
|
|
<title>
|
|
|
|
}
|
2012-05-21 20:23:41 +00:00
|
|
|
source /mod/webif/include/model.jim
|
2011-06-09 21:16:30 +00:00
|
|
|
puts {
|
|
|
|
</title>
|
2013-09-07 22:13:03 +00:00
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
2013-06-24 21:34:46 +00:00
|
|
|
<link rel="icon" href="/favicon.ico" sizes="16x16 32x32 64x64"
|
|
|
|
type="image/vnd.microsoft.icon" />
|
|
|
|
<link rel="apple-touch-icon" href="/img/fav/57.png" />
|
|
|
|
<link rel="apple-touch-icon" sizes="57x57" href="/img/fav/57.png" />
|
|
|
|
<link rel="apple-touch-icon" sizes="72x72" href="/img/fav/72.png" />
|
|
|
|
<link rel="apple-touch-icon" sizes="114x114" href="/img/fav/114.png" />
|
|
|
|
<link rel="apple-touch-icon" sizes="144x144" href="/img/fav/144.png" />
|
2013-09-08 20:41:01 +00:00
|
|
|
<link type="text/css" href="/lib/jquery.ui/css/humax/jquery-ui.css"
|
2012-10-08 20:16:27 +00:00
|
|
|
rel="Stylesheet" />
|
|
|
|
<link href="/css/style.css" rel="Stylesheet" type="text/css" />
|
2013-09-09 19:38:56 +00:00
|
|
|
<link href="/css/EXTRA.css" rel="Stylesheet" type="text/css" />
|
2011-06-08 23:33:35 +00:00
|
|
|
<script type="text/javascript" src="/js/jquery.js"></script>
|
2012-10-08 20:16:27 +00:00
|
|
|
<script type="text/javascript" src="/lib/jquery.ui/js/jquery-ui.js"></script>
|
2011-06-07 13:26:45 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
}
|
|
|
|
|
2012-05-21 20:23:41 +00:00
|
|
|
source /mod/webif/html/lib/topbar.jim
|
2011-07-12 18:57:30 +00:00
|
|
|
puts "<div id=restart_block>"
|
2012-05-21 20:23:41 +00:00
|
|
|
source /mod/webif/include/restart.jim
|
2011-07-12 18:57:30 +00:00
|
|
|
puts "</div>"
|
2013-04-03 22:42:15 +00:00
|
|
|
source /mod/webif/include/diskcheck.jim
|
2013-04-03 23:50:25 +00:00
|
|
|
source /mod/webif/include/notify.jim
|
2011-06-07 13:26:45 +00:00
|
|
|
|
|
|
|
puts {
|
|
|
|
<div style="clear: both">
|
|
|
|
|
|
|
|
<!-- end of header -->
|
|
|
|
}
|
|
|
|
|
|
|
|
set renderstart [clock milliseconds]
|
|
|
|
|