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:
hummypkg
2011-10-11 19:51:58 +00:00
parent 0fa394eaa1
commit 02f7c5aad9
7 changed files with 53 additions and 19 deletions

View File

@@ -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 -->
}

View File

@@ -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 -->