summaryrefslogtreecommitdiff
path: root/template/default/help.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/default/help.html')
-rw-r--r--template/default/help.html44
1 files changed, 44 insertions, 0 deletions
diff --git a/template/default/help.html b/template/default/help.html
new file mode 100644
index 0000000..834235a
--- /dev/null
+++ b/template/default/help.html
@@ -0,0 +1,44 @@
+<!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="_new">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="_new">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>