02f7c5aad9
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@449 2a923420-c742-0410-a762-8d5b09965624
32 lines
835 B
Plaintext
32 lines
835 B
Plaintext
puts {
|
|
<!-- 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.. -->
|
|
}
|
|
source /mod/var/mongoose/include/diskspace.jim
|
|
puts {
|
|
<!-- End include diskspace -->
|
|
<img border=0 src=/images/516_1_26_Freeview_Logo.png>
|
|
<span style="display: inline; font-size: 150%;
|
|
padding: 0 0 0 2em;">
|
|
}
|
|
source /mod/var/mongoose/include/model.jim
|
|
puts {
|
|
</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 -->
|
|
}
|
|
|