summaryrefslogtreecommitdiff
path: root/template/default/navigation.html
diff options
context:
space:
mode:
authorAndreas Mair <amair.sob@googlemail.com>2006-09-06 12:55:02 +0200
committerAndreas Mair <amair.sob@googlemail.com>2006-09-06 12:55:02 +0200
commitb689d61d6a800ef8a74f74f08f05218770e0f52d (patch)
treeda884f9eb3c93b66e60a361e3e730a044533d0f4 /template/default/navigation.html
parent8652aa0a9b228e21df5dd68ccf83badb5e20bab8 (diff)
downloadvdradmin-am-b689d61d6a800ef8a74f74f08f05218770e0f52d.tar.gz
vdradmin-am-b689d61d6a800ef8a74f74f08f05218770e0f52d.tar.bz2
2006-09-06: 3.4.7betav3.4.7beta
- Fixed: Smaller bugs (see ChangeLog). - Changed: Hide select boxes for templates and skins if it contains only a single choice. - Fixed: Another fix for the refering pages problem(s). - Changed: Hide "AutoTimer" menu item unless $FEATURE{AUTOTIMER} is set. - Changed: Use date instead of empty subtitle in timers programed by AutoTimer with activated "Episode" option. - Fixed: Don't show outdated broadcast as search result. - Added: Display warning message if lists is empty. - Added: UTF8 locales patch by Zoolook (see Bug #124). - Fixed: AutoTimer test feature didn't find broadcasts if they were in vdradmind.done. - Removed: HTML::Template dependency. - Changed: Only use Template-Toolkit's Template.pm. - Fixed: Hide "switch" button in prog_summary2 if broadcast is not running (Based on suggestion by Hardy Flor). - Fixed: Initial display of rec_list was empty. - Added: New PLAY and EDIT actions in rec_list. - Added: Remember selected size and interval in TV. - Added: check for features available with VDR's SVDRP, disable missing ones and show them in about.html (ATM used for RENR). - Changed: handling of sorting in rec_list (should always keep the current sorting). - Changed: handling of sorting in at_timer_list (should always keep the current sorting). - New: option to autosave config on exit (also saves sorting state in lists and viewmode in prog_summary). - Added: Czech translation (Submitted by Karel Borkovec). - Changed: handling of sorting in timer_list (should always keep the current sorting). - Changed: Moved favicon.ico from a template's skin folder to the template's main folder.
Diffstat (limited to 'template/default/navigation.html')
-rw-r--r--template/default/navigation.html34
1 files changed, 18 insertions, 16 deletions
diff --git a/template/default/navigation.html b/template/default/navigation.html
index 2cbd194..e6cd932 100644
--- a/template/default/navigation.html
+++ b/template/default/navigation.html
@@ -1,12 +1,12 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <meta http-equiv="content-type" content="text/html;charset=<%! ISO-8859-1 !%>" />
+ <meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>" />
<title>VDRAdmin-AM</title>
<link type="text/css" href="style.css" rel="stylesheet" media="screen" />
- <tmpl_if usercss>
+ <?% IF usercss %?>
<link type="text/css" href="user.css" rel="stylesheet" media="screen" />
- </tmpl_if>
+ <?% END %?>
<script type="text/javascript">
<!--
@@ -26,45 +26,47 @@
</div>
<div class="nav_bar">
<div class="navi" id="prog_summary">
- <a href="vdradmin.pl?aktion=prog_summary" target="main"><%! What's On Now? !%></a>
+ <a href="vdradmin.pl?aktion=prog_summary" target="main"><?% gettext('What\'s On Now?') %?></a>
</div>
<div class="navi" id="prog_list2">
- <a href="vdradmin.pl?aktion=prog_list2" target="main"><%! Playing Today? !%></a>
+ <a href="vdradmin.pl?aktion=prog_list2" target="main"><?% gettext('Playing Today?') %?></a>
</div>
<div class="navi" id="prog_timeline">
- <a href="vdradmin.pl?aktion=prog_timeline" target="main"><%! Timeline !%></a>
+ <a href="vdradmin.pl?aktion=prog_timeline" target="main"><?% gettext('Timeline') %?></a>
</div>
<div class="navi" id="prog_list">
- <a href="vdradmin.pl?aktion=prog_list" target="main"><%! Channels !%></a>
+ <a href="vdradmin.pl?aktion=prog_list" target="main"><?% gettext('Channels') %?></a>
</div>
<div class="navi" id="timer_list">
- <a href="vdradmin.pl?aktion=timer_list" target="main"><%! Timer !%></a>
+ <a href="vdradmin.pl?aktion=timer_list" target="main"><?% gettext('Timer') %?></a>
</div>
+<?% IF features.AUTOTIMER %?>
<div class="navi" id="at_timer_list">
- <a href="vdradmin.pl?aktion=at_timer_list" target="main"><%! AutoTimer !%></a>
+ <a href="vdradmin.pl?aktion=at_timer_list" target="main"><?% gettext('AutoTimer') %?></a>
</div>
+<?% END %?>
<div class="navi" id="rec_list">
- <a href="vdradmin.pl?aktion=rec_list" target="main"><%! Recordings !%></a>
+ <a href="vdradmin.pl?aktion=rec_list" target="main"><?% gettext('Recordings') %?></a>
</div>
<div class="navi" id="rc">
- <a href="javascript:rc_open();"><%! Remote Control !%></a>
+ <a href="javascript:rc_open();"><?% gettext('Remote Control') %?></a>
</div>
<div class="navi" id="tv">
- <a href="vdradmin.pl?aktion=tv_show" target="main"><%! Watch TV !%></a>
+ <a href="vdradmin.pl?aktion=tv_show" target="main"><?% gettext('Watch TV') %?></a>
</div>
<div class="navi" id="commands">
- <a href="vdradmin.pl?aktion=vdr_cmds" target="main"><%! Commands !%></a>
+ <a href="vdradmin.pl?aktion=vdr_cmds" target="main"><?% gettext('Commands') %?></a>
</div>
<div class="navi" id="config">
- <a href="vdradmin.pl?aktion=config" target="main"><%! Configuration !%></a>
+ <a href="vdradmin.pl?aktion=config" target="main"><?% gettext('Configuration') %?></a>
</div>
<div class="navi" id="about">
- <a href="vdradmin.pl?aktion=about" target="main"><%! About !%> / <%! Help !%></a>
+ <a href="vdradmin.pl?aktion=about" target="main"><?% gettext('About') %?> / <?% gettext('Help') %?></a>
</div>
<form action="vdradmin.pl" method="get" name="FormName" target="main" class="search">
<input type="text" name="search" /><br />
- <input type="submit" name="submit" value="<%! Search !%>" />
+ <input type="submit" name="submit" value="<?% gettext('Search') %?>" /
<input type="hidden" name="aktion" value="prog_summary" />
</form>
</div>