forked from hummypkg/webif
a41c2ae6f9
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@1008 2a923420-c742-0410-a762-8d5b09965624
28 lines
877 B
Plaintext
28 lines
877 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>
|
|
<!--#exec cmd="/mod/var/mongoose/include/toolbar.jim" -->
|
|
<script type=text/javascript>
|
|
$('#topbar').hover(
|
|
function() {
|
|
$(this).css('cursor', 'pointer');
|
|
}, function() {
|
|
$(this).css('cursor', 'auto');
|
|
}
|
|
);
|
|
</script>
|
|
|
|
<!-- end of topbar -->
|