2011-06-07 13:26:45 +00:00
|
|
|
<!--#include virtual="/lib/header.shtml" -->
|
|
|
|
|
|
|
|
<div id=status class=shadowbox
|
|
|
|
style="width: 60%; display: none; margin: 1 0 1em 0">
|
|
|
|
<div>
|
|
|
|
<span id=status_txt>
|
|
|
|
Status...
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</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)
|
|
|
|
$('#status').show('slow');
|
|
|
|
});
|
|
|
|
});
|
2011-06-07 13:26:45 +00:00
|
|
|
</script>
|
|
|
|
|
2012-04-23 19:19:23 +00:00
|
|
|
<!--#exec cmd="/mod/var/mongoose/include/menuicons.jim" -->
|
2011-07-07 22:33:19 +00:00
|
|
|
|
2012-04-22 23:34:30 +00:00
|
|
|
<div style="clear: both; padding-top: 1em">
|
|
|
|
<!--#exec cmd="/mod/var/mongoose/include/menuplugins.jim" -->
|
|
|
|
</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>
|
2011-09-14 19:59:56 +00:00
|
|
|
<!--#exec cmd="/mod/var/mongoose/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" -->
|
|
|
|
|