forked from hummypkg/webif
version 0.7.6
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@449 2a923420-c742-0410-a762-8d5b09965624
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
puts {
|
||||
<!-- start of topbar -->
|
||||
|
||||
<div class=container onclick="location.href='/'; return false;">
|
||||
<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.. -->
|
||||
@@ -19,6 +19,12 @@ puts {
|
||||
</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 -->
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<!-- start of topbar -->
|
||||
|
||||
<div class=container onclick="location.href='/'; return false;">
|
||||
<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.. -->
|
||||
@@ -13,5 +13,11 @@
|
||||
</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 -->
|
||||
|
||||
Reference in New Issue
Block a user