summaryrefslogtreecommitdiff
path: root/template/default/help.html
diff options
context:
space:
mode:
authorAndreas Mair <amair.sob@googlemail.com>2006-03-14 12:14:10 +0100
committerAndreas Mair <amair.sob@googlemail.com>2006-03-14 12:14:10 +0100
commitdddf3a10680874dc1950995b6c09446915df81ca (patch)
tree5c621b1a3e5660888faf01c929c4e3ad16fc780b /template/default/help.html
parent2723bd07c1a821c2198f43a313570c600907c327 (diff)
downloadvdradmin-am-3.4.4beta2.tar.gz
vdradmin-am-3.4.4beta2.tar.bz2
2006-03-14: 3.4.4beta2v3.4.4beta2
- Reworked TV grabbing. - Added optional parameters for TV for use with external tools: http://vdradmin-am.ip?aktion=tv_show&size=[full|half|quarter]&interval=[0|1|2|3|5|10|30|60]&tv_only=bla - Fixed program switching in prog_summary, prog_list and prog_detail (Based on suggestions by kayser). - New: buttons to move to previous/next day in timers_list (Requested by BigDiSt). - Moved "help" menu into "about" menu. - Added VDR's "commands.conf" conntent to select box in navigation menu. - Changed defaults for "autotimer checking" in timers as they had been in v3.4.3. - New button on remote controls: Mute (Requested by RĂ¼diger Jung and Hardy Flor). - Timeline in timer_list will show timers of current day even if a timer starts the day before (Reported by Hardy Flor).
Diffstat (limited to 'template/default/help.html')
-rw-r--r--template/default/help.html44
1 files changed, 0 insertions, 44 deletions
diff --git a/template/default/help.html b/template/default/help.html
deleted file mode 100644
index 6ccc542..0000000
--- a/template/default/help.html
+++ /dev/null
@@ -1,44 +0,0 @@
-<!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><%! Help !%></title>
- <script type="text/javascript" language="JavaScript1.2" src="library.js"></script>
- <link href="style.css" rel="stylesheet" media="screen" type="text/css" />
- <tmpl_if usercss>
- <link href="user.css" rel="stylesheet" media="screen" type="text/css" />
- </tmpl_if>
-</head>
-
-<body id="rec_list" class="help" onload="window.focus()">
- <table width="100%" border="0" cellspacing="0" cellpadding="0" id="help" class="group">
- <tr class="heading">
- <td class="col_left"></td>
- <td><h2><%! Getting Help and Reporting Bugs !%></h2></td>
- <td class="col_right"></td>
- </tr>
- <tr class="row_spacer">
- <td class="col_left"></td>
- <td></td>
- <td class="col_right"></td>
- </tr>
- <tr class="row_even">
- <td class="col_left"></td>
- <td>
- <ul>
- <li><%! 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.gif"/>. !%></li>
- <li><%! 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: !%> &quot;[ANNOUNCE] <tmpl_var myversion>&quot;</li>
- <li><%! 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>
- </td>
- <td class="col_right"></td>
- </tr>
- <tr class="footer">
- <td class="col_left"></td>
- <td></td>
- <td class="col_right"></td>
- </tr>
- </table>
-</body>
-
-</html>