summaryrefslogtreecommitdiff
path: root/template/default/prog_list.html
diff options
context:
space:
mode:
authorAndreas Mair <amair.sob@googlemail.com>2006-05-24 14:00:09 +0200
committerAndreas Mair <amair.sob@googlemail.com>2006-05-24 14:00:09 +0200
commit9e8fe7b8ec42e928db062413ee824b7b4ec13132 (patch)
tree661dd0a6ea202dab5d13ce710fcb98bb25626374 /template/default/prog_list.html
parentb8893f9631d2ea760848ba6c56c22d45f8413591 (diff)
downloadvdradmin-am-9e8fe7b8ec42e928db062413ee824b7b4ec13132.tar.gz
vdradmin-am-9e8fe7b8ec42e928db062413ee824b7b4ec13132.tar.bz2
2006-05-24: 3.4.6beta2v3.4.6beta2
- Added: VPS time, audio and video tracks to prog_detail if available. - Added: class names for action icons (info, record...) for hiding single items (not yet finished). - Added: ids for navigation items, see user.css_example for hiding single items. - Changed: Icons for stream and switch TV. - Replaced: "default" skin by "default.png" skin. - Added: Link from pattern title in AutoTimer list to AutoTimer edit (Requested by Tarandor). - Reworked: prog_timeline; still needs some beautification (Based on patch submitted by Torsten Herz). - Fixed: IMDb link in prog_summary listview (Reported by heiwil). - Fixed: detection of valid Locale::gettext calls.
Diffstat (limited to 'template/default/prog_list.html')
-rw-r--r--template/default/prog_list.html21
1 files changed, 5 insertions, 16 deletions
diff --git a/template/default/prog_list.html b/template/default/prog_list.html
index 9342782..beecd21 100644
--- a/template/default/prog_list.html
+++ b/template/default/prog_list.html
@@ -20,7 +20,7 @@
<h1>
<a href="javascript:callurl('<tmpl_var switchurl>');" title="<%! TV select !%>"><tmpl_var progname></a>
<tmpl_if stream_live_on>
- <a href="<tmpl_var streamurl>" title="<%! Stream !%>"><img src="bilder/stream.gif" border="0" alt="<%! Stream !%>" onmouseover="window.status='<%! Stream !%>';return true" title="<%! Stream !%>" /></a>
+ <span class="action stream"><a href="<tmpl_var streamurl>" title="<%! Stream !%>"><img src="bilder/stream.png" border="0" alt="<%! Stream !%>" onmouseover="window.status='<%! Stream !%>';return true" title="<%! Stream !%>" /></a></span>
</tmpl_if>
</h1>
</td>
@@ -48,18 +48,7 @@
<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.gif" border="0" /></a>
- <tmpl_else>
- <img src="bilder/pfeile_nachlinks_soft.gif" border="0" />
- </tmpl_if>
- <tmpl_if next_channel>
- <a href="<tmpl_var next_channel>"><img src="bilder/pfeile_nachrechts.gif" border="0" /></a>
- <tmpl_else>
- <img src="bilder/pfeile_nachrechts_soft.gif" border="0" />
- </tmpl_if>
- </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">
@@ -92,11 +81,11 @@
</td>
<td class="col_buttons">
<tmpl_if infurl>
- <a href="javascript:popup('<tmpl_var infurl>');" title="<%! More Information !%>"><img src="bilder/info_button.gif" border="0" alt="info" /></a>
+ <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>
- <img src="bilder/info_button_disabled.gif" border="0" alt="noinfo" title="<%! No Information !%>" />
+ <span class="action info"><img src="bilder/info_button_disabled.png" border="0" alt="noinfo" title="<%! No Information !%>" /></span>
</tmpl_if>
- <a href="<tmpl_var recurl>"><img src="bilder/rec_button.gif" border="0" alt="record" title="<%! Record !%>" /></a>
+ <span class="action record"><a href="<tmpl_var recurl>"><img src="bilder/rec_button.png" border="0" alt="record" title="<%! Record !%>" /></a></span>
</td>
<td class="col_right"></td>
</tr>