webif/var/mongoose/html/index.shtml
hummypkg 822de81971 checkpoint - working on clipboard
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@587 2a923420-c742-0410-a762-8d5b09965624
2011-12-28 14:11:10 +00:00

136 lines
2.7 KiB
Plaintext

<!--#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>
$(document).ready(function() {
$('#status_txt').load('/cgi-bin/status.jim',
function(rt,tt,xml) {
if (rt.length)
$('#status').show('slow');
});
});
</script>
<div style="clear: both">
<div style="float: left">
<center>
<a href=/cgi-bin/browse.jim>
<img src=/images/323_1_10_Menu_Video.png border=0 width=217 height=228>
</a>
<br>
<a href=/cgi-bin/browse.jim>
<b>Browse Media Files</b>
</a>
<br>
</center>
</div>
<div style="float: left">
<center>
<a href=/sched.shtml>
<img src=/images/321_1_00_Menu_CHList.png border=0 width=217 height=228>
</a>
<br>
<a href=/sched.shtml>
<b>Scheduled Events</b>
</a>
<br>
</center>
</div>
<div style="float: left">
<center>
<a href=<!--#exec cmd="/mod/var/mongoose/include/epgloc.jim" -->>
<img src=/images/328_1_26_Menu_TV_Guide.png border=0 width=217 height=228>
</a>
<br>
<a href=<!--#exec cmd="/mod/var/mongoose/include/epgloc.jim" -->>
<b>EPG</b>
</a>
<br>
</center>
</div>
</div>
<div style="clear: both; padding-top: 1em">
<div style="float: left">
<center>
<a href=/services.shtml>
<img src=/img/spanner.png border=0 width=217 height=228>
</a>
<br>
<a href=/services.shtml>
<b>Service Management</b>
</a>
<br>
</center>
</div>
<div style="float: left">
<center>
<a href=/pkg.shtml>
<img src=/img/packages.png border=0 width=217 height=228>
</a>
<br>
<a href=/pkg.shtml>
<b>Package Management</b>
</a>
<br>
</center>
</div>
<div style="float: left">
<center>
<a href=/cgi-bin/settings.jim>
<img src=/images/326_1_00_Menu_Settings.png border=0
width=217 height=228>
</a>
<br>
<a href=/cgi-bin/settings.jim>
<b>Settings</b>
</a>
<br>
</center>
</div>
</div>
<div style="clear: both">
<!--#exec cmd="/mod/var/mongoose/include/mediatomb.jim" -->
<!--#exec cmd="/mod/var/mongoose/include/transmission.jim" -->
</div>
<div class=footer>
<ul>
<li>
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>
</li><li>
<a href=/diag.shtml>Diagnostics</a>
</li><li>
<a href=/cgi-bin/channel.jim>Channel Information</a>
</li><li>
<a href=/cgi-bin/db.jim target=_blank>SQLite3 Database Dump</a>
</li><li>
<a href=/jim/ref.html target=_blank>Jim Reference Manual</a> |
<a href=/jim/oo.html target=_blank>OO</a> |
<a href=/jim/sqlite.html target=_blank>Sqlite</a>
</li>
</ul>
<!--#exec cmd="/mod/var/mongoose/include/modversion.jim" -->
</div>
<!--#include virtual="/lib/footer.shtml" -->