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>
|
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>
|
2012-03-11 00:26:14 +00:00
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" />
|
2011-06-16 03:10:41 +00:00
|
|
|
<link rel="shortcut icon" href=/img/favicon.ico />
|
2012-10-08 20:16:27 +00:00
|
|
|
<link type="text/css" href="/lib/jquery.ui/css/custom-theme/jquery-ui.css"
|
|
|
|
rel="Stylesheet" />
|
|
|
|
<link href="/css/style.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>"
|
2011-06-07 13:26:45 +00:00
|
|
|
|
|
|
|
puts {
|
|
|
|
<div style="clear: both">
|
|
|
|
|
|
|
|
<!-- end of header -->
|
|
|
|
}
|
|
|
|
|
|
|
|
set renderstart [clock milliseconds]
|
|
|
|
|