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/left.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/left.html')
-rw-r--r-- | template/default/left.html | 39 |
1 files changed, 19 insertions, 20 deletions
diff --git a/template/default/left.html b/template/default/left.html index e998200..f48b6e7 100644 --- a/template/default/left.html +++ b/template/default/left.html @@ -1,11 +1,10 @@ -<!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="content-type" content="text/html;charset=ISO-8859-1"> - <title><?% msg.c_progname %?></title> - <link href="navi.css" rel="stylesheet" media="screen"> + <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1" /> + <title>VDRAdmin</title> + <link href="navi.css" rel="stylesheet" media="screen" /> <script> <!-- @@ -25,58 +24,58 @@ <table width="150" border="0" cellspacing="0" cellpadding="0"> <tr> <td> - <br> - <a href="./" target="_top"><img src="bilder/linvdr.gif" alt="" height="50" width="150" border="0"></a> + <br /> + <a href="./" target="_top"><tmpl_if linvdr><img src="bilder/logo_linvdr.gif" alt="" height="50" width="150" border="0" /><tmpl_else><img src="bilder/logo_other.gif" alt="" height="50" width="150" border="0" /></tmpl_if></a> </td> </tr> <tr><td> </td></tr> <tr height="2"><td bgcolor="white" height="2" background="bilder/separator.png"></td></tr> <tr height="25"> - <td height="25"><span class="navi"> <a href="vdradmin.pl?aktion=prog_summary" target="main"><?% msg.menu_prog_summary %?></a></span></td> + <td height="25"><span class="navi"> <a href="vdradmin.pl?aktion=prog_summary" target="main"><%! What's On Now? !%></a></span></td> </tr> <tr height="2"><td bgcolor="white" height="2" background="bilder/separator.png"></td></tr> <tr height="25"> - <td height="25"><span class="navi"> <a href="vdradmin.pl?aktion=prog_list2" target="main"><?% msg.menu_prog_list2 %?></a></span></td> + <td height="25"><span class="navi"> <a href="vdradmin.pl?aktion=prog_list2" target="main"><%! Playing Today !%></a></span></td> </tr> <tr height="2"><td bgcolor="white" height="2" background="bilder/separator.png"></td></tr> <tr height="25"> - <td height="25"><span class="navi"> <a href="vdradmin.pl?aktion=prog_timeline" target="main"><?% msg.menu_prog_timeline %?></a></span></td> + <td height="25"><span class="navi"> <a href="vdradmin.pl?aktion=prog_timeline" target="main"><%! Timeline !%></a></span></td> </tr> <tr height="2"><td bgcolor="white" height="2" background="bilder/separator.png"></td></tr> <tr height="25"> - <td height="25"><span class="navi"> <a href="vdradmin.pl?aktion=prog_list" target="main"><?% msg.menu_prog_list %?></a></span></td> + <td height="25"><span class="navi"> <a href="vdradmin.pl?aktion=prog_list" target="main"><%! Channels !%></a></span></td> </tr> <tr height="2"><td bgcolor="white" height="2" background="bilder/separator.png"></td></tr> <tr height="25"> - <td height="25"><span class="navi"> <a href="vdradmin.pl?aktion=timer_list" target="main"><?% msg.menu_timer_list %?></a></span></td> + <td height="25"><span class="navi"> <a href="vdradmin.pl?aktion=timer_list" target="main"><%! Timer !%></a></span></td> </tr> <tr height="2"><td bgcolor="white" height="2" background="bilder/separator.png"></td></tr> <tr height="25"> - <td height="25"><span class="navi"> <a href="vdradmin.pl?aktion=at_timer_list" target="main"><?% msg.menu_at_timer_list %?></a></span></td> + <td height="25"><span class="navi"> <a href="vdradmin.pl?aktion=at_timer_list" target="main"><%! Auto Timer !%></a></span></td> </tr> <tr height="2"><td bgcolor="white" height="2" background="bilder/separator.png"></td></tr> <tr height="25"> - <td height="25"><span class="navi"> <a href="vdradmin.pl?aktion=rec_list" target="main"><?% msg.menu_rec_list %?></a></span></td> + <td height="25"><span class="navi"> <a href="vdradmin.pl?aktion=rec_list" target="main"><%! Recordings !%></a></span></td> </tr> <tr height="2"><td bgcolor="white" height="2" background="bilder/separator.png"></td></tr> <tr height="25"> - <td height="25"><span class="navi"> <a href="vdradmin.pl?aktion=conf_list" target="main"><?% msg.menu_config %?></a></span></td> + <td height="25"><span class="navi"> <a href="vdradmin.pl?aktion=conf_list" target="main"><%! Configuration !%></a></span></td> </tr> <tr height="2"><td bgcolor="white" height="2" background="bilder/separator.png"></td></tr> <tr height="25"> - <td height="25"><span class="navi"> <a href="javascript:rc_open();"><?% msg.menu_rc %?></a></span></td> + <td height="25"><span class="navi"> <a href="javascript:rc_open();"><%! Remote Control !%></a></span></td> </tr> <tr height="2"><td bgcolor="white" height="2" background="bilder/separator.png"></td></tr> <tr height="25"> - <td height="25"><span class="navi"> <a href="javascript:tv_open();"><?% msg.menu_tv %?></a></span></td> + <td height="25"><span class="navi"> <a href="javascript:tv_open();"><%! Watch TV !%></a></span></td> </tr> <tr height="2"><td bgcolor="white" height="2" background="bilder/separator.png"></td></tr> <tr><td> </td></tr> <tr> <td> - <b><input type="text" name="search" size="15"></b><br> - <input type="submit" name="submit" value="<?% msg.menu_search %?>"> - <input type="hidden" name="aktion" value="prog_summary"> + <b><input type="text" name="search" size="15" /></b><br /> + <input type="submit" name="submit" value="<%! Search !%>" /> + <input type="hidden" name="aktion" value="prog_summary" /> </td> </tr> </table> |