2011-06-07 13:26:45 +00:00
|
|
|
<!--#include virtual="/lib/header.shtml" -->
|
|
|
|
|
2012-10-30 18:58:54 +00:00
|
|
|
<div class=toolbarouter style="top: -40px">
|
2012-05-20 14:10:37 +00:00
|
|
|
<div id=status class=toolbar>
|
|
|
|
<span id=status_txt>
|
|
|
|
Status...
|
|
|
|
</span>
|
|
|
|
</div>
|
2011-06-07 13:26:45 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<script type=text/javascript>
|
2011-06-09 00:42:26 +00:00
|
|
|
$(document).ready(function() {
|
|
|
|
$('#status_txt').load('/cgi-bin/status.jim',
|
|
|
|
function(rt,tt,xml) {
|
|
|
|
if (rt.length)
|
2012-05-20 14:10:37 +00:00
|
|
|
$('#status').slideDown();
|
2011-06-09 00:42:26 +00:00
|
|
|
});
|
|
|
|
});
|
2011-06-07 13:26:45 +00:00
|
|
|
</script>
|
|
|
|
|
2012-05-21 20:23:41 +00:00
|
|
|
<!--#exec cmd="/mod/webif/include/menuicons.jim" -->
|
2012-04-22 23:34:30 +00:00
|
|
|
</div>
|
|
|
|
|
2011-06-09 21:16:30 +00:00
|
|
|
<div class=footer>
|
|
|
|
<ul>
|
|
|
|
<li>
|
2011-12-28 14:11:10 +00:00
|
|
|
Release Notes:
|
|
|
|
<a target=_blank
|
|
|
|
href="http://wiki.hummy.tv/wiki/Customised_Firmware_Release_Notes">
|
|
|
|
Firmware</a> |
|
|
|
|
<a target=_blank href="http://wiki.hummy.tv/wiki/Webif_release_notes">Webif</a>
|
2011-06-09 21:16:30 +00:00
|
|
|
</li>
|
|
|
|
</ul>
|
2012-05-21 20:23:41 +00:00
|
|
|
<!--#exec cmd="/mod/webif/include/modversion.jim" -->
|
2011-06-09 21:16:30 +00:00
|
|
|
</div>
|
|
|
|
|
2011-06-07 13:26:45 +00:00
|
|
|
<!--#include virtual="/lib/footer.shtml" -->
|
|
|
|
|