2011-06-07 13:26:45 +00:00
|
|
|
puts {
|
2011-09-22 20:15:26 +00:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
|
|
|
"http://www.w3.org/TR/html4/strict.dtd">
|
2011-06-07 13:26:45 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
2011-06-09 21:16:30 +00:00
|
|
|
<title>
|
|
|
|
}
|
|
|
|
source /mod/var/mongoose/include/model.jim
|
|
|
|
puts {
|
|
|
|
</title>
|
2011-06-16 03:10:41 +00:00
|
|
|
<link rel="shortcut icon" href=/img/favicon.ico />
|
|
|
|
<link href=/css/style.css rel=stylesheet type=text/css />
|
2011-06-08 23:33:35 +00:00
|
|
|
<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>
|
2011-06-07 13:26:45 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
}
|
|
|
|
|
|
|
|
source /mod/var/mongoose/html/lib/topbar.jim
|
2011-07-12 18:57:30 +00:00
|
|
|
puts "<div id=restart_block>"
|
2011-07-07 22:33:19 +00:00
|
|
|
source /mod/var/mongoose/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]
|
|
|
|
|