summaryrefslogtreecommitdiff
path: root/template/default/prog_list2.html
diff options
context:
space:
mode:
authorAndreas Mair <amair.sob@googlemail.com>2008-12-13 09:09:54 +0100
committerAndreas Mair <amair.sob@googlemail.com>2008-12-13 09:09:54 +0100
commitb5bb9b571134454e2507bce56211f68e15fb276e (patch)
treed723e1916c9a19cb2d00592d7728ed7f7f4a21b9 /template/default/prog_list2.html
parent0f5234f89bea92523d7e8e3ec72bd5cb25dec19f (diff)
downloadvdradmin-am-3.6.3.tar.gz
vdradmin-am-3.6.3.tar.bz2
2008-12-13: 3.6.3v3.6.3
- Updated: Spanish translation (Submitted by Rüdiger Jung). - Changed: Process name to "vdradmind" (Based on patch submitted by Ville Skyttä). - Updated: Italian translation (Submitted by Diego Pierotto). - Changed executable's name from "vdradmind.pl" to "vdradmind". - Updated: Dutch translation (Submitted by Roel Koelewijn). - Added Play/Stop/FastForward/etc. buttons to remote controls (based on patch by L.Locke @vdr-portal.de). - Added: epgsearch templates can be created, modified and deleted. - Read used character encoding in SVDRP connections and recode result to the encoding used in the current locale. - Minor bugfixes and improvements.
Diffstat (limited to 'template/default/prog_list2.html')
-rw-r--r--template/default/prog_list2.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/template/default/prog_list2.html b/template/default/prog_list2.html
index 877d8b5..581b93c 100644
--- a/template/default/prog_list2.html
+++ b/template/default/prog_list2.html
@@ -27,7 +27,7 @@
<td class="col_title">
<h1><?% title %?></h1>
<?% gettext('starting at') %?>
- <input type="text" size="5" maxlength="5" value="<?% now %?>" name="time"/>&nbsp;
+ <input type="text" size="5" maxlength="5" value="<?% now | html %?>" name="time"/>&nbsp;
<?% gettext('o\'clock') %?>
</td>
<td class="col_navi">
@@ -38,18 +38,18 @@
<?% END %?>
</select>
<?% IF days.size() > 0 %?>
- <?% IF prevdayurl %?><a href="<?% prevdayurl %?>"><img src="bilder/pfeile_nachlinks.png" border="0" alt="" /></a><?% ELSE %?><img src="bilder/pfeile_nachlinks_soft.png" border="0" alt="" /><?% END %?>
+ <?% IF prevdayurl %?><a href="<?% prevdayurl %?>" title="<?% prevdaytext %?>"><img src="bilder/pfeile_nachlinks.png" border="0" alt="" /></a><?% ELSE %?><img src="bilder/pfeile_nachlinks_soft.png" border="0" alt="" /><?% END %?>
<select name="days" size="1" onchange="window.open(this.options[this.selectedIndex].value,'main')"> <?% FOREACH d = days %?>
<option value="<?% d.id %?>" <?% IF d.sel %?>selected="selected"<?% END %?>><?% d.name %?></option>
<?% END %?>
</select>&nbsp;
- <?% IF nextdayurl %?><a href="<?% nextdayurl %?>"><img src="bilder/pfeile_nachrechts.png" border="0" alt="" /></a><?% ELSE %?><img src="bilder/pfeile_nachrechts_soft.png" border="0" alt="" /><?% END %?>
+ <?% IF nextdayurl %?><a href="<?% nextdayurl %?>" title="<?% nextdaytext %?>"><img src="bilder/pfeile_nachrechts.png" border="0" alt="" /></a><?% ELSE %?><img src="bilder/pfeile_nachrechts_soft.png" border="0" alt="" /><?% END %?>
<?% END %?>
</td>
</tr>
</table>
<input type="hidden" name="aktion" value="prog_list2" />
- <input type="hidden" name="day" value="<?% day %?>" />
+ <input type="hidden" name="day" value="<?% day | html %?>" />
</form>
<div id="content">