diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2005-05-12 11:01:29 +0200 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2005-05-12 11:01:29 +0200 |
commit | bebe0382652e0616c8d040b3e217c2a21b81beee (patch) | |
tree | 30378ade7ba3e45c4ed6fc0915580cecc344d226 /template/default/prog_summary.html | |
parent | 022c4f162d7b83cb287b7d16749899d9e7c4242a (diff) | |
download | vdradmin-am-0.97-am3.2.tar.gz vdradmin-am-0.97-am3.2.tar.bz2 |
2005-05-12: 0.97-am3.2v0.97-am3.2
- Added "make uninstall" to remove VDRAdmin from your system if you have installed it using "make install". Please always use this before you install a new release!
- Fixed programming of repeating timers when day is "D" (Thanks to "maxkr" for reporting this).
- Print date in prog_list & prog_list2 in system's locale. Please comment!
- More transparent "selected channels" usage.
- Added reccmds.conf content to rec_list (needs valid VDRCONFDIR in vdradmind.conf)
- AutoTimers can now be limited to certain weekdays (Patch submitted by Magnus Schmidt).
- Streaming can be turn on/off for live viewing and recordings viewing (Based on code submitted by Tobias Grimm).
- Added streaming button to prog_list2.
- Fixed handling of incorrect start/stop times in AutoTimer.
- Changed localisation to use gettext() (Thanks to Tobias Grimm for doing most of the needed work).
- Language can no longer be set in VDRAdmin, it's taken from your system's setting. Issue "export LC_MESSAGES=<language code>" if you need to change it, where <language code> is one of "de_DE", "en_EN", "es_ES", "fi_FI" or "fr_FR".
- Added Finnish i18n (Submitted by Rolf Ahrenberg).
- Fixed ":" & "|" handling in timer's directory (Thanks "vejoun").
- Added links to prog_list on channels in at_timer_list and timer_list.
- Added IMDb lookup button to recording's detail view.
- Added "Priority" and "Lifetime" tooltip to at_timer_list and timer_list (point mouse to timer's name).
- Small changes for streaming recordings: Please update your vdradmind.conf (VIDEODIR & ST_VIDEODIR)!
- Non-LinVDR logo on non-LinVDR machines (Posted by Unimatrix0 at vdrportal.de).
Diffstat (limited to 'template/default/prog_summary.html')
-rw-r--r-- | template/default/prog_summary.html | 53 |
1 files changed, 27 insertions, 26 deletions
diff --git a/template/default/prog_summary.html b/template/default/prog_summary.html index 84f5df3..ac38e23 100644 --- a/template/default/prog_summary.html +++ b/template/default/prog_summary.html @@ -1,12 +1,11 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> - +<!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="refresh" content="600; URL=vdradmin.pl?aktion=prog_summary"> - <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1"> - <title><?% msg.c_progname %?> - <?% msg.ps_headline %?></title> - <link href="style.css" rel="stylesheet" media="screen"> + <meta http-equiv="refresh" content="600; URL=vdradmin.pl?aktion=prog_summary" /> + <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1" /> + <title>VDRAdmin - <%! What's On Now? !%></title> + <link href="style.css" rel="stylesheet" media="screen" type="text/css" /> <script language="JavaScript" src="library.js"></script> </head> @@ -15,18 +14,18 @@ <table width="100%" border="0" cellspacing="0" cellpadding="0" height="39"> <tr valign="middle"> <td valign="middle" width="100" background="bilder/nav_button_back.gif"> - <p class="einzug_ohnetop"><b><tmpl_var now> <?% msg.c_clock %?></b></p> + <p class="einzug_ohnetop"><b><tmpl_var now> <%! o'clock !%></b></p> </td> <td align="right" valign="middle" background="bilder/nav_button_back_mitte.gif"> - <?% msg.c_whatson %?> <a href="<tmpl_var nowurl>"><?% msg.c_now %?></a> |<?% msg.c_at %?> - <input type="text" name="time" size="5" value="<tmpl_var now>"> - <?% msg.c_clock %?> + <%! What's on: !%> <a href="<tmpl_var nowurl>"><%! now !%></a> |<%! at: !%> + <input type="text" name="time" size="5" value="<tmpl_var now>" /> + <%! o'clock !%> </td> <td width="15" background="bilder/nav_button_back_end.gif"> </td> </tr> </table> - <input type="hidden" name="aktion" value="prog_summary"> - <br> + <input type="hidden" name="aktion" value="prog_summary" /> + <br /> <table border="0" cellspacing="0" cellpadding="0"> <tmpl_loop rows> @@ -40,8 +39,10 @@ <a name="<tmpl_var anchor>"></a> <p class="einzug"> <a href="<tmpl_var proglink>"><b><tmpl_var progname></b></a> - <a href="<tmpl_var streamurl>" title="<?% msg.c_stream %?>">[S]</a> - </p> +<tmpl_if stream_live_on> + <a href="<tmpl_var streamurl>" title="<%! Stream !%>">[S]</a> +</tmpl_if> + </p> </td> <td align="right"> <p class="einzug"> @@ -52,15 +53,15 @@ </table> <div class="einzug_ohnetop"> - <tmpl_var longdate><br> - <b><tmpl_var title></b><br> + <tmpl_var longdate><br /> + <b><tmpl_var title></b><br /> <tmpl_if subtitle> - <i><tmpl_var subtitle></i><br> + <i><tmpl_var subtitle></i><br /> </tmpl_if> - <br> - <tmpl_if summary><tmpl_var summary> <a href="javascript:popup('<tmpl_var infurl>');"><?% msg.ps_more %?></a></tmpl_if> - <br> - <br> + <br /> + <tmpl_if summary><tmpl_var summary> <a href="javascript:popup('<tmpl_var infurl>');"><%! more !%></a></tmpl_if> + <br /> + <br /> </div> </td> <tmpl_else> @@ -75,21 +76,21 @@ <table width="272" border="0" cellpadding="0" cellspacing="0"> <tr> <td> - <a href="javascript:callurl('<tmpl_var switchurl>');"><img src="bilder/auge.jpg" width="71" height="38" border="0" alt="<?% msg.ps_view %?>" onmouseover="window.status='<?% msg.ps_view %?>';return true" title="<?% msg.ps_view %?>"></a> + <a href="javascript:callurl('<tmpl_var switchurl>');"><img src="bilder/auge.jpg" width="71" height="38" border="0" alt="<%! TV select !%>" onmouseover="window.status='<%! TV select !%>';return true" title="<%! TV select !%>" /></a> </td> <td> <!-- Sendungs Titel und Subtitel --> - <a href="vdradmin.pl?search=<tmpl_var title>&aktion=prog_summary&submit=go11)"><img src="bilder/lupe.jpg" width="63" height="38" border="0" alt="<?% msg.ps_search %?>" onmouseover="window.status='<?% msg.ps_search %?>';return true" title="<?% msg.ps_search %?>"></a> + <a href="vdradmin.pl?search=<tmpl_var title>&aktion=prog_summary&submit=go11)"><img src="bilder/lupe.jpg" width="63" height="38" 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> </td> <td> <tmpl_if summary> - <a href="javascript:popup('<tmpl_var infurl>');"><img src="bilder/info.jpg" width="64" height="38" border="0" alt="<?% msg.ps_more_info %?>" onmouseover="window.status='<?% msg.ps_more_info %?>';return true" title="<?% msg.ps_more_info %?>"></a> + <a href="javascript:popup('<tmpl_var infurl>');"><img src="bilder/info.jpg" width="64" height="38" border="0" alt="<%! More Information !%>" onmouseover="window.status='<%! More Information !%>';return true" title="<%! More Information !%>" /></a> <tmpl_else> - <img src="bilder/info_disabled.jpg" width="64" height="38" border="0" alt="noinfo"> + <img src="bilder/info_disabled.jpg" width="64" height="38" border="0" alt="noinfo" /> </tmpl_if> </td> <td> - <a href="<tmpl_var recurl>"><img src="bilder/rec.jpg" width="74" height="38" border="0" alt="<?% msg.ps_record %?>" onmouseover="window.status='<?% msg.ps_record %?>';return true" title="<?% msg.ps_record %?>"></a> + <a href="<tmpl_var recurl>"><img src="bilder/rec.jpg" width="74" height="38" border="0" alt="<%! Record !%>" onmouseover="window.status='<%! Record !%>';return true" title="<%! Record !%>" /></a> </td> </tr> </table> |