~ubuntu-branches/ubuntu/saucy/vdr-plugin-live/saucy-proposed

« back to all changes in this revision

Viewing changes to pages/menu.ecpp

  • Committer: Package Import Robot
  • Author(s): Tobias Grimm
  • Date: 2012-01-15 10:22:53 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120115102253-hixwx4gbcpyhtt2m
Tags: 0.2.0+git20120114-1
* New Upstream Snapshot (commit d2a85a6) (Closes: #654879)
* Dropped 02_timers_colon patch - fixed upstream
* Dropped 04_tntnet-2.0.patch - fixed upstream
* Dropped 01_ipv6.patch - fixed upstream
* Dropped 03_live-0.2.0-fix-INCLUDES.patch - fixed upstream
* Build-depend on libpcre3-dev
* Updated debian/copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
<div class="menu">
37
37
          <a href="whats_on.html?type=now" <& menu.setactive current=("whats_on") &>><$ tr("What's on?") $></a>
38
38
        | <a href="schedule.html" <& menu.setactive current=("schedule") &>><$ trVDR("Schedule") $></a>
 
39
        | <a href="multischedule.html" <& menu.setactive current=("multischedule") &>><$ tr("MultiSchedule") $></a>
39
40
        | <a href="timers.html" <& menu.setactive current=("timers") &>><$ trVDR("Timers") $></a>
40
41
<%cpp>
41
42
if ( LiveFeatures< features::epgsearch >().Recent() ) {
85
86
    <div> <!-- inner -->
86
87
          <& menu.component current=("whats_on") &>
87
88
          <& menu.component current=("schedule") &>
 
89
          <& menu.component current=("multischedule") &>
88
90
          <& menu.component current=("timers") &>
89
91
<%cpp>
90
92
        if (LiveFeatures< features::epgsearch >().Recent()) {
96
98
</%cpp>
97
99
          <& menu.component current=("recordings") &>
98
100
          <& menu.component current=("remote") &>
 
101
          <& menu.component current=("users") &>
99
102
    </div>
100
103
  </div>
101
104
</div>