summaryrefslogtreecommitdiff
path: root/template/default/prog_list.html
diff options
context:
space:
mode:
authorAndreas Mair <amair.sob@googlemail.com>2006-06-23 12:00:58 +0200
committerAndreas Mair <amair.sob@googlemail.com>2006-06-23 12:00:58 +0200
commitfea04122f6f8b7e4f4ca4c59dc43be6567290d03 (patch)
treeb4b632a66d38a4d7f14b9e78b1802a9c60e3f331 /template/default/prog_list.html
parent9e8fe7b8ec42e928db062413ee824b7b4ec13132 (diff)
downloadvdradmin-am-3.4.6beta3.tar.gz
vdradmin-am-3.4.6beta3.tar.bz2
2006-06-23: 3.4.6beta3v3.4.6beta3
- Fixed: Crash in prog_detail if invalid EPG-ID (Bug #0000077, Reported by Reiner Buehl). - Fixed: Bug #0000034 (Reported by The Unknown). - Added: error page on internal vdradmind.pl errors. - Changed: access_log. - Removed: unused stuff in templates. - Fixed: quote special characters in "find repeatings" URL (Reported by Hans-Joachim Gurt). - Reworked: prog_timeline again (Fixes Bug #0000009, Reported by Georgius, Patch submitted by Torsten Herz). - Fixed: correct sorting in prog_list2 selectbox at the end of a month (Reported by sirtobi). - Changed: dates in prog_list2 selectbox now shows day and month (Requested by sirtobi). - Changed: Removed tabs in configuration menu. - Fixed: "Divide by 0" bug in prog_summary list view (Bug #0000072, Reported by djdagobert). - Changed: Place folders in rec_list at the top (Patch submitted by Frank Jepsen). - Fixed: Remember sorting after returning fom rec_rename (Bug #0000037, Reported by martind). - Fixed: Canceling rec_rename does no longer rename the recording (Bug #0000036, Reported by martind). - Fixed: VDRAdmin-AM didn't start if PID file was empty (Reported and fixed by Hirmke Michael). - Fixed: In prog_list2 starting time also works for other days. - Added: Icons to find repeatings and IMDb lookup in prog_list and prog_list2. - Added: Each AutoTimer can have its own start/stop margins (Requested by many people at vdrportal.de). NOTE: vdradmind.at format changed!
Diffstat (limited to 'template/default/prog_list.html')
-rw-r--r--template/default/prog_list.html20
1 files changed, 4 insertions, 16 deletions
diff --git a/template/default/prog_list.html b/template/default/prog_list.html
index beecd21..f81d1ad 100644
--- a/template/default/prog_list.html
+++ b/template/default/prog_list.html
@@ -15,7 +15,6 @@
<form action="<tmpl_var url>" method="get" name="FormName">
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="heading">
<tr>
- <td class="col_left"></td>
<td class="col_title">
<h1>
<a href="javascript:callurl('<tmpl_var switchurl>');" title="<%! TV select !%>"><tmpl_var progname></a>
@@ -32,7 +31,6 @@
</select>
<input type="submit" class="submit" name="submit" value="<%! Go! !%>" />
</td>
- <td class="col_right"></td>
</tr>
</table>
<input type="hidden" name="aktion" value="prog_list" />
@@ -43,23 +41,15 @@
<tmpl_if newd>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="group">
<tr class="heading">
- <td class="col_left"></td>
<td colspan="2">
<span class="channel_name"><tmpl_var progname></span>
<span class="date_long"><tmpl_var longdate></span>
</td>
<td class="col_navi"><tmpl_if prev_channel><a href="<tmpl_var prev_channel>"><img src="bilder/pfeile_nachlinks.png" border="0" /></a><tmpl_else><img src="bilder/pfeile_nachlinks_soft.png" border="0" /></tmpl_if><tmpl_if next_channel><a href="<tmpl_var next_channel>"><img src="bilder/pfeile_nachrechts.png" border="0" /></a><tmpl_else><img src="bilder/pfeile_nachrechts_soft.png" border="0" /></tmpl_if></td>
- <td class="col_right"></td>
- </tr>
- <tr class="row_spacer">
- <td class="col_left"></td>
- <td colspan="3"></td>
- <td class="col_right"></td>
</tr>
<tmpl_else>
<tmpl_unless endd>
<tr class="<tmpl_if __ODD__>row_odd<tmpl_else>row_even</tmpl_if>">
- <td class="col_left"></td>
<td class="col_duration">
<a name="<tmpl_var anchor>"><tmpl_var emit> - <tmpl_var duration></a>
</td>
@@ -80,23 +70,21 @@
</tmpl_if>
</td>
<td class="col_buttons">
+ <span class="action repeatings"><a href="vdradmin.pl?search=<tmpl_var find_title>&amp;aktion=prog_summary&amp;submit=go11"><img src="bilder/find.png" border="0" alt="<%! Search for other show times !%>" onmouseover="window.status='<%! Search for other show times !%>';return true" title="<%! Search for other show times !%>" /></a></span>
<tmpl_if infurl>
<span class="action info"><a href="javascript:popup('<tmpl_var infurl>');" title="<%! More Information !%>"><img src="bilder/info_button.png" border="0" alt="info" /></a></span>
<tmpl_else>
<span class="action info"><img src="bilder/info_button_disabled.png" border="0" alt="noinfo" title="<%! No Information !%>" /></span>
</tmpl_if>
<span class="action record"><a href="<tmpl_var recurl>"><img src="bilder/rec_button.png" border="0" alt="record" title="<%! Record !%>" /></a></span>
+ <tmpl_if imdburl>
+ <span class="action imdb"><a href="<tmpl_var imdburl>" target="_blank"><img src="bilder/imdb.png" border="0" alt="IMDb" onmouseover="window.status='<%! Lookup movie in the Internet-Movie-Database (IMDb) !%>';return true" title="<%! Lookup movie in the Internet-Movie-Database (IMDb) !%>" /></a></span>
+ </tmpl_if>
</td>
- <td class="col_right"></td>
</tr>
</tmpl_unless>
</tmpl_if>
<tmpl_if endd>
- <tr class="footer">
- <td class="col_left"></td>
- <td colspan="3"></td>
- <td class="col_right"></td>
- </tr>
</table>
</tmpl_if>
</tmpl_loop>