forked from hummypkg/webif
02f7c5aad9
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@449 2a923420-c742-0410-a762-8d5b09965624
24 lines
811 B
Plaintext
24 lines
811 B
Plaintext
<!-- start of topbar -->
|
|
|
|
<div id=topbar class=container onclick="location.href='/'; return false;">
|
|
<div class=left><img src=/images/154_1_00_WIN_MD116_1L.png></div>
|
|
<div class=middle>
|
|
<!-- Start include diskspace - above other items to work around IE feature.. -->
|
|
<!--#exec cmd="/mod/var/mongoose/include/diskspace.jim" -->
|
|
<!-- End include diskspace -->
|
|
<img border=0 src=/images/516_1_26_Freeview_Logo.png>
|
|
<span style="font-size: 1.5em; padding: 0 0 0 2em;">
|
|
<!--#exec cmd="/mod/var/mongoose/include/model.jim" -->
|
|
</span>
|
|
</div>
|
|
<div class=right><img src=/images/154_1_00_WIN_MD116_3R.png></div>
|
|
</div>
|
|
<script type=text/javascript>
|
|
$('#topbar').hover(
|
|
function() { $(this).css('cursor', 'pointer'); },
|
|
function() { $(this).css('cursor', 'auto'); }
|
|
);
|
|
</script>
|
|
|
|
<!-- end of topbar -->
|