diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-07-12 19:10:34 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-07-12 19:10:34 +0000 |
commit | 7b003f8aaafc2d95dcf7c9dfc5cbc6288b37915c (patch) | |
tree | 35ba447699c1fd1c1f41dd672fcc1e127d6ea3cc /pages/menu.ecpp | |
parent | 9f65a960ca7d4cc3819e1434de05b9428acc23ad (diff) | |
download | vdr-plugin-live-7b003f8aaafc2d95dcf7c9dfc5cbc6288b37915c.tar.gz vdr-plugin-live-7b003f8aaafc2d95dcf7c9dfc5cbc6288b37915c.tar.bz2 |
- Update to the mootools framework.
- New more XHTML compliant tips.
- Optional AJAX enabled infoboxes for epg information.
- Major speed enhancement for the single pages, due to less data to
transfer to the browser.
- See doc/ChangeLog for more detailed changes description.
- See doc/dev-conventions.txt for how we benefit from mootools package
on the ECMAScript side of live.
Diffstat (limited to 'pages/menu.ecpp')
-rw-r--r-- | pages/menu.ecpp | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/pages/menu.ecpp b/pages/menu.ecpp index e94e885..ff42045 100644 --- a/pages/menu.ecpp +++ b/pages/menu.ecpp @@ -32,23 +32,23 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); set_component = component; }> <div class="menu"> - <a href="whats_on.html?type=now" <& menu.setactive current=("whats_on") &>><$ tr("What's on?") $></a> | - <a href="schedule.html" <& menu.setactive current=("schedule") &>><$ tr("Schedule") $></a> | - <a href="timers.html" <& menu.setactive current=("timers") &>><$ tr("Timers") $></a> | + <a href="whats_on.html?type=now" <& menu.setactive current=("whats_on") &>><$ tr("What's on?") $></a> + | <a href="schedule.html" <& menu.setactive current=("schedule") &>><$ tr("Schedule") $></a> + | <a href="timers.html" <& menu.setactive current=("timers") &>><$ tr("Timers") $></a> % if ( LiveFeatures< features::epgsearch >().Recent() ) { - <a href="searchepg.html" <& menu.setactive current=("searchepg") &>><$ tr("Search") $></a> | - <a href="searchtimers.html" <& menu.setactive current=("searchtimers") &>><$ tr("Searchtimers") $></a> | + | <a href="searchepg.html" <& menu.setactive current=("searchepg") &>><$ tr("Search") $></a> + | <a href="searchtimers.html" <& menu.setactive current=("searchtimers") &>><$ tr("Searchtimers") $></a> % } - <a href="recordings.html" <& menu.setactive current=("recordings") &>><$ tr("Recordings") $></a> | - <a href="remote.html" <& menu.setactive current=("remote") &>><$ tr("Remote Control") $></a> | - <a href="setup.html" <& menu.setactive current=("setup") &>><$ tr("Setup") $></a> + | <a href="recordings.html" <& menu.setactive current=("recordings") &>><$ tr("Recordings") $></a> + | <a href="remote.html" <& menu.setactive current=("remote") &>><$ tr("Remote Control") $></a> + | <a href="setup.html" <& menu.setactive current=("setup") &>><$ tr("Setup") $></a> <# --- Used by D.H. to test infobox (not part of the released version) | <a href="ibox_status.html" <& menu.setactive current=("status") &>><$ tr("Status Test") $></a> --- #> % if (LiveSetup().UseAuth()) { | <a id="login" href="login.html?action=logout"><$ tr("Logout") $></a> % } - | <a<& tooltip.display domId=("aboutBox") &> href="#">?</a> + | <a <& tooltip.display domId=("aboutBox") &>>?</a> </div> % if (!component.empty()) { <div class="pagemenu"> @@ -67,9 +67,6 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); </div> </div> % } -<div style="display:none;"> - <& pageelems.about_tt_box &> -</div> <%def setactive> <%args> |