diff options
Diffstat (limited to 'template/default/about.html')
-rw-r--r-- | template/default/about.html | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/template/default/about.html b/template/default/about.html index 1406bfe..b7fa180 100644 --- a/template/default/about.html +++ b/template/default/about.html @@ -2,7 +2,7 @@ <html id="scroller"> <head> - <meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>" /> + <meta http-equiv="content-type" content="text/html;charset=<?% charset %?>" /> <title><?% gettext('About') %?></title> <script type="text/javascript" language="JavaScript1.2" src="library.js"></script> <link href="style.css" rel="stylesheet" media="screen" type="text/css" /> @@ -108,11 +108,11 @@ </tr> <tr class="row_even"> <td class="col_label"><h5><?% gettext('VDRAdmin-AM version:') %?></h5></td> - <td class="col_value"><?% myversion %?></td> + <td class="col_value"><?% features.MYVERSION_HR %?></td> </tr> <tr class="row_even"> <td class="col_label"><h5><?% gettext('VDR version:') %?></h5></td> - <td class="col_value"><?% vdrversion %?></td> + <td class="col_value"><?% features.VDRVERSION_HR %?></td> </tr> <tr class="row_even"> <td class="col_label" valign="top"><h5><?% gettext('Supported features in VDR:') %?></h5></td> @@ -122,13 +122,17 @@ <?% ELSE %?> <img src="bilder/poempl_rot.png" alt="" align="middle" border="0"/> <?% END %?> - <?% gettext('EPGSearch (<a href="http://people.freenet.de/cwieninger/html/vdr-epg-search.html" target="_blank">EPGSearch Plugin</a>)') %?><br /> + <?% gettext('EPGSearch (<a href="http://winni.vdr-developer.org/epgsearch/index_eng.html" target="_blank">EPGSearch Plugin</a>)') %?> + <?% IF features.EPGSEARCH %?> + v<?% features.EPGSEARCH_VERSION_HR %?> + <?% END %?> + <br /> <?% IF features.STREAMDEV %?> <img src="bilder/poempl_gruen.png" alt="" align="middle" border="0"/> <?% ELSE %?> <img src="bilder/poempl_rot.png" alt="" align="middle" border="0"/> <?% END %?> - <?% gettext('LiveTV Streaming (<a href="http://www.vdr-wiki.de/wiki/index.php/Streamdev-plugin" target="_blank">Streamdev Plugin</a>)') %?><br /> + <?% gettext('LiveTV Streaming (<a href="http://streamdev.vdr-developer.org/" target="_blank">Streamdev Plugin</a>)') %?><br /> <?% IF features.REC_RENAME %?> <img src="bilder/poempl_gruen.png" alt="" align="middle" border="0"/> <?% ELSE %?> @@ -147,7 +151,7 @@ <td> <ul> <li><?% gettext('If you need help please first try to use the online help you\'ll find on some pages. You can access it by clicking <img src="bilder/help.png" alt="" />.') %?></li> - <li><?% gettext('If this doesn\'t provide the information you need you can try to get help at <a href="http://www.vdrportal.de" target="_blank">VDR-Portal</a> if you understand German language. Please use the announcement thread if possible, search for:') %?> "[ANNOUNCE] VDRAdmin-AM-<?% myversion %?>"</li> + <li><?% gettext('If this doesn\'t provide the information you need you can try to get help at <a href="http://www.vdrportal.de" target="_blank">VDR-Portal</a> if you understand German language. Please use the announcement thread if possible, search for:') %?> "[ANNOUNCE] VDRAdmin-AM-<?% features.MYVERSION_HR %?>"</li> <li><?% gettext('If you think you have found a bug please check that it\'s a new one and report it in the <a href="http://www.vdr-developer.org/mantisbt/main_page.php" target="_blank">VDRAdmin-AM BugTracking system</a>.') %?></li> </ul> </td> |