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>
|
|
|
|
|
|
|
|
<div style="float: left">
|
|
|
|
<center>
|
|
|
|
<a href=/media>
|
|
|
|
<img src=/images/323_1_10_Menu_Video.png border=0 width=217 height=228>
|
|
|
|
</a>
|
|
|
|
<br>
|
|
|
|
<a href=/media>
|
|
|
|
<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 Recordings</b>
|
|
|
|
</a>
|
|
|
|
<br>
|
|
|
|
</center>
|
|
|
|
</div>
|
|
|
|
<div style="float: left">
|
|
|
|
<center>
|
|
|
|
<a href=/epg.shtml>
|
|
|
|
<img src=/images/328_1_26_Menu_TV_Guide.png border=0 width=217 height=228>
|
|
|
|
</a>
|
|
|
|
<br>
|
|
|
|
<a href=/epg.shtml>
|
|
|
|
<b>EPG</b>
|
|
|
|
</a>
|
|
|
|
<br>
|
|
|
|
</center>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div style="float: left; clear: left">
|
|
|
|
<center>
|
|
|
|
<a href=/services.shtml>
|
|
|
|
<img src=/img/spanner.jpg 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=/packages.shtml>
|
|
|
|
<img src=/img/packages.jpg border=0 width=217 height=228>
|
|
|
|
</a>
|
|
|
|
<br>
|
|
|
|
<a href=/packages.shtml>
|
|
|
|
<b>Package Management</b>
|
|
|
|
</a>
|
|
|
|
<br>
|
|
|
|
</center>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<!--#include virtual="/lib/footer.shtml" -->
|
|
|
|
|